person-starburst-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
person-starburst-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the person starburst icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.169 2.17A2.748 2.748 0 0 0 6.35 3.752l-.46 1.353a1.25 1.25 0 0 1-.782.781l-1.353.46a2.75 2.75 0 0 0-1.582 3.819l.632 1.283a1.25 1.25 0 0 1 0 1.104l-.632 1.283a2.75 2.75 0 0 0 1.582 3.818l1.353.46c.368.125.656.414.781.781l.46 1.354q.058.168.137.329a2.75 2.75 0 0 0 3.682 1.252l1.283-.631a1.25 1.25 0 0 1 1.104 0l1.283.631a2.752 2.752 0 0 0 3.818-1.581l.46-1.354a1.25 1.25 0 0 1 .781-.78l1.354-.461q.168-.058.329-.136a2.75 2.75 0 0 0 1.252-3.682l-.631-1.283a1.25 1.25 0 0 1 0-1.104l.631-1.283a2.75 2.75 0 0 0-1.581-3.818l-1.354-.46a1.25 1.25 0 0 1-.78-.782l-.461-1.353l-.063-.167l-.074-.162A2.75 2.75 0 0 0 13.84 2.17l-1.283.632a1.25 1.25 0 0 1-1.104 0zM7.31 5.59l.46-1.354a1.25 1.25 0 0 1 1.736-.719l1.283.632a2.75 2.75 0 0 0 2.43 0l1.282-.632a1.25 1.25 0 0 1 1.612.458l.062.111l.033.074l.029.076l.46 1.353a2.75 2.75 0 0 0 1.718 1.718l1.354.46a1.25 1.25 0 0 1 .719 1.736l-.632 1.283a2.75 2.75 0 0 0 0 2.43l.631 1.282a1.25 1.25 0 0 1-.718 1.736l-1.354.46a2.75 2.75 0 0 0-1.718 1.718l-.46 1.354a1.25 1.25 0 0 1-1.736.719l-1.283-.632a2.75 2.75 0 0 0-2.429 0l-1.283.632a1.25 1.25 0 0 1-1.735-.72l-.46-1.353a2.75 2.75 0 0 0-1.719-1.718l-1.353-.46a1.25 1.25 0 0 1-.72-1.736l.632-1.283a2.75 2.75 0 0 0 0-2.429L3.52 9.502a1.25 1.25 0 0 1 .719-1.735l1.353-.46a2.75 2.75 0 0 0 1.718-1.72M15.5 12a1.5 1.5 0 0 1 1.5 1.5v.5c0 1.971-1.86 4-5 4s-5-2.029-5-4v-.5A1.5 1.5 0 0 1 8.5 12zM12 5.5a2.75 2.75 0 1 1 0 5.5a2.75 2.75 0 0 1 0-5.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonStarburst24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.169 2.17A2.748 2.748 0 0 0 6.35 3.752l-.46 1.353a1.25 1.25 0 0 1-.782.781l-1.353.46a2.75 2.75 0 0 0-1.582 3.819l.632 1.283a1.25 1.25 0 0 1 0 1.104l-.632 1.283a2.75 2.75 0 0 0 1.582 3.818l1.353.46c.368.125.656.414.781.781l.46 1.354q.058.168.137.329a2.75 2.75 0 0 0 3.682 1.252l1.283-.631a1.25 1.25 0 0 1 1.104 0l1.283.631a2.752 2.752 0 0 0 3.818-1.581l.46-1.354a1.25 1.25 0 0 1 .781-.78l1.354-.461q.168-.058.329-.136a2.75 2.75 0 0 0 1.252-3.682l-.631-1.283a1.25 1.25 0 0 1 0-1.104l.631-1.283a2.75 2.75 0 0 0-1.581-3.818l-1.354-.46a1.25 1.25 0 0 1-.78-.782l-.461-1.353l-.063-.167l-.074-.162A2.75 2.75 0 0 0 13.84 2.17l-1.283.632a1.25 1.25 0 0 1-1.104 0zM7.31 5.59l.46-1.354a1.25 1.25 0 0 1 1.736-.719l1.283.632a2.75 2.75 0 0 0 2.43 0l1.282-.632a1.25 1.25 0 0 1 1.612.458l.062.111l.033.074l.029.076l.46 1.353a2.75 2.75 0 0 0 1.718 1.718l1.354.46a1.25 1.25 0 0 1 .719 1.736l-.632 1.283a2.75 2.75 0 0 0 0 2.43l.631 1.282a1.25 1.25 0 0 1-.718 1.736l-1.354.46a2.75 2.75 0 0 0-1.718 1.718l-.46 1.354a1.25 1.25 0 0 1-1.736.719l-1.283-.632a2.75 2.75 0 0 0-2.429 0l-1.283.632a1.25 1.25 0 0 1-1.735-.72l-.46-1.353a2.75 2.75 0 0 0-1.719-1.718l-1.353-.46a1.25 1.25 0 0 1-.72-1.736l.632-1.283a2.75 2.75 0 0 0 0-2.429L3.52 9.502a1.25 1.25 0 0 1 .719-1.735l1.353-.46a2.75 2.75 0 0 0 1.718-1.72M15.5 12a1.5 1.5 0 0 1 1.5 1.5v.5c0 1.971-1.86 4-5 4s-5-2.029-5-4v-.5A1.5 1.5 0 0 1 8.5 12zM12 5.5a2.75 2.75 0 1 1 0 5.5a2.75 2.75 0 0 1 0-5.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.169 2.17A2.748 2.748 0 0 0 6.35 3.752l-.46 1.353a1.25 1.25 0 0 1-.782.781l-1.353.46a2.75 2.75 0 0 0-1.582 3.819l.632 1.283a1.25 1.25 0 0 1 0 1.104l-.632 1.283a2.75 2.75 0 0 0 1.582 3.818l1.353.46c.368.125.656.414.781.781l.46 1.354q.058.168.137.329a2.75 2.75 0 0 0 3.682 1.252l1.283-.631a1.25 1.25 0 0 1 1.104 0l1.283.631a2.752 2.752 0 0 0 3.818-1.581l.46-1.354a1.25 1.25 0 0 1 .781-.78l1.354-.461q.168-.058.329-.136a2.75 2.75 0 0 0 1.252-3.682l-.631-1.283a1.25 1.25 0 0 1 0-1.104l.631-1.283a2.75 2.75 0 0 0-1.581-3.818l-1.354-.46a1.25 1.25 0 0 1-.78-.782l-.461-1.353l-.063-.167l-.074-.162A2.75 2.75 0 0 0 13.84 2.17l-1.283.632a1.25 1.25 0 0 1-1.104 0zM7.31 5.59l.46-1.354a1.25 1.25 0 0 1 1.736-.719l1.283.632a2.75 2.75 0 0 0 2.43 0l1.282-.632a1.25 1.25 0 0 1 1.612.458l.062.111l.033.074l.029.076l.46 1.353a2.75 2.75 0 0 0 1.718 1.718l1.354.46a1.25 1.25 0 0 1 .719 1.736l-.632 1.283a2.75 2.75 0 0 0 0 2.43l.631 1.282a1.25 1.25 0 0 1-.718 1.736l-1.354.46a2.75 2.75 0 0 0-1.718 1.718l-.46 1.354a1.25 1.25 0 0 1-1.736.719l-1.283-.632a2.75 2.75 0 0 0-2.429 0l-1.283.632a1.25 1.25 0 0 1-1.735-.72l-.46-1.353a2.75 2.75 0 0 0-1.719-1.718l-1.353-.46a1.25 1.25 0 0 1-.72-1.736l.632-1.283a2.75 2.75 0 0 0 0-2.429L3.52 9.502a1.25 1.25 0 0 1 .719-1.735l1.353-.46a2.75 2.75 0 0 0 1.718-1.72M15.5 12a1.5 1.5 0 0 1 1.5 1.5v.5c0 1.971-1.86 4-5 4s-5-2.029-5-4v-.5A1.5 1.5 0 0 1 8.5 12zM12 5.5a2.75 2.75 0 1 1 0 5.5a2.75 2.75 0 0 1 0-5.5"/></svg>
</template>

