notepad person off icon
notepad-person-off-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- notepad-person-off-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
notepad-person-off-16-fillednotepad-person-off-16-regularnotepad-person-off-20-fillednotepad-person-off-20-regularnotepad-person-off-24-fillednotepad-person-off-24-regularnotepad-person-off-28-fillednotepad-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 28 28"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l22.5 22.5l.052.056a.75.75 0 0 1-.052 1.004a.8.8 0 0 1-.148.112C24.746 26.557 23.399 27 21.5 27c-3.929 0-5.5-1.875-5.5-3.75v-.205c0-1.13.916-2.045 2.046-2.045h1.893l-6-6H9.75a.75.75 0 0 1 0-1.5h2.69L6.5 7.56v14.69c0 .69.56 1.25 1.25 1.25h7.259c.03.513.152 1.02.37 1.5H7.75A2.75 2.75 0 0 1 5 22.25V6.75q.001-.32.071-.618L2.22 3.28a.75.75 0 0 1 0-1.06M24.954 21c1.13 0 2.046.915 2.046 2.045v.205q0 .269-.045.535q-.054-.065-.113-.126L24.182 21zM21.5 14a2.997 2.997 0 0 1 1.355 5.673l-4.029-4.03A3 3 0 0 1 21.5 14m-8.173 4.004a.75.75 0 0 1 0 1.492l-.077.004h-3.5a.75.75 0 0 1 0-1.5h3.5zM19.25 2a.75.75 0 0 1 .75.75V4h.25A2.75 2.75 0 0 1 23 6.75v6.542A4 4 0 0 0 21.5 13V6.75c0-.69-.56-1.25-1.25-1.25H8.683l-1.45-1.45Q7.483 4 7.75 4H8V2.75a.75.75 0 0 1 1.5 0V4h3.75V2.75a.75.75 0 0 1 1.5 0V4h3.75V2.75a.75.75 0 0 1 .75-.75m-.923 7.004a.75.75 0 0 1 0 1.492l-.077.004h-4.567l-1.5-1.5h6.067z"/></svg>
React
import type { SVGProps } from "react";
export function FluentNotepadPersonOff28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l22.5 22.5l.052.056a.75.75 0 0 1-.052 1.004a.8.8 0 0 1-.148.112C24.746 26.557 23.399 27 21.5 27c-3.929 0-5.5-1.875-5.5-3.75v-.205c0-1.13.916-2.045 2.046-2.045h1.893l-6-6H9.75a.75.75 0 0 1 0-1.5h2.69L6.5 7.56v14.69c0 .69.56 1.25 1.25 1.25h7.259c.03.513.152 1.02.37 1.5H7.75A2.75 2.75 0 0 1 5 22.25V6.75q.001-.32.071-.618L2.22 3.28a.75.75 0 0 1 0-1.06M24.954 21c1.13 0 2.046.915 2.046 2.045v.205q0 .269-.045.535q-.054-.065-.113-.126L24.182 21zM21.5 14a2.997 2.997 0 0 1 1.355 5.673l-4.029-4.03A3 3 0 0 1 21.5 14m-8.173 4.004a.75.75 0 0 1 0 1.492l-.077.004h-3.5a.75.75 0 0 1 0-1.5h3.5zM19.25 2a.75.75 0 0 1 .75.75V4h.25A2.75 2.75 0 0 1 23 6.75v6.542A4 4 0 0 0 21.5 13V6.75c0-.69-.56-1.25-1.25-1.25H8.683l-1.45-1.45Q7.483 4 7.75 4H8V2.75a.75.75 0 0 1 1.5 0V4h3.75V2.75a.75.75 0 0 1 1.5 0V4h3.75V2.75a.75.75 0 0 1 .75-.75m-.923 7.004a.75.75 0 0 1 0 1.492l-.077.004h-4.567l-1.5-1.5h6.067z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l22.5 22.5l.052.056a.75.75 0 0 1-.052 1.004a.8.8 0 0 1-.148.112C24.746 26.557 23.399 27 21.5 27c-3.929 0-5.5-1.875-5.5-3.75v-.205c0-1.13.916-2.045 2.046-2.045h1.893l-6-6H9.75a.75.75 0 0 1 0-1.5h2.69L6.5 7.56v14.69c0 .69.56 1.25 1.25 1.25h7.259c.03.513.152 1.02.37 1.5H7.75A2.75 2.75 0 0 1 5 22.25V6.75q.001-.32.071-.618L2.22 3.28a.75.75 0 0 1 0-1.06M24.954 21c1.13 0 2.046.915 2.046 2.045v.205q0 .269-.045.535q-.054-.065-.113-.126L24.182 21zM21.5 14a2.997 2.997 0 0 1 1.355 5.673l-4.029-4.03A3 3 0 0 1 21.5 14m-8.173 4.004a.75.75 0 0 1 0 1.492l-.077.004h-3.5a.75.75 0 0 1 0-1.5h3.5zM19.25 2a.75.75 0 0 1 .75.75V4h.25A2.75 2.75 0 0 1 23 6.75v6.542A4 4 0 0 0 21.5 13V6.75c0-.69-.56-1.25-1.25-1.25H8.683l-1.45-1.45Q7.483 4 7.75 4H8V2.75a.75.75 0 0 1 1.5 0V4h3.75V2.75a.75.75 0 0 1 1.5 0V4h3.75V2.75a.75.75 0 0 1 .75-.75m-.923 7.004a.75.75 0 0 1 0 1.492l-.077.004h-4.567l-1.5-1.5h6.067z"/></svg> </template>
CSS
.icon-notepad-person-off-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.22%202.22a.75.75%200%200%201%201.06%200l22.5%2022.5l.052.056a.75.75%200%200%201-.052%201.004a.8.8%200%200%201-.148.112C24.746%2026.557%2023.399%2027%2021.5%2027c-3.929%200-5.5-1.875-5.5-3.75v-.205c0-1.13.916-2.045%202.046-2.045h1.893l-6-6H9.75a.75.75%200%200%201%200-1.5h2.69L6.5%207.56v14.69c0%20.69.56%201.25%201.25%201.25h7.259c.03.513.152%201.02.37%201.5H7.75A2.75%202.75%200%200%201%205%2022.25V6.75q.001-.32.071-.618L2.22%203.28a.75.75%200%200%201%200-1.06M24.954%2021c1.13%200%202.046.915%202.046%202.045v.205q0%20.269-.045.535q-.054-.065-.113-.126L24.182%2021zM21.5%2014a2.997%202.997%200%200%201%201.355%205.673l-4.029-4.03A3%203%200%200%201%2021.5%2014m-8.173%204.004a.75.75%200%200%201%200%201.492l-.077.004h-3.5a.75.75%200%200%201%200-1.5h3.5zM19.25%202a.75.75%200%200%201%20.75.75V4h.25A2.75%202.75%200%200%201%2023%206.75v6.542A4%204%200%200%200%2021.5%2013V6.75c0-.69-.56-1.25-1.25-1.25H8.683l-1.45-1.45Q7.483%204%207.75%204H8V2.75a.75.75%200%200%201%201.5%200V4h3.75V2.75a.75.75%200%200%201%201.5%200V4h3.75V2.75a.75.75%200%200%201%20.75-.75m-.923%207.004a.75.75%200%200%201%200%201.492l-.077.004h-4.567l-1.5-1.5h6.067z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.22%202.22a.75.75%200%200%201%201.06%200l22.5%2022.5l.052.056a.75.75%200%200%201-.052%201.004a.8.8%200%200%201-.148.112C24.746%2026.557%2023.399%2027%2021.5%2027c-3.929%200-5.5-1.875-5.5-3.75v-.205c0-1.13.916-2.045%202.046-2.045h1.893l-6-6H9.75a.75.75%200%200%201%200-1.5h2.69L6.5%207.56v14.69c0%20.69.56%201.25%201.25%201.25h7.259c.03.513.152%201.02.37%201.5H7.75A2.75%202.75%200%200%201%205%2022.25V6.75q.001-.32.071-.618L2.22%203.28a.75.75%200%200%201%200-1.06M24.954%2021c1.13%200%202.046.915%202.046%202.045v.205q0%20.269-.045.535q-.054-.065-.113-.126L24.182%2021zM21.5%2014a2.997%202.997%200%200%201%201.355%205.673l-4.029-4.03A3%203%200%200%201%2021.5%2014m-8.173%204.004a.75.75%200%200%201%200%201.492l-.077.004h-3.5a.75.75%200%200%201%200-1.5h3.5zM19.25%202a.75.75%200%200%201%20.75.75V4h.25A2.75%202.75%200%200%201%2023%206.75v6.542A4%204%200%200%200%2021.5%2013V6.75c0-.69-.56-1.25-1.25-1.25H8.683l-1.45-1.45Q7.483%204%207.75%204H8V2.75a.75.75%200%200%201%201.5%200V4h3.75V2.75a.75.75%200%200%201%201.5%200V4h3.75V2.75a.75.75%200%200%201%20.75-.75m-.923%207.004a.75.75%200%200%201%200%201.492l-.077.004h-4.567l-1.5-1.5h6.067z%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-28-regular.svg?color=%231a73e8&size=48