person starburst icon
person-starburst-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- person-starburst-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M13.728 2.438a3.994 3.994 0 0 0-5.612 2.296l-.505 1.52A2 2 0 0 1 6.33 7.525l-1.524.492A3.994 3.994 0 0 0 2.46 13.61l.718 1.432c.285.569.282 1.24-.008 1.805l-.73 1.427a3.994 3.994 0 0 0 2.296 5.61l1.52.506c.604.2 1.076.676 1.271 1.282l.492 1.524a3.994 3.994 0 0 0 5.592 2.344l1.432-.718a2 2 0 0 1 1.805.008l1.426.73a3.994 3.994 0 0 0 5.612-2.296l.505-1.52c.2-.604.676-1.076 1.282-1.271l1.524-.492a3.994 3.994 0 0 0 2.344-5.592l-.718-1.432a2 2 0 0 1 .008-1.805l.73-1.426a3.994 3.994 0 0 0-2.296-5.612l-1.52-.505a2 2 0 0 1-1.271-1.282l-.492-1.524a3.994 3.994 0 0 0-5.592-2.344l-1.432.718a2 2 0 0 1-1.805-.008zM23 18.428c0 3.643-3.134 6.072-7 6.072s-7-2.429-7-6.071A2.43 2.43 0 0 1 11.429 16h9.142A2.43 2.43 0 0 1 23 18.429m-3.25-7.678a3.75 3.75 0 1 1-7.5 0a3.75 3.75 0 0 1 7.5 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonStarburst32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.728 2.438a3.994 3.994 0 0 0-5.612 2.296l-.505 1.52A2 2 0 0 1 6.33 7.525l-1.524.492A3.994 3.994 0 0 0 2.46 13.61l.718 1.432c.285.569.282 1.24-.008 1.805l-.73 1.427a3.994 3.994 0 0 0 2.296 5.61l1.52.506c.604.2 1.076.676 1.271 1.282l.492 1.524a3.994 3.994 0 0 0 5.592 2.344l1.432-.718a2 2 0 0 1 1.805.008l1.426.73a3.994 3.994 0 0 0 5.612-2.296l.505-1.52c.2-.604.676-1.076 1.282-1.271l1.524-.492a3.994 3.994 0 0 0 2.344-5.592l-.718-1.432a2 2 0 0 1 .008-1.805l.73-1.426a3.994 3.994 0 0 0-2.296-5.612l-1.52-.505a2 2 0 0 1-1.271-1.282l-.492-1.524a3.994 3.994 0 0 0-5.592-2.344l-1.432.718a2 2 0 0 1-1.805-.008zM23 18.428c0 3.643-3.134 6.072-7 6.072s-7-2.429-7-6.071A2.43 2.43 0 0 1 11.429 16h9.142A2.43 2.43 0 0 1 23 18.429m-3.25-7.678a3.75 3.75 0 1 1-7.5 0a3.75 3.75 0 0 1 7.5 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.728 2.438a3.994 3.994 0 0 0-5.612 2.296l-.505 1.52A2 2 0 0 1 6.33 7.525l-1.524.492A3.994 3.994 0 0 0 2.46 13.61l.718 1.432c.285.569.282 1.24-.008 1.805l-.73 1.427a3.994 3.994 0 0 0 2.296 5.61l1.52.506c.604.2 1.076.676 1.271 1.282l.492 1.524a3.994 3.994 0 0 0 5.592 2.344l1.432-.718a2 2 0 0 1 1.805.008l1.426.73a3.994 3.994 0 0 0 5.612-2.296l.505-1.52c.2-.604.676-1.076 1.282-1.271l1.524-.492a3.994 3.994 0 0 0 2.344-5.592l-.718-1.432a2 2 0 0 1 .008-1.805l.73-1.426a3.994 3.994 0 0 0-2.296-5.612l-1.52-.505a2 2 0 0 1-1.271-1.282l-.492-1.524a3.994 3.994 0 0 0-5.592-2.344l-1.432.718a2 2 0 0 1-1.805-.008zM23 18.428c0 3.643-3.134 6.072-7 6.072s-7-2.429-7-6.071A2.43 2.43 0 0 1 11.429 16h9.142A2.43 2.43 0 0 1 23 18.429m-3.25-7.678a3.75 3.75 0 1 1-7.5 0a3.75 3.75 0 0 1 7.5 0"/></svg> </template>
CSS
.icon-person-starburst-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.728%202.438a3.994%203.994%200%200%200-5.612%202.296l-.505%201.52A2%202%200%200%201%206.33%207.525l-1.524.492A3.994%203.994%200%200%200%202.46%2013.61l.718%201.432c.285.569.282%201.24-.008%201.805l-.73%201.427a3.994%203.994%200%200%200%202.296%205.61l1.52.506c.604.2%201.076.676%201.271%201.282l.492%201.524a3.994%203.994%200%200%200%205.592%202.344l1.432-.718a2%202%200%200%201%201.805.008l1.426.73a3.994%203.994%200%200%200%205.612-2.296l.505-1.52c.2-.604.676-1.076%201.282-1.271l1.524-.492a3.994%203.994%200%200%200%202.344-5.592l-.718-1.432a2%202%200%200%201%20.008-1.805l.73-1.426a3.994%203.994%200%200%200-2.296-5.612l-1.52-.505a2%202%200%200%201-1.271-1.282l-.492-1.524a3.994%203.994%200%200%200-5.592-2.344l-1.432.718a2%202%200%200%201-1.805-.008zM23%2018.428c0%203.643-3.134%206.072-7%206.072s-7-2.429-7-6.071A2.43%202.43%200%200%201%2011.429%2016h9.142A2.43%202.43%200%200%201%2023%2018.429m-3.25-7.678a3.75%203.75%200%201%201-7.5%200a3.75%203.75%200%200%201%207.5%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.728%202.438a3.994%203.994%200%200%200-5.612%202.296l-.505%201.52A2%202%200%200%201%206.33%207.525l-1.524.492A3.994%203.994%200%200%200%202.46%2013.61l.718%201.432c.285.569.282%201.24-.008%201.805l-.73%201.427a3.994%203.994%200%200%200%202.296%205.61l1.52.506c.604.2%201.076.676%201.271%201.282l.492%201.524a3.994%203.994%200%200%200%205.592%202.344l1.432-.718a2%202%200%200%201%201.805.008l1.426.73a3.994%203.994%200%200%200%205.612-2.296l.505-1.52c.2-.604.676-1.076%201.282-1.271l1.524-.492a3.994%203.994%200%200%200%202.344-5.592l-.718-1.432a2%202%200%200%201%20.008-1.805l.73-1.426a3.994%203.994%200%200%200-2.296-5.612l-1.52-.505a2%202%200%200%201-1.271-1.282l-.492-1.524a3.994%203.994%200%200%200-5.592-2.344l-1.432.718a2%202%200%200%201-1.805-.008zM23%2018.428c0%203.643-3.134%206.072-7%206.072s-7-2.429-7-6.071A2.43%202.43%200%200%201%2011.429%2016h9.142A2.43%202.43%200%200%201%2023%2018.429m-3.25-7.678a3.75%203.75%200%201%201-7.5%200a3.75%203.75%200%200%201%207.5%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-32-filled.svg?color=%231a73e8&size=48