person board icon
person-board-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- person-board-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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="M15.25 12.25a1.75 1.75 0 0 0-1.75-1.75h-6a1.75 1.75 0 0 0-1.75 1.75v.5c0 1.079.515 1.655 1.376 2.2c.85.538 2.027.8 3.374.8c1.589 0 2.775-.258 3.57-.805c.812-.559 1.18-1.144 1.18-2.195zm-8 0A.25.25 0 0 1 7.5 12h6a.25.25 0 0 1 .25.25v.5c0 .266-.035.329-.102.45q-.025.044-.057.107a1.2 1.2 0 0 1-.503.516c-.493.284-1.309.427-2.588.427c-1.019 0-1.846-.14-2.41-.433a1.6 1.6 0 0 1-.625-.535a2 2 0 0 0-.086-.12c-.083-.11-.129-.17-.129-.412zM13 7.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m-1.5 0a1 1 0 1 0-2 0a1 1 0 0 0 2 0M3 6.25A3.25 3.25 0 0 1 6.25 3h8.5A3.25 3.25 0 0 1 18 6.25v8.5A3.25 3.25 0 0 1 14.75 18h-8.5A3.25 3.25 0 0 1 3 14.75zM6.25 4.5A1.75 1.75 0 0 0 4.5 6.25v8.5c0 .966.784 1.75 1.75 1.75h8.5a1.75 1.75 0 0 0 1.75-1.75v-8.5a1.75 1.75 0 0 0-1.75-1.75zm2.5 16A3.25 3.25 0 0 1 6.01 19h9.24A3.75 3.75 0 0 0 19 15.25V6.01a3.25 3.25 0 0 1 1.5 2.74v6.5c0 2.9-2.35 5.25-5.25 5.25z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonBoard24Regular(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="M15.25 12.25a1.75 1.75 0 0 0-1.75-1.75h-6a1.75 1.75 0 0 0-1.75 1.75v.5c0 1.079.515 1.655 1.376 2.2c.85.538 2.027.8 3.374.8c1.589 0 2.775-.258 3.57-.805c.812-.559 1.18-1.144 1.18-2.195zm-8 0A.25.25 0 0 1 7.5 12h6a.25.25 0 0 1 .25.25v.5c0 .266-.035.329-.102.45q-.025.044-.057.107a1.2 1.2 0 0 1-.503.516c-.493.284-1.309.427-2.588.427c-1.019 0-1.846-.14-2.41-.433a1.6 1.6 0 0 1-.625-.535a2 2 0 0 0-.086-.12c-.083-.11-.129-.17-.129-.412zM13 7.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m-1.5 0a1 1 0 1 0-2 0a1 1 0 0 0 2 0M3 6.25A3.25 3.25 0 0 1 6.25 3h8.5A3.25 3.25 0 0 1 18 6.25v8.5A3.25 3.25 0 0 1 14.75 18h-8.5A3.25 3.25 0 0 1 3 14.75zM6.25 4.5A1.75 1.75 0 0 0 4.5 6.25v8.5c0 .966.784 1.75 1.75 1.75h8.5a1.75 1.75 0 0 0 1.75-1.75v-8.5a1.75 1.75 0 0 0-1.75-1.75zm2.5 16A3.25 3.25 0 0 1 6.01 19h9.24A3.75 3.75 0 0 0 19 15.25V6.01a3.25 3.25 0 0 1 1.5 2.74v6.5c0 2.9-2.35 5.25-5.25 5.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.25 12.25a1.75 1.75 0 0 0-1.75-1.75h-6a1.75 1.75 0 0 0-1.75 1.75v.5c0 1.079.515 1.655 1.376 2.2c.85.538 2.027.8 3.374.8c1.589 0 2.775-.258 3.57-.805c.812-.559 1.18-1.144 1.18-2.195zm-8 0A.25.25 0 0 1 7.5 12h6a.25.25 0 0 1 .25.25v.5c0 .266-.035.329-.102.45q-.025.044-.057.107a1.2 1.2 0 0 1-.503.516c-.493.284-1.309.427-2.588.427c-1.019 0-1.846-.14-2.41-.433a1.6 1.6 0 0 1-.625-.535a2 2 0 0 0-.086-.12c-.083-.11-.129-.17-.129-.412zM13 7.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m-1.5 0a1 1 0 1 0-2 0a1 1 0 0 0 2 0M3 6.25A3.25 3.25 0 0 1 6.25 3h8.5A3.25 3.25 0 0 1 18 6.25v8.5A3.25 3.25 0 0 1 14.75 18h-8.5A3.25 3.25 0 0 1 3 14.75zM6.25 4.5A1.75 1.75 0 0 0 4.5 6.25v8.5c0 .966.784 1.75 1.75 1.75h8.5a1.75 1.75 0 0 0 1.75-1.75v-8.5a1.75 1.75 0 0 0-1.75-1.75zm2.5 16A3.25 3.25 0 0 1 6.01 19h9.24A3.75 3.75 0 0 0 19 15.25V6.01a3.25 3.25 0 0 1 1.5 2.74v6.5c0 2.9-2.35 5.25-5.25 5.25z"/></svg> </template>
CSS
.icon-person-board-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.25%2012.25a1.75%201.75%200%200%200-1.75-1.75h-6a1.75%201.75%200%200%200-1.75%201.75v.5c0%201.079.515%201.655%201.376%202.2c.85.538%202.027.8%203.374.8c1.589%200%202.775-.258%203.57-.805c.812-.559%201.18-1.144%201.18-2.195zm-8%200A.25.25%200%200%201%207.5%2012h6a.25.25%200%200%201%20.25.25v.5c0%20.266-.035.329-.102.45q-.025.044-.057.107a1.2%201.2%200%200%201-.503.516c-.493.284-1.309.427-2.588.427c-1.019%200-1.846-.14-2.41-.433a1.6%201.6%200%200%201-.625-.535a2%202%200%200%200-.086-.12c-.083-.11-.129-.17-.129-.412zM13%207.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m-1.5%200a1%201%200%201%200-2%200a1%201%200%200%200%202%200M3%206.25A3.25%203.25%200%200%201%206.25%203h8.5A3.25%203.25%200%200%201%2018%206.25v8.5A3.25%203.25%200%200%201%2014.75%2018h-8.5A3.25%203.25%200%200%201%203%2014.75zM6.25%204.5A1.75%201.75%200%200%200%204.5%206.25v8.5c0%20.966.784%201.75%201.75%201.75h8.5a1.75%201.75%200%200%200%201.75-1.75v-8.5a1.75%201.75%200%200%200-1.75-1.75zm2.5%2016A3.25%203.25%200%200%201%206.01%2019h9.24A3.75%203.75%200%200%200%2019%2015.25V6.01a3.25%203.25%200%200%201%201.5%202.74v6.5c0%202.9-2.35%205.25-5.25%205.25z%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%22M15.25%2012.25a1.75%201.75%200%200%200-1.75-1.75h-6a1.75%201.75%200%200%200-1.75%201.75v.5c0%201.079.515%201.655%201.376%202.2c.85.538%202.027.8%203.374.8c1.589%200%202.775-.258%203.57-.805c.812-.559%201.18-1.144%201.18-2.195zm-8%200A.25.25%200%200%201%207.5%2012h6a.25.25%200%200%201%20.25.25v.5c0%20.266-.035.329-.102.45q-.025.044-.057.107a1.2%201.2%200%200%201-.503.516c-.493.284-1.309.427-2.588.427c-1.019%200-1.846-.14-2.41-.433a1.6%201.6%200%200%201-.625-.535a2%202%200%200%200-.086-.12c-.083-.11-.129-.17-.129-.412zM13%207.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m-1.5%200a1%201%200%201%200-2%200a1%201%200%200%200%202%200M3%206.25A3.25%203.25%200%200%201%206.25%203h8.5A3.25%203.25%200%200%201%2018%206.25v8.5A3.25%203.25%200%200%201%2014.75%2018h-8.5A3.25%203.25%200%200%201%203%2014.75zM6.25%204.5A1.75%201.75%200%200%200%204.5%206.25v8.5c0%20.966.784%201.75%201.75%201.75h8.5a1.75%201.75%200%200%200%201.75-1.75v-8.5a1.75%201.75%200%200%200-1.75-1.75zm2.5%2016A3.25%203.25%200%200%201%206.01%2019h9.24A3.75%203.75%200%200%200%2019%2015.25V6.01a3.25%203.25%200%200%201%201.5%202.74v6.5c0%202.9-2.35%205.25-5.25%205.25z%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-regular.svg?color=%231a73e8&size=48