notepad person off icon

notepad-person-off-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
notepad-person-off-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the notepad person 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 .707 0l15.351 15.35l.063.078a.5.5 0 0 1-.063.63a.5.5 0 0 1-.092.07c-.564.436-1.415.726-2.612.726c-2.5 0-3.5-1.25-3.5-2.5a1.5 1.5 0 0 1 1.5-1.5h.793l-4-4H7.5a.5.5 0 0 1 0-1h1.792L5 5.707V16.5a.5.5 0 0 0 .5.5h5.538c.053.343.161.681.33 1H5.5A1.5 1.5 0 0 1 4 16.5V4.707L2.146 2.854a.5.5 0 0 1 0-.708M17.5 15a1.5 1.5 0 0 1 1.5 1.5q-.001.276-.07.548a1.5 1.5 0 0 0-.37-.608L17.122 15zm-8-2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm6-3a2 2 0 0 1 .544 3.923l-2.468-2.468A2 2 0 0 1 15.5 10m-2-8a.5.5 0 0 1 .5.5V3h.5A1.5 1.5 0 0 1 16 4.5v4.541a3 3 0 0 0-1 0V4.5a.5.5 0 0 0-.5-.5H6.121l-.96-.96Q5.323 3 5.5 3H6v-.5a.5.5 0 0 1 1 0V3h2.5v-.5a.5.5 0 1 1 1 0V3H13v-.5a.5.5 0 0 1 .5-.5m-1 5a.5.5 0 0 1 0 1h-2.379l-1-1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentNotepadPersonOff20Regular(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 .707 0l15.351 15.35l.063.078a.5.5 0 0 1-.063.63a.5.5 0 0 1-.092.07c-.564.436-1.415.726-2.612.726c-2.5 0-3.5-1.25-3.5-2.5a1.5 1.5 0 0 1 1.5-1.5h.793l-4-4H7.5a.5.5 0 0 1 0-1h1.792L5 5.707V16.5a.5.5 0 0 0 .5.5h5.538c.053.343.161.681.33 1H5.5A1.5 1.5 0 0 1 4 16.5V4.707L2.146 2.854a.5.5 0 0 1 0-.708M17.5 15a1.5 1.5 0 0 1 1.5 1.5q-.001.276-.07.548a1.5 1.5 0 0 0-.37-.608L17.122 15zm-8-2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm6-3a2 2 0 0 1 .544 3.923l-2.468-2.468A2 2 0 0 1 15.5 10m-2-8a.5.5 0 0 1 .5.5V3h.5A1.5 1.5 0 0 1 16 4.5v4.541a3 3 0 0 0-1 0V4.5a.5.5 0 0 0-.5-.5H6.121l-.96-.96Q5.323 3 5.5 3H6v-.5a.5.5 0 0 1 1 0V3h2.5v-.5a.5.5 0 1 1 1 0V3H13v-.5a.5.5 0 0 1 .5-.5m-1 5a.5.5 0 0 1 0 1h-2.379l-1-1z"/></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 .707 0l15.351 15.35l.063.078a.5.5 0 0 1-.063.63a.5.5 0 0 1-.092.07c-.564.436-1.415.726-2.612.726c-2.5 0-3.5-1.25-3.5-2.5a1.5 1.5 0 0 1 1.5-1.5h.793l-4-4H7.5a.5.5 0 0 1 0-1h1.792L5 5.707V16.5a.5.5 0 0 0 .5.5h5.538c.053.343.161.681.33 1H5.5A1.5 1.5 0 0 1 4 16.5V4.707L2.146 2.854a.5.5 0 0 1 0-.708M17.5 15a1.5 1.5 0 0 1 1.5 1.5q-.001.276-.07.548a1.5 1.5 0 0 0-.37-.608L17.122 15zm-8-2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm6-3a2 2 0 0 1 .544 3.923l-2.468-2.468A2 2 0 0 1 15.5 10m-2-8a.5.5 0 0 1 .5.5V3h.5A1.5 1.5 0 0 1 16 4.5v4.541a3 3 0 0 0-1 0V4.5a.5.5 0 0 0-.5-.5H6.121l-.96-.96Q5.323 3 5.5 3H6v-.5a.5.5 0 0 1 1 0V3h2.5v-.5a.5.5 0 1 1 1 0V3H13v-.5a.5.5 0 0 1 .5-.5m-1 5a.5.5 0 0 1 0 1h-2.379l-1-1z"/></svg>
</template>

CSS

.icon-notepad-person-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.707%200l15.351%2015.35l.063.078a.5.5%200%200%201-.063.63a.5.5%200%200%201-.092.07c-.564.436-1.415.726-2.612.726c-2.5%200-3.5-1.25-3.5-2.5a1.5%201.5%200%200%201%201.5-1.5h.793l-4-4H7.5a.5.5%200%200%201%200-1h1.792L5%205.707V16.5a.5.5%200%200%200%20.5.5h5.538c.053.343.161.681.33%201H5.5A1.5%201.5%200%200%201%204%2016.5V4.707L2.146%202.854a.5.5%200%200%201%200-.708M17.5%2015a1.5%201.5%200%200%201%201.5%201.5q-.001.276-.07.548a1.5%201.5%200%200%200-.37-.608L17.122%2015zm-8-2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201%200-1zm6-3a2%202%200%200%201%20.544%203.923l-2.468-2.468A2%202%200%200%201%2015.5%2010m-2-8a.5.5%200%200%201%20.5.5V3h.5A1.5%201.5%200%200%201%2016%204.5v4.541a3%203%200%200%200-1%200V4.5a.5.5%200%200%200-.5-.5H6.121l-.96-.96Q5.323%203%205.5%203H6v-.5a.5.5%200%200%201%201%200V3h2.5v-.5a.5.5%200%201%201%201%200V3H13v-.5a.5.5%200%200%201%20.5-.5m-1%205a.5.5%200%200%201%200%201h-2.379l-1-1z%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.707%200l15.351%2015.35l.063.078a.5.5%200%200%201-.063.63a.5.5%200%200%201-.092.07c-.564.436-1.415.726-2.612.726c-2.5%200-3.5-1.25-3.5-2.5a1.5%201.5%200%200%201%201.5-1.5h.793l-4-4H7.5a.5.5%200%200%201%200-1h1.792L5%205.707V16.5a.5.5%200%200%200%20.5.5h5.538c.053.343.161.681.33%201H5.5A1.5%201.5%200%200%201%204%2016.5V4.707L2.146%202.854a.5.5%200%200%201%200-.708M17.5%2015a1.5%201.5%200%200%201%201.5%201.5q-.001.276-.07.548a1.5%201.5%200%200%200-.37-.608L17.122%2015zm-8-2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201%200-1zm6-3a2%202%200%200%201%20.544%203.923l-2.468-2.468A2%202%200%200%201%2015.5%2010m-2-8a.5.5%200%200%201%20.5.5V3h.5A1.5%201.5%200%200%201%2016%204.5v4.541a3%203%200%200%200-1%200V4.5a.5.5%200%200%200-.5-.5H6.121l-.96-.96Q5.323%203%205.5%203H6v-.5a.5.5%200%200%201%201%200V3h2.5v-.5a.5.5%200%201%201%201%200V3H13v-.5a.5.5%200%200%201%20.5-.5m-1%205a.5.5%200%200%201%200%201h-2.379l-1-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/notepad-person-off-20-regular.svg?color=%231a73e8&size=48