person starburst icon
person-starburst-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- person-starburst-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
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-board-add-16-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-filled
Use the person starburst icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m9.448 2.287l-.99-.389a2.42 2.42 0 0 0-3.102 1.285l-.424.975a1.5 1.5 0 0 1-.777.777l-.975.424a2.42 2.42 0 0 0-1.285 3.102l.39.99a1.5 1.5 0 0 1 0 1.099l-.39.99a2.42 2.42 0 0 0 1.285 3.102l.975.424a1.5 1.5 0 0 1 .777.777l.424.975a2.42 2.42 0 0 0 3.103 1.285l.99-.39a1.5 1.5 0 0 1 1.098 0l.99.39a2.42 2.42 0 0 0 3.102-1.285l.424-.975a1.5 1.5 0 0 1 .777-.777l.975-.425A2.42 2.42 0 0 0 18.1 11.54l-.39-.99a1.5 1.5 0 0 1 0-1.098l.39-.99a2.42 2.42 0 0 0-1.285-3.102l-.975-.424a1.5 1.5 0 0 1-.777-.777l-.424-.975a2.42 2.42 0 0 0-3.102-1.285l-.99.39a1.5 1.5 0 0 1-1.099 0m1.465.931l.99-.39a1.42 1.42 0 0 1 1.819.754l.424.975a2.5 2.5 0 0 0 1.295 1.295l.975.424c.7.305 1.033 1.109.753 1.82l-.389.989a2.5 2.5 0 0 0 0 1.831l.39.99a1.42 1.42 0 0 1-.754 1.819l-.975.424a2.5 2.5 0 0 0-1.295 1.295l-.424.975a1.42 1.42 0 0 1-1.82.753l-.989-.39a2.5 2.5 0 0 0-1.831 0l-.99.39a1.42 1.42 0 0 1-1.819-.753l-.424-.975a2.5 2.5 0 0 0-1.295-1.295l-.975-.424a1.42 1.42 0 0 1-.753-1.82l.39-.989a2.5 2.5 0 0 0 0-1.831l-.39-.99c-.28-.71.053-1.514.753-1.819l.975-.424A2.5 2.5 0 0 0 5.85 4.557l.424-.975a1.42 1.42 0 0 1 1.82-.753l.989.389a2.5 2.5 0 0 0 1.831 0m-.917 1.778a2 2 0 1 0 0 4a2 2 0 0 0 0-4m2.5 5h-5a1.5 1.5 0 0 0-1.5 1.5c0 1.116.459 2.01 1.212 2.614c.741.596 1.735.886 2.788.886s2.046-.29 2.788-.886c.753-.604 1.212-1.498 1.212-2.614a1.5 1.5 0 0 0-1.5-1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonStarburst20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m9.448 2.287l-.99-.389a2.42 2.42 0 0 0-3.102 1.285l-.424.975a1.5 1.5 0 0 1-.777.777l-.975.424a2.42 2.42 0 0 0-1.285 3.102l.39.99a1.5 1.5 0 0 1 0 1.099l-.39.99a2.42 2.42 0 0 0 1.285 3.102l.975.424a1.5 1.5 0 0 1 .777.777l.424.975a2.42 2.42 0 0 0 3.103 1.285l.99-.39a1.5 1.5 0 0 1 1.098 0l.99.39a2.42 2.42 0 0 0 3.102-1.285l.424-.975a1.5 1.5 0 0 1 .777-.777l.975-.425A2.42 2.42 0 0 0 18.1 11.54l-.39-.99a1.5 1.5 0 0 1 0-1.098l.39-.99a2.42 2.42 0 0 0-1.285-3.102l-.975-.424a1.5 1.5 0 0 1-.777-.777l-.424-.975a2.42 2.42 0 0 0-3.102-1.285l-.99.39a1.5 1.5 0 0 1-1.099 0m1.465.931l.99-.39a1.42 1.42 0 0 1 1.819.754l.424.975a2.5 2.5 0 0 0 1.295 1.295l.975.424c.7.305 1.033 1.109.753 1.82l-.389.989a2.5 2.5 0 0 0 0 1.831l.39.99a1.42 1.42 0 0 1-.754 1.819l-.975.424a2.5 2.5 0 0 0-1.295 1.295l-.424.975a1.42 1.42 0 0 1-1.82.753l-.989-.39a2.5 2.5 0 0 0-1.831 0l-.99.39a1.42 1.42 0 0 1-1.819-.753l-.424-.975a2.5 2.5 0 0 0-1.295-1.295l-.975-.424a1.42 1.42 0 0 1-.753-1.82l.39-.989a2.5 2.5 0 0 0 0-1.831l-.39-.99c-.28-.71.053-1.514.753-1.819l.975-.424A2.5 2.5 0 0 0 5.85 4.557l.424-.975a1.42 1.42 0 0 1 1.82-.753l.989.389a2.5 2.5 0 0 0 1.831 0m-.917 1.778a2 2 0 1 0 0 4a2 2 0 0 0 0-4m2.5 5h-5a1.5 1.5 0 0 0-1.5 1.5c0 1.116.459 2.01 1.212 2.614c.741.596 1.735.886 2.788.886s2.046-.29 2.788-.886c.753-.604 1.212-1.498 1.212-2.614a1.5 1.5 0 0 0-1.5-1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m9.448 2.287l-.99-.389a2.42 2.42 0 0 0-3.102 1.285l-.424.975a1.5 1.5 0 0 1-.777.777l-.975.424a2.42 2.42 0 0 0-1.285 3.102l.39.99a1.5 1.5 0 0 1 0 1.099l-.39.99a2.42 2.42 0 0 0 1.285 3.102l.975.424a1.5 1.5 0 0 1 .777.777l.424.975a2.42 2.42 0 0 0 3.103 1.285l.99-.39a1.5 1.5 0 0 1 1.098 0l.99.39a2.42 2.42 0 0 0 3.102-1.285l.424-.975a1.5 1.5 0 0 1 .777-.777l.975-.425A2.42 2.42 0 0 0 18.1 11.54l-.39-.99a1.5 1.5 0 0 1 0-1.098l.39-.99a2.42 2.42 0 0 0-1.285-3.102l-.975-.424a1.5 1.5 0 0 1-.777-.777l-.424-.975a2.42 2.42 0 0 0-3.102-1.285l-.99.39a1.5 1.5 0 0 1-1.099 0m1.465.931l.99-.39a1.42 1.42 0 0 1 1.819.754l.424.975a2.5 2.5 0 0 0 1.295 1.295l.975.424c.7.305 1.033 1.109.753 1.82l-.389.989a2.5 2.5 0 0 0 0 1.831l.39.99a1.42 1.42 0 0 1-.754 1.819l-.975.424a2.5 2.5 0 0 0-1.295 1.295l-.424.975a1.42 1.42 0 0 1-1.82.753l-.989-.39a2.5 2.5 0 0 0-1.831 0l-.99.39a1.42 1.42 0 0 1-1.819-.753l-.424-.975a2.5 2.5 0 0 0-1.295-1.295l-.975-.424a1.42 1.42 0 0 1-.753-1.82l.39-.989a2.5 2.5 0 0 0 0-1.831l-.39-.99c-.28-.71.053-1.514.753-1.819l.975-.424A2.5 2.5 0 0 0 5.85 4.557l.424-.975a1.42 1.42 0 0 1 1.82-.753l.989.389a2.5 2.5 0 0 0 1.831 0m-.917 1.778a2 2 0 1 0 0 4a2 2 0 0 0 0-4m2.5 5h-5a1.5 1.5 0 0 0-1.5 1.5c0 1.116.459 2.01 1.212 2.614c.741.596 1.735.886 2.788.886s2.046-.29 2.788-.886c.753-.604 1.212-1.498 1.212-2.614a1.5 1.5 0 0 0-1.5-1.5"/></svg> </template>
CSS
.icon-person-starburst-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.448%202.287l-.99-.389a2.42%202.42%200%200%200-3.102%201.285l-.424.975a1.5%201.5%200%200%201-.777.777l-.975.424a2.42%202.42%200%200%200-1.285%203.102l.39.99a1.5%201.5%200%200%201%200%201.099l-.39.99a2.42%202.42%200%200%200%201.285%203.102l.975.424a1.5%201.5%200%200%201%20.777.777l.424.975a2.42%202.42%200%200%200%203.103%201.285l.99-.39a1.5%201.5%200%200%201%201.098%200l.99.39a2.42%202.42%200%200%200%203.102-1.285l.424-.975a1.5%201.5%200%200%201%20.777-.777l.975-.425A2.42%202.42%200%200%200%2018.1%2011.54l-.39-.99a1.5%201.5%200%200%201%200-1.098l.39-.99a2.42%202.42%200%200%200-1.285-3.102l-.975-.424a1.5%201.5%200%200%201-.777-.777l-.424-.975a2.42%202.42%200%200%200-3.102-1.285l-.99.39a1.5%201.5%200%200%201-1.099%200m1.465.931l.99-.39a1.42%201.42%200%200%201%201.819.754l.424.975a2.5%202.5%200%200%200%201.295%201.295l.975.424c.7.305%201.033%201.109.753%201.82l-.389.989a2.5%202.5%200%200%200%200%201.831l.39.99a1.42%201.42%200%200%201-.754%201.819l-.975.424a2.5%202.5%200%200%200-1.295%201.295l-.424.975a1.42%201.42%200%200%201-1.82.753l-.989-.39a2.5%202.5%200%200%200-1.831%200l-.99.39a1.42%201.42%200%200%201-1.819-.753l-.424-.975a2.5%202.5%200%200%200-1.295-1.295l-.975-.424a1.42%201.42%200%200%201-.753-1.82l.39-.989a2.5%202.5%200%200%200%200-1.831l-.39-.99c-.28-.71.053-1.514.753-1.819l.975-.424A2.5%202.5%200%200%200%205.85%204.557l.424-.975a1.42%201.42%200%200%201%201.82-.753l.989.389a2.5%202.5%200%200%200%201.831%200m-.917%201.778a2%202%200%201%200%200%204a2%202%200%200%200%200-4m2.5%205h-5a1.5%201.5%200%200%200-1.5%201.5c0%201.116.459%202.01%201.212%202.614c.741.596%201.735.886%202.788.886s2.046-.29%202.788-.886c.753-.604%201.212-1.498%201.212-2.614a1.5%201.5%200%200%200-1.5-1.5%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.448%202.287l-.99-.389a2.42%202.42%200%200%200-3.102%201.285l-.424.975a1.5%201.5%200%200%201-.777.777l-.975.424a2.42%202.42%200%200%200-1.285%203.102l.39.99a1.5%201.5%200%200%201%200%201.099l-.39.99a2.42%202.42%200%200%200%201.285%203.102l.975.424a1.5%201.5%200%200%201%20.777.777l.424.975a2.42%202.42%200%200%200%203.103%201.285l.99-.39a1.5%201.5%200%200%201%201.098%200l.99.39a2.42%202.42%200%200%200%203.102-1.285l.424-.975a1.5%201.5%200%200%201%20.777-.777l.975-.425A2.42%202.42%200%200%200%2018.1%2011.54l-.39-.99a1.5%201.5%200%200%201%200-1.098l.39-.99a2.42%202.42%200%200%200-1.285-3.102l-.975-.424a1.5%201.5%200%200%201-.777-.777l-.424-.975a2.42%202.42%200%200%200-3.102-1.285l-.99.39a1.5%201.5%200%200%201-1.099%200m1.465.931l.99-.39a1.42%201.42%200%200%201%201.819.754l.424.975a2.5%202.5%200%200%200%201.295%201.295l.975.424c.7.305%201.033%201.109.753%201.82l-.389.989a2.5%202.5%200%200%200%200%201.831l.39.99a1.42%201.42%200%200%201-.754%201.819l-.975.424a2.5%202.5%200%200%200-1.295%201.295l-.424.975a1.42%201.42%200%200%201-1.82.753l-.989-.39a2.5%202.5%200%200%200-1.831%200l-.99.39a1.42%201.42%200%200%201-1.819-.753l-.424-.975a2.5%202.5%200%200%200-1.295-1.295l-.975-.424a1.42%201.42%200%200%201-.753-1.82l.39-.989a2.5%202.5%200%200%200%200-1.831l-.39-.99c-.28-.71.053-1.514.753-1.819l.975-.424A2.5%202.5%200%200%200%205.85%204.557l.424-.975a1.42%201.42%200%200%201%201.82-.753l.989.389a2.5%202.5%200%200%200%201.831%200m-.917%201.778a2%202%200%201%200%200%204a2%202%200%200%200%200-4m2.5%205h-5a1.5%201.5%200%200%200-1.5%201.5c0%201.116.459%202.01%201.212%202.614c.741.596%201.735.886%202.788.886s2.046-.29%202.788-.886c.753-.604%201.212-1.498%201.212-2.614a1.5%201.5%200%200%200-1.5-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-starburst-20-regular.svg?color=%231a73e8&size=48