Lock Open Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Lock Open icon is commonly used in login screens, security indicators and password fields. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/312186.svg" alt="Lock Open icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312186.svg" alt="Lock Open icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312186.svg" alt="Lock Open icon" :width="24" :height="24" />
CSS background
.icon-lock-open {
background-image: url('https://proicons.com/icon/312186.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" id="memory-lock-open" viewBox="0 0 22 22"><path d="M10 13H12V14H13V16H12V17H10V16H9V14H10V13M14 2V3H15V4H16V9H17V10H18V20H17V21H5V20H4V10H5V9H14V5H13V4H9V5H8V7H6V4H7V3H8V2H14M16 11H6V19H16V11Z" /></svg>
Lock Open in other icon packs
Copied!