Applock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Applock 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/321962.svg" alt="Applock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321962.svg" alt="Applock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321962.svg" alt="Applock icon" :width="24" :height="24" />
CSS background
.icon-applock {
background-image: url('https://proicons.com/icon/321962.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M10.8482,21.5659l.1149,10.3848c.0466,4.2163,7.2478,11.5039,13.2523,11.5491s12.9364-8.2657,12.9364-11.922v-10.0979c-2.763-1.8783-7.2291-3.7942-12.9783-3.8709-5.7492-.0767-8.375.7919-13.3252,3.957Z"/><path id="c" class="f" d="M14.9237,19.2536s-.02-4.0476,0-6.0714c.053-5.3568,4.7455-8.7182,9.0763-8.682,4.6194.0386,8.8957,3.3416,9.0641,8.6414v2.5559"/><path id="d" class="f" d="M23.3996,29.4644c-.8817-.3206-1.4057-1.2273-1.2427-2.1503s.9657-1.596,1.904-1.596,1.741.673,1.904,1.596-.3611,1.8298-1.2427,2.1503"/><path id="e" class="f" d="M24.7221,29.4644l1.1946,6.3559h-3.7361l1.219-6.3559"/></svg>
Copied!