Locker App Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Locker App 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/328633.svg" alt="Locker App icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328633.svg" alt="Locker App icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328633.svg" alt="Locker App icon" :width="24" :height="24" />
CSS background
.icon-locker-app {
background-image: url('https://proicons.com/icon/328633.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="cls-1" cx="39.5091" cy="19.1992" r="1.5851"/><polyline class="cls-1" points="14.2948 20.7843 12.1946 27.1248 10.0943 20.7843"/><path class="cls-1" d="M32.9966,26.4301c.3888.5062.8763.6947,1.5546.6947h.9387c.8736,0,1.5817-.7082,1.5817-1.5817v-.0068c0-.8736-.7082-1.5817-1.5817-1.5817h-1.0355c-.8745,0-1.5834-.7089-1.5834-1.5834h0c0-.8764.7105-1.5868,1.5868-1.5868h.9336c.6783,0,1.1658.1885,1.5546.6947"/><path class="cls-1" d="M24.9017,24.9986v.026c0,1.16-.9403,2.1003-2.1003,2.1003h0c-1.16,0-2.1003-.9403-2.1003-2.1003v-2.1399c0-1.16.9403-2.1003,2.1003-2.1003h0c1.16,0,2.1003.9403,2.1003,2.1003v.026"/><line class="cls-1" x1="16.2718" y1="23.9546" x2="18.3388" y2="23.9546"/><polyline class="cls-1" points="19.4421 27.1248 16.2718 27.1248 16.2718 20.7843 19.4421 20.7843"/><rect class="cls-1" x="26.8453" y="20.7843" width="4.2006" height="6.3405" rx="2.1003" ry="2.1003"/><circle class="cls-1" cx="24" cy="24" r="21.5"/></svg>
Copied!