Macrodroid Helper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Macrodroid Helper 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/328769.svg" alt="Macrodroid Helper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328769.svg" alt="Macrodroid Helper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328769.svg" alt="Macrodroid Helper icon" :width="24" :height="24" />
CSS background
.icon-macrodroid-helper {
background-image: url('https://proicons.com/icon/328769.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M42.0584,32.0331v-5.5332H5.0184v12.75c-.0331,1.0709.8082,1.9659,1.8791,1.999.02.0007.0403.0011.0609.001h25.033"/><path class="f" d="M38.5084,12.9701l2.58-2.56c1.1764-1.1791,1.1741-3.0886-.005-4.265-1.1791-1.1764-3.0886-1.1741-4.265.005l-2.55,2.6c-6.4224-4.6304-15.0876-4.6304-21.51,0l-2.57-2.57c-.582-.5759-1.3615-.9084-2.18-.93-1.6568-.0154-3.0124,1.3152-3.0278,2.972-.0076.8195.3204,1.6065.9078,2.178l2.62,2.56c-2.2646,3.145-3.4789,6.9245-3.47,10.8v2.74h37v-2.74c-.0215-3.877-1.2558-7.65-3.53-10.79ZM18.6384,19.9701c.0055,1.6182-1.3018,2.9345-2.92,2.94s-2.9345-1.3018-2.94-2.92c-.0055-1.6182,1.3018-2.9344,2.92-2.94h.01c1.6104-.0056,2.9235,1.2896,2.94,2.9l-.01.02ZM31.2884,22.8901c-1.6127,0-2.92-1.3073-2.92-2.92s1.3073-2.92,2.92-2.92,2.92,1.3073,2.92,2.92h0c-.011,1.601-1.309,2.8946-2.91,2.9l-.01.02Z"/><path class="f" d="M31.1134,36.6491l-3.5203-6.7427-4.075,7.518-3.925-7.517-4.075,7.518"/><circle class="f" cx="38.0194" cy="37.7501" r="7"/><line class="f" x1="35.3694" y1="33.7501" x2="35.3694" y2="41.7501"/><line class="f" x1="40.6694" y1="33.7501" x2="40.6694" y2="41.7501"/><line class="f" x1="35.3694" y1="37.7351" x2="40.6694" y2="37.7351"/></svg>
Copied!