Presence Away icon

These do not represent the guidelines and quality of the Fluent System iconography. They are included as a way to make it easier for products to pull in without needed a second process. The Presence Away icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Presence Away icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { PresenceAway24Regular, PresenceAway24Filled } from "@fluentui/react-icons";

export function Example() {
  return <PresenceAway24Regular aria-label="Presence Away" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_presence_away_24_regular.svg" width="24" height="24" alt="Presence Away">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 11.3101V6.5C13 5.67157 12.3284 5 11.5 5C10.6716 5 10 5.67157 10 6.5V12C10 12.4379 10.1913 12.8539 10.5238 13.1389L14.0238 16.1389C14.6528 16.678 15.5998 16.6052 16.1389 15.9762C16.678 15.3472 16.6052 14.4002 15.9762 13.8611L13 11.3101ZM0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12ZM12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/presence_away_24_regular.svg";

Details

NamePresence Away
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_presence_away_24_regular.svg
Filled fileic_fluent_presence_away_24_filled.svg
React componentsPresenceAway24Regular, PresenceAway24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

avatarstatusdetailavailableawayblockedbusydndoffunknown

Related icons