person add icon
person-add-28 from Fluent UI System Color Icons by Microsoft Corporation · 28 · MIT Free for personal and commercial use.
- Name
- person-add-28
- Set
- Fluent UI System Color Icons
- Style
- 28
- Viewbox
- 28×28
- License
- MIT
4 other variants in Fluent UI System Color Icons
The same icon in other sets
Related icons in Fluent UI System Color Icons
Use the person add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGCb1BPxSY)" d="M19 16a3 3 0 0 1 3 3v.715C22 23.292 17.79 26 12 26S2 23.433 2 19.715V19a3 3 0 0 1 3-3z"/><path fill="url(#SVGxpksEpUV)" d="M19 16a3 3 0 0 1 3 3v.715C22 23.292 17.79 26 12 26S2 23.433 2 19.715V19a3 3 0 0 1 3-3z"/><path fill="url(#SVGqC2GLdIf)" fill-opacity=".5" d="M19 16a3 3 0 0 1 3 3v.715C22 23.292 17.79 26 12 26S2 23.433 2 19.715V19a3 3 0 0 1 3-3z"/><path fill="url(#SVGTZfkjd2J)" d="M12 2a6 6 0 1 1 0 12a6 6 0 0 1 0-12"/><path fill="url(#SVGAckjD47Y)" d="M27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0"/><path fill="#fff" fill-rule="evenodd" d="M20.5 16a.5.5 0 0 1 .5.5V20h3.5a.5.5 0 0 1 0 1H21v3.5a.5.5 0 0 1-1 0V21h-3.5a.5.5 0 0 1 0-1H20v-3.5a.5.5 0 0 1 .5-.5" clip-rule="evenodd"/><defs><linearGradient id="SVGCb1BPxSY" x1="6.756" x2="9.987" y1="17.329" y2="27.647" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGxpksEpUV" x1="12" x2="16.524" y1="14.809" y2="31.714" gradientUnits="userSpaceOnUse"><stop stop-color="#885edb" stop-opacity="0"/><stop offset="1" stop-color="#e362f8"/></linearGradient><linearGradient id="SVGTZfkjd2J" x1="8.854" x2="14.969" y1="3.595" y2="13.361" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGAckjD47Y" x1="14.464" x2="23.436" y1="16.438" y2="25.759" gradientUnits="userSpaceOnUse"><stop stop-color="#52d17c"/><stop offset="1" stop-color="#22918b"/></linearGradient><radialGradient id="SVGqC2GLdIf" cx="0" cy="0" r="1" gradientTransform="rotate(90 0 20.5)scale(12)" gradientUnits="userSpaceOnUse"><stop offset=".493" stop-color="#30116e"/><stop offset=".912" stop-color="#30116e" stop-opacity="0"/></radialGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorPersonAdd28(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGCb1BPxSY)" d="M19 16a3 3 0 0 1 3 3v.715C22 23.292 17.79 26 12 26S2 23.433 2 19.715V19a3 3 0 0 1 3-3z"/><path fill="url(#SVGxpksEpUV)" d="M19 16a3 3 0 0 1 3 3v.715C22 23.292 17.79 26 12 26S2 23.433 2 19.715V19a3 3 0 0 1 3-3z"/><path fill="url(#SVGqC2GLdIf)" fillOpacity=".5" d="M19 16a3 3 0 0 1 3 3v.715C22 23.292 17.79 26 12 26S2 23.433 2 19.715V19a3 3 0 0 1 3-3z"/><path fill="url(#SVGTZfkjd2J)" d="M12 2a6 6 0 1 1 0 12a6 6 0 0 1 0-12"/><path fill="url(#SVGAckjD47Y)" d="M27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0"/><path fill="#fff" fillRule="evenodd" d="M20.5 16a.5.5 0 0 1 .5.5V20h3.5a.5.5 0 0 1 0 1H21v3.5a.5.5 0 0 1-1 0V21h-3.5a.5.5 0 0 1 0-1H20v-3.5a.5.5 0 0 1 .5-.5" clipRule="evenodd"/><defs><linearGradient id="SVGCb1BPxSY" x1="6.756" x2="9.987" y1="17.329" y2="27.647" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#9c6cfe"/><stop offset="1" stopColor="#7a41dc"/></linearGradient><linearGradient id="SVGxpksEpUV" x1="12" x2="16.524" y1="14.809" y2="31.714" gradientUnits="userSpaceOnUse"><stop stopColor="#885edb" stopOpacity="0"/><stop offset="1" stopColor="#e362f8"/></linearGradient><linearGradient id="SVGTZfkjd2J" x1="8.854" x2="14.969" y1="3.595" y2="13.361" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#9c6cfe"/><stop offset="1" stopColor="#7a41dc"/></linearGradient><linearGradient id="SVGAckjD47Y" x1="14.464" x2="23.436" y1="16.438" y2="25.759" gradientUnits="userSpaceOnUse"><stop stopColor="#52d17c"/><stop offset="1" stopColor="#22918b"/></linearGradient><radialGradient id="SVGqC2GLdIf" cx="0" cy="0" r="1" gradientTransform="rotate(90 0 20.5)scale(12)" gradientUnits="userSpaceOnUse"><stop offset=".493" stopColor="#30116e"/><stop offset=".912" stopColor="#30116e" stopOpacity="0"/></radialGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGCb1BPxSY)" d="M19 16a3 3 0 0 1 3 3v.715C22 23.292 17.79 26 12 26S2 23.433 2 19.715V19a3 3 0 0 1 3-3z"/><path fill="url(#SVGxpksEpUV)" d="M19 16a3 3 0 0 1 3 3v.715C22 23.292 17.79 26 12 26S2 23.433 2 19.715V19a3 3 0 0 1 3-3z"/><path fill="url(#SVGqC2GLdIf)" fill-opacity=".5" d="M19 16a3 3 0 0 1 3 3v.715C22 23.292 17.79 26 12 26S2 23.433 2 19.715V19a3 3 0 0 1 3-3z"/><path fill="url(#SVGTZfkjd2J)" d="M12 2a6 6 0 1 1 0 12a6 6 0 0 1 0-12"/><path fill="url(#SVGAckjD47Y)" d="M27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0"/><path fill="#fff" fill-rule="evenodd" d="M20.5 16a.5.5 0 0 1 .5.5V20h3.5a.5.5 0 0 1 0 1H21v3.5a.5.5 0 0 1-1 0V21h-3.5a.5.5 0 0 1 0-1H20v-3.5a.5.5 0 0 1 .5-.5" clip-rule="evenodd"/><defs><linearGradient id="SVGCb1BPxSY" x1="6.756" x2="9.987" y1="17.329" y2="27.647" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGxpksEpUV" x1="12" x2="16.524" y1="14.809" y2="31.714" gradientUnits="userSpaceOnUse"><stop stop-color="#885edb" stop-opacity="0"/><stop offset="1" stop-color="#e362f8"/></linearGradient><linearGradient id="SVGTZfkjd2J" x1="8.854" x2="14.969" y1="3.595" y2="13.361" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGAckjD47Y" x1="14.464" x2="23.436" y1="16.438" y2="25.759" gradientUnits="userSpaceOnUse"><stop stop-color="#52d17c"/><stop offset="1" stop-color="#22918b"/></linearGradient><radialGradient id="SVGqC2GLdIf" cx="0" cy="0" r="1" gradientTransform="rotate(90 0 20.5)scale(12)" gradientUnits="userSpaceOnUse"><stop offset=".493" stop-color="#30116e"/><stop offset=".912" stop-color="#30116e" stop-opacity="0"/></radialGradient></defs></g></svg> </template>
CSS
.icon-person-add-28 {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGCb1BPxSY)%22%20d%3D%22M19%2016a3%203%200%200%201%203%203v.715C22%2023.292%2017.79%2026%2012%2026S2%2023.433%202%2019.715V19a3%203%200%200%201%203-3z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGxpksEpUV)%22%20d%3D%22M19%2016a3%203%200%200%201%203%203v.715C22%2023.292%2017.79%2026%2012%2026S2%2023.433%202%2019.715V19a3%203%200%200%201%203-3z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGqC2GLdIf)%22%20fill-opacity%3D%22.5%22%20d%3D%22M19%2016a3%203%200%200%201%203%203v.715C22%2023.292%2017.79%2026%2012%2026S2%2023.433%202%2019.715V19a3%203%200%200%201%203-3z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGTZfkjd2J)%22%20d%3D%22M12%202a6%206%200%201%201%200%2012a6%206%200%200%201%200-12%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGAckjD47Y)%22%20d%3D%22M27%2020.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20.5%2016a.5.5%200%200%201%20.5.5V20h3.5a.5.5%200%200%201%200%201H21v3.5a.5.5%200%200%201-1%200V21h-3.5a.5.5%200%200%201%200-1H20v-3.5a.5.5%200%200%201%20.5-.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGCb1BPxSY%22%20x1%3D%226.756%22%20x2%3D%229.987%22%20y1%3D%2217.329%22%20y2%3D%2227.647%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGxpksEpUV%22%20x1%3D%2212%22%20x2%3D%2216.524%22%20y1%3D%2214.809%22%20y2%3D%2231.714%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23885edb%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e362f8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGTZfkjd2J%22%20x1%3D%228.854%22%20x2%3D%2214.969%22%20y1%3D%223.595%22%20y2%3D%2213.361%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGAckjD47Y%22%20x1%3D%2214.464%22%20x2%3D%2223.436%22%20y1%3D%2216.438%22%20y2%3D%2225.759%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2352d17c%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2322918b%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGqC2GLdIf%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(90%200%2020.5)scale(12)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.493%22%20stop-color%3D%22%2330116e%22%2F%3E%3Cstop%20offset%3D%22.912%22%20stop-color%3D%22%2330116e%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGCb1BPxSY)%22%20d%3D%22M19%2016a3%203%200%200%201%203%203v.715C22%2023.292%2017.79%2026%2012%2026S2%2023.433%202%2019.715V19a3%203%200%200%201%203-3z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGxpksEpUV)%22%20d%3D%22M19%2016a3%203%200%200%201%203%203v.715C22%2023.292%2017.79%2026%2012%2026S2%2023.433%202%2019.715V19a3%203%200%200%201%203-3z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGqC2GLdIf)%22%20fill-opacity%3D%22.5%22%20d%3D%22M19%2016a3%203%200%200%201%203%203v.715C22%2023.292%2017.79%2026%2012%2026S2%2023.433%202%2019.715V19a3%203%200%200%201%203-3z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGTZfkjd2J)%22%20d%3D%22M12%202a6%206%200%201%201%200%2012a6%206%200%200%201%200-12%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGAckjD47Y)%22%20d%3D%22M27%2020.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20.5%2016a.5.5%200%200%201%20.5.5V20h3.5a.5.5%200%200%201%200%201H21v3.5a.5.5%200%200%201-1%200V21h-3.5a.5.5%200%200%201%200-1H20v-3.5a.5.5%200%200%201%20.5-.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGCb1BPxSY%22%20x1%3D%226.756%22%20x2%3D%229.987%22%20y1%3D%2217.329%22%20y2%3D%2227.647%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGxpksEpUV%22%20x1%3D%2212%22%20x2%3D%2216.524%22%20y1%3D%2214.809%22%20y2%3D%2231.714%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23885edb%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e362f8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGTZfkjd2J%22%20x1%3D%228.854%22%20x2%3D%2214.969%22%20y1%3D%223.595%22%20y2%3D%2213.361%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGAckjD47Y%22%20x1%3D%2214.464%22%20x2%3D%2223.436%22%20y1%3D%2216.438%22%20y2%3D%2225.759%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2352d17c%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2322918b%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGqC2GLdIf%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(90%200%2020.5)scale(12)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.493%22%20stop-color%3D%22%2330116e%22%2F%3E%3Cstop%20offset%3D%22.912%22%20stop-color%3D%22%2330116e%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/person-add-28.svg?color=%231a73e8&size=48