notepad person off icon

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

Name
notepad-person-off-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M1.146 1.146a.5.5 0 0 1 .707 0l13 13l.065.079a.5.5 0 0 1-.693.693l-.079-.064l-.362-.363c-.55.313-1.3.509-2.284.509C9 15 8 13.75 8 12.5A1.5 1.5 0 0 1 9.5 11h.793l-1.16-1.16l.046.056q.044.058.093.114a2.5 2.5 0 0 0-1.23.46A2.26 2.26 0 0 0 7 12.376l.003.048Q7 12.46 7 12.5a3.2 3.2 0 0 0 1.172 2.487l.016.013H4.5A1.5 1.5 0 0 1 3 13.5V3.707L1.146 1.854a.5.5 0 0 1 0-.708M13.5 11a1.5 1.5 0 0 1 1.5 1.5q-.002.175-.03.349L13.12 11zM6 11a.5.5 0 0 0 0 1h.5a.5.5 0 0 0 0-1zm5.5-5a2 2 0 0 1 .544 3.923L9.576 7.455A2 2 0 0 1 11.5 6M6 8a.5.5 0 0 0 0 1h2.293l-1-1zm5-7a.5.5 0 0 1 .5.5V2A1.5 1.5 0 0 1 13 3.5v1.901l-.004.001a3 3 0 0 0-4.19 1.282L8.12 6h.38a.5.5 0 0 0 0-1H7.121l-2.96-2.96Q4.323 2 4.5 2v-.5a.5.5 0 1 1 1 0V2h2v-.5a.5.5 0 0 1 1 0V2h2v-.5A.5.5 0 0 1 11 1"/></svg>

React

import type { SVGProps } from "react";

