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

Name
person-starburst-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M20.05 4.433a5.247 5.247 0 0 0-6.95 2.844l-1.205 2.976a2.75 2.75 0 0 1-1.537 1.524l-2.987 1.18a5.247 5.247 0 0 0-2.903 6.925l1.252 2.957c.293.693.29 1.475-.01 2.164L4.435 27.95a5.247 5.247 0 0 0 2.844 6.95l2.976 1.205a2.75 2.75 0 0 1 1.524 1.537l1.18 2.987a5.247 5.247 0 0 0 6.925 2.903l2.957-1.252a2.75 2.75 0 0 1 2.164.01l2.947 1.276a5.247 5.247 0 0 0 6.95-2.844l1.205-2.976a2.75 2.75 0 0 1 1.537-1.524l2.987-1.18a5.247 5.247 0 0 0 2.902-6.925l-1.251-2.957a2.75 2.75 0 0 1 .01-2.164l1.276-2.947a5.247 5.247 0 0 0-2.844-6.95l-2.976-1.205a2.75 2.75 0 0 1-1.524-1.537l-1.18-2.987a5.247 5.247 0 0 0-6.925-2.903L25.161 5.72a2.75 2.75 0 0 1-2.164-.01zm-4.634 3.782a2.75 2.75 0 0 1 3.64-1.49l2.947 1.277a5.25 5.25 0 0 0 4.131.018l2.958-1.252a2.75 2.75 0 0 1 3.627 1.521l1.18 2.987a5.25 5.25 0 0 0 2.91 2.933l2.976 1.207a2.75 2.75 0 0 1 1.49 3.64l-1.277 2.946a5.25 5.25 0 0 0-.018 4.131l1.252 2.958a2.75 2.75 0 0 1-1.521 3.627l-2.987 1.18a5.25 5.25 0 0 0-2.933 2.91l-1.206 2.976a2.75 2.75 0 0 1-3.64 1.49l-2.947-1.278a5.25 5.25 0 0 0-4.131-.017l-2.958 1.252a2.75 2.75 0 0 1-3.627-1.521l-1.18-2.987a5.25 5.25 0 0 0-2.91-2.933l-2.976-1.206a2.75 2.75 0 0 1-1.49-3.64l1.277-2.947a5.25 5.25 0 0 0 .018-4.131L6.77 18.908a2.75 2.75 0 0 1 1.521-3.627l2.987-1.18a5.25 5.25 0 0 0 2.933-2.91zM31 24a3 3 0 0 1 3 3v1c0 3.943-3.719 8-10 8s-10-4.057-10-8v-1a3 3 0 0 1 3-3zm-7-13a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonStarburst48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M20.05 4.433a5.247 5.247 0 0 0-6.95 2.844l-1.205 2.976a2.75 2.75 0 0 1-1.537 1.524l-2.987 1.18a5.247 5.247 0 0 0-2.903 6.925l1.252 2.957c.293.693.29 1.475-.01 2.164L4.435 27.95a5.247 5.247 0 0 0 2.844 6.95l2.976 1.205a2.75 2.75 0 0 1 1.524 1.537l1.18 2.987a5.247 5.247 0 0 0 6.925 2.903l2.957-1.252a2.75 2.75 0 0 1 2.164.01l2.947 1.276a5.247 5.247 0 0 0 6.95-2.844l1.205-2.976a2.75 2.75 0 0 1 1.537-1.524l2.987-1.18a5.247 5.247 0 0 0 2.902-6.925l-1.251-2.957a2.75 2.75 0 0 1 .01-2.164l1.276-2.947a5.247 5.247 0 0 0-2.844-6.95l-2.976-1.205a2.75 2.75 0 0 1-1.524-1.537l-1.18-2.987a5.247 5.247 0 0 0-6.925-2.903L25.161 5.72a2.75 2.75 0 0 1-2.164-.01zm-4.634 3.782a2.75 2.75 0 0 1 3.64-1.49l2.947 1.277a5.25 5.25 0 0 0 4.131.018l2.958-1.252a2.75 2.75 0 0 1 3.627 1.521l1.18 2.987a5.25 5.25 0 0 0 2.91 2.933l2.976 1.207a2.75 2.75 0 0 1 1.49 3.64l-1.277 2.946a5.25 5.25 0 0 0-.018 4.131l1.252 2.958a2.75 2.75 0 0 1-1.521 3.627l-2.987 1.18a5.25 5.25 0 0 0-2.933 2.91l-1.206 2.976a2.75 2.75 0 0 1-3.64 1.49l-2.947-1.278a5.25 5.25 0 0 0-4.131-.017l-2.958 1.252a2.75 2.75 0 0 1-3.627-1.521l-1.18-2.987a5.25 5.25 0 0 0-2.91-2.933l-2.976-1.206a2.75 2.75 0 0 1-1.49-3.64l1.277-2.947a5.25 5.25 0 0 0 .018-4.131L6.77 18.908a2.75 2.75 0 0 1 1.521-3.627l2.987-1.18a5.25 5.25 0 0 0 2.933-2.91zM31 24a3 3 0 0 1 3 3v1c0 3.943-3.719 8-10 8s-10-4.057-10-8v-1a3 3 0 0 1 3-3zm-7-13a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M20.05 4.433a5.247 5.247 0 0 0-6.95 2.844l-1.205 2.976a2.75 2.75 0 0 1-1.537 1.524l-2.987 1.18a5.247 5.247 0 0 0-2.903 6.925l1.252 2.957c.293.693.29 1.475-.01 2.164L4.435 27.95a5.247 5.247 0 0 0 2.844 6.95l2.976 1.205a2.75 2.75 0 0 1 1.524 1.537l1.18 2.987a5.247 5.247 0 0 0 6.925 2.903l2.957-1.252a2.75 2.75 0 0 1 2.164.01l2.947 1.276a5.247 5.247 0 0 0 6.95-2.844l1.205-2.976a2.75 2.75 0 0 1 1.537-1.524l2.987-1.18a5.247 5.247 0 0 0 2.902-6.925l-1.251-2.957a2.75 2.75 0 0 1 .01-2.164l1.276-2.947a5.247 5.247 0 0 0-2.844-6.95l-2.976-1.205a2.75 2.75 0 0 1-1.524-1.537l-1.18-2.987a5.247 5.247 0 0 0-6.925-2.903L25.161 5.72a2.75 2.75 0 0 1-2.164-.01zm-4.634 3.782a2.75 2.75 0 0 1 3.64-1.49l2.947 1.277a5.25 5.25 0 0 0 4.131.018l2.958-1.252a2.75 2.75 0 0 1 3.627 1.521l1.18 2.987a5.25 5.25 0 0 0 2.91 2.933l2.976 1.207a2.75 2.75 0 0 1 1.49 3.64l-1.277 2.946a5.25 5.25 0 0 0-.018 4.131l1.252 2.958a2.75 2.75 0 0 1-1.521 3.627l-2.987 1.18a5.25 5.25 0 0 0-2.933 2.91l-1.206 2.976a2.75 2.75 0 0 1-3.64 1.49l-2.947-1.278a5.25 5.25 0 0 0-4.131-.017l-2.958 1.252a2.75 2.75 0 0 1-3.627-1.521l-1.18-2.987a5.25 5.25 0 0 0-2.91-2.933l-2.976-1.206a2.75 2.75 0 0 1-1.49-3.64l1.277-2.947a5.25 5.25 0 0 0 .018-4.131L6.77 18.908a2.75 2.75 0 0 1 1.521-3.627l2.987-1.18a5.25 5.25 0 0 0 2.933-2.91zM31 24a3 3 0 0 1 3 3v1c0 3.943-3.719 8-10 8s-10-4.057-10-8v-1a3 3 0 0 1 3-3zm-7-13a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11"/></svg>
</template>

