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

Name
person-starburst-32
Set
Fluent UI System Color Icons
Style
32
Viewbox
32×32
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 32 32"><g fill="none"><path fill="url(#SVGE4AFEbOA2)" fill-rule="evenodd" d="M8.116 4.734a3.994 3.994 0 0 1 5.611-2.296l1.427.73c.566.29 1.236.293 1.805.008l1.432-.718a3.994 3.994 0 0 1 5.592 2.344l.492 1.524a2 2 0 0 0 1.27 1.282l1.521.505a3.994 3.994 0 0 1 2.296 5.612l-.73 1.426a2 2 0 0 0-.008 1.805l.718 1.432a3.994 3.994 0 0 1-2.344 5.592l-1.524.492a2 2 0 0 0-1.282 1.27l-.505 1.521a3.994 3.994 0 0 1-5.612 2.296l-1.426-.73a2 2 0 0 0-1.805-.008l-1.432.718a3.994 3.994 0 0 1-5.592-2.344l-.492-1.524a2 2 0 0 0-1.27-1.282l-1.521-.505a3.994 3.994 0 0 1-2.296-5.611l.73-1.427c.29-.566.293-1.236.008-1.805L2.46 13.61a3.994 3.994 0 0 1 2.344-5.591l1.524-.493a2 2 0 0 0 1.282-1.27z" clip-rule="evenodd"/><path fill="url(#SVGlP5a7dwU2)" fill-opacity=".7" fill-rule="evenodd" d="M8.116 4.734a3.994 3.994 0 0 1 5.611-2.296l1.427.73c.566.29 1.236.293 1.805.008l1.432-.718a3.994 3.994 0 0 1 5.592 2.344l.492 1.524a2 2 0 0 0 1.27 1.282l1.521.505a3.994 3.994 0 0 1 2.296 5.612l-.73 1.426a2 2 0 0 0-.008 1.805l.718 1.432a3.994 3.994 0 0 1-2.344 5.592l-1.524.492a2 2 0 0 0-1.282 1.27l-.505 1.521a3.994 3.994 0 0 1-5.612 2.296l-1.426-.73a2 2 0 0 0-1.805-.008l-1.432.718a3.994 3.994 0 0 1-5.592-2.344l-.492-1.524a2 2 0 0 0-1.27-1.282l-1.521-.505a3.994 3.994 0 0 1-2.296-5.611l.73-1.427c.29-.566.293-1.236.008-1.805L2.46 13.61a3.994 3.994 0 0 1 2.344-5.591l1.524-.493a2 2 0 0 0 1.282-1.27z" clip-rule="evenodd"/><path fill="url(#SVGRipqg3Ra2)" fill-opacity=".9" d="M16 24.5c3.866 0 7-2.429 7-6.071A2.43 2.43 0 0 0 20.571 16H11.43A2.43 2.43 0 0 0 9 18.429c0 3.642 3.134 6.071 7 6.071"/><path fill="url(#SVGRipqg3Ra2)" fill-opacity=".9" d="M16 14.5A3.75 3.75 0 1 0 16 7a3.75 3.75 0 0 0 0 7.5"/><defs><linearGradient id="SVGE4AFEbOA2" x1="6.667" x2="20.669" y1=".441" y2="31.556" gradientUnits="userSpaceOnUse"><stop stop-color="#1ec8b0"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGlP5a7dwU2" x1="20.335" x2="25.885" y1="5.436" y2="33.012" gradientUnits="userSpaceOnUse"><stop offset=".533" stop-color="#ff6ce8" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8"/></linearGradient><linearGradient id="SVGRipqg3Ra2" x1="26.506" x2="-4.22" y1="39.5" y2="-5.58" gradientUnits="userSpaceOnUse"><stop stop-color="#9deaff"/><stop offset="1" stop-color="#fff"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorPersonStarburst32(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGE4AFEbOA2)" fillRule="evenodd" d="M8.116 4.734a3.994 3.994 0 0 1 5.611-2.296l1.427.73c.566.29 1.236.293 1.805.008l1.432-.718a3.994 3.994 0 0 1 5.592 2.344l.492 1.524a2 2 0 0 0 1.27 1.282l1.521.505a3.994 3.994 0 0 1 2.296 5.612l-.73 1.426a2 2 0 0 0-.008 1.805l.718 1.432a3.994 3.994 0 0 1-2.344 5.592l-1.524.492a2 2 0 0 0-1.282 1.27l-.505 1.521a3.994 3.994 0 0 1-5.612 2.296l-1.426-.73a2 2 0 0 0-1.805-.008l-1.432.718a3.994 3.994 0 0 1-5.592-2.344l-.492-1.524a2 2 0 0 0-1.27-1.282l-1.521-.505a3.994 3.994 0 0 1-2.296-5.611l.73-1.427c.29-.566.293-1.236.008-1.805L2.46 13.61a3.994 3.994 0 0 1 2.344-5.591l1.524-.493a2 2 0 0 0 1.282-1.27z" clipRule="evenodd"/><path fill="url(#SVGlP5a7dwU2)" fillOpacity=".7" fillRule="evenodd" d="M8.116 4.734a3.994 3.994 0 0 1 5.611-2.296l1.427.73c.566.29 1.236.293 1.805.008l1.432-.718a3.994 3.994 0 0 1 5.592 2.344l.492 1.524a2 2 0 0 0 1.27 1.282l1.521.505a3.994 3.994 0 0 1 2.296 5.612l-.73 1.426a2 2 0 0 0-.008 1.805l.718 1.432a3.994 3.994 0 0 1-2.344 5.592l-1.524.492a2 2 0 0 0-1.282 1.27l-.505 1.521a3.994 3.994 0 0 1-5.612 2.296l-1.426-.73a2 2 0 0 0-1.805-.008l-1.432.718a3.994 3.994 0 0 1-5.592-2.344l-.492-1.524a2 2 0 0 0-1.27-1.282l-1.521-.505a3.994 3.994 0 0 1-2.296-5.611l.73-1.427c.29-.566.293-1.236.008-1.805L2.46 13.61a3.994 3.994 0 0 1 2.344-5.591l1.524-.493a2 2 0 0 0 1.282-1.27z" clipRule="evenodd"/><path fill="url(#SVGRipqg3Ra2)" fillOpacity=".9" d="M16 24.5c3.866 0 7-2.429 7-6.071A2.43 2.43 0 0 0 20.571 16H11.43A2.43 2.43 0 0 0 9 18.429c0 3.642 3.134 6.071 7 6.071"/><path fill="url(#SVGRipqg3Ra2)" fillOpacity=".9" d="M16 14.5A3.75 3.75 0 1 0 16 7a3.75 3.75 0 0 0 0 7.5"/><defs><linearGradient id="SVGE4AFEbOA2" x1="6.667" x2="20.669" y1=".441" y2="31.556" gradientUnits="userSpaceOnUse"><stop stopColor="#1ec8b0"/><stop offset="1" stopColor="#2764e7"/></linearGradient><linearGradient id="SVGlP5a7dwU2" x1="20.335" x2="25.885" y1="5.436" y2="33.012" gradientUnits="userSpaceOnUse"><stop offset=".533" stopColor="#ff6ce8" stopOpacity="0"/><stop offset="1" stopColor="#ff6ce8"/></linearGradient><linearGradient id="SVGRipqg3Ra2" x1="26.506" x2="-4.22" y1="39.5" y2="-5.58" 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 32 32"><g fill="none"><path fill="url(#SVGE4AFEbOA2)" fill-rule="evenodd" d="M8.116 4.734a3.994 3.994 0 0 1 5.611-2.296l1.427.73c.566.29 1.236.293 1.805.008l1.432-.718a3.994 3.994 0 0 1 5.592 2.344l.492 1.524a2 2 0 0 0 1.27 1.282l1.521.505a3.994 3.994 0 0 1 2.296 5.612l-.73 1.426a2 2 0 0 0-.008 1.805l.718 1.432a3.994 3.994 0 0 1-2.344 5.592l-1.524.492a2 2 0 0 0-1.282 1.27l-.505 1.521a3.994 3.994 0 0 1-5.612 2.296l-1.426-.73a2 2 0 0 0-1.805-.008l-1.432.718a3.994 3.994 0 0 1-5.592-2.344l-.492-1.524a2 2 0 0 0-1.27-1.282l-1.521-.505a3.994 3.994 0 0 1-2.296-5.611l.73-1.427c.29-.566.293-1.236.008-1.805L2.46 13.61a3.994 3.994 0 0 1 2.344-5.591l1.524-.493a2 2 0 0 0 1.282-1.27z" clip-rule="evenodd"/><path fill="url(#SVGlP5a7dwU2)" fill-opacity=".7" fill-rule="evenodd" d="M8.116 4.734a3.994 3.994 0 0 1 5.611-2.296l1.427.73c.566.29 1.236.293 1.805.008l1.432-.718a3.994 3.994 0 0 1 5.592 2.344l.492 1.524a2 2 0 0 0 1.27 1.282l1.521.505a3.994 3.994 0 0 1 2.296 5.612l-.73 1.426a2 2 0 0 0-.008 1.805l.718 1.432a3.994 3.994 0 0 1-2.344 5.592l-1.524.492a2 2 0 0 0-1.282 1.27l-.505 1.521a3.994 3.994 0 0 1-5.612 2.296l-1.426-.73a2 2 0 0 0-1.805-.008l-1.432.718a3.994 3.994 0 0 1-5.592-2.344l-.492-1.524a2 2 0 0 0-1.27-1.282l-1.521-.505a3.994 3.994 0 0 1-2.296-5.611l.73-1.427c.29-.566.293-1.236.008-1.805L2.46 13.61a3.994 3.994 0 0 1 2.344-5.591l1.524-.493a2 2 0 0 0 1.282-1.27z" clip-rule="evenodd"/><path fill="url(#SVGRipqg3Ra2)" fill-opacity=".9" d="M16 24.5c3.866 0 7-2.429 7-6.071A2.43 2.43 0 0 0 20.571 16H11.43A2.43 2.43 0 0 0 9 18.429c0 3.642 3.134 6.071 7 6.071"/><path fill="url(#SVGRipqg3Ra2)" fill-opacity=".9" d="M16 14.5A3.75 3.75 0 1 0 16 7a3.75 3.75 0 0 0 0 7.5"/><defs><linearGradient id="SVGE4AFEbOA2" x1="6.667" x2="20.669" y1=".441" y2="31.556" gradientUnits="userSpaceOnUse"><stop stop-color="#1ec8b0"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGlP5a7dwU2" x1="20.335" x2="25.885" y1="5.436" y2="33.012" gradientUnits="userSpaceOnUse"><stop offset=".533" stop-color="#ff6ce8" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8"/></linearGradient><linearGradient id="SVGRipqg3Ra2" x1="26.506" x2="-4.22" y1="39.5" y2="-5.58" gradientUnits="userSpaceOnUse"><stop stop-color="#9deaff"/><stop offset="1" stop-color="#fff"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-person-starburst-32 {
  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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGE4AFEbOA2)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.116%204.734a3.994%203.994%200%200%201%205.611-2.296l1.427.73c.566.29%201.236.293%201.805.008l1.432-.718a3.994%203.994%200%200%201%205.592%202.344l.492%201.524a2%202%200%200%200%201.27%201.282l1.521.505a3.994%203.994%200%200%201%202.296%205.612l-.73%201.426a2%202%200%200%200-.008%201.805l.718%201.432a3.994%203.994%200%200%201-2.344%205.592l-1.524.492a2%202%200%200%200-1.282%201.27l-.505%201.521a3.994%203.994%200%200%201-5.612%202.296l-1.426-.73a2%202%200%200%200-1.805-.008l-1.432.718a3.994%203.994%200%200%201-5.592-2.344l-.492-1.524a2%202%200%200%200-1.27-1.282l-1.521-.505a3.994%203.994%200%200%201-2.296-5.611l.73-1.427c.29-.566.293-1.236.008-1.805L2.46%2013.61a3.994%203.994%200%200%201%202.344-5.591l1.524-.493a2%202%200%200%200%201.282-1.27z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGlP5a7dwU2)%22%20fill-opacity%3D%22.7%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.116%204.734a3.994%203.994%200%200%201%205.611-2.296l1.427.73c.566.29%201.236.293%201.805.008l1.432-.718a3.994%203.994%200%200%201%205.592%202.344l.492%201.524a2%202%200%200%200%201.27%201.282l1.521.505a3.994%203.994%200%200%201%202.296%205.612l-.73%201.426a2%202%200%200%200-.008%201.805l.718%201.432a3.994%203.994%200%200%201-2.344%205.592l-1.524.492a2%202%200%200%200-1.282%201.27l-.505%201.521a3.994%203.994%200%200%201-5.612%202.296l-1.426-.73a2%202%200%200%200-1.805-.008l-1.432.718a3.994%203.994%200%200%201-5.592-2.344l-.492-1.524a2%202%200%200%200-1.27-1.282l-1.521-.505a3.994%203.994%200%200%201-2.296-5.611l.73-1.427c.29-.566.293-1.236.008-1.805L2.46%2013.61a3.994%203.994%200%200%201%202.344-5.591l1.524-.493a2%202%200%200%200%201.282-1.27z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGRipqg3Ra2)%22%20fill-opacity%3D%22.9%22%20d%3D%22M16%2024.5c3.866%200%207-2.429%207-6.071A2.43%202.43%200%200%200%2020.571%2016H11.43A2.43%202.43%200%200%200%209%2018.429c0%203.642%203.134%206.071%207%206.071%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGRipqg3Ra2)%22%20fill-opacity%3D%22.9%22%20d%3D%22M16%2014.5A3.75%203.75%200%201%200%2016%207a3.75%203.75%200%200%200%200%207.5%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGE4AFEbOA2%22%20x1%3D%226.667%22%20x2%3D%2220.669%22%20y1%3D%22.441%22%20y2%3D%2231.556%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%22SVGlP5a7dwU2%22%20x1%3D%2220.335%22%20x2%3D%2225.885%22%20y1%3D%225.436%22%20y2%3D%2233.012%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%22SVGRipqg3Ra2%22%20x1%3D%2226.506%22%20x2%3D%22-4.22%22%20y1%3D%2239.5%22%20y2%3D%22-5.58%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGE4AFEbOA2)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.116%204.734a3.994%203.994%200%200%201%205.611-2.296l1.427.73c.566.29%201.236.293%201.805.008l1.432-.718a3.994%203.994%200%200%201%205.592%202.344l.492%201.524a2%202%200%200%200%201.27%201.282l1.521.505a3.994%203.994%200%200%201%202.296%205.612l-.73%201.426a2%202%200%200%200-.008%201.805l.718%201.432a3.994%203.994%200%200%201-2.344%205.592l-1.524.492a2%202%200%200%200-1.282%201.27l-.505%201.521a3.994%203.994%200%200%201-5.612%202.296l-1.426-.73a2%202%200%200%200-1.805-.008l-1.432.718a3.994%203.994%200%200%201-5.592-2.344l-.492-1.524a2%202%200%200%200-1.27-1.282l-1.521-.505a3.994%203.994%200%200%201-2.296-5.611l.73-1.427c.29-.566.293-1.236.008-1.805L2.46%2013.61a3.994%203.994%200%200%201%202.344-5.591l1.524-.493a2%202%200%200%200%201.282-1.27z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGlP5a7dwU2)%22%20fill-opacity%3D%22.7%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.116%204.734a3.994%203.994%200%200%201%205.611-2.296l1.427.73c.566.29%201.236.293%201.805.008l1.432-.718a3.994%203.994%200%200%201%205.592%202.344l.492%201.524a2%202%200%200%200%201.27%201.282l1.521.505a3.994%203.994%200%200%201%202.296%205.612l-.73%201.426a2%202%200%200%200-.008%201.805l.718%201.432a3.994%203.994%200%200%201-2.344%205.592l-1.524.492a2%202%200%200%200-1.282%201.27l-.505%201.521a3.994%203.994%200%200%201-5.612%202.296l-1.426-.73a2%202%200%200%200-1.805-.008l-1.432.718a3.994%203.994%200%200%201-5.592-2.344l-.492-1.524a2%202%200%200%200-1.27-1.282l-1.521-.505a3.994%203.994%200%200%201-2.296-5.611l.73-1.427c.29-.566.293-1.236.008-1.805L2.46%2013.61a3.994%203.994%200%200%201%202.344-5.591l1.524-.493a2%202%200%200%200%201.282-1.27z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGRipqg3Ra2)%22%20fill-opacity%3D%22.9%22%20d%3D%22M16%2024.5c3.866%200%207-2.429%207-6.071A2.43%202.43%200%200%200%2020.571%2016H11.43A2.43%202.43%200%200%200%209%2018.429c0%203.642%203.134%206.071%207%206.071%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGRipqg3Ra2)%22%20fill-opacity%3D%22.9%22%20d%3D%22M16%2014.5A3.75%203.75%200%201%200%2016%207a3.75%203.75%200%200%200%200%207.5%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGE4AFEbOA2%22%20x1%3D%226.667%22%20x2%3D%2220.669%22%20y1%3D%22.441%22%20y2%3D%2231.556%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%22SVGlP5a7dwU2%22%20x1%3D%2220.335%22%20x2%3D%2225.885%22%20y1%3D%225.436%22%20y2%3D%2233.012%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%22SVGRipqg3Ra2%22%20x1%3D%2226.506%22%20x2%3D%22-4.22%22%20y1%3D%2239.5%22%20y2%3D%22-5.58%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-32.svg?color=%231a73e8&size=48