people add icon
people-add-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- people-add-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
10 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
people-audience-20-filledpeople-call-16-filledpeople-chat-16-filledpeople-checkmark-16-filledpeople-communication-16-filledpeople-community-12-filledpeople-community-add-20-filledpeople-edit-16-filledpeople-error-16-filledpeople-eye-16-filledpeople-game-controller-20-filledpeople-interwoven-16-filledpeople-link-16-filledpeople-list-16-filledpeople-lock-16-filledpeople-money-20-filledpeople-prohibited-16-filledpeople-queue-20-filledpeople-search-20-filledpeople-settings-20-filledpeople-star-16-filledpeople-subtract-20-filledpeople-swap-16-filledpeople-sync-16-filled
Use the people add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.5 4a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m-3 4.5a3 3 0 1 1 6 0a3 3 0 0 1-6 0M20 6a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m-2 3.5a2 2 0 1 1 4 0a2 2 0 0 1-4 0M4.25 15A2.25 2.25 0 0 0 2 17.25v.531a2 2 0 0 0 .017.242c.017.153.049.363.11.612a5.1 5.1 0 0 0 .867 1.815C4.008 21.803 5.942 23 9.5 23c1.531 0 2.762-.222 3.747-.582a7.5 7.5 0 0 1-.236-1.518c-.836.355-1.97.6-3.511.6c-3.192 0-4.633-1.053-5.306-1.95a3.6 3.6 0 0 1-.61-1.279a3 3 0 0 1-.083-.508l-.001-.018v-.495a.75.75 0 0 1 .75-.75h9.905a7.5 7.5 0 0 1 1.168-1.426A2.3 2.3 0 0 0 14.75 15zM27 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 FluentPeopleAdd28Regular(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="M9.5 4a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m-3 4.5a3 3 0 1 1 6 0a3 3 0 0 1-6 0M20 6a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m-2 3.5a2 2 0 1 1 4 0a2 2 0 0 1-4 0M4.25 15A2.25 2.25 0 0 0 2 17.25v.531a2 2 0 0 0 .017.242c.017.153.049.363.11.612a5.1 5.1 0 0 0 .867 1.815C4.008 21.803 5.942 23 9.5 23c1.531 0 2.762-.222 3.747-.582a7.5 7.5 0 0 1-.236-1.518c-.836.355-1.97.6-3.511.6c-3.192 0-4.633-1.053-5.306-1.95a3.6 3.6 0 0 1-.61-1.279a3 3 0 0 1-.083-.508l-.001-.018v-.495a.75.75 0 0 1 .75-.75h9.905a7.5 7.5 0 0 1 1.168-1.426A2.3 2.3 0 0 0 14.75 15zM27 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="M9.5 4a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m-3 4.5a3 3 0 1 1 6 0a3 3 0 0 1-6 0M20 6a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m-2 3.5a2 2 0 1 1 4 0a2 2 0 0 1-4 0M4.25 15A2.25 2.25 0 0 0 2 17.25v.531a2 2 0 0 0 .017.242c.017.153.049.363.11.612a5.1 5.1 0 0 0 .867 1.815C4.008 21.803 5.942 23 9.5 23c1.531 0 2.762-.222 3.747-.582a7.5 7.5 0 0 1-.236-1.518c-.836.355-1.97.6-3.511.6c-3.192 0-4.633-1.053-5.306-1.95a3.6 3.6 0 0 1-.61-1.279a3 3 0 0 1-.083-.508l-.001-.018v-.495a.75.75 0 0 1 .75-.75h9.905a7.5 7.5 0 0 1 1.168-1.426A2.3 2.3 0 0 0 14.75 15zM27 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-people-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%22M9.5%204a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9m-3%204.5a3%203%200%201%201%206%200a3%203%200%200%201-6%200M20%206a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m-2%203.5a2%202%200%201%201%204%200a2%202%200%200%201-4%200M4.25%2015A2.25%202.25%200%200%200%202%2017.25v.531a2%202%200%200%200%20.017.242c.017.153.049.363.11.612a5.1%205.1%200%200%200%20.867%201.815C4.008%2021.803%205.942%2023%209.5%2023c1.531%200%202.762-.222%203.747-.582a7.5%207.5%200%200%201-.236-1.518c-.836.355-1.97.6-3.511.6c-3.192%200-4.633-1.053-5.306-1.95a3.6%203.6%200%200%201-.61-1.279a3%203%200%200%201-.083-.508l-.001-.018v-.495a.75.75%200%200%201%20.75-.75h9.905a7.5%207.5%200%200%201%201.168-1.426A2.3%202.3%200%200%200%2014.75%2015zM27%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%22M9.5%204a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9m-3%204.5a3%203%200%201%201%206%200a3%203%200%200%201-6%200M20%206a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m-2%203.5a2%202%200%201%201%204%200a2%202%200%200%201-4%200M4.25%2015A2.25%202.25%200%200%200%202%2017.25v.531a2%202%200%200%200%20.017.242c.017.153.049.363.11.612a5.1%205.1%200%200%200%20.867%201.815C4.008%2021.803%205.942%2023%209.5%2023c1.531%200%202.762-.222%203.747-.582a7.5%207.5%200%200%201-.236-1.518c-.836.355-1.97.6-3.511.6c-3.192%200-4.633-1.053-5.306-1.95a3.6%203.6%200%200%201-.61-1.279a3%203%200%200%201-.083-.508l-.001-.018v-.495a.75.75%200%200%201%20.75-.75h9.905a7.5%207.5%200%200%201%201.168-1.426A2.3%202.3%200%200%200%2014.75%2015zM27%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/people-add-28-regular.svg?color=%231a73e8&size=48