Presence Blocked 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 Blocked icon is part of Microsoft's Fluent UI System Icons, available here in the regular (outlined) style 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

Use the Presence Blocked 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 { PresenceBlocked24Regular } from "@fluentui/react-icons";

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

Use it in HTML

Reference the SVG file directly:

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

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="M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM21 12C21 10.0562 20.3838 8.25638 19.3361 6.78514L6.78514 19.3361C8.25638 20.3838 10.0562 21 12 21C16.9706 21 21 16.9706 21 12ZM17.2147 4.66383C15.7435 3.61617 13.9437 3 12 3C7.02944 3 3 7.02944 3 12C3 13.9437 3.61617 15.7435 4.66383 17.2147L17.2147 4.66383Z" 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_blocked_24_regular.svg";

Details

NamePresence Blocked
StylesRegular (outlined)
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_presence_blocked_24_regular.svg
React componentsPresenceBlocked24Regular
LicenseMIT (© Microsoft Corporation)

Keywords

avatarstatusdetailavailableawayblockedbusydndoffunknown

Related icons