Unlock Icon
Free SVG icon from the IcoFont 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/306834.svg" alt="Unlock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306834.svg" alt="Unlock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306834.svg" alt="Unlock icon" :width="24" :height="24" />
CSS background
.icon-unlock {
background-image: url('https://proicons.com/icon/306834.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M785 452v470c0 9-7 16-15 16H230c-8 0-15-7-15-16V452c0-8 7-15 15-15h43c5 0 10-1 13-4 0 0 1-2 1-3v-7-108c0-21 0-43 3-65C309 121 438 36 564 70c90 24 158 103 163 195 2 38 1 77 1 116h-82c0-30 1-60 0-90 0-12-1-24-3-35-13-67-74-114-144-111-65 3-126 61-128 126-2 50-1 101-2 150v8c0 2 1 3 3 4 0 0 8 4 14 4h384c8 0 15 7 15 15z"/></svg>
Unlock in other icon packs
Copied!