Lock Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Lock 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/312187.svg" alt="Lock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312187.svg" alt="Lock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312187.svg" alt="Lock icon" :width="24" :height="24" />
CSS background
.icon-lock {
background-image: url('https://proicons.com/icon/312187.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" viewBox="0 0 22 22"><path d="M10 12H12V13H13V15H12V16H10V15H9V13H10V12M8 2H14V3H15V4H16V8H17V9H18V19H17V20H5V19H4V9H5V8H6V4H7V3H8V2M9 4V5H8V8H14V5H13V4H9M16 10H6V18H16V10Z" /></svg>
Lock in other icon packs
Copied!