Lock Screen Ios Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lock Screen Ios 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/343189.svg" alt="Lock Screen Ios icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343189.svg" alt="Lock Screen Ios icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343189.svg" alt="Lock Screen Ios icon" :width="24" :height="24" />
CSS background
.icon-lock-screen-ios {
background-image: url('https://proicons.com/icon/343189.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="b" class="h" cx="34.6409" cy="13.5198" r="8.0198"/><path id="c" class="h" d="M36.0819,21.4091v15.7443c0,2.962-2.3846,5.3466-5.3466,5.3466H10.6858c-2.962,0-5.3466-2.3846-5.3466-5.3466v-20.0496c0-2.962,2.3846-5.3466,5.3466-5.3466h16.1313"/><rect id="d" class="h" x="15.5899" y="26.4474" width="9.3565" height="6.6832" rx="1.3366" ry="1.3366"/><path id="e" class="h" d="M23.8168,26.4632l-.0061-2.8379c.0061-1.2823-1.3657-2.9358-3.4762-2.97-2.1105-.0342-3.4079,1.7052-3.4256,3.0712l.0177,2.7209"/><path id="f" class="h" d="M20.3344,28.5251v.8732"/><circle id="g" class="h" cx="20.3344" cy="30.334" r=".9357"/></svg>
Copied!