Lockito Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lockito 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/328635.svg" alt="Lockito icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328635.svg" alt="Lockito icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328635.svg" alt="Lockito icon" :width="24" :height="24" />
CSS background
.icon-lockito {
background-image: url('https://proicons.com/icon/328635.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="M12.1069,22.0179l5.2856-2.6428,5.2856,2.6428v15.8569l5.2856,2.6428,7.9284-3.9642"/><circle id="c" class="g" cx="38.5351" cy="35.232" r=".9911"/><path id="d" class="g" d="M38.5092,19.3751c-.9472.0062-1.861.3513-2.5757.973-1.4771,1.2849-1.795,3.4556-.7485,5.1101l3.35,7.131,3.3784-7.1748c1.0247-1.6681.6783-3.8344-.8156-5.0998-.7229-.6124-1.6412-.9457-2.5886-.9394Z"/><circle id="e" class="g" cx="9.4641" cy="23.3393" r=".9911"/><path id="f" class="g" d="M9.4383,7.4825c-.9472.0062-1.861.3513-2.5757.973-1.4771,1.2849-1.795,3.4556-.7485,5.1101l3.35,7.131,3.3784-7.1748c1.0247-1.6681.6783-3.8344-.8156-5.0998-.7229-.6124-1.6412-.9457-2.5886-.9394Z"/></svg>
Copied!