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

Name
person-starburst-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="m9.448 2.287l-.99-.389a2.42 2.42 0 0 0-3.102 1.285l-.424.975a1.5 1.5 0 0 1-.777.777l-.975.424a2.42 2.42 0 0 0-1.285 3.102l.39.99a1.5 1.5 0 0 1 0 1.099l-.39.99a2.42 2.42 0 0 0 1.285 3.102l.975.424a1.5 1.5 0 0 1 .777.777l.424.975a2.42 2.42 0 0 0 3.103 1.285l.99-.39a1.5 1.5 0 0 1 1.098 0l.99.39a2.42 2.42 0 0 0 3.102-1.285l.424-.975a1.5 1.5 0 0 1 .777-.777l.975-.425A2.42 2.42 0 0 0 18.1 11.54l-.39-.99a1.5 1.5 0 0 1 0-1.098l.39-.99a2.42 2.42 0 0 0-1.285-3.102l-.975-.424a1.5 1.5 0 0 1-.777-.777l-.424-.975a2.42 2.42 0 0 0-3.102-1.285l-.99.39a1.5 1.5 0 0 1-1.099 0m.544 2.71a2 2 0 1 1 0 4a2 2 0 0 1 0-4m2.5 5a1.5 1.5 0 0 1 1.5 1.5c0 1.115-.459 2.01-1.212 2.614c-.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.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonStarburst20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m9.448 2.287l-.99-.389a2.42 2.42 0 0 0-3.102 1.285l-.424.975a1.5 1.5 0 0 1-.777.777l-.975.424a2.42 2.42 0 0 0-1.285 3.102l.39.99a1.5 1.5 0 0 1 0 1.099l-.39.99a2.42 2.42 0 0 0 1.285 3.102l.975.424a1.5 1.5 0 0 1 .777.777l.424.975a2.42 2.42 0 0 0 3.103 1.285l.99-.39a1.5 1.5 0 0 1 1.098 0l.99.39a2.42 2.42 0 0 0 3.102-1.285l.424-.975a1.5 1.5 0 0 1 .777-.777l.975-.425A2.42 2.42 0 0 0 18.1 11.54l-.39-.99a1.5 1.5 0 0 1 0-1.098l.39-.99a2.42 2.42 0 0 0-1.285-3.102l-.975-.424a1.5 1.5 0 0 1-.777-.777l-.424-.975a2.42 2.42 0 0 0-3.102-1.285l-.99.39a1.5 1.5 0 0 1-1.099 0m.544 2.71a2 2 0 1 1 0 4a2 2 0 0 1 0-4m2.5 5a1.5 1.5 0 0 1 1.5 1.5c0 1.115-.459 2.01-1.212 2.614c-.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.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m9.448 2.287l-.99-.389a2.42 2.42 0 0 0-3.102 1.285l-.424.975a1.5 1.5 0 0 1-.777.777l-.975.424a2.42 2.42 0 0 0-1.285 3.102l.39.99a1.5 1.5 0 0 1 0 1.099l-.39.99a2.42 2.42 0 0 0 1.285 3.102l.975.424a1.5 1.5 0 0 1 .777.777l.424.975a2.42 2.42 0 0 0 3.103 1.285l.99-.39a1.5 1.5 0 0 1 1.098 0l.99.39a2.42 2.42 0 0 0 3.102-1.285l.424-.975a1.5 1.5 0 0 1 .777-.777l.975-.425A2.42 2.42 0 0 0 18.1 11.54l-.39-.99a1.5 1.5 0 0 1 0-1.098l.39-.99a2.42 2.42 0 0 0-1.285-3.102l-.975-.424a1.5 1.5 0 0 1-.777-.777l-.424-.975a2.42 2.42 0 0 0-3.102-1.285l-.99.39a1.5 1.5 0 0 1-1.099 0m.544 2.71a2 2 0 1 1 0 4a2 2 0 0 1 0-4m2.5 5a1.5 1.5 0 0 1 1.5 1.5c0 1.115-.459 2.01-1.212 2.614c-.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.5z"/></svg>
</template>

CSS

.icon-person-starburst-20-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.448%202.287l-.99-.389a2.42%202.42%200%200%200-3.102%201.285l-.424.975a1.5%201.5%200%200%201-.777.777l-.975.424a2.42%202.42%200%200%200-1.285%203.102l.39.99a1.5%201.5%200%200%201%200%201.099l-.39.99a2.42%202.42%200%200%200%201.285%203.102l.975.424a1.5%201.5%200%200%201%20.777.777l.424.975a2.42%202.42%200%200%200%203.103%201.285l.99-.39a1.5%201.5%200%200%201%201.098%200l.99.39a2.42%202.42%200%200%200%203.102-1.285l.424-.975a1.5%201.5%200%200%201%20.777-.777l.975-.425A2.42%202.42%200%200%200%2018.1%2011.54l-.39-.99a1.5%201.5%200%200%201%200-1.098l.39-.99a2.42%202.42%200%200%200-1.285-3.102l-.975-.424a1.5%201.5%200%200%201-.777-.777l-.424-.975a2.42%202.42%200%200%200-3.102-1.285l-.99.39a1.5%201.5%200%200%201-1.099%200m.544%202.71a2%202%200%201%201%200%204a2%202%200%200%201%200-4m2.5%205a1.5%201.5%200%200%201%201.5%201.5c0%201.115-.459%202.01-1.212%202.614c-.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.5z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.448%202.287l-.99-.389a2.42%202.42%200%200%200-3.102%201.285l-.424.975a1.5%201.5%200%200%201-.777.777l-.975.424a2.42%202.42%200%200%200-1.285%203.102l.39.99a1.5%201.5%200%200%201%200%201.099l-.39.99a2.42%202.42%200%200%200%201.285%203.102l.975.424a1.5%201.5%200%200%201%20.777.777l.424.975a2.42%202.42%200%200%200%203.103%201.285l.99-.39a1.5%201.5%200%200%201%201.098%200l.99.39a2.42%202.42%200%200%200%203.102-1.285l.424-.975a1.5%201.5%200%200%201%20.777-.777l.975-.425A2.42%202.42%200%200%200%2018.1%2011.54l-.39-.99a1.5%201.5%200%200%201%200-1.098l.39-.99a2.42%202.42%200%200%200-1.285-3.102l-.975-.424a1.5%201.5%200%200%201-.777-.777l-.424-.975a2.42%202.42%200%200%200-3.102-1.285l-.99.39a1.5%201.5%200%200%201-1.099%200m.544%202.71a2%202%200%201%201%200%204a2%202%200%200%201%200-4m2.5%205a1.5%201.5%200%200%201%201.5%201.5c0%201.115-.459%202.01-1.212%202.614c-.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.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-starburst-20-filled.svg?color=%231a73e8&size=48