person board add icon
person-board-add-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- person-board-add-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M7.5 3A4.5 4.5 0 0 0 3 7.5v13A4.5 4.5 0 0 0 7.5 25h6.723A9 9 0 0 1 14 23H7.5A2.5 2.5 0 0 1 5 20.5v-13A2.5 2.5 0 0 1 7.5 5h13A2.5 2.5 0 0 1 23 7.5V14c.687 0 1.357.077 2 .223V7.5A4.5 4.5 0 0 0 20.5 3zm0 23.5h7.206c.304.72.698 1.39 1.17 2h-4.877a4.5 4.5 0 0 1-3.745-2.005q.122.005.245.005m21-15.5v4.875a9 9 0 0 0-2-1.17V7.5q0-.123-.006-.246A4.5 4.5 0 0 1 28.5 11m-10.375 3c.614 0 1.174.233 1.596.616A9 9 0 0 0 17.343 16H9.875a.375.375 0 0 0-.375.375c0 1.02.438 1.752 1.18 2.266c.78.54 1.936.859 3.32.859q.37 0 .719-.03a9 9 0 0 0-.594 2.03H14c-1.654 0-3.247-.376-4.459-1.215c-1.248-.865-2.041-2.196-2.041-3.91A2.375 2.375 0 0 1 9.875 14zM12.5 9.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M14 6a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m9 24.5a7.5 7.5 0 1 0 0-15a7.5 7.5 0 0 0 0 15m1-12.25V22h3.75a.75.75 0 0 1 0 1.5H24v3.75a.75.75 0 0 1-1.5 0V23.5h-3.75a.75.75 0 0 1 0-1.5h3.75v-3.75a.75.75 0 0 1 1.5 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonBoardAdd32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.5 3A4.5 4.5 0 0 0 3 7.5v13A4.5 4.5 0 0 0 7.5 25h6.723A9 9 0 0 1 14 23H7.5A2.5 2.5 0 0 1 5 20.5v-13A2.5 2.5 0 0 1 7.5 5h13A2.5 2.5 0 0 1 23 7.5V14c.687 0 1.357.077 2 .223V7.5A4.5 4.5 0 0 0 20.5 3zm0 23.5h7.206c.304.72.698 1.39 1.17 2h-4.877a4.5 4.5 0 0 1-3.745-2.005q.122.005.245.005m21-15.5v4.875a9 9 0 0 0-2-1.17V7.5q0-.123-.006-.246A4.5 4.5 0 0 1 28.5 11m-10.375 3c.614 0 1.174.233 1.596.616A9 9 0 0 0 17.343 16H9.875a.375.375 0 0 0-.375.375c0 1.02.438 1.752 1.18 2.266c.78.54 1.936.859 3.32.859q.37 0 .719-.03a9 9 0 0 0-.594 2.03H14c-1.654 0-3.247-.376-4.459-1.215c-1.248-.865-2.041-2.196-2.041-3.91A2.375 2.375 0 0 1 9.875 14zM12.5 9.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M14 6a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m9 24.5a7.5 7.5 0 1 0 0-15a7.5 7.5 0 0 0 0 15m1-12.25V22h3.75a.75.75 0 0 1 0 1.5H24v3.75a.75.75 0 0 1-1.5 0V23.5h-3.75a.75.75 0 0 1 0-1.5h3.75v-3.75a.75.75 0 0 1 1.5 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.5 3A4.5 4.5 0 0 0 3 7.5v13A4.5 4.5 0 0 0 7.5 25h6.723A9 9 0 0 1 14 23H7.5A2.5 2.5 0 0 1 5 20.5v-13A2.5 2.5 0 0 1 7.5 5h13A2.5 2.5 0 0 1 23 7.5V14c.687 0 1.357.077 2 .223V7.5A4.5 4.5 0 0 0 20.5 3zm0 23.5h7.206c.304.72.698 1.39 1.17 2h-4.877a4.5 4.5 0 0 1-3.745-2.005q.122.005.245.005m21-15.5v4.875a9 9 0 0 0-2-1.17V7.5q0-.123-.006-.246A4.5 4.5 0 0 1 28.5 11m-10.375 3c.614 0 1.174.233 1.596.616A9 9 0 0 0 17.343 16H9.875a.375.375 0 0 0-.375.375c0 1.02.438 1.752 1.18 2.266c.78.54 1.936.859 3.32.859q.37 0 .719-.03a9 9 0 0 0-.594 2.03H14c-1.654 0-3.247-.376-4.459-1.215c-1.248-.865-2.041-2.196-2.041-3.91A2.375 2.375 0 0 1 9.875 14zM12.5 9.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M14 6a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m9 24.5a7.5 7.5 0 1 0 0-15a7.5 7.5 0 0 0 0 15m1-12.25V22h3.75a.75.75 0 0 1 0 1.5H24v3.75a.75.75 0 0 1-1.5 0V23.5h-3.75a.75.75 0 0 1 0-1.5h3.75v-3.75a.75.75 0 0 1 1.5 0"/></svg> </template>
CSS
.icon-person-board-add-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%203A4.5%204.5%200%200%200%203%207.5v13A4.5%204.5%200%200%200%207.5%2025h6.723A9%209%200%200%201%2014%2023H7.5A2.5%202.5%200%200%201%205%2020.5v-13A2.5%202.5%200%200%201%207.5%205h13A2.5%202.5%200%200%201%2023%207.5V14c.687%200%201.357.077%202%20.223V7.5A4.5%204.5%200%200%200%2020.5%203zm0%2023.5h7.206c.304.72.698%201.39%201.17%202h-4.877a4.5%204.5%200%200%201-3.745-2.005q.122.005.245.005m21-15.5v4.875a9%209%200%200%200-2-1.17V7.5q0-.123-.006-.246A4.5%204.5%200%200%201%2028.5%2011m-10.375%203c.614%200%201.174.233%201.596.616A9%209%200%200%200%2017.343%2016H9.875a.375.375%200%200%200-.375.375c0%201.02.438%201.752%201.18%202.266c.78.54%201.936.859%203.32.859q.37%200%20.719-.03a9%209%200%200%200-.594%202.03H14c-1.654%200-3.247-.376-4.459-1.215c-1.248-.865-2.041-2.196-2.041-3.91A2.375%202.375%200%200%201%209.875%2014zM12.5%209.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200M14%206a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m9%2024.5a7.5%207.5%200%201%200%200-15a7.5%207.5%200%200%200%200%2015m1-12.25V22h3.75a.75.75%200%200%201%200%201.5H24v3.75a.75.75%200%200%201-1.5%200V23.5h-3.75a.75.75%200%200%201%200-1.5h3.75v-3.75a.75.75%200%200%201%201.5%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%203A4.5%204.5%200%200%200%203%207.5v13A4.5%204.5%200%200%200%207.5%2025h6.723A9%209%200%200%201%2014%2023H7.5A2.5%202.5%200%200%201%205%2020.5v-13A2.5%202.5%200%200%201%207.5%205h13A2.5%202.5%200%200%201%2023%207.5V14c.687%200%201.357.077%202%20.223V7.5A4.5%204.5%200%200%200%2020.5%203zm0%2023.5h7.206c.304.72.698%201.39%201.17%202h-4.877a4.5%204.5%200%200%201-3.745-2.005q.122.005.245.005m21-15.5v4.875a9%209%200%200%200-2-1.17V7.5q0-.123-.006-.246A4.5%204.5%200%200%201%2028.5%2011m-10.375%203c.614%200%201.174.233%201.596.616A9%209%200%200%200%2017.343%2016H9.875a.375.375%200%200%200-.375.375c0%201.02.438%201.752%201.18%202.266c.78.54%201.936.859%203.32.859q.37%200%20.719-.03a9%209%200%200%200-.594%202.03H14c-1.654%200-3.247-.376-4.459-1.215c-1.248-.865-2.041-2.196-2.041-3.91A2.375%202.375%200%200%201%209.875%2014zM12.5%209.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200M14%206a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m9%2024.5a7.5%207.5%200%201%200%200-15a7.5%207.5%200%200%200%200%2015m1-12.25V22h3.75a.75.75%200%200%201%200%201.5H24v3.75a.75.75%200%200%201-1.5%200V23.5h-3.75a.75.75%200%200%201%200-1.5h3.75v-3.75a.75.75%200%200%201%201.5%200%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-32-regular.svg?color=%231a73e8&size=48