CSS

.icon-person-starburst-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.05%204.433a5.247%205.247%200%200%200-6.95%202.844l-1.205%202.976a2.75%202.75%200%200%201-1.537%201.524l-2.987%201.18a5.247%205.247%200%200%200-2.903%206.925l1.252%202.957c.293.693.29%201.475-.01%202.164L4.435%2027.95a5.247%205.247%200%200%200%202.844%206.95l2.976%201.205a2.75%202.75%200%200%201%201.524%201.537l1.18%202.987a5.247%205.247%200%200%200%206.925%202.903l2.957-1.252a2.75%202.75%200%200%201%202.164.01l2.947%201.276a5.247%205.247%200%200%200%206.95-2.844l1.205-2.976a2.75%202.75%200%200%201%201.537-1.524l2.987-1.18a5.247%205.247%200%200%200%202.902-6.925l-1.251-2.957a2.75%202.75%200%200%201%20.01-2.164l1.276-2.947a5.247%205.247%200%200%200-2.844-6.95l-2.976-1.205a2.75%202.75%200%200%201-1.524-1.537l-1.18-2.987a5.247%205.247%200%200%200-6.925-2.903L25.161%205.72a2.75%202.75%200%200%201-2.164-.01zm-4.634%203.782a2.75%202.75%200%200%201%203.64-1.49l2.947%201.277a5.25%205.25%200%200%200%204.131.018l2.958-1.252a2.75%202.75%200%200%201%203.627%201.521l1.18%202.987a5.25%205.25%200%200%200%202.91%202.933l2.976%201.207a2.75%202.75%200%200%201%201.49%203.64l-1.277%202.946a5.25%205.25%200%200%200-.018%204.131l1.252%202.958a2.75%202.75%200%200%201-1.521%203.627l-2.987%201.18a5.25%205.25%200%200%200-2.933%202.91l-1.206%202.976a2.75%202.75%200%200%201-3.64%201.49l-2.947-1.278a5.25%205.25%200%200%200-4.131-.017l-2.958%201.252a2.75%202.75%200%200%201-3.627-1.521l-1.18-2.987a5.25%205.25%200%200%200-2.91-2.933l-2.976-1.206a2.75%202.75%200%200%201-1.49-3.64l1.277-2.947a5.25%205.25%200%200%200%20.018-4.131L6.77%2018.908a2.75%202.75%200%200%201%201.521-3.627l2.987-1.18a5.25%205.25%200%200%200%202.933-2.91zM31%2024a3%203%200%200%201%203%203v1c0%203.943-3.719%208-10%208s-10-4.057-10-8v-1a3%203%200%200%201%203-3zm-7-13a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.05%204.433a5.247%205.247%200%200%200-6.95%202.844l-1.205%202.976a2.75%202.75%200%200%201-1.537%201.524l-2.987%201.18a5.247%205.247%200%200%200-2.903%206.925l1.252%202.957c.293.693.29%201.475-.01%202.164L4.435%2027.95a5.247%205.247%200%200%200%202.844%206.95l2.976%201.205a2.75%202.75%200%200%201%201.524%201.537l1.18%202.987a5.247%205.247%200%200%200%206.925%202.903l2.957-1.252a2.75%202.75%200%200%201%202.164.01l2.947%201.276a5.247%205.247%200%200%200%206.95-2.844l1.205-2.976a2.75%202.75%200%200%201%201.537-1.524l2.987-1.18a5.247%205.247%200%200%200%202.902-6.925l-1.251-2.957a2.75%202.75%200%200%201%20.01-2.164l1.276-2.947a5.247%205.247%200%200%200-2.844-6.95l-2.976-1.205a2.75%202.75%200%200%201-1.524-1.537l-1.18-2.987a5.247%205.247%200%200%200-6.925-2.903L25.161%205.72a2.75%202.75%200%200%201-2.164-.01zm-4.634%203.782a2.75%202.75%200%200%201%203.64-1.49l2.947%201.277a5.25%205.25%200%200%200%204.131.018l2.958-1.252a2.75%202.75%200%200%201%203.627%201.521l1.18%202.987a5.25%205.25%200%200%200%202.91%202.933l2.976%201.207a2.75%202.75%200%200%201%201.49%203.64l-1.277%202.946a5.25%205.25%200%200%200-.018%204.131l1.252%202.958a2.75%202.75%200%200%201-1.521%203.627l-2.987%201.18a5.25%205.25%200%200%200-2.933%202.91l-1.206%202.976a2.75%202.75%200%200%201-3.64%201.49l-2.947-1.278a5.25%205.25%200%200%200-4.131-.017l-2.958%201.252a2.75%202.75%200%200%201-3.627-1.521l-1.18-2.987a5.25%205.25%200%200%200-2.91-2.933l-2.976-1.206a2.75%202.75%200%200%201-1.49-3.64l1.277-2.947a5.25%205.25%200%200%200%20.018-4.131L6.77%2018.908a2.75%202.75%200%200%201%201.521-3.627l2.987-1.18a5.25%205.25%200%200%200%202.933-2.91zM31%2024a3%203%200%200%201%203%203v1c0%203.943-3.719%208-10%208s-10-4.057-10-8v-1a3%203%200%200%201%203-3zm-7-13a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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