person starburst icon
person-starburst-16 from Fluent UI System Color Icons by Microsoft Corporation · 16 · MIT Free for personal and commercial use.
- Name
- person-starburst-16
- Set
- Fluent UI System Color Icons
- Style
- 16
- Viewbox
- 16×16
- 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 16 16"><g fill="none"><path fill="url(#SVGbAKOreWm)" fill-rule="evenodd" d="M4.101 2.25a2 2 0 0 1 2.646-1.083l.887.384c.25.109.534.11.786.004l.89-.377a2 2 0 0 1 2.636 1.105l.355.899a1 1 0 0 0 .554.558l.896.363a2 2 0 0 1 1.082 2.646l-.384.887a1 1 0 0 0-.003.786l.376.89a2 2 0 0 1-1.105 2.636l-.898.355c-.255.1-.456.3-.559.554l-.363.896a2 2 0 0 1-2.646 1.082l-.886-.384a1 1 0 0 0-.787-.003l-.89.376a2 2 0 0 1-2.636-1.105l-.355-.899a1 1 0 0 0-.554-.558l-.895-.363a2 2 0 0 1-1.083-2.646l.384-.886a1 1 0 0 0 .004-.787l-.377-.89a2 2 0 0 1 1.105-2.636L3.18 3.7c.254-.1.456-.3.558-.554z" clip-rule="evenodd"/><path fill="url(#SVGD9aMJPSe)" fill-opacity=".7" fill-rule="evenodd" d="M4.101 2.25a2 2 0 0 1 2.646-1.083l.887.384c.25.109.534.11.786.004l.89-.377a2 2 0 0 1 2.636 1.105l.355.899a1 1 0 0 0 .554.558l.896.363a2 2 0 0 1 1.082 2.646l-.384.887a1 1 0 0 0-.003.786l.376.89a2 2 0 0 1-1.105 2.636l-.898.355c-.255.1-.456.3-.559.554l-.363.896a2 2 0 0 1-2.646 1.082l-.886-.384a1 1 0 0 0-.787-.003l-.89.376a2 2 0 0 1-2.636-1.105l-.355-.899a1 1 0 0 0-.554-.558l-.895-.363a2 2 0 0 1-1.083-2.646l.384-.886a1 1 0 0 0 .004-.787l-.377-.89a2 2 0 0 1 1.105-2.636L3.18 3.7c.254-.1.456-.3.558-.554z" clip-rule="evenodd"/><path fill="url(#SVGsmistc3V)" fill-opacity=".9" d="M9.747 8h-3.5c-.69 0-1.287.565-1.17 1.246c.188 1.086.816 2.254 2.92 2.254s2.733-1.168 2.92-2.254c.118-.68-.48-1.246-1.17-1.246m-1.75-1a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><defs><linearGradient id="SVGbAKOreWm" x1="3.333" x2="10.332" y1=".224" y2="15.778" gradientUnits="userSpaceOnUse"><stop stop-color="#1ec8b0"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGD9aMJPSe" x1="10.166" x2="12.94" y1="2.721" y2="16.506" gradientUnits="userSpaceOnUse"><stop offset=".533" stop-color="#ff6ce8" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8"/></linearGradient><linearGradient id="SVGsmistc3V" x1="12.403" x2="-.869" y1="17.929" y2="-1.121" gradientUnits="userSpaceOnUse"><stop stop-color="#9deaff"/><stop offset="1" stop-color="#fff"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorPersonStarburst16(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGbAKOreWm)" fillRule="evenodd" d="M4.101 2.25a2 2 0 0 1 2.646-1.083l.887.384c.25.109.534.11.786.004l.89-.377a2 2 0 0 1 2.636 1.105l.355.899a1 1 0 0 0 .554.558l.896.363a2 2 0 0 1 1.082 2.646l-.384.887a1 1 0 0 0-.003.786l.376.89a2 2 0 0 1-1.105 2.636l-.898.355c-.255.1-.456.3-.559.554l-.363.896a2 2 0 0 1-2.646 1.082l-.886-.384a1 1 0 0 0-.787-.003l-.89.376a2 2 0 0 1-2.636-1.105l-.355-.899a1 1 0 0 0-.554-.558l-.895-.363a2 2 0 0 1-1.083-2.646l.384-.886a1 1 0 0 0 .004-.787l-.377-.89a2 2 0 0 1 1.105-2.636L3.18 3.7c.254-.1.456-.3.558-.554z" clipRule="evenodd"/><path fill="url(#SVGD9aMJPSe)" fillOpacity=".7" fillRule="evenodd" d="M4.101 2.25a2 2 0 0 1 2.646-1.083l.887.384c.25.109.534.11.786.004l.89-.377a2 2 0 0 1 2.636 1.105l.355.899a1 1 0 0 0 .554.558l.896.363a2 2 0 0 1 1.082 2.646l-.384.887a1 1 0 0 0-.003.786l.376.89a2 2 0 0 1-1.105 2.636l-.898.355c-.255.1-.456.3-.559.554l-.363.896a2 2 0 0 1-2.646 1.082l-.886-.384a1 1 0 0 0-.787-.003l-.89.376a2 2 0 0 1-2.636-1.105l-.355-.899a1 1 0 0 0-.554-.558l-.895-.363a2 2 0 0 1-1.083-2.646l.384-.886a1 1 0 0 0 .004-.787l-.377-.89a2 2 0 0 1 1.105-2.636L3.18 3.7c.254-.1.456-.3.558-.554z" clipRule="evenodd"/><path fill="url(#SVGsmistc3V)" fillOpacity=".9" d="M9.747 8h-3.5c-.69 0-1.287.565-1.17 1.246c.188 1.086.816 2.254 2.92 2.254s2.733-1.168 2.92-2.254c.118-.68-.48-1.246-1.17-1.246m-1.75-1a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><defs><linearGradient id="SVGbAKOreWm" x1="3.333" x2="10.332" y1=".224" y2="15.778" gradientUnits="userSpaceOnUse"><stop stopColor="#1ec8b0"/><stop offset="1" stopColor="#2764e7"/></linearGradient><linearGradient id="SVGD9aMJPSe" x1="10.166" x2="12.94" y1="2.721" y2="16.506" gradientUnits="userSpaceOnUse"><stop offset=".533" stopColor="#ff6ce8" stopOpacity="0"/><stop offset="1" stopColor="#ff6ce8"/></linearGradient><linearGradient id="SVGsmistc3V" x1="12.403" x2="-.869" y1="17.929" y2="-1.121" 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 16 16"><g fill="none"><path fill="url(#SVGbAKOreWm)" fill-rule="evenodd" d="M4.101 2.25a2 2 0 0 1 2.646-1.083l.887.384c.25.109.534.11.786.004l.89-.377a2 2 0 0 1 2.636 1.105l.355.899a1 1 0 0 0 .554.558l.896.363a2 2 0 0 1 1.082 2.646l-.384.887a1 1 0 0 0-.003.786l.376.89a2 2 0 0 1-1.105 2.636l-.898.355c-.255.1-.456.3-.559.554l-.363.896a2 2 0 0 1-2.646 1.082l-.886-.384a1 1 0 0 0-.787-.003l-.89.376a2 2 0 0 1-2.636-1.105l-.355-.899a1 1 0 0 0-.554-.558l-.895-.363a2 2 0 0 1-1.083-2.646l.384-.886a1 1 0 0 0 .004-.787l-.377-.89a2 2 0 0 1 1.105-2.636L3.18 3.7c.254-.1.456-.3.558-.554z" clip-rule="evenodd"/><path fill="url(#SVGD9aMJPSe)" fill-opacity=".7" fill-rule="evenodd" d="M4.101 2.25a2 2 0 0 1 2.646-1.083l.887.384c.25.109.534.11.786.004l.89-.377a2 2 0 0 1 2.636 1.105l.355.899a1 1 0 0 0 .554.558l.896.363a2 2 0 0 1 1.082 2.646l-.384.887a1 1 0 0 0-.003.786l.376.89a2 2 0 0 1-1.105 2.636l-.898.355c-.255.1-.456.3-.559.554l-.363.896a2 2 0 0 1-2.646 1.082l-.886-.384a1 1 0 0 0-.787-.003l-.89.376a2 2 0 0 1-2.636-1.105l-.355-.899a1 1 0 0 0-.554-.558l-.895-.363a2 2 0 0 1-1.083-2.646l.384-.886a1 1 0 0 0 .004-.787l-.377-.89a2 2 0 0 1 1.105-2.636L3.18 3.7c.254-.1.456-.3.558-.554z" clip-rule="evenodd"/><path fill="url(#SVGsmistc3V)" fill-opacity=".9" d="M9.747 8h-3.5c-.69 0-1.287.565-1.17 1.246c.188 1.086.816 2.254 2.92 2.254s2.733-1.168 2.92-2.254c.118-.68-.48-1.246-1.17-1.246m-1.75-1a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><defs><linearGradient id="SVGbAKOreWm" x1="3.333" x2="10.332" y1=".224" y2="15.778" gradientUnits="userSpaceOnUse"><stop stop-color="#1ec8b0"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGD9aMJPSe" x1="10.166" x2="12.94" y1="2.721" y2="16.506" gradientUnits="userSpaceOnUse"><stop offset=".533" stop-color="#ff6ce8" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8"/></linearGradient><linearGradient id="SVGsmistc3V" x1="12.403" x2="-.869" y1="17.929" y2="-1.121" gradientUnits="userSpaceOnUse"><stop stop-color="#9deaff"/><stop offset="1" stop-color="#fff"/></linearGradient></defs></g></svg> </template>
CSS
.icon-person-starburst-16 {
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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGbAKOreWm)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.101%202.25a2%202%200%200%201%202.646-1.083l.887.384c.25.109.534.11.786.004l.89-.377a2%202%200%200%201%202.636%201.105l.355.899a1%201%200%200%200%20.554.558l.896.363a2%202%200%200%201%201.082%202.646l-.384.887a1%201%200%200%200-.003.786l.376.89a2%202%200%200%201-1.105%202.636l-.898.355c-.255.1-.456.3-.559.554l-.363.896a2%202%200%200%201-2.646%201.082l-.886-.384a1%201%200%200%200-.787-.003l-.89.376a2%202%200%200%201-2.636-1.105l-.355-.899a1%201%200%200%200-.554-.558l-.895-.363a2%202%200%200%201-1.083-2.646l.384-.886a1%201%200%200%200%20.004-.787l-.377-.89a2%202%200%200%201%201.105-2.636L3.18%203.7c.254-.1.456-.3.558-.554z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGD9aMJPSe)%22%20fill-opacity%3D%22.7%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.101%202.25a2%202%200%200%201%202.646-1.083l.887.384c.25.109.534.11.786.004l.89-.377a2%202%200%200%201%202.636%201.105l.355.899a1%201%200%200%200%20.554.558l.896.363a2%202%200%200%201%201.082%202.646l-.384.887a1%201%200%200%200-.003.786l.376.89a2%202%200%200%201-1.105%202.636l-.898.355c-.255.1-.456.3-.559.554l-.363.896a2%202%200%200%201-2.646%201.082l-.886-.384a1%201%200%200%200-.787-.003l-.89.376a2%202%200%200%201-2.636-1.105l-.355-.899a1%201%200%200%200-.554-.558l-.895-.363a2%202%200%200%201-1.083-2.646l.384-.886a1%201%200%200%200%20.004-.787l-.377-.89a2%202%200%200%201%201.105-2.636L3.18%203.7c.254-.1.456-.3.558-.554z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGsmistc3V)%22%20fill-opacity%3D%22.9%22%20d%3D%22M9.747%208h-3.5c-.69%200-1.287.565-1.17%201.246c.188%201.086.816%202.254%202.92%202.254s2.733-1.168%202.92-2.254c.118-.68-.48-1.246-1.17-1.246m-1.75-1a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGbAKOreWm%22%20x1%3D%223.333%22%20x2%3D%2210.332%22%20y1%3D%22.224%22%20y2%3D%2215.778%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%22SVGD9aMJPSe%22%20x1%3D%2210.166%22%20x2%3D%2212.94%22%20y1%3D%222.721%22%20y2%3D%2216.506%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%22SVGsmistc3V%22%20x1%3D%2212.403%22%20x2%3D%22-.869%22%20y1%3D%2217.929%22%20y2%3D%22-1.121%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGbAKOreWm)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.101%202.25a2%202%200%200%201%202.646-1.083l.887.384c.25.109.534.11.786.004l.89-.377a2%202%200%200%201%202.636%201.105l.355.899a1%201%200%200%200%20.554.558l.896.363a2%202%200%200%201%201.082%202.646l-.384.887a1%201%200%200%200-.003.786l.376.89a2%202%200%200%201-1.105%202.636l-.898.355c-.255.1-.456.3-.559.554l-.363.896a2%202%200%200%201-2.646%201.082l-.886-.384a1%201%200%200%200-.787-.003l-.89.376a2%202%200%200%201-2.636-1.105l-.355-.899a1%201%200%200%200-.554-.558l-.895-.363a2%202%200%200%201-1.083-2.646l.384-.886a1%201%200%200%200%20.004-.787l-.377-.89a2%202%200%200%201%201.105-2.636L3.18%203.7c.254-.1.456-.3.558-.554z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGD9aMJPSe)%22%20fill-opacity%3D%22.7%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.101%202.25a2%202%200%200%201%202.646-1.083l.887.384c.25.109.534.11.786.004l.89-.377a2%202%200%200%201%202.636%201.105l.355.899a1%201%200%200%200%20.554.558l.896.363a2%202%200%200%201%201.082%202.646l-.384.887a1%201%200%200%200-.003.786l.376.89a2%202%200%200%201-1.105%202.636l-.898.355c-.255.1-.456.3-.559.554l-.363.896a2%202%200%200%201-2.646%201.082l-.886-.384a1%201%200%200%200-.787-.003l-.89.376a2%202%200%200%201-2.636-1.105l-.355-.899a1%201%200%200%200-.554-.558l-.895-.363a2%202%200%200%201-1.083-2.646l.384-.886a1%201%200%200%200%20.004-.787l-.377-.89a2%202%200%200%201%201.105-2.636L3.18%203.7c.254-.1.456-.3.558-.554z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGsmistc3V)%22%20fill-opacity%3D%22.9%22%20d%3D%22M9.747%208h-3.5c-.69%200-1.287.565-1.17%201.246c.188%201.086.816%202.254%202.92%202.254s2.733-1.168%202.92-2.254c.118-.68-.48-1.246-1.17-1.246m-1.75-1a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGbAKOreWm%22%20x1%3D%223.333%22%20x2%3D%2210.332%22%20y1%3D%22.224%22%20y2%3D%2215.778%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%22SVGD9aMJPSe%22%20x1%3D%2210.166%22%20x2%3D%2212.94%22%20y1%3D%222.721%22%20y2%3D%2216.506%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%22SVGsmistc3V%22%20x1%3D%2212.403%22%20x2%3D%22-.869%22%20y1%3D%2217.929%22%20y2%3D%22-1.121%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-16.svg?color=%231a73e8&size=48