Device Unlock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Device 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/324458.svg" alt="Device Unlock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324458.svg" alt="Device Unlock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324458.svg" alt="Device Unlock icon" :width="24" :height="24" />
CSS background
.icon-device-unlock {
background-image: url('https://proicons.com/icon/324458.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="m39.5 15.489v24.011c0 2.216-1.784 4-4 4h-23c-2.216 0-4-1.784-4-4v-31c0-2.216 1.784-4 4-4h16.011z"/><path class="a" d="m23.351 33.354h4.874l-2.5121-9.3618a4.5551 4.5551 0 1 0-3.4123-0.0037l-2.5028 9.3655h4.874"/><path class="a" d="m8.7939 20.686h10.611m9.103 0h10.833"/><path class="a" d="m8.7285 23.786h13.129m4.3563 0h12.932"/><path class="a" d="m8.4887 27.107h12.728m5.406 0h12.611"/></svg>
Copied!