notepad person off icon
notepad-person-off-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- notepad-person-off-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
notepad-person-off-16-fillednotepad-person-off-20-fillednotepad-person-off-20-regularnotepad-person-off-24-fillednotepad-person-off-24-regularnotepad-person-off-28-fillednotepad-person-off-28-regularnotepad-person-off-32-fillednotepad-person-off-32-regularnotepad-person-off-48-fillednotepad-person-off-48-regular
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-.358-.359a2.6 2.6 0 0 1-.746.31l-.083.021a6.2 6.2 0 0 1-2.918 0l-.083-.02a2.6 2.6 0 0 1-.748-.309A2.49 2.49 0 0 1 8 12.375c0-.672.531-1.224 1.209-1.282q.06-.006.12-.005h1.052L8.293 9H6a.5.5 0 1 1 0-1h1.293L4 4.707V13.5a.5.5 0 0 0 .5.5h2.907c.202.377.473.714.796.995L8.086 15H4.5A1.5 1.5 0 0 1 3 13.5V3.707L1.146 1.854a.5.5 0 0 1 0-.708m12.526 9.942c.733 0 1.328.576 1.328 1.287q-.001.234-.046.458l-1.745-1.745zM6.5 11a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1zm5-5a2 2 0 0 1 1.5.677c.311.352.5.816.5 1.323a1.994 1.994 0 0 1-1.456 1.923L9.576 7.455A2 2 0 0 1 11.5 6M9 5a.5.5 0 0 1 0 1h-.879l-1-1zm2-4a.5.5 0 0 1 .5.5V2A1.5 1.5 0 0 1 13 3.5v1.901a3 3 0 0 0-1-.36V3.5a.5.5 0 0 0-.5-.5H5.121l-.96-.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 FluentNotepadPersonOff16Regular(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-.358-.359a2.6 2.6 0 0 1-.746.31l-.083.021a6.2 6.2 0 0 1-2.918 0l-.083-.02a2.6 2.6 0 0 1-.748-.309A2.49 2.49 0 0 1 8 12.375c0-.672.531-1.224 1.209-1.282q.06-.006.12-.005h1.052L8.293 9H6a.5.5 0 1 1 0-1h1.293L4 4.707V13.5a.5.5 0 0 0 .5.5h2.907c.202.377.473.714.796.995L8.086 15H4.5A1.5 1.5 0 0 1 3 13.5V3.707L1.146 1.854a.5.5 0 0 1 0-.708m12.526 9.942c.733 0 1.328.576 1.328 1.287q-.001.234-.046.458l-1.745-1.745zM6.5 11a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1zm5-5a2 2 0 0 1 1.5.677c.311.352.5.816.5 1.323a1.994 1.994 0 0 1-1.456 1.923L9.576 7.455A2 2 0 0 1 11.5 6M9 5a.5.5 0 0 1 0 1h-.879l-1-1zm2-4a.5.5 0 0 1 .5.5V2A1.5 1.5 0 0 1 13 3.5v1.901a3 3 0 0 0-1-.36V3.5a.5.5 0 0 0-.5-.5H5.121l-.96-.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-.358-.359a2.6 2.6 0 0 1-.746.31l-.083.021a6.2 6.2 0 0 1-2.918 0l-.083-.02a2.6 2.6 0 0 1-.748-.309A2.49 2.49 0 0 1 8 12.375c0-.672.531-1.224 1.209-1.282q.06-.006.12-.005h1.052L8.293 9H6a.5.5 0 1 1 0-1h1.293L4 4.707V13.5a.5.5 0 0 0 .5.5h2.907c.202.377.473.714.796.995L8.086 15H4.5A1.5 1.5 0 0 1 3 13.5V3.707L1.146 1.854a.5.5 0 0 1 0-.708m12.526 9.942c.733 0 1.328.576 1.328 1.287q-.001.234-.046.458l-1.745-1.745zM6.5 11a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1zm5-5a2 2 0 0 1 1.5.677c.311.352.5.816.5 1.323a1.994 1.994 0 0 1-1.456 1.923L9.576 7.455A2 2 0 0 1 11.5 6M9 5a.5.5 0 0 1 0 1h-.879l-1-1zm2-4a.5.5 0 0 1 .5.5V2A1.5 1.5 0 0 1 13 3.5v1.901a3 3 0 0 0-1-.36V3.5a.5.5 0 0 0-.5-.5H5.121l-.96-.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-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%22M1.146%201.146a.5.5%200%200%201%20.707%200l13%2013l.065.079a.5.5%200%200%201-.693.693l-.079-.064l-.358-.359a2.6%202.6%200%200%201-.746.31l-.083.021a6.2%206.2%200%200%201-2.918%200l-.083-.02a2.6%202.6%200%200%201-.748-.309A2.49%202.49%200%200%201%208%2012.375c0-.672.531-1.224%201.209-1.282q.06-.006.12-.005h1.052L8.293%209H6a.5.5%200%201%201%200-1h1.293L4%204.707V13.5a.5.5%200%200%200%20.5.5h2.907c.202.377.473.714.796.995L8.086%2015H4.5A1.5%201.5%200%200%201%203%2013.5V3.707L1.146%201.854a.5.5%200%200%201%200-.708m12.526%209.942c.733%200%201.328.576%201.328%201.287q-.001.234-.046.458l-1.745-1.745zM6.5%2011a.5.5%200%200%201%200%201H6a.5.5%200%200%201%200-1zm5-5a2%202%200%200%201%201.5.677c.311.352.5.816.5%201.323a1.994%201.994%200%200%201-1.456%201.923L9.576%207.455A2%202%200%200%201%2011.5%206M9%205a.5.5%200%200%201%200%201h-.879l-1-1zm2-4a.5.5%200%200%201%20.5.5V2A1.5%201.5%200%200%201%2013%203.5v1.901a3%203%200%200%200-1-.36V3.5a.5.5%200%200%200-.5-.5H5.121l-.96-.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-.358-.359a2.6%202.6%200%200%201-.746.31l-.083.021a6.2%206.2%200%200%201-2.918%200l-.083-.02a2.6%202.6%200%200%201-.748-.309A2.49%202.49%200%200%201%208%2012.375c0-.672.531-1.224%201.209-1.282q.06-.006.12-.005h1.052L8.293%209H6a.5.5%200%201%201%200-1h1.293L4%204.707V13.5a.5.5%200%200%200%20.5.5h2.907c.202.377.473.714.796.995L8.086%2015H4.5A1.5%201.5%200%200%201%203%2013.5V3.707L1.146%201.854a.5.5%200%200%201%200-.708m12.526%209.942c.733%200%201.328.576%201.328%201.287q-.001.234-.046.458l-1.745-1.745zM6.5%2011a.5.5%200%200%201%200%201H6a.5.5%200%200%201%200-1zm5-5a2%202%200%200%201%201.5.677c.311.352.5.816.5%201.323a1.994%201.994%200%200%201-1.456%201.923L9.576%207.455A2%202%200%200%201%2011.5%206M9%205a.5.5%200%200%201%200%201h-.879l-1-1zm2-4a.5.5%200%200%201%20.5.5V2A1.5%201.5%200%200%201%2013%203.5v1.901a3%203%200%200%200-1-.36V3.5a.5.5%200%200%200-.5-.5H5.121l-.96-.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-regular.svg?color=%231a73e8&size=48