Unlock Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Unlock icon is commonly used in access control UI and security panels. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/304861.svg" alt="Unlock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304861.svg" alt="Unlock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304861.svg" alt="Unlock icon" :width="24" :height="24" />
CSS background
.icon-unlock {
background-image: url('https://proicons.com/icon/304861.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>unlock</title><path d="M54.39,22.46H27.84V15.62A8.17,8.17,0,0,1,36,7.46c4,0,7.75,2.41,8.38,6.28,1.34-.58,5.56-2.31,6.53-2.77a15.62,15.62,0,0,0-30.53,4.65v6.84H17.61A1.61,1.61,0,0,0,16,24.07V54.38A1.61,1.61,0,0,0,17.61,56H54.39A1.61,1.61,0,0,0,56,54.38V24.07A1.61,1.61,0,0,0,54.39,22.46ZM38.52,40.9v6.46a1,1,0,0,1-1,1h-3a1,1,0,0,1-1-1V40.9a4.36,4.36,0,1,1,5,0Z"/></svg>
Unlock in other icon packs
Copied!