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

Name
notepad-person-16-filled
Set
Fluent UI System Icons
Style
16 Filled
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 1a.5.5 0 0 1 .5.5V2h2v-.5a.5.5 0 0 1 1 0V2h2v-.5a.5.5 0 0 1 1 0V2A1.5 1.5 0 0 1 13 3.5v1.901A3 3 0 0 0 11.5 5c-.386 0-.756.073-1.095.206A.5.5 0 0 0 10 5H6a.5.5 0 0 0 0 1h3.264A3 3 0 0 0 8.5 8H6a.5.5 0 0 0 0 1h2.67c.135.38.343.724.609 1.016q-.206.031-.388.113C7.833 10.329 7 11.236 7 12.376c0 .938.378 1.796 1 2.428V15H4.5A1.5 1.5 0 0 1 3 13.5v-10A1.5 1.5 0 0 1 4.5 2v-.5A.5.5 0 0 1 5 1m.5 10.5a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 0-1H6a.5.5 0 0 0-.5.5m3.828-.412q-.06 0-.119.005c-.678.059-1.209.61-1.209 1.283a2.48 2.48 0 0 0 1.21 2.121q.341.209.748.309l.083.02c.958.232 1.96.232 2.918 0l.083-.02c1.15-.279 1.958-1.281 1.958-2.43c0-.711-.595-1.288-1.328-1.288zM11.5 6a1.997 1.997 0 0 1 2 2c0 .507-.189.97-.5 1.323A2 2 0 0 1 9.5 8a2 2 0 0 1 2-2"/></svg>

React

import type { SVGProps } from "react";

export function FluentNotepadPerson16Filled(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 1a.5.5 0 0 1 .5.5V2h2v-.5a.5.5 0 0 1 1 0V2h2v-.5a.5.5 0 0 1 1 0V2A1.5 1.5 0 0 1 13 3.5v1.901A3 3 0 0 0 11.5 5c-.386 0-.756.073-1.095.206A.5.5 0 0 0 10 5H6a.5.5 0 0 0 0 1h3.264A3 3 0 0 0 8.5 8H6a.5.5 0 0 0 0 1h2.67c.135.38.343.724.609 1.016q-.206.031-.388.113C7.833 10.329 7 11.236 7 12.376c0 .938.378 1.796 1 2.428V15H4.5A1.5 1.5 0 0 1 3 13.5v-10A1.5 1.5 0 0 1 4.5 2v-.5A.5.5 0 0 1 5 1m.5 10.5a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 0-1H6a.5.5 0 0 0-.5.5m3.828-.412q-.06 0-.119.005c-.678.059-1.209.61-1.209 1.283a2.48 2.48 0 0 0 1.21 2.121q.341.209.748.309l.083.02c.958.232 1.96.232 2.918 0l.083-.02c1.15-.279 1.958-1.281 1.958-2.43c0-.711-.595-1.288-1.328-1.288zM11.5 6a1.997 1.997 0 0 1 2 2c0 .507-.189.97-.5 1.323A2 2 0 0 1 9.5 8a2 2 0 0 1 2-2"/></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 1a.5.5 0 0 1 .5.5V2h2v-.5a.5.5 0 0 1 1 0V2h2v-.5a.5.5 0 0 1 1 0V2A1.5 1.5 0 0 1 13 3.5v1.901A3 3 0 0 0 11.5 5c-.386 0-.756.073-1.095.206A.5.5 0 0 0 10 5H6a.5.5 0 0 0 0 1h3.264A3 3 0 0 0 8.5 8H6a.5.5 0 0 0 0 1h2.67c.135.38.343.724.609 1.016q-.206.031-.388.113C7.833 10.329 7 11.236 7 12.376c0 .938.378 1.796 1 2.428V15H4.5A1.5 1.5 0 0 1 3 13.5v-10A1.5 1.5 0 0 1 4.5 2v-.5A.5.5 0 0 1 5 1m.5 10.5a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 0-1H6a.5.5 0 0 0-.5.5m3.828-.412q-.06 0-.119.005c-.678.059-1.209.61-1.209 1.283a2.48 2.48 0 0 0 1.21 2.121q.341.209.748.309l.083.02c.958.232 1.96.232 2.918 0l.083-.02c1.15-.279 1.958-1.281 1.958-2.43c0-.711-.595-1.288-1.328-1.288zM11.5 6a1.997 1.997 0 0 1 2 2c0 .507-.189.97-.5 1.323A2 2 0 0 1 9.5 8a2 2 0 0 1 2-2"/></svg>
</template>

CSS

.icon-notepad-person-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%201a.5.5%200%200%201%20.5.5V2h2v-.5a.5.5%200%200%201%201%200V2h2v-.5a.5.5%200%200%201%201%200V2A1.5%201.5%200%200%201%2013%203.5v1.901A3%203%200%200%200%2011.5%205c-.386%200-.756.073-1.095.206A.5.5%200%200%200%2010%205H6a.5.5%200%200%200%200%201h3.264A3%203%200%200%200%208.5%208H6a.5.5%200%200%200%200%201h2.67c.135.38.343.724.609%201.016q-.206.031-.388.113C7.833%2010.329%207%2011.236%207%2012.376c0%20.938.378%201.796%201%202.428V15H4.5A1.5%201.5%200%200%201%203%2013.5v-10A1.5%201.5%200%200%201%204.5%202v-.5A.5.5%200%200%201%205%201m.5%2010.5a.5.5%200%200%200%20.5.5h.5a.5.5%200%200%200%200-1H6a.5.5%200%200%200-.5.5m3.828-.412q-.06%200-.119.005c-.678.059-1.209.61-1.209%201.283a2.48%202.48%200%200%200%201.21%202.121q.341.209.748.309l.083.02c.958.232%201.96.232%202.918%200l.083-.02c1.15-.279%201.958-1.281%201.958-2.43c0-.711-.595-1.288-1.328-1.288zM11.5%206a1.997%201.997%200%200%201%202%202c0%20.507-.189.97-.5%201.323A2%202%200%200%201%209.5%208a2%202%200%200%201%202-2%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%201a.5.5%200%200%201%20.5.5V2h2v-.5a.5.5%200%200%201%201%200V2h2v-.5a.5.5%200%200%201%201%200V2A1.5%201.5%200%200%201%2013%203.5v1.901A3%203%200%200%200%2011.5%205c-.386%200-.756.073-1.095.206A.5.5%200%200%200%2010%205H6a.5.5%200%200%200%200%201h3.264A3%203%200%200%200%208.5%208H6a.5.5%200%200%200%200%201h2.67c.135.38.343.724.609%201.016q-.206.031-.388.113C7.833%2010.329%207%2011.236%207%2012.376c0%20.938.378%201.796%201%202.428V15H4.5A1.5%201.5%200%200%201%203%2013.5v-10A1.5%201.5%200%200%201%204.5%202v-.5A.5.5%200%200%201%205%201m.5%2010.5a.5.5%200%200%200%20.5.5h.5a.5.5%200%200%200%200-1H6a.5.5%200%200%200-.5.5m3.828-.412q-.06%200-.119.005c-.678.059-1.209.61-1.209%201.283a2.48%202.48%200%200%200%201.21%202.121q.341.209.748.309l.083.02c.958.232%201.96.232%202.918%200l.083-.02c1.15-.279%201.958-1.281%201.958-2.43c0-.711-.595-1.288-1.328-1.288zM11.5%206a1.997%201.997%200%200%201%202%202c0%20.507-.189.97-.5%201.323A2%202%200%200%201%209.5%208a2%202%200%200%201%202-2%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-filled.svg?color=%231a73e8&size=48