person alert off icon
person-alert-off-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- person-alert-off-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
person-5-20-filledperson-6-20-filledperson-account-16-filledperson-accounts-20-filledperson-add-16-filledperson-alert-16-filledperson-arrow-back-16-filledperson-arrow-left-16-filledperson-arrow-right-16-filledperson-available-16-filledperson-board-12-filledperson-board-add-16-filledperson-briefcase-16-filledperson-call-16-filledperson-chat-16-filledperson-circle-12-filledperson-circle-off-12-filledperson-clock-16-filledperson-delete-16-filledperson-desktop-20-filledperson-edit-16-filledperson-error-16-filledperson-feedback-16-filledperson-guest-16-filled
Use the person alert off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6 14h.089a1.5 1.5 0 0 1-.006-1H6c-2.568 0-4-1.562-4-3v-.5a.5.5 0 0 1 .5-.5h4.382A1.5 1.5 0 0 1 6.5 8h-4A1.5 1.5 0 0 0 1 9.5v.5c0 1.971 1.86 4 5 4m1.256-7.303q.037-.021.075-.04A2.75 2.75 0 0 0 6 1.5a2.75 2.75 0 1 0 1.256 5.197M6 2.5A1.75 1.75 0 1 1 6 6a1.75 1.75 0 0 1 0-3.5m8.646 12.854L13.293 14h-5.79a.5.5 0 0 1-.323-.881L8.5 12v-2q0-.367.084-.71l-.938-.936a.5.5 0 1 1 .708-.708l7 7a.5.5 0 0 1-.708.708m-.147-2.976L9.712 7.59A3 3 0 0 1 14.499 10zM11.5 16a1.5 1.5 0 0 1-1.414-1h2.829a1.5 1.5 0 0 1-1.415 1"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonAlertOff16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6 14h.089a1.5 1.5 0 0 1-.006-1H6c-2.568 0-4-1.562-4-3v-.5a.5.5 0 0 1 .5-.5h4.382A1.5 1.5 0 0 1 6.5 8h-4A1.5 1.5 0 0 0 1 9.5v.5c0 1.971 1.86 4 5 4m1.256-7.303q.037-.021.075-.04A2.75 2.75 0 0 0 6 1.5a2.75 2.75 0 1 0 1.256 5.197M6 2.5A1.75 1.75 0 1 1 6 6a1.75 1.75 0 0 1 0-3.5m8.646 12.854L13.293 14h-5.79a.5.5 0 0 1-.323-.881L8.5 12v-2q0-.367.084-.71l-.938-.936a.5.5 0 1 1 .708-.708l7 7a.5.5 0 0 1-.708.708m-.147-2.976L9.712 7.59A3 3 0 0 1 14.499 10zM11.5 16a1.5 1.5 0 0 1-1.414-1h2.829a1.5 1.5 0 0 1-1.415 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6 14h.089a1.5 1.5 0 0 1-.006-1H6c-2.568 0-4-1.562-4-3v-.5a.5.5 0 0 1 .5-.5h4.382A1.5 1.5 0 0 1 6.5 8h-4A1.5 1.5 0 0 0 1 9.5v.5c0 1.971 1.86 4 5 4m1.256-7.303q.037-.021.075-.04A2.75 2.75 0 0 0 6 1.5a2.75 2.75 0 1 0 1.256 5.197M6 2.5A1.75 1.75 0 1 1 6 6a1.75 1.75 0 0 1 0-3.5m8.646 12.854L13.293 14h-5.79a.5.5 0 0 1-.323-.881L8.5 12v-2q0-.367.084-.71l-.938-.936a.5.5 0 1 1 .708-.708l7 7a.5.5 0 0 1-.708.708m-.147-2.976L9.712 7.59A3 3 0 0 1 14.499 10zM11.5 16a1.5 1.5 0 0 1-1.414-1h2.829a1.5 1.5 0 0 1-1.415 1"/></svg> </template>
CSS
.icon-person-alert-off-16-regular {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2014h.089a1.5%201.5%200%200%201-.006-1H6c-2.568%200-4-1.562-4-3v-.5a.5.5%200%200%201%20.5-.5h4.382A1.5%201.5%200%200%201%206.5%208h-4A1.5%201.5%200%200%200%201%209.5v.5c0%201.971%201.86%204%205%204m1.256-7.303q.037-.021.075-.04A2.75%202.75%200%200%200%206%201.5a2.75%202.75%200%201%200%201.256%205.197M6%202.5A1.75%201.75%200%201%201%206%206a1.75%201.75%200%200%201%200-3.5m8.646%2012.854L13.293%2014h-5.79a.5.5%200%200%201-.323-.881L8.5%2012v-2q0-.367.084-.71l-.938-.936a.5.5%200%201%201%20.708-.708l7%207a.5.5%200%200%201-.708.708m-.147-2.976L9.712%207.59A3%203%200%200%201%2014.499%2010zM11.5%2016a1.5%201.5%200%200%201-1.414-1h2.829a1.5%201.5%200%200%201-1.415%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2014h.089a1.5%201.5%200%200%201-.006-1H6c-2.568%200-4-1.562-4-3v-.5a.5.5%200%200%201%20.5-.5h4.382A1.5%201.5%200%200%201%206.5%208h-4A1.5%201.5%200%200%200%201%209.5v.5c0%201.971%201.86%204%205%204m1.256-7.303q.037-.021.075-.04A2.75%202.75%200%200%200%206%201.5a2.75%202.75%200%201%200%201.256%205.197M6%202.5A1.75%201.75%200%201%201%206%206a1.75%201.75%200%200%201%200-3.5m8.646%2012.854L13.293%2014h-5.79a.5.5%200%200%201-.323-.881L8.5%2012v-2q0-.367.084-.71l-.938-.936a.5.5%200%201%201%20.708-.708l7%207a.5.5%200%200%201-.708.708m-.147-2.976L9.712%207.59A3%203%200%200%201%2014.499%2010zM11.5%2016a1.5%201.5%200%200%201-1.414-1h2.829a1.5%201.5%200%200%201-1.415%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-alert-off-16-regular.svg?color=%231a73e8&size=48