Macrodroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Macrodroid 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/328768.svg" alt="Macrodroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328768.svg" alt="Macrodroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328768.svg" alt="Macrodroid icon" :width="24" :height="24" />
CSS background
.icon-macrodroid {
background-image: url('https://proicons.com/icon/328768.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,.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M5.4989,27.25V40a1.94,1.94,0,0,0,1.8791,1.999q.03.0011.0609.001h33.1a2,2,0,0,0,2-2V27.25Z"/><path class="a" d="M38.9889,13.72l2.58-2.56a3.0158,3.0158,0,1,0-4.27-4.26h0l-2.55,2.6a18.39,18.39,0,0,0-21.51,0l-2.57-2.57A3.22,3.22,0,0,0,8.4889,6a3,3,0,0,0-2.12,5.15l2.62,2.56a18.41,18.41,0,0,0-3.47,10.8v2.74h37V24.51A18.57,18.57,0,0,0,38.9889,13.72Zm-19.87,7a2.93,2.93,0,1,1-2.94-2.92h.01a2.93,2.93,0,0,1,2.94,2.9Zm12.65,2.92a2.92,2.92,0,1,1,2.92-2.92h0a2.92,2.92,0,0,1-2.91,2.9Z"/><polyline class="b" points="31.999 38.174 28.074 30.656 23.999 38.174 20.074 30.657 15.999 38.175"/></svg>
Copied!