Person Add Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Person Add icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307327.svg" alt="Person Add icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307327.svg" alt="Person Add icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307327.svg" alt="Person Add icon" :width="24" :height="24" />
CSS background
.icon-person-add {
background-image: url('https://proicons.com/icon/307327.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.5 7C13.9853 7 16 9.01472 16 11.5C16 13.9853 13.9853 16 11.5 16C9.01472 16 7 13.9853 7 11.5C7 9.01472 9.01472 7 11.5 7ZM11.5 8.5C11.2239 8.5 11 8.72386 11 9V11H9C8.72386 11 8.5 11.2239 8.5 11.5C8.5 11.7761 8.72386 12 9 12H11V14C11 14.2761 11.2239 14.5 11.5 14.5C11.7761 14.5 12 14.2761 12 14V12H14C14.2761 12 14.5 11.7761 14.5 11.5C14.5 11.2239 14.2761 11 14 11H12V9C12 8.72386 11.7761 8.5 11.5 8.5Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.5 1C8.74 1 9.75 2.009 9.75 3.25C9.75 3.728 9.5968 4.17016 9.3418 4.53516C10.1263 4.6712 10.7545 5.26239 10.9414 6.02734C10.6039 6.06138 10.2757 6.12745 9.95898 6.21973C9.8375 5.80465 9.45448 5.5 9 5.5H6C5.448 5.5 5 5.949 5 6.5V9.5H6V13.5C6 13.776 6.225 14 6.5 14H6.60156C6.78445 14.3576 7.00425 14.693 7.25781 15H6.5C5.673 15 5 14.327 5 13.5V10.5C4.448 10.5 4 10.051 4 9.5V6.5C4 5.515 4.7192 4.69916 5.6582 4.53516C5.4022 4.17016 5.25 3.728 5.25 3.25C5.25 2.009 6.26 1 7.5 1ZM7.5 2C6.811 2 6.25 2.561 6.25 3.25C6.25 3.939 6.811 4.5 7.5 4.5C8.189 4.5 8.75 3.939 8.75 3.25C8.75 2.561 8.189 2 7.5 2Z"/></svg>
Person Add in other icon packs
Copied!