person icon
person from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- person
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
The same icon in other sets
personAkar IconspersonBootstrap IconspersonCarbonpersonCodiconsperson-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 EmojipersonOcticonspersonOpenMojipersonPhosphorpersonTwitter Emoji
Use the person icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5.875A3.626 3.626 0 0 1 11.127 4.5A3.624 3.624 0 0 1 8.5 7.983c1.197.145 2.224.568 2.997 1.33c.981.967 1.478 2.408 1.478 4.288a.475.475 0 0 1-.949 0c0-1.72-.453-2.88-1.196-3.613c-.745-.733-1.856-1.113-3.33-1.113c-1.472 0-2.584.38-3.328 1.113s-1.197 1.893-1.197 3.613a.475.475 0 0 1-.949 0c0-1.88.497-3.32 1.479-4.289c.772-.76 1.799-1.183 2.995-1.328a3.627 3.627 0 0 1 1-7.109m0 .95a2.676 2.676 0 1 0 0 5.35a2.676 2.676 0 0 0 0-5.35"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsPerson(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5.875A3.626 3.626 0 0 1 11.127 4.5A3.624 3.624 0 0 1 8.5 7.983c1.197.145 2.224.568 2.997 1.33c.981.967 1.478 2.408 1.478 4.288a.475.475 0 0 1-.949 0c0-1.72-.453-2.88-1.196-3.613c-.745-.733-1.856-1.113-3.33-1.113c-1.472 0-2.584.38-3.328 1.113s-1.197 1.893-1.197 3.613a.475.475 0 0 1-.949 0c0-1.88.497-3.32 1.479-4.289c.772-.76 1.799-1.183 2.995-1.328a3.627 3.627 0 0 1 1-7.109m0 .95a2.676 2.676 0 1 0 0 5.35a2.676 2.676 0 0 0 0-5.35"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5.875A3.626 3.626 0 0 1 11.127 4.5A3.624 3.624 0 0 1 8.5 7.983c1.197.145 2.224.568 2.997 1.33c.981.967 1.478 2.408 1.478 4.288a.475.475 0 0 1-.949 0c0-1.72-.453-2.88-1.196-3.613c-.745-.733-1.856-1.113-3.33-1.113c-1.472 0-2.584.38-3.328 1.113s-1.197 1.893-1.197 3.613a.475.475 0 0 1-.949 0c0-1.88.497-3.32 1.479-4.289c.772-.76 1.799-1.183 2.995-1.328a3.627 3.627 0 0 1 1-7.109m0 .95a2.676 2.676 0 1 0 0 5.35a2.676 2.676 0 0 0 0-5.35"/></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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5.875A3.626%203.626%200%200%201%2011.127%204.5A3.624%203.624%200%200%201%208.5%207.983c1.197.145%202.224.568%202.997%201.33c.981.967%201.478%202.408%201.478%204.288a.475.475%200%200%201-.949%200c0-1.72-.453-2.88-1.196-3.613c-.745-.733-1.856-1.113-3.33-1.113c-1.472%200-2.584.38-3.328%201.113s-1.197%201.893-1.197%203.613a.475.475%200%200%201-.949%200c0-1.88.497-3.32%201.479-4.289c.772-.76%201.799-1.183%202.995-1.328a3.627%203.627%200%200%201%201-7.109m0%20.95a2.676%202.676%200%201%200%200%205.35a2.676%202.676%200%200%200%200-5.35%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5.875A3.626%203.626%200%200%201%2011.127%204.5A3.624%203.624%200%200%201%208.5%207.983c1.197.145%202.224.568%202.997%201.33c.981.967%201.478%202.408%201.478%204.288a.475.475%200%200%201-.949%200c0-1.72-.453-2.88-1.196-3.613c-.745-.733-1.856-1.113-3.33-1.113c-1.472%200-2.584.38-3.328%201.113s-1.197%201.893-1.197%203.613a.475.475%200%200%201-.949%200c0-1.88.497-3.32%201.479-4.289c.772-.76%201.799-1.183%202.995-1.328a3.627%203.627%200%200%201%201-7.109m0%20.95a2.676%202.676%200%201%200%200%205.35a2.676%202.676%200%200%200%200-5.35%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/person.svg?color=%231a73e8&size=48