Anonymous Users Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Anonymous 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/319529.svg" alt="Anonymous Users icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319529.svg" alt="Anonymous Users icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319529.svg" alt="Anonymous Users icon" :width="24" :height="24" />
CSS background
.icon-anonymous-users {
background-image: url('https://proicons.com/icon/319529.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.1.2, 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 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="anonymous--users_1_" d="M24.36,31h-0.72v-7.492c0-3.556-2.414-6.612-5.872-7.432c-0.15-0.036-0.261-0.163-0.275-0.316 c-0.015-0.154,0.071-0.3,0.212-0.363c1.517-0.675,2.496-2.181,2.496-3.836c0-2.316-1.884-4.201-4.2-4.201S11.8,9.244,11.8,11.561 c0,1.655,0.98,3.162,2.496,3.836c0.141,0.063,0.227,0.209,0.212,0.363c-0.014,0.153-0.125,0.281-0.275,0.316 c-3.458,0.82-5.872,3.876-5.872,7.432V31H7.64v-7.492c0-3.597,2.257-6.725,5.585-7.887c-1.326-0.907-2.146-2.421-2.146-4.061 c0-1.964,1.157-3.664,2.826-4.452C14.101,6.617,14.2,6.097,14.2,5.561c0-2.316-1.884-4.201-4.2-4.201 c-2.355,0-4.201,1.819-4.201,4.14c0,1.666,1.003,3.232,2.496,3.897C8.437,9.46,8.522,9.606,8.507,9.76 c-0.014,0.153-0.125,0.281-0.275,0.316C4.774,10.896,2.36,13.948,2.36,17.5V25H1.64v-7.5c0-3.594,2.259-6.721,5.591-7.881 C5.917,8.705,5.08,7.144,5.08,5.5c0-2.68,2.207-4.86,4.92-4.86s4.92,2.207,4.92,4.92c0,0.422-0.052,0.836-0.157,1.237 c0.791-0.205,1.683-0.205,2.473,0c-0.104-0.401-0.157-0.815-0.157-1.237c0-2.713,2.208-4.92,4.921-4.92 c2.726,0,4.86,2.135,4.86,4.86c0,1.68-0.799,3.215-2.093,4.119c3.333,1.159,5.593,4.287,5.593,7.881V25h-0.72v-7.5 c0-3.552-2.414-6.604-5.872-7.424c-0.15-0.036-0.261-0.163-0.275-0.316c-0.015-0.154,0.071-0.3,0.212-0.363 C25.184,8.738,26.14,7.208,26.14,5.5c0-2.321-1.818-4.14-4.14-4.14c-2.316,0-4.2,1.884-4.2,4.201c0,0.536,0.099,1.056,0.295,1.548 c1.669,0.789,2.826,2.488,2.826,4.452c0,1.64-0.82,3.154-2.146,4.061c3.329,1.162,5.586,4.29,5.586,7.887L24.36,31L24.36,31z M16.5,28c0-0.276-0.224-0.5-0.5-0.5c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5C16.276,28.5,16.5,28.276,16.5,28z M17.241,24.812c0.498-0.371,1.119-0.833,1.119-1.994c0-1.262-0.992-2.178-2.36-2.178c-1.302,0-2.36,1.062-2.36,2.369h0.72 c0-0.909,0.736-1.648,1.641-1.648c0.965,0,1.639,0.599,1.639,1.457c0,0.8-0.348,1.059-0.829,1.417 c-0.524,0.39-1.175,0.875-1.175,2.152h0.72C16.355,25.471,16.746,25.18,17.241,24.812z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!