Key Users Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Key Users icon is commonly used in password managers, authentication screens and security panels. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/320264.svg" alt="Key Users icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320264.svg" alt="Key Users icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320264.svg" alt="Key Users icon" :width="24" :height="24" />
CSS background
.icon-key-users {
background-image: url('https://proicons.com/icon/320264.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="key--users_1_" d="M24.36,31h-0.72v-7.5c0-3.552-2.414-6.604-5.872-7.424c-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.201s-4.2,1.884-4.2,4.201 c0,1.656,0.98,3.162,2.496,3.836c0.141,0.063,0.226,0.209,0.212,0.363c-0.014,0.153-0.125,0.281-0.275,0.316 c-3.458,0.82-5.873,3.872-5.873,7.424V31H7.64v-7.5c0-3.592,2.257-6.718,5.586-7.879c-1.326-0.907-2.146-2.421-2.146-4.06 c0-1.964,1.157-3.663,2.824-4.452C14.093,6.626,14.2,6.048,14.2,5.5c0-2.321-1.845-4.14-4.2-4.14S5.799,3.179,5.799,5.5 c0,1.666,1.003,3.232,2.496,3.897C8.437,9.46,8.522,9.606,8.507,9.76c-0.014,0.153-0.125,0.281-0.275,0.316 C4.774,10.896,2.36,13.948,2.36,17.5V25H1.64v-7.5c0-3.594,2.259-6.721,5.591-7.881C5.917,8.705,5.08,7.144,5.08,5.5 c0-2.68,2.207-4.86,4.92-4.86s4.92,2.18,4.92,4.86c0,0.437-0.056,0.881-0.162,1.299c0.794-0.207,1.689-0.207,2.484,0 C17.136,6.38,17.079,5.937,17.079,5.5c0-2.68,2.208-4.86,4.921-4.86s4.921,2.18,4.921,4.86c0,1.644-0.839,3.205-2.152,4.119 c3.332,1.16,5.592,4.287,5.592,7.881V25H29.64v-7.5c0-3.552-2.414-6.604-5.872-7.424c-0.15-0.036-0.261-0.163-0.275-0.316 c-0.015-0.154,0.071-0.3,0.212-0.363C25.197,8.732,26.2,7.166,26.2,5.5c0-2.321-1.845-4.14-4.2-4.14s-4.2,1.819-4.2,4.14 c0,0.547,0.106,1.125,0.296,1.609c1.668,0.789,2.825,2.487,2.825,4.452c0,1.64-0.82,3.154-2.146,4.061 c3.329,1.161,5.586,4.287,5.586,7.879L24.36,31L24.36,31z M18.926,29.36c-0.074,0-0.148-0.023-0.211-0.069L16,27.323l-2.714,1.968 c-0.126,0.092-0.297,0.092-0.423,0s-0.179-0.254-0.13-0.402l1.037-3.186l-2.714-1.973c-0.126-0.092-0.179-0.254-0.131-0.402 s0.187-0.249,0.342-0.249h3.355l1.037-3.19C15.706,19.74,15.844,19.64,16,19.64l0,0c0.156,0,0.294,0.101,0.342,0.249l1.037,3.19 h3.355c0.156,0,0.294,0.101,0.343,0.249c0.048,0.148-0.005,0.311-0.131,0.402l-2.715,1.973l1.037,3.186 c0.048,0.148-0.005,0.311-0.131,0.402C19.074,29.337,19,29.36,18.926,29.36z M16,26.519c0.074,0,0.148,0.023,0.211,0.069l2.03,1.471 l-0.775-2.382c-0.048-0.148,0.005-0.311,0.131-0.402l2.03-1.475h-2.51c-0.156,0-0.294-0.101-0.342-0.249L16,21.165l-0.775,2.386 c-0.048,0.148-0.187,0.249-0.342,0.249h-2.509l2.03,1.475c0.126,0.092,0.179,0.254,0.131,0.402l-0.775,2.382l2.029-1.471 C15.852,26.542,15.926,26.519,16,26.519z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!