Lock My Phone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lock My Phone 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/343188.svg" alt="Lock My Phone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343188.svg" alt="Lock My Phone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343188.svg" alt="Lock My Phone icon" :width="24" :height="24" />
CSS background
.icon-lock-my-phone {
background-image: url('https://proicons.com/icon/343188.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M38.6475,41.4906V22.3671H42.64a.8582.8582,0,0,0,.5562-1.5118L25.5894,5.8682a2.4521,2.4521,0,0,0-3.1788,0L4.8037,20.8553A.8582.8582,0,0,0,5.36,22.3671H9.3525V41.4906a1.226,1.226,0,0,0,1.226,1.226h26.843A1.226,1.226,0,0,0,38.6475,41.4906Z"/><path class="a" d="M18.7315,24.8673v-3.47a5.2685,5.2685,0,0,1,10.537,0v3.47"/><rect class="a" x="16.8943" y="24.8673" width="14.2115" height="11.6754"/></svg>
Copied!