Ui Unlock Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui 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/306812.svg" alt="Ui Unlock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306812.svg" alt="Ui Unlock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306812.svg" alt="Ui Unlock icon" :width="24" :height="24" />
CSS background
.icon-ui-unlock {
background-image: url('https://proicons.com/icon/306812.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="M761 388c1-14 2-29 2-44C763 154 646 0 500 0 381 0 280 104 248 247h113c23-74 77-126 139-126 84 0 152 94 152 210 0 17-2 34-5 51H289c-109 0-198 89-198 198v222c0 109 89 198 198 198h422c110 0 199-89 199-198V580c0-92-64-169-149-192zM548 729v64c0 55-21 99-48 99-26 0-48-45-48-99v-64c-39-18-66-57-66-102 0-63 51-114 114-114s114 51 114 114c0 45-27 84-66 102z"/></svg>
Copied!