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

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

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the notepad person icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M24.954 21c1.13 0 2.046.915 2.046 2.045v.205c0 1.868-1.571 3.75-5.5 3.75S16 25.125 16 23.25v-.205c0-1.13.916-2.045 2.046-2.045zM19.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.25H7.75c-.69 0-1.25.56-1.25 1.25v15.5c0 .69.56 1.25 1.25 1.25h7.258c.03.513.152 1.02.37 1.5H7.75A2.75 2.75 0 0 1 5 22.25V6.75A2.75 2.75 0 0 1 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-.75m2.25 12a3 3 0 1 1 0 6a3 3 0 0 1 0-6m-8.173 4.004a.75.75 0 0 1 0 1.492l-.077.004h-3.5a.75.75 0 0 1 0-1.5h3.5zm3-4.5a.75.75 0 0 1 0 1.492L16.25 15h-6.5a.75.75 0 0 1 0-1.5h6.5zm2-4.5a.75.75 0 0 1 0 1.492l-.077.004h-8.5a.75.75 0 0 1 0-1.5h8.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentNotepadPerson28Regular(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="M24.954 21c1.13 0 2.046.915 2.046 2.045v.205c0 1.868-1.571 3.75-5.5 3.75S16 25.125 16 23.25v-.205c0-1.13.916-2.045 2.046-2.045zM19.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.25H7.75c-.69 0-1.25.56-1.25 1.25v15.5c0 .69.56 1.25 1.25 1.25h7.258c.03.513.152 1.02.37 1.5H7.75A2.75 2.75 0 0 1 5 22.25V6.75A2.75 2.75 0 0 1 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-.75m2.25 12a3 3 0 1 1 0 6a3 3 0 0 1 0-6m-8.173 4.004a.75.75 0 0 1 0 1.492l-.077.004h-3.5a.75.75 0 0 1 0-1.5h3.5zm3-4.5a.75.75 0 0 1 0 1.492L16.25 15h-6.5a.75.75 0 0 1 0-1.5h6.5zm2-4.5a.75.75 0 0 1 0 1.492l-.077.004h-8.5a.75.75 0 0 1 0-1.5h8.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M24.954 21c1.13 0 2.046.915 2.046 2.045v.205c0 1.868-1.571 3.75-5.5 3.75S16 25.125 16 23.25v-.205c0-1.13.916-2.045 2.046-2.045zM19.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.25H7.75c-.69 0-1.25.56-1.25 1.25v15.5c0 .69.56 1.25 1.25 1.25h7.258c.03.513.152 1.02.37 1.5H7.75A2.75 2.75 0 0 1 5 22.25V6.75A2.75 2.75 0 0 1 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-.75m2.25 12a3 3 0 1 1 0 6a3 3 0 0 1 0-6m-8.173 4.004a.75.75 0 0 1 0 1.492l-.077.004h-3.5a.75.75 0 0 1 0-1.5h3.5zm3-4.5a.75.75 0 0 1 0 1.492L16.25 15h-6.5a.75.75 0 0 1 0-1.5h6.5zm2-4.5a.75.75 0 0 1 0 1.492l-.077.004h-8.5a.75.75 0 0 1 0-1.5h8.5z"/></svg>
</template>

CSS

.icon-notepad-person-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%22M24.954%2021c1.13%200%202.046.915%202.046%202.045v.205c0%201.868-1.571%203.75-5.5%203.75S16%2025.125%2016%2023.25v-.205c0-1.13.916-2.045%202.046-2.045zM19.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.25H7.75c-.69%200-1.25.56-1.25%201.25v15.5c0%20.69.56%201.25%201.25%201.25h7.258c.03.513.152%201.02.37%201.5H7.75A2.75%202.75%200%200%201%205%2022.25V6.75A2.75%202.75%200%200%201%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-.75m2.25%2012a3%203%200%201%201%200%206a3%203%200%200%201%200-6m-8.173%204.004a.75.75%200%200%201%200%201.492l-.077.004h-3.5a.75.75%200%200%201%200-1.5h3.5zm3-4.5a.75.75%200%200%201%200%201.492L16.25%2015h-6.5a.75.75%200%200%201%200-1.5h6.5zm2-4.5a.75.75%200%200%201%200%201.492l-.077.004h-8.5a.75.75%200%200%201%200-1.5h8.5z%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%22M24.954%2021c1.13%200%202.046.915%202.046%202.045v.205c0%201.868-1.571%203.75-5.5%203.75S16%2025.125%2016%2023.25v-.205c0-1.13.916-2.045%202.046-2.045zM19.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.25H7.75c-.69%200-1.25.56-1.25%201.25v15.5c0%20.69.56%201.25%201.25%201.25h7.258c.03.513.152%201.02.37%201.5H7.75A2.75%202.75%200%200%201%205%2022.25V6.75A2.75%202.75%200%200%201%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-.75m2.25%2012a3%203%200%201%201%200%206a3%203%200%200%201%200-6m-8.173%204.004a.75.75%200%200%201%200%201.492l-.077.004h-3.5a.75.75%200%200%201%200-1.5h3.5zm3-4.5a.75.75%200%200%201%200%201.492L16.25%2015h-6.5a.75.75%200%200%201%200-1.5h6.5zm2-4.5a.75.75%200%200%201%200%201.492l-.077.004h-8.5a.75.75%200%200%201%200-1.5h8.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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