Lock Icon
Free SVG icon from the IcoFont 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/306028.svg" alt="Lock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306028.svg" alt="Lock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306028.svg" alt="Lock icon" :width="24" :height="24" />
CSS background
.icon-lock {
background-image: url('https://proicons.com/icon/306028.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M766 447V327c0-146-119-265-265-265-147 0-265 119-265 265v120h-57v491h643V447h-56zM335 327c0-91 75-165 166-165s165 74 165 165v120H335V327zm211 476h-91l14-135c-17-10-28-29-28-50 0-33 27-60 60-60s59 27 59 60c0 21-11 40-28 50l14 135z"/></svg>
Lock in other icon packs
Copied!