export function FluentNotepadPersonOff16Filled(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="M1.146 1.146a.5.5 0 0 1 .707 0l13 13l.065.079a.5.5 0 0 1-.693.693l-.079-.064l-.362-.363c-.55.313-1.3.509-2.284.509C9 15 8 13.75 8 12.5A1.5 1.5 0 0 1 9.5 11h.793l-1.16-1.16l.046.056q.044.058.093.114a2.5 2.5 0 0 0-1.23.46A2.26 2.26 0 0 0 7 12.376l.003.048Q7 12.46 7 12.5a3.2 3.2 0 0 0 1.172 2.487l.016.013H4.5A1.5 1.5 0 0 1 3 13.5V3.707L1.146 1.854a.5.5 0 0 1 0-.708M13.5 11a1.5 1.5 0 0 1 1.5 1.5q-.002.175-.03.349L13.12 11zM6 11a.5.5 0 0 0 0 1h.5a.5.5 0 0 0 0-1zm5.5-5a2 2 0 0 1 .544 3.923L9.576 7.455A2 2 0 0 1 11.5 6M6 8a.5.5 0 0 0 0 1h2.293l-1-1zm5-7a.5.5 0 0 1 .5.5V2A1.5 1.5 0 0 1 13 3.5v1.901l-.004.001a3 3 0 0 0-4.19 1.282L8.12 6h.38a.5.5 0 0 0 0-1H7.121l-2.96-2.96Q4.323 2 4.5 2v-.5a.5.5 0 1 1 1 0V2h2v-.5a.5.5 0 0 1 1 0V2h2v-.5A.5.5 0 0 1 11 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="M1.146 1.146a.5.5 0 0 1 .707 0l13 13l.065.079a.5.5 0 0 1-.693.693l-.079-.064l-.362-.363c-.55.313-1.3.509-2.284.509C9 15 8 13.75 8 12.5A1.5 1.5 0 0 1 9.5 11h.793l-1.16-1.16l.046.056q.044.058.093.114a2.5 2.5 0 0 0-1.23.46A2.26 2.26 0 0 0 7 12.376l.003.048Q7 12.46 7 12.5a3.2 3.2 0 0 0 1.172 2.487l.016.013H4.5A1.5 1.5 0 0 1 3 13.5V3.707L1.146 1.854a.5.5 0 0 1 0-.708M13.5 11a1.5 1.5 0 0 1 1.5 1.5q-.002.175-.03.349L13.12 11zM6 11a.5.5 0 0 0 0 1h.5a.5.5 0 0 0 0-1zm5.5-5a2 2 0 0 1 .544 3.923L9.576 7.455A2 2 0 0 1 11.5 6M6 8a.5.5 0 0 0 0 1h2.293l-1-1zm5-7a.5.5 0 0 1 .5.5V2A1.5 1.5 0 0 1 13 3.5v1.901l-.004.001a3 3 0 0 0-4.19 1.282L8.12 6h.38a.5.5 0 0 0 0-1H7.121l-2.96-2.96Q4.323 2 4.5 2v-.5a.5.5 0 1 1 1 0V2h2v-.5a.5.5 0 0 1 1 0V2h2v-.5A.5.5 0 0 1 11 1"/></svg>
</template>

CSS

.icon-notepad-person-off-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.146%201.146a.5.5%200%200%201%20.707%200l13%2013l.065.079a.5.5%200%200%201-.693.693l-.079-.064l-.362-.363c-.55.313-1.3.509-2.284.509C9%2015%208%2013.75%208%2012.5A1.5%201.5%200%200%201%209.5%2011h.793l-1.16-1.16l.046.056q.044.058.093.114a2.5%202.5%200%200%200-1.23.46A2.26%202.26%200%200%200%207%2012.376l.003.048Q7%2012.46%207%2012.5a3.2%203.2%200%200%200%201.172%202.487l.016.013H4.5A1.5%201.5%200%200%201%203%2013.5V3.707L1.146%201.854a.5.5%200%200%201%200-.708M13.5%2011a1.5%201.5%200%200%201%201.5%201.5q-.002.175-.03.349L13.12%2011zM6%2011a.5.5%200%200%200%200%201h.5a.5.5%200%200%200%200-1zm5.5-5a2%202%200%200%201%20.544%203.923L9.576%207.455A2%202%200%200%201%2011.5%206M6%208a.5.5%200%200%200%200%201h2.293l-1-1zm5-7a.5.5%200%200%201%20.5.5V2A1.5%201.5%200%200%201%2013%203.5v1.901l-.004.001a3%203%200%200%200-4.19%201.282L8.12%206h.38a.5.5%200%200%200%200-1H7.121l-2.96-2.96Q4.323%202%204.5%202v-.5a.5.5%200%201%201%201%200V2h2v-.5a.5.5%200%200%201%201%200V2h2v-.5A.5.5%200%200%201%2011%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%22M1.146%201.146a.5.5%200%200%201%20.707%200l13%2013l.065.079a.5.5%200%200%201-.693.693l-.079-.064l-.362-.363c-.55.313-1.3.509-2.284.509C9%2015%208%2013.75%208%2012.5A1.5%201.5%200%200%201%209.5%2011h.793l-1.16-1.16l.046.056q.044.058.093.114a2.5%202.5%200%200%200-1.23.46A2.26%202.26%200%200%200%207%2012.376l.003.048Q7%2012.46%207%2012.5a3.2%203.2%200%200%200%201.172%202.487l.016.013H4.5A1.5%201.5%200%200%201%203%2013.5V3.707L1.146%201.854a.5.5%200%200%201%200-.708M13.5%2011a1.5%201.5%200%200%201%201.5%201.5q-.002.175-.03.349L13.12%2011zM6%2011a.5.5%200%200%200%200%201h.5a.5.5%200%200%200%200-1zm5.5-5a2%202%200%200%201%20.544%203.923L9.576%207.455A2%202%200%200%201%2011.5%206M6%208a.5.5%200%200%200%200%201h2.293l-1-1zm5-7a.5.5%200%200%201%20.5.5V2A1.5%201.5%200%200%201%2013%203.5v1.901l-.004.001a3%203%200%200%200-4.19%201.282L8.12%206h.38a.5.5%200%200%200%200-1H7.121l-2.96-2.96Q4.323%202%204.5%202v-.5a.5.5%200%201%201%201%200V2h2v-.5a.5.5%200%200%201%201%200V2h2v-.5A.5.5%200%200%201%2011%201%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-16-filled.svg?color=%231a73e8&size=48