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

Name
notepad-person-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M5.5 5.5A.5.5 0 0 1 6 5h4a.5.5 0 0 1 .405.206c-.441.173-.83.447-1.141.794H6a.5.5 0 0 1-.5-.5m3 2.5H6a.5.5 0 0 0 0 1h2.67c-.11-.313-.17-.65-.17-1m-1.092 6H4.5a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1.541c.359.06.696.185 1 .36V3.5A1.5 1.5 0 0 0 11.5 2v-.5a.5.5 0 0 0-1 0V2h-2v-.5a.5.5 0 0 0-1 0V2h-2v-.5a.5.5 0 0 0-1 0V2A1.5 1.5 0 0 0 3 3.5v10A1.5 1.5 0 0 0 4.5 15h3.586q.059 0 .118-.005A3.5 3.5 0 0 1 7.408 14m1.802.497A2.49 2.49 0 0 1 8 12.376c0-.673.531-1.224 1.21-1.283q.058-.005.118-.005h4.344c.733 0 1.328.577 1.328 1.288c0 1.149-.807 2.151-1.958 2.43l-.083.02a6.2 6.2 0 0 1-2.918 0l-.083-.02a2.6 2.6 0 0 1-.748-.309M13 9.323A2 2 0 0 1 9.5 8A2 2 0 1 1 13 9.323M5.5 11.5A.5.5 0 0 1 6 11h.5a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentNotepadPerson16Regular(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="M5.5 5.5A.5.5 0 0 1 6 5h4a.5.5 0 0 1 .405.206c-.441.173-.83.447-1.141.794H6a.5.5 0 0 1-.5-.5m3 2.5H6a.5.5 0 0 0 0 1h2.67c-.11-.313-.17-.65-.17-1m-1.092 6H4.5a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1.541c.359.06.696.185 1 .36V3.5A1.5 1.5 0 0 0 11.5 2v-.5a.5.5 0 0 0-1 0V2h-2v-.5a.5.5 0 0 0-1 0V2h-2v-.5a.5.5 0 0 0-1 0V2A1.5 1.5 0 0 0 3 3.5v10A1.5 1.5 0 0 0 4.5 15h3.586q.059 0 .118-.005A3.5 3.5 0 0 1 7.408 14m1.802.497A2.49 2.49 0 0 1 8 12.376c0-.673.531-1.224 1.21-1.283q.058-.005.118-.005h4.344c.733 0 1.328.577 1.328 1.288c0 1.149-.807 2.151-1.958 2.43l-.083.02a6.2 6.2 0 0 1-2.918 0l-.083-.02a2.6 2.6 0 0 1-.748-.309M13 9.323A2 2 0 0 1 9.5 8A2 2 0 1 1 13 9.323M5.5 11.5A.5.5 0 0 1 6 11h.5a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.5 5.5A.5.5 0 0 1 6 5h4a.5.5 0 0 1 .405.206c-.441.173-.83.447-1.141.794H6a.5.5 0 0 1-.5-.5m3 2.5H6a.5.5 0 0 0 0 1h2.67c-.11-.313-.17-.65-.17-1m-1.092 6H4.5a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1.541c.359.06.696.185 1 .36V3.5A1.5 1.5 0 0 0 11.5 2v-.5a.5.5 0 0 0-1 0V2h-2v-.5a.5.5 0 0 0-1 0V2h-2v-.5a.5.5 0 0 0-1 0V2A1.5 1.5 0 0 0 3 3.5v10A1.5 1.5 0 0 0 4.5 15h3.586q.059 0 .118-.005A3.5 3.5 0 0 1 7.408 14m1.802.497A2.49 2.49 0 0 1 8 12.376c0-.673.531-1.224 1.21-1.283q.058-.005.118-.005h4.344c.733 0 1.328.577 1.328 1.288c0 1.149-.807 2.151-1.958 2.43l-.083.02a6.2 6.2 0 0 1-2.918 0l-.083-.02a2.6 2.6 0 0 1-.748-.309M13 9.323A2 2 0 0 1 9.5 8A2 2 0 1 1 13 9.323M5.5 11.5A.5.5 0 0 1 6 11h.5a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5"/></svg>
</template>

CSS

.icon-notepad-person-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%22M5.5%205.5A.5.5%200%200%201%206%205h4a.5.5%200%200%201%20.405.206c-.441.173-.83.447-1.141.794H6a.5.5%200%200%201-.5-.5m3%202.5H6a.5.5%200%200%200%200%201h2.67c-.11-.313-.17-.65-.17-1m-1.092%206H4.5a.5.5%200%200%201-.5-.5v-10a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%20.5.5v1.541c.359.06.696.185%201%20.36V3.5A1.5%201.5%200%200%200%2011.5%202v-.5a.5.5%200%200%200-1%200V2h-2v-.5a.5.5%200%200%200-1%200V2h-2v-.5a.5.5%200%200%200-1%200V2A1.5%201.5%200%200%200%203%203.5v10A1.5%201.5%200%200%200%204.5%2015h3.586q.059%200%20.118-.005A3.5%203.5%200%200%201%207.408%2014m1.802.497A2.49%202.49%200%200%201%208%2012.376c0-.673.531-1.224%201.21-1.283q.058-.005.118-.005h4.344c.733%200%201.328.577%201.328%201.288c0%201.149-.807%202.151-1.958%202.43l-.083.02a6.2%206.2%200%200%201-2.918%200l-.083-.02a2.6%202.6%200%200%201-.748-.309M13%209.323A2%202%200%200%201%209.5%208A2%202%200%201%201%2013%209.323M5.5%2011.5A.5.5%200%200%201%206%2011h.5a.5.5%200%200%201%200%201H6a.5.5%200%200%201-.5-.5%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%22M5.5%205.5A.5.5%200%200%201%206%205h4a.5.5%200%200%201%20.405.206c-.441.173-.83.447-1.141.794H6a.5.5%200%200%201-.5-.5m3%202.5H6a.5.5%200%200%200%200%201h2.67c-.11-.313-.17-.65-.17-1m-1.092%206H4.5a.5.5%200%200%201-.5-.5v-10a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%20.5.5v1.541c.359.06.696.185%201%20.36V3.5A1.5%201.5%200%200%200%2011.5%202v-.5a.5.5%200%200%200-1%200V2h-2v-.5a.5.5%200%200%200-1%200V2h-2v-.5a.5.5%200%200%200-1%200V2A1.5%201.5%200%200%200%203%203.5v10A1.5%201.5%200%200%200%204.5%2015h3.586q.059%200%20.118-.005A3.5%203.5%200%200%201%207.408%2014m1.802.497A2.49%202.49%200%200%201%208%2012.376c0-.673.531-1.224%201.21-1.283q.058-.005.118-.005h4.344c.733%200%201.328.577%201.328%201.288c0%201.149-.807%202.151-1.958%202.43l-.083.02a6.2%206.2%200%200%201-2.918%200l-.083-.02a2.6%202.6%200%200%201-.748-.309M13%209.323A2%202%200%200%201%209.5%208A2%202%200%201%201%2013%209.323M5.5%2011.5A.5.5%200%200%201%206%2011h.5a.5.5%200%200%201%200%201H6a.5.5%200%200%201-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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