Lock Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Lock Svg 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/308873.svg" alt="Lock Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308873.svg" alt="Lock Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308873.svg" alt="Lock Svg icon" :width="24" :height="24" />
CSS background
.icon-lock---svg {
background-image: url('https://proicons.com/icon/308873.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9 7C9 5.34315 10.3431 4 12 4C13.6569 4 15 5.34315 15 7V9H9V7ZM7 9V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V9H19C19.5523 9 20 9.44772 20 10V19C20 20.6569 18.6569 22 17 22H7C5.34315 22 4 20.6569 4 19V10C4 9.44772 4.44772 9 5 9H7ZM13 15.5C13 14.6716 13.6716 14 14.5 14H14.51C15.3384 14 16.01 14.6716 16.01 15.5V15.51C16.01 16.3384 15.3384 17.01 14.51 17.01H14.5C13.6716 17.01 13 16.3384 13 15.51V15.5Z" fill="#292929"/> </svg>
Copied!