person starburst icon
person-starburst-24 from Fluent UI System Color Icons by Microsoft Corporation · 24 · MIT Free for personal and commercial use.
- Name
- person-starburst-24
- Set
- Fluent UI System Color Icons
- Style
- 24
- Viewbox
- 24×24
- 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 24 24"><g fill="none"><path fill="url(#SVGamF8fbip3)" d="M9.84 2.034q.168.058.329.136l1.283.632a1.25 1.25 0 0 0 1.104 0l1.283-.632a2.75 2.75 0 0 1 3.681 1.253l.074.162l.063.167l.46 1.353c.125.368.414.656.781.781l1.354.46a2.75 2.75 0 0 1 1.581 3.819l-.631 1.283a1.25 1.25 0 0 0 0 1.104l.631 1.283a2.75 2.75 0 0 1-1.581 3.818l-1.354.46a1.25 1.25 0 0 0-.78.781l-.461 1.354a2.75 2.75 0 0 1-3.818 1.581l-1.283-.631a1.25 1.25 0 0 0-1.104 0l-1.283.631a2.75 2.75 0 0 1-3.818-1.581l-.46-1.354a1.25 1.25 0 0 0-.782-.78l-1.353-.461a2.75 2.75 0 0 1-1.582-3.818l.632-1.283a1.25 1.25 0 0 0 0-1.104l-.632-1.283a2.75 2.75 0 0 1 1.582-3.818l1.353-.46a1.25 1.25 0 0 0 .781-.782l.46-1.353a2.75 2.75 0 0 1 3.49-1.718"/><path fill="url(#SVGTJ8EniWG3)" fill-opacity=".7" d="M9.84 2.034q.168.058.329.136l1.283.632a1.25 1.25 0 0 0 1.104 0l1.283-.632a2.75 2.75 0 0 1 3.681 1.253l.074.162l.063.167l.46 1.353c.125.368.414.656.781.781l1.354.46a2.75 2.75 0 0 1 1.581 3.819l-.631 1.283a1.25 1.25 0 0 0 0 1.104l.631 1.283a2.75 2.75 0 0 1-1.581 3.818l-1.354.46a1.25 1.25 0 0 0-.78.781l-.461 1.354a2.75 2.75 0 0 1-3.818 1.581l-1.283-.631a1.25 1.25 0 0 0-1.104 0l-1.283.631a2.75 2.75 0 0 1-3.818-1.581l-.46-1.354a1.25 1.25 0 0 0-.782-.78l-1.353-.461a2.75 2.75 0 0 1-1.582-3.818l.632-1.283a1.25 1.25 0 0 0 0-1.104l-.632-1.283a2.75 2.75 0 0 1 1.582-3.818l1.353-.46a1.25 1.25 0 0 0 .781-.782l.46-1.353a2.75 2.75 0 0 1 3.49-1.718"/><path fill="url(#SVGI0s2Rdov3)" fill-opacity=".9" d="M12 5.965a2.414 2.414 0 1 0 0 4.828a2.414 2.414 0 0 0 0-4.828M15.017 12H8.982c-1 0-1.81.81-1.81 1.81c0 1.347.554 2.427 1.463 3.156c.895.719 2.094 1.069 3.365 1.069c1.27 0 2.47-.35 3.365-1.069c.909-.73 1.463-1.809 1.463-3.156c0-1-.81-1.81-1.81-1.81"/><defs><linearGradient id="SVGamF8fbip3" x1="5.262" x2="15.375" y1=".763" y2="23.236" gradientUnits="userSpaceOnUse"><stop stop-color="#1ec8b0"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGTJ8EniWG3" x1="15.134" x2="19.142" y1="4.371" y2="24.288" gradientUnits="userSpaceOnUse"><stop offset=".533" stop-color="#ff6ce8" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8"/></linearGradient><linearGradient id="SVGI0s2Rdov3" x1="19.246" x2="-1.946" y1="28.381" y2="-2.712" gradientUnits="userSpaceOnUse"><stop stop-color="#9deaff"/><stop offset="1" stop-color="#fff"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorPersonStarburst24(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGamF8fbip3)" d="M9.84 2.034q.168.058.329.136l1.283.632a1.25 1.25 0 0 0 1.104 0l1.283-.632a2.75 2.75 0 0 1 3.681 1.253l.074.162l.063.167l.46 1.353c.125.368.414.656.781.781l1.354.46a2.75 2.75 0 0 1 1.581 3.819l-.631 1.283a1.25 1.25 0 0 0 0 1.104l.631 1.283a2.75 2.75 0 0 1-1.581 3.818l-1.354.46a1.25 1.25 0 0 0-.78.781l-.461 1.354a2.75 2.75 0 0 1-3.818 1.581l-1.283-.631a1.25 1.25 0 0 0-1.104 0l-1.283.631a2.75 2.75 0 0 1-3.818-1.581l-.46-1.354a1.25 1.25 0 0 0-.782-.78l-1.353-.461a2.75 2.75 0 0 1-1.582-3.818l.632-1.283a1.25 1.25 0 0 0 0-1.104l-.632-1.283a2.75 2.75 0 0 1 1.582-3.818l1.353-.46a1.25 1.25 0 0 0 .781-.782l.46-1.353a2.75 2.75 0 0 1 3.49-1.718"/><path fill="url(#SVGTJ8EniWG3)" fillOpacity=".7" d="M9.84 2.034q.168.058.329.136l1.283.632a1.25 1.25 0 0 0 1.104 0l1.283-.632a2.75 2.75 0 0 1 3.681 1.253l.074.162l.063.167l.46 1.353c.125.368.414.656.781.781l1.354.46a2.75 2.75 0 0 1 1.581 3.819l-.631 1.283a1.25 1.25 0 0 0 0 1.104l.631 1.283a2.75 2.75 0 0 1-1.581 3.818l-1.354.46a1.25 1.25 0 0 0-.78.781l-.461 1.354a2.75 2.75 0 0 1-3.818 1.581l-1.283-.631a1.25 1.25 0 0 0-1.104 0l-1.283.631a2.75 2.75 0 0 1-3.818-1.581l-.46-1.354a1.25 1.25 0 0 0-.782-.78l-1.353-.461a2.75 2.75 0 0 1-1.582-3.818l.632-1.283a1.25 1.25 0 0 0 0-1.104l-.632-1.283a2.75 2.75 0 0 1 1.582-3.818l1.353-.46a1.25 1.25 0 0 0 .781-.782l.46-1.353a2.75 2.75 0 0 1 3.49-1.718"/><path fill="url(#SVGI0s2Rdov3)" fillOpacity=".9" d="M12 5.965a2.414 2.414 0 1 0 0 4.828a2.414 2.414 0 0 0 0-4.828M15.017 12H8.982c-1 0-1.81.81-1.81 1.81c0 1.347.554 2.427 1.463 3.156c.895.719 2.094 1.069 3.365 1.069c1.27 0 2.47-.35 3.365-1.069c.909-.73 1.463-1.809 1.463-3.156c0-1-.81-1.81-1.81-1.81"/><defs><linearGradient id="SVGamF8fbip3" x1="5.262" x2="15.375" y1=".763" y2="23.236" gradientUnits="userSpaceOnUse"><stop stopColor="#1ec8b0"/><stop offset="1" stopColor="#2764e7"/></linearGradient><linearGradient id="SVGTJ8EniWG3" x1="15.134" x2="19.142" y1="4.371" y2="24.288" gradientUnits="userSpaceOnUse"><stop offset=".533" stopColor="#ff6ce8" stopOpacity="0"/><stop offset="1" stopColor="#ff6ce8"/></linearGradient><linearGradient id="SVGI0s2Rdov3" x1="19.246" x2="-1.946" y1="28.381" y2="-2.712" 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 24 24"><g fill="none"><path fill="url(#SVGamF8fbip3)" d="M9.84 2.034q.168.058.329.136l1.283.632a1.25 1.25 0 0 0 1.104 0l1.283-.632a2.75 2.75 0 0 1 3.681 1.253l.074.162l.063.167l.46 1.353c.125.368.414.656.781.781l1.354.46a2.75 2.75 0 0 1 1.581 3.819l-.631 1.283a1.25 1.25 0 0 0 0 1.104l.631 1.283a2.75 2.75 0 0 1-1.581 3.818l-1.354.46a1.25 1.25 0 0 0-.78.781l-.461 1.354a2.75 2.75 0 0 1-3.818 1.581l-1.283-.631a1.25 1.25 0 0 0-1.104 0l-1.283.631a2.75 2.75 0 0 1-3.818-1.581l-.46-1.354a1.25 1.25 0 0 0-.782-.78l-1.353-.461a2.75 2.75 0 0 1-1.582-3.818l.632-1.283a1.25 1.25 0 0 0 0-1.104l-.632-1.283a2.75 2.75 0 0 1 1.582-3.818l1.353-.46a1.25 1.25 0 0 0 .781-.782l.46-1.353a2.75 2.75 0 0 1 3.49-1.718"/><path fill="url(#SVGTJ8EniWG3)" fill-opacity=".7" d="M9.84 2.034q.168.058.329.136l1.283.632a1.25 1.25 0 0 0 1.104 0l1.283-.632a2.75 2.75 0 0 1 3.681 1.253l.074.162l.063.167l.46 1.353c.125.368.414.656.781.781l1.354.46a2.75 2.75 0 0 1 1.581 3.819l-.631 1.283a1.25 1.25 0 0 0 0 1.104l.631 1.283a2.75 2.75 0 0 1-1.581 3.818l-1.354.46a1.25 1.25 0 0 0-.78.781l-.461 1.354a2.75 2.75 0 0 1-3.818 1.581l-1.283-.631a1.25 1.25 0 0 0-1.104 0l-1.283.631a2.75 2.75 0 0 1-3.818-1.581l-.46-1.354a1.25 1.25 0 0 0-.782-.78l-1.353-.461a2.75 2.75 0 0 1-1.582-3.818l.632-1.283a1.25 1.25 0 0 0 0-1.104l-.632-1.283a2.75 2.75 0 0 1 1.582-3.818l1.353-.46a1.25 1.25 0 0 0 .781-.782l.46-1.353a2.75 2.75 0 0 1 3.49-1.718"/><path fill="url(#SVGI0s2Rdov3)" fill-opacity=".9" d="M12 5.965a2.414 2.414 0 1 0 0 4.828a2.414 2.414 0 0 0 0-4.828M15.017 12H8.982c-1 0-1.81.81-1.81 1.81c0 1.347.554 2.427 1.463 3.156c.895.719 2.094 1.069 3.365 1.069c1.27 0 2.47-.35 3.365-1.069c.909-.73 1.463-1.809 1.463-3.156c0-1-.81-1.81-1.81-1.81"/><defs><linearGradient id="SVGamF8fbip3" x1="5.262" x2="15.375" y1=".763" y2="23.236" gradientUnits="userSpaceOnUse"><stop stop-color="#1ec8b0"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGTJ8EniWG3" x1="15.134" x2="19.142" y1="4.371" y2="24.288" gradientUnits="userSpaceOnUse"><stop offset=".533" stop-color="#ff6ce8" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8"/></linearGradient><linearGradient id="SVGI0s2Rdov3" x1="19.246" x2="-1.946" y1="28.381" y2="-2.712" gradientUnits="userSpaceOnUse"><stop stop-color="#9deaff"/><stop offset="1" stop-color="#fff"/></linearGradient></defs></g></svg> </template>
CSS
.icon-person-starburst-24 {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGamF8fbip3)%22%20d%3D%22M9.84%202.034q.168.058.329.136l1.283.632a1.25%201.25%200%200%200%201.104%200l1.283-.632a2.75%202.75%200%200%201%203.681%201.253l.074.162l.063.167l.46%201.353c.125.368.414.656.781.781l1.354.46a2.75%202.75%200%200%201%201.581%203.819l-.631%201.283a1.25%201.25%200%200%200%200%201.104l.631%201.283a2.75%202.75%200%200%201-1.581%203.818l-1.354.46a1.25%201.25%200%200%200-.78.781l-.461%201.354a2.75%202.75%200%200%201-3.818%201.581l-1.283-.631a1.25%201.25%200%200%200-1.104%200l-1.283.631a2.75%202.75%200%200%201-3.818-1.581l-.46-1.354a1.25%201.25%200%200%200-.782-.78l-1.353-.461a2.75%202.75%200%200%201-1.582-3.818l.632-1.283a1.25%201.25%200%200%200%200-1.104l-.632-1.283a2.75%202.75%200%200%201%201.582-3.818l1.353-.46a1.25%201.25%200%200%200%20.781-.782l.46-1.353a2.75%202.75%200%200%201%203.49-1.718%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGTJ8EniWG3)%22%20fill-opacity%3D%22.7%22%20d%3D%22M9.84%202.034q.168.058.329.136l1.283.632a1.25%201.25%200%200%200%201.104%200l1.283-.632a2.75%202.75%200%200%201%203.681%201.253l.074.162l.063.167l.46%201.353c.125.368.414.656.781.781l1.354.46a2.75%202.75%200%200%201%201.581%203.819l-.631%201.283a1.25%201.25%200%200%200%200%201.104l.631%201.283a2.75%202.75%200%200%201-1.581%203.818l-1.354.46a1.25%201.25%200%200%200-.78.781l-.461%201.354a2.75%202.75%200%200%201-3.818%201.581l-1.283-.631a1.25%201.25%200%200%200-1.104%200l-1.283.631a2.75%202.75%200%200%201-3.818-1.581l-.46-1.354a1.25%201.25%200%200%200-.782-.78l-1.353-.461a2.75%202.75%200%200%201-1.582-3.818l.632-1.283a1.25%201.25%200%200%200%200-1.104l-.632-1.283a2.75%202.75%200%200%201%201.582-3.818l1.353-.46a1.25%201.25%200%200%200%20.781-.782l.46-1.353a2.75%202.75%200%200%201%203.49-1.718%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGI0s2Rdov3)%22%20fill-opacity%3D%22.9%22%20d%3D%22M12%205.965a2.414%202.414%200%201%200%200%204.828a2.414%202.414%200%200%200%200-4.828M15.017%2012H8.982c-1%200-1.81.81-1.81%201.81c0%201.347.554%202.427%201.463%203.156c.895.719%202.094%201.069%203.365%201.069c1.27%200%202.47-.35%203.365-1.069c.909-.73%201.463-1.809%201.463-3.156c0-1-.81-1.81-1.81-1.81%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGamF8fbip3%22%20x1%3D%225.262%22%20x2%3D%2215.375%22%20y1%3D%22.763%22%20y2%3D%2223.236%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%22SVGTJ8EniWG3%22%20x1%3D%2215.134%22%20x2%3D%2219.142%22%20y1%3D%224.371%22%20y2%3D%2224.288%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%22SVGI0s2Rdov3%22%20x1%3D%2219.246%22%20x2%3D%22-1.946%22%20y1%3D%2228.381%22%20y2%3D%22-2.712%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGamF8fbip3)%22%20d%3D%22M9.84%202.034q.168.058.329.136l1.283.632a1.25%201.25%200%200%200%201.104%200l1.283-.632a2.75%202.75%200%200%201%203.681%201.253l.074.162l.063.167l.46%201.353c.125.368.414.656.781.781l1.354.46a2.75%202.75%200%200%201%201.581%203.819l-.631%201.283a1.25%201.25%200%200%200%200%201.104l.631%201.283a2.75%202.75%200%200%201-1.581%203.818l-1.354.46a1.25%201.25%200%200%200-.78.781l-.461%201.354a2.75%202.75%200%200%201-3.818%201.581l-1.283-.631a1.25%201.25%200%200%200-1.104%200l-1.283.631a2.75%202.75%200%200%201-3.818-1.581l-.46-1.354a1.25%201.25%200%200%200-.782-.78l-1.353-.461a2.75%202.75%200%200%201-1.582-3.818l.632-1.283a1.25%201.25%200%200%200%200-1.104l-.632-1.283a2.75%202.75%200%200%201%201.582-3.818l1.353-.46a1.25%201.25%200%200%200%20.781-.782l.46-1.353a2.75%202.75%200%200%201%203.49-1.718%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGTJ8EniWG3)%22%20fill-opacity%3D%22.7%22%20d%3D%22M9.84%202.034q.168.058.329.136l1.283.632a1.25%201.25%200%200%200%201.104%200l1.283-.632a2.75%202.75%200%200%201%203.681%201.253l.074.162l.063.167l.46%201.353c.125.368.414.656.781.781l1.354.46a2.75%202.75%200%200%201%201.581%203.819l-.631%201.283a1.25%201.25%200%200%200%200%201.104l.631%201.283a2.75%202.75%200%200%201-1.581%203.818l-1.354.46a1.25%201.25%200%200%200-.78.781l-.461%201.354a2.75%202.75%200%200%201-3.818%201.581l-1.283-.631a1.25%201.25%200%200%200-1.104%200l-1.283.631a2.75%202.75%200%200%201-3.818-1.581l-.46-1.354a1.25%201.25%200%200%200-.782-.78l-1.353-.461a2.75%202.75%200%200%201-1.582-3.818l.632-1.283a1.25%201.25%200%200%200%200-1.104l-.632-1.283a2.75%202.75%200%200%201%201.582-3.818l1.353-.46a1.25%201.25%200%200%200%20.781-.782l.46-1.353a2.75%202.75%200%200%201%203.49-1.718%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGI0s2Rdov3)%22%20fill-opacity%3D%22.9%22%20d%3D%22M12%205.965a2.414%202.414%200%201%200%200%204.828a2.414%202.414%200%200%200%200-4.828M15.017%2012H8.982c-1%200-1.81.81-1.81%201.81c0%201.347.554%202.427%201.463%203.156c.895.719%202.094%201.069%203.365%201.069c1.27%200%202.47-.35%203.365-1.069c.909-.73%201.463-1.809%201.463-3.156c0-1-.81-1.81-1.81-1.81%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGamF8fbip3%22%20x1%3D%225.262%22%20x2%3D%2215.375%22%20y1%3D%22.763%22%20y2%3D%2223.236%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%22SVGTJ8EniWG3%22%20x1%3D%2215.134%22%20x2%3D%2219.142%22%20y1%3D%224.371%22%20y2%3D%2224.288%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%22SVGI0s2Rdov3%22%20x1%3D%2219.246%22%20x2%3D%22-1.946%22%20y1%3D%2228.381%22%20y2%3D%22-2.712%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-24.svg?color=%231a73e8&size=48