person board add icon
person-board-add-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- person-board-add-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
9 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-12-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 add 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 22h6.4a7.5 7.5 0 0 1-.082-2.515q-.282.015-.568.015c-1.406 0-2.751-.278-3.77-.89C7.682 17.978 7 17 7 15.718C7 14.769 7.84 14 8.875 14h7.25q.271 0 .518.066A7.53 7.53 0 0 1 22 13.15v-6.4A3.75 3.75 0 0 0 18.25 3zm0 20h6.677q.282.797.728 1.5H9.25a3.75 3.75 0 0 1-3.021-1.528q.256.028.522.028M24.5 9.25v4.905a7.5 7.5 0 0 0-1.5-.728V6.75q0-.264-.028-.52A3.75 3.75 0 0 1 24.5 9.25m-9-.25a3 3 0 1 1-6 0a3 3 0 0 1 6 0M27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-6-4a.5.5 0 0 0-1 0V20h-3.5a.5.5 0 0 0 0 1H20v3.5a.5.5 0 0 0 1 0V21h3.5a.5.5 0 0 0 0-1H21z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonBoardAdd28Filled(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 22h6.4a7.5 7.5 0 0 1-.082-2.515q-.282.015-.568.015c-1.406 0-2.751-.278-3.77-.89C7.682 17.978 7 17 7 15.718C7 14.769 7.84 14 8.875 14h7.25q.271 0 .518.066A7.53 7.53 0 0 1 22 13.15v-6.4A3.75 3.75 0 0 0 18.25 3zm0 20h6.677q.282.797.728 1.5H9.25a3.75 3.75 0 0 1-3.021-1.528q.256.028.522.028M24.5 9.25v4.905a7.5 7.5 0 0 0-1.5-.728V6.75q0-.264-.028-.52A3.75 3.75 0 0 1 24.5 9.25m-9-.25a3 3 0 1 1-6 0a3 3 0 0 1 6 0M27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-6-4a.5.5 0 0 0-1 0V20h-3.5a.5.5 0 0 0 0 1H20v3.5a.5.5 0 0 0 1 0V21h3.5a.5.5 0 0 0 0-1H21z"/></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 22h6.4a7.5 7.5 0 0 1-.082-2.515q-.282.015-.568.015c-1.406 0-2.751-.278-3.77-.89C7.682 17.978 7 17 7 15.718C7 14.769 7.84 14 8.875 14h7.25q.271 0 .518.066A7.53 7.53 0 0 1 22 13.15v-6.4A3.75 3.75 0 0 0 18.25 3zm0 20h6.677q.282.797.728 1.5H9.25a3.75 3.75 0 0 1-3.021-1.528q.256.028.522.028M24.5 9.25v4.905a7.5 7.5 0 0 0-1.5-.728V6.75q0-.264-.028-.52A3.75 3.75 0 0 1 24.5 9.25m-9-.25a3 3 0 1 1-6 0a3 3 0 0 1 6 0M27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-6-4a.5.5 0 0 0-1 0V20h-3.5a.5.5 0 0 0 0 1H20v3.5a.5.5 0 0 0 1 0V21h3.5a.5.5 0 0 0 0-1H21z"/></svg> </template>
CSS
.icon-person-board-add-28-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%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%2022h6.4a7.5%207.5%200%200%201-.082-2.515q-.282.015-.568.015c-1.406%200-2.751-.278-3.77-.89C7.682%2017.978%207%2017%207%2015.718C7%2014.769%207.84%2014%208.875%2014h7.25q.271%200%20.518.066A7.53%207.53%200%200%201%2022%2013.15v-6.4A3.75%203.75%200%200%200%2018.25%203zm0%2020h6.677q.282.797.728%201.5H9.25a3.75%203.75%200%200%201-3.021-1.528q.256.028.522.028M24.5%209.25v4.905a7.5%207.5%200%200%200-1.5-.728V6.75q0-.264-.028-.52A3.75%203.75%200%200%201%2024.5%209.25m-9-.25a3%203%200%201%201-6%200a3%203%200%200%201%206%200M27%2020.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-6-4a.5.5%200%200%200-1%200V20h-3.5a.5.5%200%200%200%200%201H20v3.5a.5.5%200%200%200%201%200V21h3.5a.5.5%200%200%200%200-1H21z%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%2022h6.4a7.5%207.5%200%200%201-.082-2.515q-.282.015-.568.015c-1.406%200-2.751-.278-3.77-.89C7.682%2017.978%207%2017%207%2015.718C7%2014.769%207.84%2014%208.875%2014h7.25q.271%200%20.518.066A7.53%207.53%200%200%201%2022%2013.15v-6.4A3.75%203.75%200%200%200%2018.25%203zm0%2020h6.677q.282.797.728%201.5H9.25a3.75%203.75%200%200%201-3.021-1.528q.256.028.522.028M24.5%209.25v4.905a7.5%207.5%200%200%200-1.5-.728V6.75q0-.264-.028-.52A3.75%203.75%200%200%201%2024.5%209.25m-9-.25a3%203%200%201%201-6%200a3%203%200%200%201%206%200M27%2020.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-6-4a.5.5%200%200%200-1%200V20h-3.5a.5.5%200%200%200%200%201H20v3.5a.5.5%200%200%200%201%200V21h3.5a.5.5%200%200%200%200-1H21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-board-add-28-filled.svg?color=%231a73e8&size=48