person-board-add-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
person-board-add-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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-.15-1.5H6.75a2.25 2.25 0 0 1-2.25-2.25V6.75A2.25 2.25 0 0 1 6.75 4.5h11.5a2.25 2.25 0 0 1 2.25 2.25V13q.772.002 1.5.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.25M16.125 13a1.87 1.87 0 0 1 1.39.617A7.5 7.5 0 0 0 16 14.5H8.875a.375.375 0 0 0-.375.375c0 .84.382 1.459 1.053 1.9c.7.459 1.73.725 2.947.725q.617 0 1.163-.088a7.5 7.5 0 0 0-.508 1.566A9 9 0 0 1 12.5 19c-1.406 0-2.751-.303-3.77-.972C7.682 17.341 7 16.272 7 14.875C7 13.839 7.84 13 8.875 13zM11 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-6M27 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 FluentPersonBoardAdd28Regular(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-.15-1.5H6.75a2.25 2.25 0 0 1-2.25-2.25V6.75A2.25 2.25 0 0 1 6.75 4.5h11.5a2.25 2.25 0 0 1 2.25 2.25V13q.772.002 1.5.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.25M16.125 13a1.87 1.87 0 0 1 1.39.617A7.5 7.5 0 0 0 16 14.5H8.875a.375.375 0 0 0-.375.375c0 .84.382 1.459 1.053 1.9c.7.459 1.73.725 2.947.725q.617 0 1.163-.088a7.5 7.5 0 0 0-.508 1.566A9 9 0 0 1 12.5 19c-1.406 0-2.751-.303-3.77-.972C7.682 17.341 7 16.272 7 14.875C7 13.839 7.84 13 8.875 13zM11 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-6M27 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-.15-1.5H6.75a2.25 2.25 0 0 1-2.25-2.25V6.75A2.25 2.25 0 0 1 6.75 4.5h11.5a2.25 2.25 0 0 1 2.25 2.25V13q.772.002 1.5.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.25M16.125 13a1.87 1.87 0 0 1 1.39.617A7.5 7.5 0 0 0 16 14.5H8.875a.375.375 0 0 0-.375.375c0 .84.382 1.459 1.053 1.9c.7.459 1.73.725 2.947.725q.617 0 1.163-.088a7.5 7.5 0 0 0-.508 1.566A9 9 0 0 1 12.5 19c-1.406 0-2.751-.303-3.77-.972C7.682 17.341 7 16.272 7 14.875C7 13.839 7.84 13 8.875 13zM11 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-6M27 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-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%2022h6.4a7.5%207.5%200%200%201-.15-1.5H6.75a2.25%202.25%200%200%201-2.25-2.25V6.75A2.25%202.25%200%200%201%206.75%204.5h11.5a2.25%202.25%200%200%201%202.25%202.25V13q.772.002%201.5.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.25M16.125%2013a1.87%201.87%200%200%201%201.39.617A7.5%207.5%200%200%200%2016%2014.5H8.875a.375.375%200%200%200-.375.375c0%20.84.382%201.459%201.053%201.9c.7.459%201.73.725%202.947.725q.617%200%201.163-.088a7.5%207.5%200%200%200-.508%201.566A9%209%200%200%201%2012.5%2019c-1.406%200-2.751-.303-3.77-.972C7.682%2017.341%207%2016.272%207%2014.875C7%2013.839%207.84%2013%208.875%2013zM11%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-6M27%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-.15-1.5H6.75a2.25%202.25%200%200%201-2.25-2.25V6.75A2.25%202.25%200%200%201%206.75%204.5h11.5a2.25%202.25%200%200%201%202.25%202.25V13q.772.002%201.5.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.25M16.125%2013a1.87%201.87%200%200%201%201.39.617A7.5%207.5%200%200%200%2016%2014.5H8.875a.375.375%200%200%200-.375.375c0%20.84.382%201.459%201.053%201.9c.7.459%201.73.725%202.947.725q.617%200%201.163-.088a7.5%207.5%200%200%200-.508%201.566A9%209%200%200%201%2012.5%2019c-1.406%200-2.751-.303-3.77-.972C7.682%2017.341%207%2016.272%207%2014.875C7%2013.839%207.84%2013%208.875%2013zM11%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-6M27%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-regular.svg?color=%231a73e8&size=48