person starburst icon
person-starburst-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- person-starburst-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M6.747 1.167A2 2 0 0 0 4.101 2.25l-.363.895a1 1 0 0 1-.558.554l-.899.355a2 2 0 0 0-1.105 2.637l.377.89a1 1 0 0 1-.004.786l-.384.886A2 2 0 0 0 2.248 11.9l.895.363a1 1 0 0 1 .554.558l.355.899a2 2 0 0 0 2.637 1.105l.89-.376a1 1 0 0 1 .786.003l.886.384a2 2 0 0 0 2.646-1.083l.363-.895a1 1 0 0 1 .559-.554l.898-.355a2 2 0 0 0 1.105-2.636l-.376-.89a1 1 0 0 1 .003-.786l.384-.887a2 2 0 0 0-1.082-2.646l-.896-.363a1 1 0 0 1-.554-.558l-.355-.899A2 2 0 0 0 9.31 1.178l-.89.377a1 1 0 0 1-.786-.004zM6.247 8h3.5c.69 0 1.288.565 1.17 1.246c-.187 1.086-.815 2.254-2.92 2.254s-2.732-1.168-2.92-2.254C4.96 8.566 5.557 8 6.247 8m3.25-2.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonStarburst16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.747 1.167A2 2 0 0 0 4.101 2.25l-.363.895a1 1 0 0 1-.558.554l-.899.355a2 2 0 0 0-1.105 2.637l.377.89a1 1 0 0 1-.004.786l-.384.886A2 2 0 0 0 2.248 11.9l.895.363a1 1 0 0 1 .554.558l.355.899a2 2 0 0 0 2.637 1.105l.89-.376a1 1 0 0 1 .786.003l.886.384a2 2 0 0 0 2.646-1.083l.363-.895a1 1 0 0 1 .559-.554l.898-.355a2 2 0 0 0 1.105-2.636l-.376-.89a1 1 0 0 1 .003-.786l.384-.887a2 2 0 0 0-1.082-2.646l-.896-.363a1 1 0 0 1-.554-.558l-.355-.899A2 2 0 0 0 9.31 1.178l-.89.377a1 1 0 0 1-.786-.004zM6.247 8h3.5c.69 0 1.288.565 1.17 1.246c-.187 1.086-.815 2.254-2.92 2.254s-2.732-1.168-2.92-2.254C4.96 8.566 5.557 8 6.247 8m3.25-2.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.747 1.167A2 2 0 0 0 4.101 2.25l-.363.895a1 1 0 0 1-.558.554l-.899.355a2 2 0 0 0-1.105 2.637l.377.89a1 1 0 0 1-.004.786l-.384.886A2 2 0 0 0 2.248 11.9l.895.363a1 1 0 0 1 .554.558l.355.899a2 2 0 0 0 2.637 1.105l.89-.376a1 1 0 0 1 .786.003l.886.384a2 2 0 0 0 2.646-1.083l.363-.895a1 1 0 0 1 .559-.554l.898-.355a2 2 0 0 0 1.105-2.636l-.376-.89a1 1 0 0 1 .003-.786l.384-.887a2 2 0 0 0-1.082-2.646l-.896-.363a1 1 0 0 1-.554-.558l-.355-.899A2 2 0 0 0 9.31 1.178l-.89.377a1 1 0 0 1-.786-.004zM6.247 8h3.5c.69 0 1.288.565 1.17 1.246c-.187 1.086-.815 2.254-2.92 2.254s-2.732-1.168-2.92-2.254C4.96 8.566 5.557 8 6.247 8m3.25-2.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg> </template>
CSS
.icon-person-starburst-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.747%201.167A2%202%200%200%200%204.101%202.25l-.363.895a1%201%200%200%201-.558.554l-.899.355a2%202%200%200%200-1.105%202.637l.377.89a1%201%200%200%201-.004.786l-.384.886A2%202%200%200%200%202.248%2011.9l.895.363a1%201%200%200%201%20.554.558l.355.899a2%202%200%200%200%202.637%201.105l.89-.376a1%201%200%200%201%20.786.003l.886.384a2%202%200%200%200%202.646-1.083l.363-.895a1%201%200%200%201%20.559-.554l.898-.355a2%202%200%200%200%201.105-2.636l-.376-.89a1%201%200%200%201%20.003-.786l.384-.887a2%202%200%200%200-1.082-2.646l-.896-.363a1%201%200%200%201-.554-.558l-.355-.899A2%202%200%200%200%209.31%201.178l-.89.377a1%201%200%200%201-.786-.004zM6.247%208h3.5c.69%200%201.288.565%201.17%201.246c-.187%201.086-.815%202.254-2.92%202.254s-2.732-1.168-2.92-2.254C4.96%208.566%205.557%208%206.247%208m3.25-2.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.747%201.167A2%202%200%200%200%204.101%202.25l-.363.895a1%201%200%200%201-.558.554l-.899.355a2%202%200%200%200-1.105%202.637l.377.89a1%201%200%200%201-.004.786l-.384.886A2%202%200%200%200%202.248%2011.9l.895.363a1%201%200%200%201%20.554.558l.355.899a2%202%200%200%200%202.637%201.105l.89-.376a1%201%200%200%201%20.786.003l.886.384a2%202%200%200%200%202.646-1.083l.363-.895a1%201%200%200%201%20.559-.554l.898-.355a2%202%200%200%200%201.105-2.636l-.376-.89a1%201%200%200%201%20.003-.786l.384-.887a2%202%200%200%200-1.082-2.646l-.896-.363a1%201%200%200%201-.554-.558l-.355-.899A2%202%200%200%200%209.31%201.178l-.89.377a1%201%200%200%201-.786-.004zM6.247%208h3.5c.69%200%201.288.565%201.17%201.246c-.187%201.086-.815%202.254-2.92%202.254s-2.732-1.168-2.92-2.254C4.96%208.566%205.557%208%206.247%208m3.25-2.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-starburst-16-filled.svg?color=%231a73e8&size=48