Ui Password Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Password icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306785.svg" alt="Ui Password icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306785.svg" alt="Ui Password icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306785.svg" alt="Ui Password icon" :width="24" :height="24" />
CSS background
.icon-ui-password {
background-image: url('https://proicons.com/icon/306785.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="M967 386H463c-18 0-42-12-53-27 0 0-92-123-189-123C99 236 0 335 0 458c0 122 99 221 221 221 97 0 189-123 189-123 11-15 35-26 53-26h118v-1h123v51h-93v183h77v-93h53v59h78v-59h44v93h82V580h-93v-51h148V419c0-18-15-33-33-33zM221 569c-62 0-112-50-112-111 0-62 50-112 112-112s112 50 112 112c0 61-50 111-112 111z"/></svg>
Copied!