Lock Small Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Lock Small 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/307281.svg" alt="Lock Small icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307281.svg" alt="Lock Small icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307281.svg" alt="Lock Small icon" :width="24" :height="24" />
CSS background
.icon-lock-small {
background-image: url('https://proicons.com/icon/307281.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M11 7V5C11 3.346 9.654 2 8 2C6.346 2 5 3.346 5 5V7C3.897 7 3 7.897 3 9V12C3 13.103 3.897 14 5 14H11C12.103 14 13 13.103 13 12V9C13 7.897 12.103 7 11 7ZM6 5C6 3.897 6.897 3 8 3C9.103 3 10 3.897 10 5V7H6V5ZM12 12C12 12.551 11.551 13 11 13H5C4.449 13 4 12.551 4 12V9C4 8.449 4.449 8 5 8H11C11.551 8 12 8.449 12 9V12ZM9 10C9 10.552 8.552 11 8 11C7.448 11 7 10.552 7 10C7 9.448 7.448 9 8 9C8.552 9 9 9.448 9 10Z"/></svg>
Lock Small in other icon packs
Copied!