Detoxdroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Detoxdroid 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/338999.svg" alt="Detoxdroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338999.svg" alt="Detoxdroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338999.svg" alt="Detoxdroid icon" :width="24" :height="24" />
CSS background
.icon-detoxdroid {
background-image: url('https://proicons.com/icon/338999.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M16.1,38.65c1.13,1.12,3.94-.57,2.82-1.69M29,37c-1.12,1.12,1.69,2.81,2.82,1.69m-9.57,2.81c.05,1.69,3.38,1.69,3.39,0M15.11,31.58c-4-4.5-3.06-5.22.32-.17m17.1,0c3.38-5.05,4.32-4.33.33.17m7.3,6.63C34.53,27,13.46,27,7.84,38.21m-5-10.61a21.48,21.48,0,0,1,42.32-7.33A21.4,21.4,0,0,1,27.7,45.17,21.47,21.47,0,0,1,2.83,27.83M9.91,35.2v-27m7.32,22.54v-27M24,29.77V2.59m6.75,28.18v-27m7.32,31.46v-27"/></svg>
Copied!