Ui Lock Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui 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/306769.svg" alt="Ui Lock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306769.svg" alt="Ui Lock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306769.svg" alt="Ui Lock icon" :width="24" :height="24" />
CSS background
.icon-ui-lock {
background-image: url('https://proicons.com/icon/306769.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="M782 343C771 151 649 0 500 0S229 151 218 343C127 367 60 450 60 549v238c0 117 96 213 213 213h454c117 0 213-96 213-213V549c0-99-67-182-158-206zM552 709v68c0 59-24 107-52 107s-52-48-52-107v-68c-41-19-70-61-70-110 0-68 54-123 122-123s122 55 122 123c0 49-29 91-70 110zM337 335c8-115 78-205 163-205s155 90 163 205H337z"/></svg>
Copied!