Emoji Lock Open Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Lock Open 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/339897.svg" alt="Emoji Lock Open icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339897.svg" alt="Emoji Lock Open icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339897.svg" alt="Emoji Lock Open icon" :width="24" :height="24" />
CSS background
.icon-emoji-lock-open {
background-image: url('https://proicons.com/icon/339897.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m14.3478,15.1522c0-5.3307,4.3214-9.6522,9.6522-9.6522s9.6522,4.3214,9.6522,9.6522v7.6412"/><circle class="b" cx="24" cy="32.6467" r="3.0163"/><rect class="b" x="9.5217" y="22.7934" width="28.9565" height="19.7066"/></svg>
Copied!