Users Icon
Free SVG icon from the Pixelarticons collection. Download or copy for use in any project.
The Users icon is commonly used in team pages, admin panels and user management screens. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/313324.svg" alt="Users icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313324.svg" alt="Users icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313324.svg" alt="Users icon" :width="24" :height="24" />
CSS background
.icon-users {
background-image: url('https://proicons.com/icon/313324.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"> <path d="M5 2h6v2H5zm10 0h4v2h-4zM5 10h6v2H5zm10 0h4v2h-4zm4-6h2v6h-2zm-8 0h2v6h-2zM3 4h2v6H3zM0 18h2v4H0zm14 0h2v4h-2zm8 0h2v4h-2zM4 14h8v2H4zm12 0h4v2h-4zM2 16h2v2H2zm10 0h2v2h-2zm8 0h2v2h-2z"/> </svg>
Users in other icon packs
Copied!