Locker 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Locker 2 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/343191.svg" alt="Locker 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343191.svg" alt="Locker 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343191.svg" alt="Locker 2 icon" :width="24" :height="24" />
CSS background
.icon-locker-2 {
background-image: url('https://proicons.com/icon/343191.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><circle class="a" cx="9.9622" cy="24" r="4.9558"/><line class="a" x1="14.918" y1="24" x2="28.4539" y2="24"/><line class="a" x1="25.6822" y1="26.3486" x2="25.6822" y2="24"/><path class="a" d="M19.0765,26.5V40.0417A3.4583,3.4583,0,0,0,22.5348,43.5H39.5354a3.4582,3.4582,0,0,0,3.4582-3.4583V7.9583A3.4582,3.4582,0,0,0,39.5354,4.5H22.5348a3.4583,3.4583,0,0,0-3.4583,3.4583V21.5"/><line class="a" x1="19.0765" y1="9.4953" x2="42.9936" y2="9.4953"/><line class="a" x1="19.0765" y1="38.5047" x2="42.9936" y2="38.5047"/></svg>
Copied!