person add icon
person-add from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- person-add
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
Related icons in Codicons
Use the person add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M11.5 7a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m0 1.5a.5.5 0 0 0-.5.5v2H9a.5.5 0 0 0 0 1h2v2a.5.5 0 0 0 1 0v-2h2a.5.5 0 0 0 0-1h-2V9a.5.5 0 0 0-.5-.5"/><path d="M7.5 1c1.24 0 2.25 1.009 2.25 2.25c0 .478-.153.92-.408 1.285a2 2 0 0 1 1.6 1.492q-.507.052-.983.193A1 1 0 0 0 9 5.5H6c-.552 0-1 .449-1 1v3h1v4a.5.5 0 0 0 .5.5h.102q.274.538.656 1H6.5c-.827 0-1.5-.673-1.5-1.5v-3c-.552 0-1-.449-1-1v-3a2 2 0 0 1 1.658-1.965A2.23 2.23 0 0 1 5.25 3.25C5.25 2.009 6.26 1 7.5 1m0 1c-.689 0-1.25.561-1.25 1.25S6.811 4.5 7.5 4.5s1.25-.561 1.25-1.25S8.189 2 7.5 2"/></g></svg>
React
import type { SVGProps } from "react";
export function CodiconPersonAdd(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M11.5 7a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m0 1.5a.5.5 0 0 0-.5.5v2H9a.5.5 0 0 0 0 1h2v2a.5.5 0 0 0 1 0v-2h2a.5.5 0 0 0 0-1h-2V9a.5.5 0 0 0-.5-.5"/><path d="M7.5 1c1.24 0 2.25 1.009 2.25 2.25c0 .478-.153.92-.408 1.285a2 2 0 0 1 1.6 1.492q-.507.052-.983.193A1 1 0 0 0 9 5.5H6c-.552 0-1 .449-1 1v3h1v4a.5.5 0 0 0 .5.5h.102q.274.538.656 1H6.5c-.827 0-1.5-.673-1.5-1.5v-3c-.552 0-1-.449-1-1v-3a2 2 0 0 1 1.658-1.965A2.23 2.23 0 0 1 5.25 3.25C5.25 2.009 6.26 1 7.5 1m0 1c-.689 0-1.25.561-1.25 1.25S6.811 4.5 7.5 4.5s1.25-.561 1.25-1.25S8.189 2 7.5 2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M11.5 7a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m0 1.5a.5.5 0 0 0-.5.5v2H9a.5.5 0 0 0 0 1h2v2a.5.5 0 0 0 1 0v-2h2a.5.5 0 0 0 0-1h-2V9a.5.5 0 0 0-.5-.5"/><path d="M7.5 1c1.24 0 2.25 1.009 2.25 2.25c0 .478-.153.92-.408 1.285a2 2 0 0 1 1.6 1.492q-.507.052-.983.193A1 1 0 0 0 9 5.5H6c-.552 0-1 .449-1 1v3h1v4a.5.5 0 0 0 .5.5h.102q.274.538.656 1H6.5c-.827 0-1.5-.673-1.5-1.5v-3c-.552 0-1-.449-1-1v-3a2 2 0 0 1 1.658-1.965A2.23 2.23 0 0 1 5.25 3.25C5.25 2.009 6.26 1 7.5 1m0 1c-.689 0-1.25.561-1.25 1.25S6.811 4.5 7.5 4.5s1.25-.561 1.25-1.25S8.189 2 7.5 2"/></g></svg> </template>
CSS
.icon-person-add {
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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M11.5%207a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m0%201.5a.5.5%200%200%200-.5.5v2H9a.5.5%200%200%200%200%201h2v2a.5.5%200%200%200%201%200v-2h2a.5.5%200%200%200%200-1h-2V9a.5.5%200%200%200-.5-.5%22%2F%3E%3Cpath%20d%3D%22M7.5%201c1.24%200%202.25%201.009%202.25%202.25c0%20.478-.153.92-.408%201.285a2%202%200%200%201%201.6%201.492q-.507.052-.983.193A1%201%200%200%200%209%205.5H6c-.552%200-1%20.449-1%201v3h1v4a.5.5%200%200%200%20.5.5h.102q.274.538.656%201H6.5c-.827%200-1.5-.673-1.5-1.5v-3c-.552%200-1-.449-1-1v-3a2%202%200%200%201%201.658-1.965A2.23%202.23%200%200%201%205.25%203.25C5.25%202.009%206.26%201%207.5%201m0%201c-.689%200-1.25.561-1.25%201.25S6.811%204.5%207.5%204.5s1.25-.561%201.25-1.25S8.189%202%207.5%202%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M11.5%207a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m0%201.5a.5.5%200%200%200-.5.5v2H9a.5.5%200%200%200%200%201h2v2a.5.5%200%200%200%201%200v-2h2a.5.5%200%200%200%200-1h-2V9a.5.5%200%200%200-.5-.5%22%2F%3E%3Cpath%20d%3D%22M7.5%201c1.24%200%202.25%201.009%202.25%202.25c0%20.478-.153.92-.408%201.285a2%202%200%200%201%201.6%201.492q-.507.052-.983.193A1%201%200%200%200%209%205.5H6c-.552%200-1%20.449-1%201v3h1v4a.5.5%200%200%200%20.5.5h.102q.274.538.656%201H6.5c-.827%200-1.5-.673-1.5-1.5v-3c-.552%200-1-.449-1-1v-3a2%202%200%200%201%201.658-1.965A2.23%202.23%200%200%201%205.25%203.25C5.25%202.009%206.26%201%207.5%201m0%201c-.689%200-1.25.561-1.25%201.25S6.811%204.5%207.5%204.5s1.25-.561%201.25-1.25S8.189%202%207.5%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/person-add.svg?color=%231a73e8&size=48