person icon
person from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- person
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
personAkar IconspersonBootstrap IconspersonCarbonperson-fillEva IconspersonFramework7 IconspersonFont Awesome 6 SolidpersonFont Awesome Solidperson-12-filledFluent UI System Iconsperson-16Fluent UI System Color IconspersonFluent EmojipersonFluent Emoji FlatpersonFluent Emoji High ContrastpersonHealth IconspersonIonIconspersonMaterial Line IconspersonMaterial SymbolspersonMaterial Symbols LightpersonNoto EmojipersonOcticonspersonOpenMojipersonPhosphorpersonRadix IconspersonTwitter Emoji
Related icons in Codicons
Use the person icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.342 4.535c.255-.365.408-.807.408-1.285C9.75 2.01 8.74 1 7.5 1a2.253 2.253 0 0 0-2.25 2.25c0 .478.152.92.408 1.285A2 2 0 0 0 4 6.5v3a1 1 0 0 0 1 1v3c0 .828.673 1.5 1.5 1.5h2c.827 0 1.5-.672 1.5-1.5v-3a1 1 0 0 0 1-1v-3c0-.986-.718-1.802-1.658-1.965M7.5 2a1.251 1.251 0 1 1-1.25 1.25C6.25 2.561 6.811 2 7.5 2M10 9.5H9v4a.5.5 0 0 1-.5.5H8v-3a.5.5 0 0 0-1 0v3h-.5a.5.5 0 0 1-.5-.5v-4H5v-3c0-.55.448-1 1-1h3c.552 0 1 .45 1 1z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconPerson(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="M9.342 4.535c.255-.365.408-.807.408-1.285C9.75 2.01 8.74 1 7.5 1a2.253 2.253 0 0 0-2.25 2.25c0 .478.152.92.408 1.285A2 2 0 0 0 4 6.5v3a1 1 0 0 0 1 1v3c0 .828.673 1.5 1.5 1.5h2c.827 0 1.5-.672 1.5-1.5v-3a1 1 0 0 0 1-1v-3c0-.986-.718-1.802-1.658-1.965M7.5 2a1.251 1.251 0 1 1-1.25 1.25C6.25 2.561 6.811 2 7.5 2M10 9.5H9v4a.5.5 0 0 1-.5.5H8v-3a.5.5 0 0 0-1 0v3h-.5a.5.5 0 0 1-.5-.5v-4H5v-3c0-.55.448-1 1-1h3c.552 0 1 .45 1 1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.342 4.535c.255-.365.408-.807.408-1.285C9.75 2.01 8.74 1 7.5 1a2.253 2.253 0 0 0-2.25 2.25c0 .478.152.92.408 1.285A2 2 0 0 0 4 6.5v3a1 1 0 0 0 1 1v3c0 .828.673 1.5 1.5 1.5h2c.827 0 1.5-.672 1.5-1.5v-3a1 1 0 0 0 1-1v-3c0-.986-.718-1.802-1.658-1.965M7.5 2a1.251 1.251 0 1 1-1.25 1.25C6.25 2.561 6.811 2 7.5 2M10 9.5H9v4a.5.5 0 0 1-.5.5H8v-3a.5.5 0 0 0-1 0v3h-.5a.5.5 0 0 1-.5-.5v-4H5v-3c0-.55.448-1 1-1h3c.552 0 1 .45 1 1z"/></svg> </template>
CSS
.icon-person {
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%22M9.342%204.535c.255-.365.408-.807.408-1.285C9.75%202.01%208.74%201%207.5%201a2.253%202.253%200%200%200-2.25%202.25c0%20.478.152.92.408%201.285A2%202%200%200%200%204%206.5v3a1%201%200%200%200%201%201v3c0%20.828.673%201.5%201.5%201.5h2c.827%200%201.5-.672%201.5-1.5v-3a1%201%200%200%200%201-1v-3c0-.986-.718-1.802-1.658-1.965M7.5%202a1.251%201.251%200%201%201-1.25%201.25C6.25%202.561%206.811%202%207.5%202M10%209.5H9v4a.5.5%200%200%201-.5.5H8v-3a.5.5%200%200%200-1%200v3h-.5a.5.5%200%200%201-.5-.5v-4H5v-3c0-.55.448-1%201-1h3c.552%200%201%20.45%201%201z%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%22M9.342%204.535c.255-.365.408-.807.408-1.285C9.75%202.01%208.74%201%207.5%201a2.253%202.253%200%200%200-2.25%202.25c0%20.478.152.92.408%201.285A2%202%200%200%200%204%206.5v3a1%201%200%200%200%201%201v3c0%20.828.673%201.5%201.5%201.5h2c.827%200%201.5-.672%201.5-1.5v-3a1%201%200%200%200%201-1v-3c0-.986-.718-1.802-1.658-1.965M7.5%202a1.251%201.251%200%201%201-1.25%201.25C6.25%202.561%206.811%202%207.5%202M10%209.5H9v4a.5.5%200%200%201-.5.5H8v-3a.5.5%200%200%200-1%200v3h-.5a.5.5%200%200%201-.5-.5v-4H5v-3c0-.55.448-1%201-1h3c.552%200%201%20.45%201%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/person.svg?color=%231a73e8&size=48