person board icon
person-board-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- person-board-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M7 6.5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m0-1a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M4 8.25C4 7.56 4.56 7 5.25 7h3.5C9.44 7 10 7.56 10 8.25v.25c0 .436-.187.958-.687 1.36c-.493.397-1.244.64-2.315.64c-1.073 0-1.823-.249-2.315-.647C4.186 9.45 4 8.929 4 8.5zM5.25 8a.25.25 0 0 0-.25.25v.25c0 .142.062.372.313.576c.257.208.756.424 1.685.424c.931 0 1.431-.213 1.689-.42c.25-.2.313-.429.313-.58v-.25A.25.25 0 0 0 8.75 8zM4.5 2A2.5 2.5 0 0 0 2 4.5v5A2.5 2.5 0 0 0 4.5 12h5A2.5 2.5 0 0 0 12 9.5v-5A2.5 2.5 0 0 0 9.5 2zm5 1A1.5 1.5 0 0 1 11 4.5v5A1.5 1.5 0 0 1 9.5 11h-5A1.5 1.5 0 0 1 3 9.5v-5A1.5 1.5 0 0 1 4.5 3zm-5 10c.456.607 1.182 1 2 1h3A4.5 4.5 0 0 0 14 9.5v-3c0-.818-.393-1.544-1-2v5A3.5 3.5 0 0 1 9.5 13z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonBoard16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7 6.5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m0-1a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M4 8.25C4 7.56 4.56 7 5.25 7h3.5C9.44 7 10 7.56 10 8.25v.25c0 .436-.187.958-.687 1.36c-.493.397-1.244.64-2.315.64c-1.073 0-1.823-.249-2.315-.647C4.186 9.45 4 8.929 4 8.5zM5.25 8a.25.25 0 0 0-.25.25v.25c0 .142.062.372.313.576c.257.208.756.424 1.685.424c.931 0 1.431-.213 1.689-.42c.25-.2.313-.429.313-.58v-.25A.25.25 0 0 0 8.75 8zM4.5 2A2.5 2.5 0 0 0 2 4.5v5A2.5 2.5 0 0 0 4.5 12h5A2.5 2.5 0 0 0 12 9.5v-5A2.5 2.5 0 0 0 9.5 2zm5 1A1.5 1.5 0 0 1 11 4.5v5A1.5 1.5 0 0 1 9.5 11h-5A1.5 1.5 0 0 1 3 9.5v-5A1.5 1.5 0 0 1 4.5 3zm-5 10c.456.607 1.182 1 2 1h3A4.5 4.5 0 0 0 14 9.5v-3c0-.818-.393-1.544-1-2v5A3.5 3.5 0 0 1 9.5 13z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7 6.5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m0-1a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M4 8.25C4 7.56 4.56 7 5.25 7h3.5C9.44 7 10 7.56 10 8.25v.25c0 .436-.187.958-.687 1.36c-.493.397-1.244.64-2.315.64c-1.073 0-1.823-.249-2.315-.647C4.186 9.45 4 8.929 4 8.5zM5.25 8a.25.25 0 0 0-.25.25v.25c0 .142.062.372.313.576c.257.208.756.424 1.685.424c.931 0 1.431-.213 1.689-.42c.25-.2.313-.429.313-.58v-.25A.25.25 0 0 0 8.75 8zM4.5 2A2.5 2.5 0 0 0 2 4.5v5A2.5 2.5 0 0 0 4.5 12h5A2.5 2.5 0 0 0 12 9.5v-5A2.5 2.5 0 0 0 9.5 2zm5 1A1.5 1.5 0 0 1 11 4.5v5A1.5 1.5 0 0 1 9.5 11h-5A1.5 1.5 0 0 1 3 9.5v-5A1.5 1.5 0 0 1 4.5 3zm-5 10c.456.607 1.182 1 2 1h3A4.5 4.5 0 0 0 14 9.5v-3c0-.818-.393-1.544-1-2v5A3.5 3.5 0 0 1 9.5 13z"/></svg> </template>
CSS
.icon-person-board-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%206.5a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203m0-1a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M4%208.25C4%207.56%204.56%207%205.25%207h3.5C9.44%207%2010%207.56%2010%208.25v.25c0%20.436-.187.958-.687%201.36c-.493.397-1.244.64-2.315.64c-1.073%200-1.823-.249-2.315-.647C4.186%209.45%204%208.929%204%208.5zM5.25%208a.25.25%200%200%200-.25.25v.25c0%20.142.062.372.313.576c.257.208.756.424%201.685.424c.931%200%201.431-.213%201.689-.42c.25-.2.313-.429.313-.58v-.25A.25.25%200%200%200%208.75%208zM4.5%202A2.5%202.5%200%200%200%202%204.5v5A2.5%202.5%200%200%200%204.5%2012h5A2.5%202.5%200%200%200%2012%209.5v-5A2.5%202.5%200%200%200%209.5%202zm5%201A1.5%201.5%200%200%201%2011%204.5v5A1.5%201.5%200%200%201%209.5%2011h-5A1.5%201.5%200%200%201%203%209.5v-5A1.5%201.5%200%200%201%204.5%203zm-5%2010c.456.607%201.182%201%202%201h3A4.5%204.5%200%200%200%2014%209.5v-3c0-.818-.393-1.544-1-2v5A3.5%203.5%200%200%201%209.5%2013z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%206.5a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203m0-1a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M4%208.25C4%207.56%204.56%207%205.25%207h3.5C9.44%207%2010%207.56%2010%208.25v.25c0%20.436-.187.958-.687%201.36c-.493.397-1.244.64-2.315.64c-1.073%200-1.823-.249-2.315-.647C4.186%209.45%204%208.929%204%208.5zM5.25%208a.25.25%200%200%200-.25.25v.25c0%20.142.062.372.313.576c.257.208.756.424%201.685.424c.931%200%201.431-.213%201.689-.42c.25-.2.313-.429.313-.58v-.25A.25.25%200%200%200%208.75%208zM4.5%202A2.5%202.5%200%200%200%202%204.5v5A2.5%202.5%200%200%200%204.5%2012h5A2.5%202.5%200%200%200%2012%209.5v-5A2.5%202.5%200%200%200%209.5%202zm5%201A1.5%201.5%200%200%201%2011%204.5v5A1.5%201.5%200%200%201%209.5%2011h-5A1.5%201.5%200%200%201%203%209.5v-5A1.5%201.5%200%200%201%204.5%203zm-5%2010c.456.607%201.182%201%202%201h3A4.5%204.5%200%200%200%2014%209.5v-3c0-.818-.393-1.544-1-2v5A3.5%203.5%200%200%201%209.5%2013z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-board-16-regular.svg?color=%231a73e8&size=48