Password Icon
Free SVG icon from the Arcticons 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/345568.svg" alt="Password icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345568.svg" alt="Password icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345568.svg" alt="Password icon" :width="24" :height="24" />
CSS background
.icon-password {
background-image: url('https://proicons.com/icon/345568.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" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,25.28a3.26,3.26,0,0,0-1.64,6.07V36h3.32V31.35a3.28,3.28,0,0,0,1.61-2.8v0A3.27,3.27,0,0,0,24,25.28Z"/><rect class="a" x="7.38" y="17.77" width="33.23" height="25.73" rx="4.32"/><path class="a" d="M13.35,17.77V15.16a10.66,10.66,0,0,1,21.32,0v2.61"/></svg>
Password in other icon packs
Copied!