person circle off icon
person-circle-off-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- person-circle-off-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
11 other variants in Fluent UI System Icons
person-circle-off-12-filledperson-circle-off-12-regularperson-circle-off-16-filledperson-circle-off-16-regularperson-circle-off-20-filledperson-circle-off-24-filledperson-circle-off-24-regularperson-circle-off-28-filledperson-circle-off-28-regularperson-circle-off-32-filledperson-circle-off-32-regular
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-alert-off-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-clock-16-filledperson-delete-16-filledperson-desktop-20-filledperson-edit-16-filledperson-error-16-filledperson-feedback-16-filledperson-guest-16-filled
Use the person circle off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.146 2.146a.5.5 0 0 1 .708 0l15 15a.5.5 0 0 1-.707.707l-1.856-1.855a8 8 0 0 1-11.29-11.29L2.146 2.854a.5.5 0 0 1 0-.708M4.71 5.417a7 7 0 0 0 9.872 9.872l-1.472-1.472q-.15.16-.322.298C12.047 14.71 11.053 15 10 15s-2.047-.29-2.788-.885C6.459 13.511 6 12.616 6 11.5A1.5 1.5 0 0 1 7.5 10h1.793zM10 2a8 8 0 0 1 6.616 12.495l-.721-.722a7 7 0 0 0-9.669-9.669l-.722-.721A7.96 7.96 0 0 1 10 2m2.5 8a1.5 1.5 0 0 1 1.5 1.5q-.001.184-.019.36L12.121 10zM10 5a2 2 0 0 1 .903 3.782L8.217 6.096A2 2 0 0 1 10 5"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonCircleOff20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.146 2.146a.5.5 0 0 1 .708 0l15 15a.5.5 0 0 1-.707.707l-1.856-1.855a8 8 0 0 1-11.29-11.29L2.146 2.854a.5.5 0 0 1 0-.708M4.71 5.417a7 7 0 0 0 9.872 9.872l-1.472-1.472q-.15.16-.322.298C12.047 14.71 11.053 15 10 15s-2.047-.29-2.788-.885C6.459 13.511 6 12.616 6 11.5A1.5 1.5 0 0 1 7.5 10h1.793zM10 2a8 8 0 0 1 6.616 12.495l-.721-.722a7 7 0 0 0-9.669-9.669l-.722-.721A7.96 7.96 0 0 1 10 2m2.5 8a1.5 1.5 0 0 1 1.5 1.5q-.001.184-.019.36L12.121 10zM10 5a2 2 0 0 1 .903 3.782L8.217 6.096A2 2 0 0 1 10 5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.146 2.146a.5.5 0 0 1 .708 0l15 15a.5.5 0 0 1-.707.707l-1.856-1.855a8 8 0 0 1-11.29-11.29L2.146 2.854a.5.5 0 0 1 0-.708M4.71 5.417a7 7 0 0 0 9.872 9.872l-1.472-1.472q-.15.16-.322.298C12.047 14.71 11.053 15 10 15s-2.047-.29-2.788-.885C6.459 13.511 6 12.616 6 11.5A1.5 1.5 0 0 1 7.5 10h1.793zM10 2a8 8 0 0 1 6.616 12.495l-.721-.722a7 7 0 0 0-9.669-9.669l-.722-.721A7.96 7.96 0 0 1 10 2m2.5 8a1.5 1.5 0 0 1 1.5 1.5q-.001.184-.019.36L12.121 10zM10 5a2 2 0 0 1 .903 3.782L8.217 6.096A2 2 0 0 1 10 5"/></svg> </template>
CSS
.icon-person-circle-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.146%202.146a.5.5%200%200%201%20.708%200l15%2015a.5.5%200%200%201-.707.707l-1.856-1.855a8%208%200%200%201-11.29-11.29L2.146%202.854a.5.5%200%200%201%200-.708M4.71%205.417a7%207%200%200%200%209.872%209.872l-1.472-1.472q-.15.16-.322.298C12.047%2014.71%2011.053%2015%2010%2015s-2.047-.29-2.788-.885C6.459%2013.511%206%2012.616%206%2011.5A1.5%201.5%200%200%201%207.5%2010h1.793zM10%202a8%208%200%200%201%206.616%2012.495l-.721-.722a7%207%200%200%200-9.669-9.669l-.722-.721A7.96%207.96%200%200%201%2010%202m2.5%208a1.5%201.5%200%200%201%201.5%201.5q-.001.184-.019.36L12.121%2010zM10%205a2%202%200%200%201%20.903%203.782L8.217%206.096A2%202%200%200%201%2010%205%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.146%202.146a.5.5%200%200%201%20.708%200l15%2015a.5.5%200%200%201-.707.707l-1.856-1.855a8%208%200%200%201-11.29-11.29L2.146%202.854a.5.5%200%200%201%200-.708M4.71%205.417a7%207%200%200%200%209.872%209.872l-1.472-1.472q-.15.16-.322.298C12.047%2014.71%2011.053%2015%2010%2015s-2.047-.29-2.788-.885C6.459%2013.511%206%2012.616%206%2011.5A1.5%201.5%200%200%201%207.5%2010h1.793zM10%202a8%208%200%200%201%206.616%2012.495l-.721-.722a7%207%200%200%200-9.669-9.669l-.722-.721A7.96%207.96%200%200%201%2010%202m2.5%208a1.5%201.5%200%200%201%201.5%201.5q-.001.184-.019.36L12.121%2010zM10%205a2%202%200%200%201%20.903%203.782L8.217%206.096A2%202%200%200%201%2010%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-circle-off-20-regular.svg?color=%231a73e8&size=48