person circle off icon

person-circle-off-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
person-circle-off-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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-.708M7.5 10A1.5 1.5 0 0 0 6 11.5c0 1.116.459 2.01 1.212 2.615C7.953 14.71 8.947 15 10 15s2.047-.29 2.788-.885q.172-.139.322-.298L9.293 10zM10 2a8 8 0 0 1 6.616 12.495l-2.635-2.635q.018-.176.019-.36a1.5 1.5 0 0 0-1.5-1.5h-.379l-1.218-1.218A1.998 1.998 0 0 0 10 5c-.779 0-1.453.446-1.783 1.096L5.504 3.383A7.96 7.96 0 0 1 10 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonCircleOff20Filled(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-.708M7.5 10A1.5 1.5 0 0 0 6 11.5c0 1.116.459 2.01 1.212 2.615C7.953 14.71 8.947 15 10 15s2.047-.29 2.788-.885q.172-.139.322-.298L9.293 10zM10 2a8 8 0 0 1 6.616 12.495l-2.635-2.635q.018-.176.019-.36a1.5 1.5 0 0 0-1.5-1.5h-.379l-1.218-1.218A1.998 1.998 0 0 0 10 5c-.779 0-1.453.446-1.783 1.096L5.504 3.383A7.96 7.96 0 0 1 10 2"/></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-.708M7.5 10A1.5 1.5 0 0 0 6 11.5c0 1.116.459 2.01 1.212 2.615C7.953 14.71 8.947 15 10 15s2.047-.29 2.788-.885q.172-.139.322-.298L9.293 10zM10 2a8 8 0 0 1 6.616 12.495l-2.635-2.635q.018-.176.019-.36a1.5 1.5 0 0 0-1.5-1.5h-.379l-1.218-1.218A1.998 1.998 0 0 0 10 5c-.779 0-1.453.446-1.783 1.096L5.504 3.383A7.96 7.96 0 0 1 10 2"/></svg>
</template>

CSS

.icon-person-circle-off-20-filled {
  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-.708M7.5%2010A1.5%201.5%200%200%200%206%2011.5c0%201.116.459%202.01%201.212%202.615C7.953%2014.71%208.947%2015%2010%2015s2.047-.29%202.788-.885q.172-.139.322-.298L9.293%2010zM10%202a8%208%200%200%201%206.616%2012.495l-2.635-2.635q.018-.176.019-.36a1.5%201.5%200%200%200-1.5-1.5h-.379l-1.218-1.218A1.998%201.998%200%200%200%2010%205c-.779%200-1.453.446-1.783%201.096L5.504%203.383A7.96%207.96%200%200%201%2010%202%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-.708M7.5%2010A1.5%201.5%200%200%200%206%2011.5c0%201.116.459%202.01%201.212%202.615C7.953%2014.71%208.947%2015%2010%2015s2.047-.29%202.788-.885q.172-.139.322-.298L9.293%2010zM10%202a8%208%200%200%201%206.616%2012.495l-2.635-2.635q.018-.176.019-.36a1.5%201.5%200%200%200-1.5-1.5h-.379l-1.218-1.218A1.998%201.998%200%200%200%2010%205c-.779%200-1.453.446-1.783%201.096L5.504%203.383A7.96%207.96%200%200%201%2010%202%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-filled.svg?color=%231a73e8&size=48