Unlock 02 Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Unlock 02 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/320919.svg" alt="Unlock 02 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320919.svg" alt="Unlock 02 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320919.svg" alt="Unlock 02 icon" :width="24" :height="24" />
CSS background
.icon-unlock-02 {
background-image: url('https://proicons.com/icon/320919.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="unlock--02_1_" d="M14.5,21.5c0-0.828,0.672-1.5,1.5-1.5c0.828,0,1.5,0.672,1.5,1.5c0,0.704-0.487,1.29-1.14,1.452V25 c0,0.199-0.161,0.36-0.36,0.36s-0.36-0.161-0.36-0.36v-2.048C14.986,22.79,14.5,22.204,14.5,21.5z M26.355,13v18 c0,0.196-0.159,0.355-0.355,0.355H6c-0.196,0-0.355-0.159-0.355-0.355V13c0-0.196,0.159-0.355,0.355-0.355h4.64V6 c0-2.956,2.404-5.36,5.36-5.36S21.36,3.044,21.36,6h-0.72c0-2.559-2.081-4.64-4.64-4.64S11.36,3.442,11.36,6v6.645H26 C26.196,12.645,26.355,12.804,26.355,13z M25.645,13.355H6.355v17.289h19.289V13.355H25.645z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!