Password Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Password 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/318551.svg" alt="Password icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318551.svg" alt="Password icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318551.svg" alt="Password icon" :width="24" :height="24" />
CSS background
.icon-password {
background-image: url('https://proicons.com/icon/318551.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="M21,2a8.9977,8.9977,0,0,0-8.6119,11.6118L2,24v6H8L18.3881,19.6118A9,9,0,1,0,21,2Zm0,16a7.0125,7.0125,0,0,1-2.0322-.3022L17.821,17.35l-.8472.8472-3.1811,3.1812L12.4141,20,11,21.4141l1.3787,1.3786-1.5859,1.586L9.4141,23,8,24.4141l1.3787,1.3786L7.1716,28H4V24.8284l9.8023-9.8023.8472-.8474-.3473-1.1467A7,7,0,1,1,21,18Z"/>
<circle cx="22" cy="10" r="2"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Password in other icon packs
Copied!