person icon
person-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.
- Name
- person-32-light
- Set
- Fluent UI System Icons
- Style
- 32 Light
- Viewbox
- 32×32
- License
- MIT
14 other variants in Fluent UI System Icons
The same icon in other sets
personAkar IconspersonBootstrap IconspersonCarbonpersonCodiconsperson-fillEva IconspersonFramework7 IconspersonFont Awesome 6 SolidpersonFont Awesome Solidperson-16Fluent UI System Color IconspersonFluent EmojipersonFluent Emoji FlatpersonFluent Emoji High ContrastpersonHealth IconspersonIonIconspersonMaterial Line IconspersonMaterial SymbolspersonMaterial Symbols LightpersonNoto EmojipersonOcticonspersonOpenMojipersonPhosphorpersonRadix IconspersonTwitter Emoji
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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a7 7 0 1 0 0 14a7 7 0 0 0 0-14m-6 7a6 6 0 1 1 12 0a6 6 0 0 1-12 0m-2.5 9A3.5 3.5 0 0 0 4 21.5v.667C4 24.317 6.766 30 16 30s12-5.684 12-7.833V21.5a3.5 3.5 0 0 0-3.5-3.5zM5 21.5A2.5 2.5 0 0 1 7.5 19h17a2.5 2.5 0 0 1 2.5 2.5v.667C27 23.684 24.765 29 16 29S5 23.684 5 22.167z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPerson32Light(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="M16 2a7 7 0 1 0 0 14a7 7 0 0 0 0-14m-6 7a6 6 0 1 1 12 0a6 6 0 0 1-12 0m-2.5 9A3.5 3.5 0 0 0 4 21.5v.667C4 24.317 6.766 30 16 30s12-5.684 12-7.833V21.5a3.5 3.5 0 0 0-3.5-3.5zM5 21.5A2.5 2.5 0 0 1 7.5 19h17a2.5 2.5 0 0 1 2.5 2.5v.667C27 23.684 24.765 29 16 29S5 23.684 5 22.167z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a7 7 0 1 0 0 14a7 7 0 0 0 0-14m-6 7a6 6 0 1 1 12 0a6 6 0 0 1-12 0m-2.5 9A3.5 3.5 0 0 0 4 21.5v.667C4 24.317 6.766 30 16 30s12-5.684 12-7.833V21.5a3.5 3.5 0 0 0-3.5-3.5zM5 21.5A2.5 2.5 0 0 1 7.5 19h17a2.5 2.5 0 0 1 2.5 2.5v.667C27 23.684 24.765 29 16 29S5 23.684 5 22.167z"/></svg> </template>
CSS
.icon-person-32-light {
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%22M16%202a7%207%200%201%200%200%2014a7%207%200%200%200%200-14m-6%207a6%206%200%201%201%2012%200a6%206%200%200%201-12%200m-2.5%209A3.5%203.5%200%200%200%204%2021.5v.667C4%2024.317%206.766%2030%2016%2030s12-5.684%2012-7.833V21.5a3.5%203.5%200%200%200-3.5-3.5zM5%2021.5A2.5%202.5%200%200%201%207.5%2019h17a2.5%202.5%200%200%201%202.5%202.5v.667C27%2023.684%2024.765%2029%2016%2029S5%2023.684%205%2022.167z%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%22M16%202a7%207%200%201%200%200%2014a7%207%200%200%200%200-14m-6%207a6%206%200%201%201%2012%200a6%206%200%200%201-12%200m-2.5%209A3.5%203.5%200%200%200%204%2021.5v.667C4%2024.317%206.766%2030%2016%2030s12-5.684%2012-7.833V21.5a3.5%203.5%200%200%200-3.5-3.5zM5%2021.5A2.5%202.5%200%200%201%207.5%2019h17a2.5%202.5%200%200%201%202.5%202.5v.667C27%2023.684%2024.765%2029%2016%2029S5%2023.684%205%2022.167z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-32-light.svg?color=%231a73e8&size=48