Hidedroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hidedroid 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/327026.svg" alt="Hidedroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327026.svg" alt="Hidedroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327026.svg" alt="Hidedroid icon" :width="24" :height="24" />
CSS background
.icon-hidedroid {
background-image: url('https://proicons.com/icon/327026.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M15.58,21.6278l-2.5211-2.44a2.4945,2.4945,0,1,0-3.5444,3.511l.3377.3317M9.854,28.021a15.13,15.13,0,0,0-1.0984,5.6316v7.2482A1.6016,1.6016,0,0,0,10.36,42.5h27.307a1.6014,1.6014,0,0,0,1.5648-1.5994V33.6526A15.1032,15.1032,0,0,0,38.17,28.0409m-.4594-4.5761.8087-.7974a2.4917,2.4917,0,1,0-3.5366-3.511l-2.5418,2.6453"/><path class="a" d="M5.5,25.6628h37S23.295,15.1608,5.5,25.6628Z"/><path class="a" d="M13.0191,16.2768H34.98L31.5386,5.5,21.1851,7.1047,16.182,5.91Z"/><path class="a" d="M22.1881,32.3868a2.53,2.53,0,0,1,3.625,0"/><circle class="a" cx="17.5361" cy="32.3868" r="4.6515"/><circle class="a" cx="30.4641" cy="32.3868" r="4.6515"/></svg>
Copied!