Person Group Icon
Free SVG icon from the Skware collection. Download or copy for use in any project.
The Person Group 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/312520.svg" alt="Person Group icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312520.svg" alt="Person Group icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312520.svg" alt="Person Group icon" :width="24" :height="24" />
CSS background
.icon-person-group {
background-image: url('https://proicons.com/icon/312520.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"> <g> <path d="M6,12h1v1h6v-1h1v-1h1V5h-1V4h-1V3H7v1H6v1H5v6h1V12z M7,7h1V6h1V5h2v1h1v1h1v2h-1v1h-1v1H9v-1H8V9H7V7z"/> <polygon points="16,15 15,15 15,14 4,14 4,15 3,15 3,16 2,16 2,21 4,21 4,18 5,18 5,17 6,17 6,16 13,16 13,17 14,17 14,18 15,18 15,21 17,21 17,16 16,16 "/> <polygon points="18,12 19,12 19,11 20,11 20,5 19,5 19,4 18,4 18,3 17,3 16,3 16,6 17,6 17,7 18,7 18,8 18,9 17,9 17,10 16,10 16,13 18,13 "/> <polygon points="21,16 21,15 20,15 20,14 18,14 18,17 19,17 19,18 20,18 20,21 22,21 22,16 "/> </g> </svg>
Copied!