person board icon
person-board-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- person-board-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M6.25 3A3.25 3.25 0 0 0 3 6.25v8.5A3.25 3.25 0 0 0 6.25 18h8.5A3.25 3.25 0 0 0 18 14.75v-8.5A3.25 3.25 0 0 0 14.75 3zm6.5 4.5a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0m.75 3.25a1.5 1.5 0 0 1 1.5 1.5v.5c0 .496-.086.86-.254 1.16c-.168.303-.43.562-.818.83c-.733.503-1.858.76-3.428.76c-1.32 0-2.445-.257-3.24-.76c-.419-.266-.73-.524-.938-.83c-.205-.3-.322-.664-.322-1.16v-.5a1.5 1.5 0 0 1 1.5-1.5zM6.01 19a3.25 3.25 0 0 0 2.74 1.5h6.5c2.9 0 5.25-2.35 5.25-5.25v-6.5A3.25 3.25 0 0 0 19 6.01v9.24A3.75 3.75 0 0 1 15.25 19z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonBoard24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.25 3A3.25 3.25 0 0 0 3 6.25v8.5A3.25 3.25 0 0 0 6.25 18h8.5A3.25 3.25 0 0 0 18 14.75v-8.5A3.25 3.25 0 0 0 14.75 3zm6.5 4.5a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0m.75 3.25a1.5 1.5 0 0 1 1.5 1.5v.5c0 .496-.086.86-.254 1.16c-.168.303-.43.562-.818.83c-.733.503-1.858.76-3.428.76c-1.32 0-2.445-.257-3.24-.76c-.419-.266-.73-.524-.938-.83c-.205-.3-.322-.664-.322-1.16v-.5a1.5 1.5 0 0 1 1.5-1.5zM6.01 19a3.25 3.25 0 0 0 2.74 1.5h6.5c2.9 0 5.25-2.35 5.25-5.25v-6.5A3.25 3.25 0 0 0 19 6.01v9.24A3.75 3.75 0 0 1 15.25 19z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.25 3A3.25 3.25 0 0 0 3 6.25v8.5A3.25 3.25 0 0 0 6.25 18h8.5A3.25 3.25 0 0 0 18 14.75v-8.5A3.25 3.25 0 0 0 14.75 3zm6.5 4.5a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0m.75 3.25a1.5 1.5 0 0 1 1.5 1.5v.5c0 .496-.086.86-.254 1.16c-.168.303-.43.562-.818.83c-.733.503-1.858.76-3.428.76c-1.32 0-2.445-.257-3.24-.76c-.419-.266-.73-.524-.938-.83c-.205-.3-.322-.664-.322-1.16v-.5a1.5 1.5 0 0 1 1.5-1.5zM6.01 19a3.25 3.25 0 0 0 2.74 1.5h6.5c2.9 0 5.25-2.35 5.25-5.25v-6.5A3.25 3.25 0 0 0 19 6.01v9.24A3.75 3.75 0 0 1 15.25 19z"/></svg> </template>
CSS
.icon-person-board-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.25%203A3.25%203.25%200%200%200%203%206.25v8.5A3.25%203.25%200%200%200%206.25%2018h8.5A3.25%203.25%200%200%200%2018%2014.75v-8.5A3.25%203.25%200%200%200%2014.75%203zm6.5%204.5a2.25%202.25%200%201%201-4.5%200a2.25%202.25%200%200%201%204.5%200m.75%203.25a1.5%201.5%200%200%201%201.5%201.5v.5c0%20.496-.086.86-.254%201.16c-.168.303-.43.562-.818.83c-.733.503-1.858.76-3.428.76c-1.32%200-2.445-.257-3.24-.76c-.419-.266-.73-.524-.938-.83c-.205-.3-.322-.664-.322-1.16v-.5a1.5%201.5%200%200%201%201.5-1.5zM6.01%2019a3.25%203.25%200%200%200%202.74%201.5h6.5c2.9%200%205.25-2.35%205.25-5.25v-6.5A3.25%203.25%200%200%200%2019%206.01v9.24A3.75%203.75%200%200%201%2015.25%2019z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.25%203A3.25%203.25%200%200%200%203%206.25v8.5A3.25%203.25%200%200%200%206.25%2018h8.5A3.25%203.25%200%200%200%2018%2014.75v-8.5A3.25%203.25%200%200%200%2014.75%203zm6.5%204.5a2.25%202.25%200%201%201-4.5%200a2.25%202.25%200%200%201%204.5%200m.75%203.25a1.5%201.5%200%200%201%201.5%201.5v.5c0%20.496-.086.86-.254%201.16c-.168.303-.43.562-.818.83c-.733.503-1.858.76-3.428.76c-1.32%200-2.445-.257-3.24-.76c-.419-.266-.73-.524-.938-.83c-.205-.3-.322-.664-.322-1.16v-.5a1.5%201.5%200%200%201%201.5-1.5zM6.01%2019a3.25%203.25%200%200%200%202.74%201.5h6.5c2.9%200%205.25-2.35%205.25-5.25v-6.5A3.25%203.25%200%200%200%2019%206.01v9.24A3.75%203.75%200%200%201%2015.25%2019z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-board-24-filled.svg?color=%231a73e8&size=48