Emoji Lock Closed Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Lock Closed 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/325337.svg" alt="Emoji Lock Closed icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325337.svg" alt="Emoji Lock Closed icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325337.svg" alt="Emoji Lock Closed icon" :width="24" :height="24" />
CSS background
.icon-emoji-lock-closed {
background-image: url('https://proicons.com/icon/325337.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m33.6522,21.587v-5.2283c0-5.3307-4.3214-9.6522-9.6522-9.6522s-9.6522,4.3214-9.6522,9.6522v5.2283"/><rect class="b" x="9.5217" y="21.587" width="28.9565" height="19.7065"/><circle class="b" cx="24" cy="31.4402" r="3.0163"/></svg>
Copied!