Hermit Unlocker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hermit 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/341552.svg" alt="Hermit Unlocker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341552.svg" alt="Hermit Unlocker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341552.svg" alt="Hermit Unlocker icon" :width="24" :height="24" />
CSS background
.icon-hermit-unlocker {
background-image: url('https://proicons.com/icon/341552.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><g><path class="b" d="M2.7076,21.0009c13.3663,.1109,24.1806,10.9253,24.2916,24.2915"/><path class="b" d="M2.6163,26.2503c10.5392,.0624,19.0709,8.5941,19.1333,19.1333"/><path class="b" d="M3.8691,31.5661c6.639,.6443,11.9204,5.9257,12.5648,12.5647"/></g><g><path class="b" d="M23.7937,33.375h5.7063c.5523,0,1-.4477,1-1v-9c0-.5523-.4477-1-1-1h-11c-.5523,0-1,.4477-1,1v2.753"/><path class="b" d="M19.5,22.375v-3.25c0-2.4853,2.0147-4.5,4.5-4.5s4.5,2.0147,4.5,4.5"/><circle class="b" cx="24" cy="27.875" r="1.75"/></g></svg>
Copied!