person starburst icon
person-starburst-20 from Fluent UI System Color Icons by Microsoft Corporation · 20 · MIT Free for personal and commercial use.
- Name
- person-starburst-20
- Set
- Fluent UI System Color Icons
- Style
- 20
- Viewbox
- 20×20
- License
- MIT
5 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 starburst icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGFsFcreiE)" d="m8.459 1.898l.99.39a1.5 1.5 0 0 0 1.098 0l.99-.39a2.42 2.42 0 0 1 3.102 1.285l.424.975a1.5 1.5 0 0 0 .777.777l.975.424A2.42 2.42 0 0 1 18.1 8.461l-.39.99a1.5 1.5 0 0 0 0 1.099l.39.99a2.42 2.42 0 0 1-1.285 3.102l-.975.424a1.5 1.5 0 0 0-.777.777l-.424.975a2.42 2.42 0 0 1-3.102 1.285l-.99-.39a1.5 1.5 0 0 0-1.099 0l-.99.39a2.42 2.42 0 0 1-3.102-1.285l-.424-.975a1.5 1.5 0 0 0-.777-.777l-.975-.425a2.42 2.42 0 0 1-1.285-3.102l.39-.99a1.5 1.5 0 0 0 0-1.098l-.39-.99A2.42 2.42 0 0 1 3.18 5.36l.975-.424a1.5 1.5 0 0 0 .777-.777l.424-.975A2.42 2.42 0 0 1 8.46 1.898"/><path fill="url(#SVGe9jLfi0J)" fill-opacity=".7" d="m8.459 1.898l.99.39a1.5 1.5 0 0 0 1.098 0l.99-.39a2.42 2.42 0 0 1 3.102 1.285l.424.975a1.5 1.5 0 0 0 .777.777l.975.424A2.42 2.42 0 0 1 18.1 8.461l-.39.99a1.5 1.5 0 0 0 0 1.099l.39.99a2.42 2.42 0 0 1-1.285 3.102l-.975.424a1.5 1.5 0 0 0-.777.777l-.424.975a2.42 2.42 0 0 1-3.102 1.285l-.99-.39a1.5 1.5 0 0 0-1.099 0l-.99.39a2.42 2.42 0 0 1-3.102-1.285l-.424-.975a1.5 1.5 0 0 0-.777-.777l-.975-.425a2.42 2.42 0 0 1-1.285-3.102l.39-.99a1.5 1.5 0 0 0 0-1.098l-.39-.99A2.42 2.42 0 0 1 3.18 5.36l.975-.424a1.5 1.5 0 0 0 .777-.777l.424-.975A2.42 2.42 0 0 1 8.46 1.898"/><path fill="url(#SVGfeWhlckS)" fill-opacity=".9" d="M7.992 6.996a2 2 0 1 1 4 0a2 2 0 0 1-4 0m-.5 3h5a1.5 1.5 0 0 1 1.5 1.5c0 1.116-.459 2.01-1.212 2.615c-.741.595-1.735.885-2.788.885s-2.046-.29-2.788-.885c-.753-.605-1.212-1.499-1.212-2.615a1.5 1.5 0 0 1 1.5-1.5"/><defs><linearGradient id="SVGFsFcreiE" x1="4.484" x2="12.755" y1=".81" y2="19.19" gradientUnits="userSpaceOnUse"><stop stop-color="#1ec8b0"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGe9jLfi0J" x1="12.558" x2="15.836" y1="3.761" y2="20.05" gradientUnits="userSpaceOnUse"><stop offset=".533" stop-color="#ff6ce8" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8"/></linearGradient><linearGradient id="SVGfeWhlckS" x1="15.996" x2="-1.562" y1="23.567" y2="-2.192" gradientUnits="userSpaceOnUse"><stop stop-color="#9deaff"/><stop offset="1" stop-color="#fff"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorPersonStarburst20(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGFsFcreiE)" d="m8.459 1.898l.99.39a1.5 1.5 0 0 0 1.098 0l.99-.39a2.42 2.42 0 0 1 3.102 1.285l.424.975a1.5 1.5 0 0 0 .777.777l.975.424A2.42 2.42 0 0 1 18.1 8.461l-.39.99a1.5 1.5 0 0 0 0 1.099l.39.99a2.42 2.42 0 0 1-1.285 3.102l-.975.424a1.5 1.5 0 0 0-.777.777l-.424.975a2.42 2.42 0 0 1-3.102 1.285l-.99-.39a1.5 1.5 0 0 0-1.099 0l-.99.39a2.42 2.42 0 0 1-3.102-1.285l-.424-.975a1.5 1.5 0 0 0-.777-.777l-.975-.425a2.42 2.42 0 0 1-1.285-3.102l.39-.99a1.5 1.5 0 0 0 0-1.098l-.39-.99A2.42 2.42 0 0 1 3.18 5.36l.975-.424a1.5 1.5 0 0 0 .777-.777l.424-.975A2.42 2.42 0 0 1 8.46 1.898"/><path fill="url(#SVGe9jLfi0J)" fillOpacity=".7" d="m8.459 1.898l.99.39a1.5 1.5 0 0 0 1.098 0l.99-.39a2.42 2.42 0 0 1 3.102 1.285l.424.975a1.5 1.5 0 0 0 .777.777l.975.424A2.42 2.42 0 0 1 18.1 8.461l-.39.99a1.5 1.5 0 0 0 0 1.099l.39.99a2.42 2.42 0 0 1-1.285 3.102l-.975.424a1.5 1.5 0 0 0-.777.777l-.424.975a2.42 2.42 0 0 1-3.102 1.285l-.99-.39a1.5 1.5 0 0 0-1.099 0l-.99.39a2.42 2.42 0 0 1-3.102-1.285l-.424-.975a1.5 1.5 0 0 0-.777-.777l-.975-.425a2.42 2.42 0 0 1-1.285-3.102l.39-.99a1.5 1.5 0 0 0 0-1.098l-.39-.99A2.42 2.42 0 0 1 3.18 5.36l.975-.424a1.5 1.5 0 0 0 .777-.777l.424-.975A2.42 2.42 0 0 1 8.46 1.898"/><path fill="url(#SVGfeWhlckS)" fillOpacity=".9" d="M7.992 6.996a2 2 0 1 1 4 0a2 2 0 0 1-4 0m-.5 3h5a1.5 1.5 0 0 1 1.5 1.5c0 1.116-.459 2.01-1.212 2.615c-.741.595-1.735.885-2.788.885s-2.046-.29-2.788-.885c-.753-.605-1.212-1.499-1.212-2.615a1.5 1.5 0 0 1 1.5-1.5"/><defs><linearGradient id="SVGFsFcreiE" x1="4.484" x2="12.755" y1=".81" y2="19.19" gradientUnits="userSpaceOnUse"><stop stopColor="#1ec8b0"/><stop offset="1" stopColor="#2764e7"/></linearGradient><linearGradient id="SVGe9jLfi0J" x1="12.558" x2="15.836" y1="3.761" y2="20.05" gradientUnits="userSpaceOnUse"><stop offset=".533" stopColor="#ff6ce8" stopOpacity="0"/><stop offset="1" stopColor="#ff6ce8"/></linearGradient><linearGradient id="SVGfeWhlckS" x1="15.996" x2="-1.562" y1="23.567" y2="-2.192" gradientUnits="userSpaceOnUse"><stop stopColor="#9deaff"/><stop offset="1" stopColor="#fff"/></linearGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGFsFcreiE)" d="m8.459 1.898l.99.39a1.5 1.5 0 0 0 1.098 0l.99-.39a2.42 2.42 0 0 1 3.102 1.285l.424.975a1.5 1.5 0 0 0 .777.777l.975.424A2.42 2.42 0 0 1 18.1 8.461l-.39.99a1.5 1.5 0 0 0 0 1.099l.39.99a2.42 2.42 0 0 1-1.285 3.102l-.975.424a1.5 1.5 0 0 0-.777.777l-.424.975a2.42 2.42 0 0 1-3.102 1.285l-.99-.39a1.5 1.5 0 0 0-1.099 0l-.99.39a2.42 2.42 0 0 1-3.102-1.285l-.424-.975a1.5 1.5 0 0 0-.777-.777l-.975-.425a2.42 2.42 0 0 1-1.285-3.102l.39-.99a1.5 1.5 0 0 0 0-1.098l-.39-.99A2.42 2.42 0 0 1 3.18 5.36l.975-.424a1.5 1.5 0 0 0 .777-.777l.424-.975A2.42 2.42 0 0 1 8.46 1.898"/><path fill="url(#SVGe9jLfi0J)" fill-opacity=".7" d="m8.459 1.898l.99.39a1.5 1.5 0 0 0 1.098 0l.99-.39a2.42 2.42 0 0 1 3.102 1.285l.424.975a1.5 1.5 0 0 0 .777.777l.975.424A2.42 2.42 0 0 1 18.1 8.461l-.39.99a1.5 1.5 0 0 0 0 1.099l.39.99a2.42 2.42 0 0 1-1.285 3.102l-.975.424a1.5 1.5 0 0 0-.777.777l-.424.975a2.42 2.42 0 0 1-3.102 1.285l-.99-.39a1.5 1.5 0 0 0-1.099 0l-.99.39a2.42 2.42 0 0 1-3.102-1.285l-.424-.975a1.5 1.5 0 0 0-.777-.777l-.975-.425a2.42 2.42 0 0 1-1.285-3.102l.39-.99a1.5 1.5 0 0 0 0-1.098l-.39-.99A2.42 2.42 0 0 1 3.18 5.36l.975-.424a1.5 1.5 0 0 0 .777-.777l.424-.975A2.42 2.42 0 0 1 8.46 1.898"/><path fill="url(#SVGfeWhlckS)" fill-opacity=".9" d="M7.992 6.996a2 2 0 1 1 4 0a2 2 0 0 1-4 0m-.5 3h5a1.5 1.5 0 0 1 1.5 1.5c0 1.116-.459 2.01-1.212 2.615c-.741.595-1.735.885-2.788.885s-2.046-.29-2.788-.885c-.753-.605-1.212-1.499-1.212-2.615a1.5 1.5 0 0 1 1.5-1.5"/><defs><linearGradient id="SVGFsFcreiE" x1="4.484" x2="12.755" y1=".81" y2="19.19" gradientUnits="userSpaceOnUse"><stop stop-color="#1ec8b0"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGe9jLfi0J" x1="12.558" x2="15.836" y1="3.761" y2="20.05" gradientUnits="userSpaceOnUse"><stop offset=".533" stop-color="#ff6ce8" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8"/></linearGradient><linearGradient id="SVGfeWhlckS" x1="15.996" x2="-1.562" y1="23.567" y2="-2.192" gradientUnits="userSpaceOnUse"><stop stop-color="#9deaff"/><stop offset="1" stop-color="#fff"/></linearGradient></defs></g></svg> </template>
CSS
.icon-person-starburst-20 {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGFsFcreiE)%22%20d%3D%22m8.459%201.898l.99.39a1.5%201.5%200%200%200%201.098%200l.99-.39a2.42%202.42%200%200%201%203.102%201.285l.424.975a1.5%201.5%200%200%200%20.777.777l.975.424A2.42%202.42%200%200%201%2018.1%208.461l-.39.99a1.5%201.5%200%200%200%200%201.099l.39.99a2.42%202.42%200%200%201-1.285%203.102l-.975.424a1.5%201.5%200%200%200-.777.777l-.424.975a2.42%202.42%200%200%201-3.102%201.285l-.99-.39a1.5%201.5%200%200%200-1.099%200l-.99.39a2.42%202.42%200%200%201-3.102-1.285l-.424-.975a1.5%201.5%200%200%200-.777-.777l-.975-.425a2.42%202.42%200%200%201-1.285-3.102l.39-.99a1.5%201.5%200%200%200%200-1.098l-.39-.99A2.42%202.42%200%200%201%203.18%205.36l.975-.424a1.5%201.5%200%200%200%20.777-.777l.424-.975A2.42%202.42%200%200%201%208.46%201.898%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGe9jLfi0J)%22%20fill-opacity%3D%22.7%22%20d%3D%22m8.459%201.898l.99.39a1.5%201.5%200%200%200%201.098%200l.99-.39a2.42%202.42%200%200%201%203.102%201.285l.424.975a1.5%201.5%200%200%200%20.777.777l.975.424A2.42%202.42%200%200%201%2018.1%208.461l-.39.99a1.5%201.5%200%200%200%200%201.099l.39.99a2.42%202.42%200%200%201-1.285%203.102l-.975.424a1.5%201.5%200%200%200-.777.777l-.424.975a2.42%202.42%200%200%201-3.102%201.285l-.99-.39a1.5%201.5%200%200%200-1.099%200l-.99.39a2.42%202.42%200%200%201-3.102-1.285l-.424-.975a1.5%201.5%200%200%200-.777-.777l-.975-.425a2.42%202.42%200%200%201-1.285-3.102l.39-.99a1.5%201.5%200%200%200%200-1.098l-.39-.99A2.42%202.42%200%200%201%203.18%205.36l.975-.424a1.5%201.5%200%200%200%20.777-.777l.424-.975A2.42%202.42%200%200%201%208.46%201.898%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGfeWhlckS)%22%20fill-opacity%3D%22.9%22%20d%3D%22M7.992%206.996a2%202%200%201%201%204%200a2%202%200%200%201-4%200m-.5%203h5a1.5%201.5%200%200%201%201.5%201.5c0%201.116-.459%202.01-1.212%202.615c-.741.595-1.735.885-2.788.885s-2.046-.29-2.788-.885c-.753-.605-1.212-1.499-1.212-2.615a1.5%201.5%200%200%201%201.5-1.5%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGFsFcreiE%22%20x1%3D%224.484%22%20x2%3D%2212.755%22%20y1%3D%22.81%22%20y2%3D%2219.19%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%231ec8b0%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232764e7%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGe9jLfi0J%22%20x1%3D%2212.558%22%20x2%3D%2215.836%22%20y1%3D%223.761%22%20y2%3D%2220.05%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.533%22%20stop-color%3D%22%23ff6ce8%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff6ce8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGfeWhlckS%22%20x1%3D%2215.996%22%20x2%3D%22-1.562%22%20y1%3D%2223.567%22%20y2%3D%22-2.192%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%239deaff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGFsFcreiE)%22%20d%3D%22m8.459%201.898l.99.39a1.5%201.5%200%200%200%201.098%200l.99-.39a2.42%202.42%200%200%201%203.102%201.285l.424.975a1.5%201.5%200%200%200%20.777.777l.975.424A2.42%202.42%200%200%201%2018.1%208.461l-.39.99a1.5%201.5%200%200%200%200%201.099l.39.99a2.42%202.42%200%200%201-1.285%203.102l-.975.424a1.5%201.5%200%200%200-.777.777l-.424.975a2.42%202.42%200%200%201-3.102%201.285l-.99-.39a1.5%201.5%200%200%200-1.099%200l-.99.39a2.42%202.42%200%200%201-3.102-1.285l-.424-.975a1.5%201.5%200%200%200-.777-.777l-.975-.425a2.42%202.42%200%200%201-1.285-3.102l.39-.99a1.5%201.5%200%200%200%200-1.098l-.39-.99A2.42%202.42%200%200%201%203.18%205.36l.975-.424a1.5%201.5%200%200%200%20.777-.777l.424-.975A2.42%202.42%200%200%201%208.46%201.898%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGe9jLfi0J)%22%20fill-opacity%3D%22.7%22%20d%3D%22m8.459%201.898l.99.39a1.5%201.5%200%200%200%201.098%200l.99-.39a2.42%202.42%200%200%201%203.102%201.285l.424.975a1.5%201.5%200%200%200%20.777.777l.975.424A2.42%202.42%200%200%201%2018.1%208.461l-.39.99a1.5%201.5%200%200%200%200%201.099l.39.99a2.42%202.42%200%200%201-1.285%203.102l-.975.424a1.5%201.5%200%200%200-.777.777l-.424.975a2.42%202.42%200%200%201-3.102%201.285l-.99-.39a1.5%201.5%200%200%200-1.099%200l-.99.39a2.42%202.42%200%200%201-3.102-1.285l-.424-.975a1.5%201.5%200%200%200-.777-.777l-.975-.425a2.42%202.42%200%200%201-1.285-3.102l.39-.99a1.5%201.5%200%200%200%200-1.098l-.39-.99A2.42%202.42%200%200%201%203.18%205.36l.975-.424a1.5%201.5%200%200%200%20.777-.777l.424-.975A2.42%202.42%200%200%201%208.46%201.898%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGfeWhlckS)%22%20fill-opacity%3D%22.9%22%20d%3D%22M7.992%206.996a2%202%200%201%201%204%200a2%202%200%200%201-4%200m-.5%203h5a1.5%201.5%200%200%201%201.5%201.5c0%201.116-.459%202.01-1.212%202.615c-.741.595-1.735.885-2.788.885s-2.046-.29-2.788-.885c-.753-.605-1.212-1.499-1.212-2.615a1.5%201.5%200%200%201%201.5-1.5%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGFsFcreiE%22%20x1%3D%224.484%22%20x2%3D%2212.755%22%20y1%3D%22.81%22%20y2%3D%2219.19%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%231ec8b0%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232764e7%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGe9jLfi0J%22%20x1%3D%2212.558%22%20x2%3D%2215.836%22%20y1%3D%223.761%22%20y2%3D%2220.05%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.533%22%20stop-color%3D%22%23ff6ce8%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff6ce8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGfeWhlckS%22%20x1%3D%2215.996%22%20x2%3D%22-1.562%22%20y1%3D%2223.567%22%20y2%3D%22-2.192%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%239deaff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%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-starburst-20.svg?color=%231a73e8&size=48