person board icon
person-board-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- person-board-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M6.75 3A3.75 3.75 0 0 0 3 6.75v11.5A3.75 3.75 0 0 0 6.75 22h11.5A3.75 3.75 0 0 0 22 18.25V6.75A3.75 3.75 0 0 0 18.25 3zM4.5 6.75A2.25 2.25 0 0 1 6.75 4.5h11.5a2.25 2.25 0 0 1 2.25 2.25v11.5a2.25 2.25 0 0 1-2.25 2.25H6.75a2.25 2.25 0 0 1-2.25-2.25zM9.25 24.5a3.75 3.75 0 0 1-3.021-1.528q.256.028.522.028H18.75A4.25 4.25 0 0 0 23 18.75v-12q0-.264-.028-.52A3.75 3.75 0 0 1 24.5 9.25v9.5a5.75 5.75 0 0 1-5.75 5.75zM7 14.875C7 13.839 7.84 13 8.875 13h7.25C17.16 13 18 13.84 18 14.875c0 1.397-.682 2.465-1.73 3.153c-1.019.669-2.364.972-3.77.972s-2.751-.303-3.77-.972C7.682 17.341 7 16.272 7 14.875m1.875-.375a.375.375 0 0 0-.375.375c0 .84.382 1.459 1.053 1.9c.7.459 1.73.725 2.947.725s2.247-.266 2.947-.726c.671-.44 1.053-1.06 1.053-1.899a.375.375 0 0 0-.375-.375zM11 9a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m1.5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonBoard28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.75 3A3.75 3.75 0 0 0 3 6.75v11.5A3.75 3.75 0 0 0 6.75 22h11.5A3.75 3.75 0 0 0 22 18.25V6.75A3.75 3.75 0 0 0 18.25 3zM4.5 6.75A2.25 2.25 0 0 1 6.75 4.5h11.5a2.25 2.25 0 0 1 2.25 2.25v11.5a2.25 2.25 0 0 1-2.25 2.25H6.75a2.25 2.25 0 0 1-2.25-2.25zM9.25 24.5a3.75 3.75 0 0 1-3.021-1.528q.256.028.522.028H18.75A4.25 4.25 0 0 0 23 18.75v-12q0-.264-.028-.52A3.75 3.75 0 0 1 24.5 9.25v9.5a5.75 5.75 0 0 1-5.75 5.75zM7 14.875C7 13.839 7.84 13 8.875 13h7.25C17.16 13 18 13.84 18 14.875c0 1.397-.682 2.465-1.73 3.153c-1.019.669-2.364.972-3.77.972s-2.751-.303-3.77-.972C7.682 17.341 7 16.272 7 14.875m1.875-.375a.375.375 0 0 0-.375.375c0 .84.382 1.459 1.053 1.9c.7.459 1.73.725 2.947.725s2.247-.266 2.947-.726c.671-.44 1.053-1.06 1.053-1.899a.375.375 0 0 0-.375-.375zM11 9a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m1.5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.75 3A3.75 3.75 0 0 0 3 6.75v11.5A3.75 3.75 0 0 0 6.75 22h11.5A3.75 3.75 0 0 0 22 18.25V6.75A3.75 3.75 0 0 0 18.25 3zM4.5 6.75A2.25 2.25 0 0 1 6.75 4.5h11.5a2.25 2.25 0 0 1 2.25 2.25v11.5a2.25 2.25 0 0 1-2.25 2.25H6.75a2.25 2.25 0 0 1-2.25-2.25zM9.25 24.5a3.75 3.75 0 0 1-3.021-1.528q.256.028.522.028H18.75A4.25 4.25 0 0 0 23 18.75v-12q0-.264-.028-.52A3.75 3.75 0 0 1 24.5 9.25v9.5a5.75 5.75 0 0 1-5.75 5.75zM7 14.875C7 13.839 7.84 13 8.875 13h7.25C17.16 13 18 13.84 18 14.875c0 1.397-.682 2.465-1.73 3.153c-1.019.669-2.364.972-3.77.972s-2.751-.303-3.77-.972C7.682 17.341 7 16.272 7 14.875m1.875-.375a.375.375 0 0 0-.375.375c0 .84.382 1.459 1.053 1.9c.7.459 1.73.725 2.947.725s2.247-.266 2.947-.726c.671-.44 1.053-1.06 1.053-1.899a.375.375 0 0 0-.375-.375zM11 9a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m1.5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6"/></svg> </template>
CSS
.icon-person-board-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.75%203A3.75%203.75%200%200%200%203%206.75v11.5A3.75%203.75%200%200%200%206.75%2022h11.5A3.75%203.75%200%200%200%2022%2018.25V6.75A3.75%203.75%200%200%200%2018.25%203zM4.5%206.75A2.25%202.25%200%200%201%206.75%204.5h11.5a2.25%202.25%200%200%201%202.25%202.25v11.5a2.25%202.25%200%200%201-2.25%202.25H6.75a2.25%202.25%200%200%201-2.25-2.25zM9.25%2024.5a3.75%203.75%200%200%201-3.021-1.528q.256.028.522.028H18.75A4.25%204.25%200%200%200%2023%2018.75v-12q0-.264-.028-.52A3.75%203.75%200%200%201%2024.5%209.25v9.5a5.75%205.75%200%200%201-5.75%205.75zM7%2014.875C7%2013.839%207.84%2013%208.875%2013h7.25C17.16%2013%2018%2013.84%2018%2014.875c0%201.397-.682%202.465-1.73%203.153c-1.019.669-2.364.972-3.77.972s-2.751-.303-3.77-.972C7.682%2017.341%207%2016.272%207%2014.875m1.875-.375a.375.375%200%200%200-.375.375c0%20.84.382%201.459%201.053%201.9c.7.459%201.73.725%202.947.725s2.247-.266%202.947-.726c.671-.44%201.053-1.06%201.053-1.899a.375.375%200%200%200-.375-.375zM11%209a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200m1.5-3a3%203%200%201%200%200%206a3%203%200%200%200%200-6%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.75%203A3.75%203.75%200%200%200%203%206.75v11.5A3.75%203.75%200%200%200%206.75%2022h11.5A3.75%203.75%200%200%200%2022%2018.25V6.75A3.75%203.75%200%200%200%2018.25%203zM4.5%206.75A2.25%202.25%200%200%201%206.75%204.5h11.5a2.25%202.25%200%200%201%202.25%202.25v11.5a2.25%202.25%200%200%201-2.25%202.25H6.75a2.25%202.25%200%200%201-2.25-2.25zM9.25%2024.5a3.75%203.75%200%200%201-3.021-1.528q.256.028.522.028H18.75A4.25%204.25%200%200%200%2023%2018.75v-12q0-.264-.028-.52A3.75%203.75%200%200%201%2024.5%209.25v9.5a5.75%205.75%200%200%201-5.75%205.75zM7%2014.875C7%2013.839%207.84%2013%208.875%2013h7.25C17.16%2013%2018%2013.84%2018%2014.875c0%201.397-.682%202.465-1.73%203.153c-1.019.669-2.364.972-3.77.972s-2.751-.303-3.77-.972C7.682%2017.341%207%2016.272%207%2014.875m1.875-.375a.375.375%200%200%200-.375.375c0%20.84.382%201.459%201.053%201.9c.7.459%201.73.725%202.947.725s2.247-.266%202.947-.726c.671-.44%201.053-1.06%201.053-1.899a.375.375%200%200%200-.375-.375zM11%209a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200m1.5-3a3%203%200%201%200%200%206a3%203%200%200%200%200-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-board-28-regular.svg?color=%231a73e8&size=48