CSS

.icon-person-starburst-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.169%202.17A2.748%202.748%200%200%200%206.35%203.752l-.46%201.353a1.25%201.25%200%200%201-.782.781l-1.353.46a2.75%202.75%200%200%200-1.582%203.819l.632%201.283a1.25%201.25%200%200%201%200%201.104l-.632%201.283a2.75%202.75%200%200%200%201.582%203.818l1.353.46c.368.125.656.414.781.781l.46%201.354q.058.168.137.329a2.75%202.75%200%200%200%203.682%201.252l1.283-.631a1.25%201.25%200%200%201%201.104%200l1.283.631a2.752%202.752%200%200%200%203.818-1.581l.46-1.354a1.25%201.25%200%200%201%20.781-.78l1.354-.461q.168-.058.329-.136a2.75%202.75%200%200%200%201.252-3.682l-.631-1.283a1.25%201.25%200%200%201%200-1.104l.631-1.283a2.75%202.75%200%200%200-1.581-3.818l-1.354-.46a1.25%201.25%200%200%201-.78-.782l-.461-1.353l-.063-.167l-.074-.162A2.75%202.75%200%200%200%2013.84%202.17l-1.283.632a1.25%201.25%200%200%201-1.104%200zM7.31%205.59l.46-1.354a1.25%201.25%200%200%201%201.736-.719l1.283.632a2.75%202.75%200%200%200%202.43%200l1.282-.632a1.25%201.25%200%200%201%201.612.458l.062.111l.033.074l.029.076l.46%201.353a2.75%202.75%200%200%200%201.718%201.718l1.354.46a1.25%201.25%200%200%201%20.719%201.736l-.632%201.283a2.75%202.75%200%200%200%200%202.43l.631%201.282a1.25%201.25%200%200%201-.718%201.736l-1.354.46a2.75%202.75%200%200%200-1.718%201.718l-.46%201.354a1.25%201.25%200%200%201-1.736.719l-1.283-.632a2.75%202.75%200%200%200-2.429%200l-1.283.632a1.25%201.25%200%200%201-1.735-.72l-.46-1.353a2.75%202.75%200%200%200-1.719-1.718l-1.353-.46a1.25%201.25%200%200%201-.72-1.736l.632-1.283a2.75%202.75%200%200%200%200-2.429L3.52%209.502a1.25%201.25%200%200%201%20.719-1.735l1.353-.46a2.75%202.75%200%200%200%201.718-1.72M15.5%2012a1.5%201.5%200%200%201%201.5%201.5v.5c0%201.971-1.86%204-5%204s-5-2.029-5-4v-.5A1.5%201.5%200%200%201%208.5%2012zM12%205.5a2.75%202.75%200%201%201%200%205.5a2.75%202.75%200%200%201%200-5.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.169%202.17A2.748%202.748%200%200%200%206.35%203.752l-.46%201.353a1.25%201.25%200%200%201-.782.781l-1.353.46a2.75%202.75%200%200%200-1.582%203.819l.632%201.283a1.25%201.25%200%200%201%200%201.104l-.632%201.283a2.75%202.75%200%200%200%201.582%203.818l1.353.46c.368.125.656.414.781.781l.46%201.354q.058.168.137.329a2.75%202.75%200%200%200%203.682%201.252l1.283-.631a1.25%201.25%200%200%201%201.104%200l1.283.631a2.752%202.752%200%200%200%203.818-1.581l.46-1.354a1.25%201.25%200%200%201%20.781-.78l1.354-.461q.168-.058.329-.136a2.75%202.75%200%200%200%201.252-3.682l-.631-1.283a1.25%201.25%200%200%201%200-1.104l.631-1.283a2.75%202.75%200%200%200-1.581-3.818l-1.354-.46a1.25%201.25%200%200%201-.78-.782l-.461-1.353l-.063-.167l-.074-.162A2.75%202.75%200%200%200%2013.84%202.17l-1.283.632a1.25%201.25%200%200%201-1.104%200zM7.31%205.59l.46-1.354a1.25%201.25%200%200%201%201.736-.719l1.283.632a2.75%202.75%200%200%200%202.43%200l1.282-.632a1.25%201.25%200%200%201%201.612.458l.062.111l.033.074l.029.076l.46%201.353a2.75%202.75%200%200%200%201.718%201.718l1.354.46a1.25%201.25%200%200%201%20.719%201.736l-.632%201.283a2.75%202.75%200%200%200%200%202.43l.631%201.282a1.25%201.25%200%200%201-.718%201.736l-1.354.46a2.75%202.75%200%200%200-1.718%201.718l-.46%201.354a1.25%201.25%200%200%201-1.736.719l-1.283-.632a2.75%202.75%200%200%200-2.429%200l-1.283.632a1.25%201.25%200%200%201-1.735-.72l-.46-1.353a2.75%202.75%200%200%200-1.719-1.718l-1.353-.46a1.25%201.25%200%200%201-.72-1.736l.632-1.283a2.75%202.75%200%200%200%200-2.429L3.52%209.502a1.25%201.25%200%200%201%20.719-1.735l1.353-.46a2.75%202.75%200%200%200%201.718-1.72M15.5%2012a1.5%201.5%200%200%201%201.5%201.5v.5c0%201.971-1.86%204-5%204s-5-2.029-5-4v-.5A1.5%201.5%200%200%201%208.5%2012zM12%205.5a2.75%202.75%200%201%201%200%205.5a2.75%202.75%200%200%201%200-5.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-24-regular.svg?color=%231a73e8&size=48