notepad person off icon
notepad-person-off-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- notepad-person-off-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- 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-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 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-.144.109C24.75 26.556 23.402 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-1-1h-.893A3.045 3.045 0 0 0 15 23.045v.205c0 .597.124 1.192.379 1.75h-7.63A2.75 2.75 0 0 1 5 22.25V6.75q.002-.32.072-.618L2.22 3.28a.75.75 0 0 1 0-1.06M24.954 21c1.13 0 2.046.915 2.046 2.045v.205q0 .27-.045.536q-.055-.065-.114-.127L24.18 21zM21.5 14a2.996 2.996 0 0 1 1.354 5.673l-4.028-4.029A3 3 0 0 1 21.5 14M9.75 18a.75.75 0 0 0 0 1.5h3.5l.077-.004a.75.75 0 0 0 0-1.492L13.25 18zm0-4.5a.75.75 0 0 0 0 1.5h4.19l-1.5-1.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-4.91 1.616L13.682 10.5h4.568l.077-.004a.75.75 0 0 0 0-1.492L18.25 9h-6.068l-4.95-4.95Q7.481 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-.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentNotepadPersonOff28Filled(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-.144.109C24.75 26.556 23.402 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-1-1h-.893A3.045 3.045 0 0 0 15 23.045v.205c0 .597.124 1.192.379 1.75h-7.63A2.75 2.75 0 0 1 5 22.25V6.75q.002-.32.072-.618L2.22 3.28a.75.75 0 0 1 0-1.06M24.954 21c1.13 0 2.046.915 2.046 2.045v.205q0 .27-.045.536q-.055-.065-.114-.127L24.18 21zM21.5 14a2.996 2.996 0 0 1 1.354 5.673l-4.028-4.029A3 3 0 0 1 21.5 14M9.75 18a.75.75 0 0 0 0 1.5h3.5l.077-.004a.75.75 0 0 0 0-1.492L13.25 18zm0-4.5a.75.75 0 0 0 0 1.5h4.19l-1.5-1.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-4.91 1.616L13.682 10.5h4.568l.077-.004a.75.75 0 0 0 0-1.492L18.25 9h-6.068l-4.95-4.95Q7.481 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-.75"/></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-.144.109C24.75 26.556 23.402 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-1-1h-.893A3.045 3.045 0 0 0 15 23.045v.205c0 .597.124 1.192.379 1.75h-7.63A2.75 2.75 0 0 1 5 22.25V6.75q.002-.32.072-.618L2.22 3.28a.75.75 0 0 1 0-1.06M24.954 21c1.13 0 2.046.915 2.046 2.045v.205q0 .27-.045.536q-.055-.065-.114-.127L24.18 21zM21.5 14a2.996 2.996 0 0 1 1.354 5.673l-4.028-4.029A3 3 0 0 1 21.5 14M9.75 18a.75.75 0 0 0 0 1.5h3.5l.077-.004a.75.75 0 0 0 0-1.492L13.25 18zm0-4.5a.75.75 0 0 0 0 1.5h4.19l-1.5-1.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-4.91 1.616L13.682 10.5h4.568l.077-.004a.75.75 0 0 0 0-1.492L18.25 9h-6.068l-4.95-4.95Q7.481 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-.75"/></svg> </template>
CSS
.icon-notepad-person-off-28-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%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-.144.109C24.75%2026.556%2023.402%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-1-1h-.893A3.045%203.045%200%200%200%2015%2023.045v.205c0%20.597.124%201.192.379%201.75h-7.63A2.75%202.75%200%200%201%205%2022.25V6.75q.002-.32.072-.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.27-.045.536q-.055-.065-.114-.127L24.18%2021zM21.5%2014a2.996%202.996%200%200%201%201.354%205.673l-4.028-4.029A3%203%200%200%201%2021.5%2014M9.75%2018a.75.75%200%200%200%200%201.5h3.5l.077-.004a.75.75%200%200%200%200-1.492L13.25%2018zm0-4.5a.75.75%200%200%200%200%201.5h4.19l-1.5-1.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-4.91%201.616L13.682%2010.5h4.568l.077-.004a.75.75%200%200%200%200-1.492L18.25%209h-6.068l-4.95-4.95Q7.481%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-.75%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-.144.109C24.75%2026.556%2023.402%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-1-1h-.893A3.045%203.045%200%200%200%2015%2023.045v.205c0%20.597.124%201.192.379%201.75h-7.63A2.75%202.75%200%200%201%205%2022.25V6.75q.002-.32.072-.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.27-.045.536q-.055-.065-.114-.127L24.18%2021zM21.5%2014a2.996%202.996%200%200%201%201.354%205.673l-4.028-4.029A3%203%200%200%201%2021.5%2014M9.75%2018a.75.75%200%200%200%200%201.5h3.5l.077-.004a.75.75%200%200%200%200-1.492L13.25%2018zm0-4.5a.75.75%200%200%200%200%201.5h4.19l-1.5-1.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-4.91%201.616L13.682%2010.5h4.568l.077-.004a.75.75%200%200%200%200-1.492L18.25%209h-6.068l-4.95-4.95Q7.481%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-.75%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-filled.svg?color=%231a73e8&size=48