person board icon
person-board-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- person-board-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- 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 3zm2.125 12h8.75c1.174 0 2.125.951 2.125 2.125c0 1.561-.888 2.7-2.118 3.396c-1.196.678-2.759.979-4.382.979s-3.186-.3-4.382-.979c-1.23-.697-2.118-1.835-2.118-3.396C7.5 15.951 8.451 15 9.625 15m.875-5.5a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0m.5 19a4.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 7z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonBoard32Filled(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 3zm2.125 12h8.75c1.174 0 2.125.951 2.125 2.125c0 1.561-.888 2.7-2.118 3.396c-1.196.678-2.759.979-4.382.979s-3.186-.3-4.382-.979c-1.23-.697-2.118-1.835-2.118-3.396C7.5 15.951 8.451 15 9.625 15m.875-5.5a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0m.5 19a4.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 7z"/></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 3zm2.125 12h8.75c1.174 0 2.125.951 2.125 2.125c0 1.561-.888 2.7-2.118 3.396c-1.196.678-2.759.979-4.382.979s-3.186-.3-4.382-.979c-1.23-.697-2.118-1.835-2.118-3.396C7.5 15.951 8.451 15 9.625 15m.875-5.5a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0m.5 19a4.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 7z"/></svg> </template>
CSS
.icon-person-board-32-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%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%203zm2.125%2012h8.75c1.174%200%202.125.951%202.125%202.125c0%201.561-.888%202.7-2.118%203.396c-1.196.678-2.759.979-4.382.979s-3.186-.3-4.382-.979c-1.23-.697-2.118-1.835-2.118-3.396C7.5%2015.951%208.451%2015%209.625%2015m.875-5.5a3.5%203.5%200%201%201%207%200a3.5%203.5%200%200%201-7%200m.5%2019a4.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%207z%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%203zm2.125%2012h8.75c1.174%200%202.125.951%202.125%202.125c0%201.561-.888%202.7-2.118%203.396c-1.196.678-2.759.979-4.382.979s-3.186-.3-4.382-.979c-1.23-.697-2.118-1.835-2.118-3.396C7.5%2015.951%208.451%2015%209.625%2015m.875-5.5a3.5%203.5%200%201%201%207%200a3.5%203.5%200%200%201-7%200m.5%2019a4.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%207z%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-filled.svg?color=%231a73e8&size=48