Inure Unlocker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Inure Unlocker 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/327502.svg" alt="Inure Unlocker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327502.svg" alt="Inure Unlocker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327502.svg" alt="Inure Unlocker icon" :width="24" :height="24" />
CSS background
.icon-inure-unlocker {
background-image: url('https://proicons.com/icon/327502.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><line class="e" x1="19.5003" y1="32.1258" x2="27.7773" y2="17.8881"/><line class="e" x1="19.8439" y1="43.0937" x2="30.8223" y2="24.2091"/></g><g id="c"><path id="d" class="e" d="m24,43.5c10.8188,0,14.9092-7.1393,14.9092-14.9015v-3.7373c0-5.606-2.4253-6.9731-8.8219-6.9731h-6.0873s-6.0873,0-6.0873,0c-6.3966,0-8.8219,1.3671-8.8219,6.9731v3.7373c0,7.7622,4.0904,14.9015,14.9092,14.9015Z"/></g><path class="e" d="m15.9503,17.9419v-5.3923c0-4.4457,3.604-8.0497,8.0497-8.0497,3.4465,0,6.3871,2.166,7.5348,5.2109"/><line class="e" x1="32.0497" y1="17.9419" x2="32.0497" y2="14.8186"/></svg>
Copied!