Unlock Icon
Free SVG icon from the VS Code Codicons 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/307488.svg" alt="Unlock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307488.svg" alt="Unlock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307488.svg" alt="Unlock icon" :width="24" :height="24" />
CSS background
.icon-unlock {
background-image: url('https://proicons.com/icon/307488.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M8 9C8.55228 9 9 9.44771 9 10C9 10.5523 8.55228 11 8 11C7.44772 11 7 10.5523 7 10C7 9.44771 7.44772 9 8 9Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13 1C14.654 1 16 2.346 16 4V4.5C16 4.776 15.776 5 15.5 5C15.224 5 15 4.776 15 4.5V4C15 2.897 14.103 2 13 2C11.897 2 11 2.897 11 4V6H12C13.103 6 14 6.897 14 8V13C14 14.103 13.103 15 12 15H4C2.897 15 2 14.103 2 13V8C2 6.897 2.897 6 4 6H10V4C10 2.346 11.346 1 13 1ZM4 7C3.449 7 3 7.449 3 8V13C3 13.551 3.449 14 4 14H12C12.551 14 13 13.551 13 13V8C13 7.449 12.551 7 12 7H4Z"/></svg>
Unlock in other icon packs
Copied!