person board icon
person-board-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- person-board-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
person-5-20-filledperson-6-20-filledperson-account-16-filledperson-accounts-20-filledperson-add-16-filledperson-alert-16-filledperson-alert-off-16-filledperson-arrow-back-16-filledperson-arrow-left-16-filledperson-arrow-right-16-filledperson-available-16-filledperson-board-add-16-filledperson-briefcase-16-filledperson-call-16-filledperson-chat-16-filledperson-circle-12-filledperson-circle-off-12-filledperson-clock-16-filledperson-delete-16-filledperson-desktop-20-filledperson-edit-16-filledperson-error-16-filledperson-feedback-16-filledperson-guest-16-filled
Use the person board icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.5 3A4.5 4.5 0 0 0 3 7.5v13A4.5 4.5 0 0 0 7.5 25h13a4.5 4.5 0 0 0 4.5-4.5v-13A4.5 4.5 0 0 0 20.5 3zM5 7.5A2.5 2.5 0 0 1 7.5 5h13A2.5 2.5 0 0 1 23 7.5v13a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 5 20.5zm6 21a4.5 4.5 0 0 1-3.746-2.005q.122.005.245.005h14a5 5 0 0 0 5-5v-14q0-.123-.005-.246A4.5 4.5 0 0 1 28.5 11v10.5a7 7 0 0 1-7 7zM7.5 16.375A2.375 2.375 0 0 1 9.875 14h8.25a2.375 2.375 0 0 1 2.375 2.375c0 1.714-.793 3.045-2.041 3.91c-1.212.839-2.805 1.215-4.459 1.215s-3.247-.376-4.459-1.215C8.293 19.42 7.5 18.089 7.5 16.375M9.875 16a.375.375 0 0 0-.375.375c0 1.02.438 1.752 1.18 2.266c.78.54 1.936.859 3.32.859s2.54-.32 3.32-.86c.742-.513 1.18-1.246 1.18-2.265a.375.375 0 0 0-.375-.375zM12.5 9.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M14 6a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonBoard32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.5 3A4.5 4.5 0 0 0 3 7.5v13A4.5 4.5 0 0 0 7.5 25h13a4.5 4.5 0 0 0 4.5-4.5v-13A4.5 4.5 0 0 0 20.5 3zM5 7.5A2.5 2.5 0 0 1 7.5 5h13A2.5 2.5 0 0 1 23 7.5v13a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 5 20.5zm6 21a4.5 4.5 0 0 1-3.746-2.005q.122.005.245.005h14a5 5 0 0 0 5-5v-14q0-.123-.005-.246A4.5 4.5 0 0 1 28.5 11v10.5a7 7 0 0 1-7 7zM7.5 16.375A2.375 2.375 0 0 1 9.875 14h8.25a2.375 2.375 0 0 1 2.375 2.375c0 1.714-.793 3.045-2.041 3.91c-1.212.839-2.805 1.215-4.459 1.215s-3.247-.376-4.459-1.215C8.293 19.42 7.5 18.089 7.5 16.375M9.875 16a.375.375 0 0 0-.375.375c0 1.02.438 1.752 1.18 2.266c.78.54 1.936.859 3.32.859s2.54-.32 3.32-.86c.742-.513 1.18-1.246 1.18-2.265a.375.375 0 0 0-.375-.375zM12.5 9.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M14 6a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.5 3A4.5 4.5 0 0 0 3 7.5v13A4.5 4.5 0 0 0 7.5 25h13a4.5 4.5 0 0 0 4.5-4.5v-13A4.5 4.5 0 0 0 20.5 3zM5 7.5A2.5 2.5 0 0 1 7.5 5h13A2.5 2.5 0 0 1 23 7.5v13a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 5 20.5zm6 21a4.5 4.5 0 0 1-3.746-2.005q.122.005.245.005h14a5 5 0 0 0 5-5v-14q0-.123-.005-.246A4.5 4.5 0 0 1 28.5 11v10.5a7 7 0 0 1-7 7zM7.5 16.375A2.375 2.375 0 0 1 9.875 14h8.25a2.375 2.375 0 0 1 2.375 2.375c0 1.714-.793 3.045-2.041 3.91c-1.212.839-2.805 1.215-4.459 1.215s-3.247-.376-4.459-1.215C8.293 19.42 7.5 18.089 7.5 16.375M9.875 16a.375.375 0 0 0-.375.375c0 1.02.438 1.752 1.18 2.266c.78.54 1.936.859 3.32.859s2.54-.32 3.32-.86c.742-.513 1.18-1.246 1.18-2.265a.375.375 0 0 0-.375-.375zM12.5 9.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M14 6a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg> </template>
CSS
.icon-person-board-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%203A4.5%204.5%200%200%200%203%207.5v13A4.5%204.5%200%200%200%207.5%2025h13a4.5%204.5%200%200%200%204.5-4.5v-13A4.5%204.5%200%200%200%2020.5%203zM5%207.5A2.5%202.5%200%200%201%207.5%205h13A2.5%202.5%200%200%201%2023%207.5v13a2.5%202.5%200%200%201-2.5%202.5h-13A2.5%202.5%200%200%201%205%2020.5zm6%2021a4.5%204.5%200%200%201-3.746-2.005q.122.005.245.005h14a5%205%200%200%200%205-5v-14q0-.123-.005-.246A4.5%204.5%200%200%201%2028.5%2011v10.5a7%207%200%200%201-7%207zM7.5%2016.375A2.375%202.375%200%200%201%209.875%2014h8.25a2.375%202.375%200%200%201%202.375%202.375c0%201.714-.793%203.045-2.041%203.91c-1.212.839-2.805%201.215-4.459%201.215s-3.247-.376-4.459-1.215C8.293%2019.42%207.5%2018.089%207.5%2016.375M9.875%2016a.375.375%200%200%200-.375.375c0%201.02.438%201.752%201.18%202.266c.78.54%201.936.859%203.32.859s2.54-.32%203.32-.86c.742-.513%201.18-1.246%201.18-2.265a.375.375%200%200%200-.375-.375zM12.5%209.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200M14%206a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%203A4.5%204.5%200%200%200%203%207.5v13A4.5%204.5%200%200%200%207.5%2025h13a4.5%204.5%200%200%200%204.5-4.5v-13A4.5%204.5%200%200%200%2020.5%203zM5%207.5A2.5%202.5%200%200%201%207.5%205h13A2.5%202.5%200%200%201%2023%207.5v13a2.5%202.5%200%200%201-2.5%202.5h-13A2.5%202.5%200%200%201%205%2020.5zm6%2021a4.5%204.5%200%200%201-3.746-2.005q.122.005.245.005h14a5%205%200%200%200%205-5v-14q0-.123-.005-.246A4.5%204.5%200%200%201%2028.5%2011v10.5a7%207%200%200%201-7%207zM7.5%2016.375A2.375%202.375%200%200%201%209.875%2014h8.25a2.375%202.375%200%200%201%202.375%202.375c0%201.714-.793%203.045-2.041%203.91c-1.212.839-2.805%201.215-4.459%201.215s-3.247-.376-4.459-1.215C8.293%2019.42%207.5%2018.089%207.5%2016.375M9.875%2016a.375.375%200%200%200-.375.375c0%201.02.438%201.752%201.18%202.266c.78.54%201.936.859%203.32.859s2.54-.32%203.32-.86c.742-.513%201.18-1.246%201.18-2.265a.375.375%200%200%200-.375-.375zM12.5%209.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200M14%206a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-board-32-regular.svg?color=%231a73e8&size=48