person starburst icon
person-starburst-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- person-starburst-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- 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
person-5-20-filledperson-6-20-filledperson-account-16-filledperson-accounts-20-filledperson-add-16-filledperson-alert-16-filledperson-alert-off-16-filledperson-arrow-back-16-filledperson-arrow-left-16-filledperson-arrow-right-16-filledperson-available-16-filledperson-board-12-filledperson-board-add-16-filledperson-briefcase-16-filledperson-call-16-filledperson-chat-16-filledperson-circle-12-filledperson-circle-off-12-filledperson-clock-16-filledperson-delete-16-filledperson-desktop-20-filledperson-edit-16-filledperson-error-16-filledperson-feedback-16-filled
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="M13.1 7.278a5.247 5.247 0 0 1 6.95-2.844l2.946 1.277c.69.299 1.472.302 2.164.01l2.958-1.253a5.247 5.247 0 0 1 6.924 2.903l1.18 2.987a2.75 2.75 0 0 0 1.524 1.536l2.976 1.207a5.247 5.247 0 0 1 2.844 6.948l-1.277 2.947a2.75 2.75 0 0 0-.01 2.164l1.253 2.958a5.247 5.247 0 0 1-2.903 6.924l-2.987 1.18a2.75 2.75 0 0 0-1.536 1.524l-1.207 2.976a5.247 5.247 0 0 1-6.948 2.844l-2.947-1.277a2.75 2.75 0 0 0-2.164-.01l-2.958 1.252a5.247 5.247 0 0 1-6.924-2.902l-1.18-2.987a2.75 2.75 0 0 0-1.524-1.536l-2.976-1.207a5.247 5.247 0 0 1-2.844-6.948l1.277-2.947c.299-.69.302-1.472.01-2.164l-1.253-2.958a5.247 5.247 0 0 1 2.903-6.924l2.987-1.18a2.75 2.75 0 0 0 1.536-1.524zM30.036 24H17a3 3 0 0 0-3 3v1c0 2.487 1.48 5.02 4.15 6.551c1.66 1.02 3.704 1.519 5.85 1.519c2.142 0 4.183-.498 5.843-1.514C32.517 33.026 34 30.49 34 28v-1a3 3 0 0 0-3-3h-.966M24 11a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonStarburst48Filled(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="M13.1 7.278a5.247 5.247 0 0 1 6.95-2.844l2.946 1.277c.69.299 1.472.302 2.164.01l2.958-1.253a5.247 5.247 0 0 1 6.924 2.903l1.18 2.987a2.75 2.75 0 0 0 1.524 1.536l2.976 1.207a5.247 5.247 0 0 1 2.844 6.948l-1.277 2.947a2.75 2.75 0 0 0-.01 2.164l1.253 2.958a5.247 5.247 0 0 1-2.903 6.924l-2.987 1.18a2.75 2.75 0 0 0-1.536 1.524l-1.207 2.976a5.247 5.247 0 0 1-6.948 2.844l-2.947-1.277a2.75 2.75 0 0 0-2.164-.01l-2.958 1.252a5.247 5.247 0 0 1-6.924-2.902l-1.18-2.987a2.75 2.75 0 0 0-1.524-1.536l-2.976-1.207a5.247 5.247 0 0 1-2.844-6.948l1.277-2.947c.299-.69.302-1.472.01-2.164l-1.253-2.958a5.247 5.247 0 0 1 2.903-6.924l2.987-1.18a2.75 2.75 0 0 0 1.536-1.524zM30.036 24H17a3 3 0 0 0-3 3v1c0 2.487 1.48 5.02 4.15 6.551c1.66 1.02 3.704 1.519 5.85 1.519c2.142 0 4.183-.498 5.843-1.514C32.517 33.026 34 30.49 34 28v-1a3 3 0 0 0-3-3h-.966M24 11a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 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="M13.1 7.278a5.247 5.247 0 0 1 6.95-2.844l2.946 1.277c.69.299 1.472.302 2.164.01l2.958-1.253a5.247 5.247 0 0 1 6.924 2.903l1.18 2.987a2.75 2.75 0 0 0 1.524 1.536l2.976 1.207a5.247 5.247 0 0 1 2.844 6.948l-1.277 2.947a2.75 2.75 0 0 0-.01 2.164l1.253 2.958a5.247 5.247 0 0 1-2.903 6.924l-2.987 1.18a2.75 2.75 0 0 0-1.536 1.524l-1.207 2.976a5.247 5.247 0 0 1-6.948 2.844l-2.947-1.277a2.75 2.75 0 0 0-2.164-.01l-2.958 1.252a5.247 5.247 0 0 1-6.924-2.902l-1.18-2.987a2.75 2.75 0 0 0-1.524-1.536l-2.976-1.207a5.247 5.247 0 0 1-2.844-6.948l1.277-2.947c.299-.69.302-1.472.01-2.164l-1.253-2.958a5.247 5.247 0 0 1 2.903-6.924l2.987-1.18a2.75 2.75 0 0 0 1.536-1.524zM30.036 24H17a3 3 0 0 0-3 3v1c0 2.487 1.48 5.02 4.15 6.551c1.66 1.02 3.704 1.519 5.85 1.519c2.142 0 4.183-.498 5.843-1.514C32.517 33.026 34 30.49 34 28v-1a3 3 0 0 0-3-3h-.966M24 11a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11"/></svg> </template>
CSS
.icon-person-starburst-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.1%207.278a5.247%205.247%200%200%201%206.95-2.844l2.946%201.277c.69.299%201.472.302%202.164.01l2.958-1.253a5.247%205.247%200%200%201%206.924%202.903l1.18%202.987a2.75%202.75%200%200%200%201.524%201.536l2.976%201.207a5.247%205.247%200%200%201%202.844%206.948l-1.277%202.947a2.75%202.75%200%200%200-.01%202.164l1.253%202.958a5.247%205.247%200%200%201-2.903%206.924l-2.987%201.18a2.75%202.75%200%200%200-1.536%201.524l-1.207%202.976a5.247%205.247%200%200%201-6.948%202.844l-2.947-1.277a2.75%202.75%200%200%200-2.164-.01l-2.958%201.252a5.247%205.247%200%200%201-6.924-2.902l-1.18-2.987a2.75%202.75%200%200%200-1.524-1.536l-2.976-1.207a5.247%205.247%200%200%201-2.844-6.948l1.277-2.947c.299-.69.302-1.472.01-2.164l-1.253-2.958a5.247%205.247%200%200%201%202.903-6.924l2.987-1.18a2.75%202.75%200%200%200%201.536-1.524zM30.036%2024H17a3%203%200%200%200-3%203v1c0%202.487%201.48%205.02%204.15%206.551c1.66%201.02%203.704%201.519%205.85%201.519c2.142%200%204.183-.498%205.843-1.514C32.517%2033.026%2034%2030.49%2034%2028v-1a3%203%200%200%200-3-3h-.966M24%2011a5.5%205.5%200%201%200%200%2011a5.5%205.5%200%200%200%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%22M13.1%207.278a5.247%205.247%200%200%201%206.95-2.844l2.946%201.277c.69.299%201.472.302%202.164.01l2.958-1.253a5.247%205.247%200%200%201%206.924%202.903l1.18%202.987a2.75%202.75%200%200%200%201.524%201.536l2.976%201.207a5.247%205.247%200%200%201%202.844%206.948l-1.277%202.947a2.75%202.75%200%200%200-.01%202.164l1.253%202.958a5.247%205.247%200%200%201-2.903%206.924l-2.987%201.18a2.75%202.75%200%200%200-1.536%201.524l-1.207%202.976a5.247%205.247%200%200%201-6.948%202.844l-2.947-1.277a2.75%202.75%200%200%200-2.164-.01l-2.958%201.252a5.247%205.247%200%200%201-6.924-2.902l-1.18-2.987a2.75%202.75%200%200%200-1.524-1.536l-2.976-1.207a5.247%205.247%200%200%201-2.844-6.948l1.277-2.947c.299-.69.302-1.472.01-2.164l-1.253-2.958a5.247%205.247%200%200%201%202.903-6.924l2.987-1.18a2.75%202.75%200%200%200%201.536-1.524zM30.036%2024H17a3%203%200%200%200-3%203v1c0%202.487%201.48%205.02%204.15%206.551c1.66%201.02%203.704%201.519%205.85%201.519c2.142%200%204.183-.498%205.843-1.514C32.517%2033.026%2034%2030.49%2034%2028v-1a3%203%200%200%200-3-3h-.966M24%2011a5.5%205.5%200%201%200%200%2011a5.5%205.5%200%200%200%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-filled.svg?color=%231a73e8&size=48