Magisk Delta Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Magisk Delta 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/328799.svg" alt="Magisk Delta icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328799.svg" alt="Magisk Delta icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328799.svg" alt="Magisk Delta icon" :width="24" :height="24" />
CSS background
.icon-magisk-delta {
background-image: url('https://proicons.com/icon/328799.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m16.5783,18.4337c-1.7372.1954-3.4527,2.9967-3.6915,4.2127-1.4983-1.5852-3.2355-3.9087-2.0846-13.2678,1.7806,3.9521,5.3636,5.8196,5.7762,9.0551Z"/><path class="c" d="m21.0842,35.3931c-.3366-4.2272-7.2274-3.127-6.8221-10.2494.9555,3.3875,8.6969,1.1871,6.8221,10.2494Z"/><path class="c" d="m17.9319,33.265c-.6949.5212-1.064.4777-1.5562.4459"/><path class="c" d="m16.5783,32.353c-.7817.152-3.075-1.0423-3.7567-2.8881"/><path class="c" d="m20.7476,26.7506c-.6297-.76-1.9761-.7166-2.4321-1.4549"/><path class="c" d="m23.3968,25.1437c-.3909-1.5635-4.6253-4.2889-4.6253-7.4699,0-1.5418.5646-2.2149,1.7589-2.2149.912,0,1.52.7965,1.52,1.9039,0,1.7225-2.0184,3.5241-.2145,5.6504"/><path class="c" d="m23.3968,18.9332c-.4343.8903-.7166,2.1281,0,3.3007"/><path class="c" d="m24,43.5c3.32,0,2.5305-4.1043,5.6556-6.5724,3.2382-2.5574,9.8679-8.3975,9.931-13.7528,0,0-1.1003.3185-2.2294.2895,3.0401-3.2428,3.098-8.5122,2.7795-10.539,0,0-.5508.3462-1.0423.5501,0,0-.1448-5.0958-1.0424-8.9755-3.8611,5.187-9.2104,8.3897-8.9754,8.686,0,0-2.8567-.8686-5.0765-.8686-2.2197,0-5.0765.8686-5.0765.8686.235-.2963-5.1143-3.499-8.9754-8.686-.8976,3.8797-1.0424,8.9755-1.0424,8.9755-.4915-.2039-1.0423-.5501-1.0423-.5501-.3185,2.0267-.2606,7.2962,2.7795,10.539-1.1292.029-2.2294-.2895-2.2294-.2895.063,5.3553,6.6928,11.1954,9.931,13.7528,3.1251,2.4681,2.3356,6.5724,5.6556,6.5724Z"/><path class="c" d="m31.4217,18.4337c1.7372.1954,3.4527,2.9967,3.6915,4.2127,1.4983-1.5852,3.2355-3.9087,2.0846-13.2678-1.7806,3.9521-5.3636,5.8196-5.7762,9.0551Z"/><path class="c" d="m26.9158,35.3931c.3366-4.2272,7.2274-3.127,6.8221-10.2494-.9555,3.3875-8.6969,1.1871-6.8221,10.2494Z"/><path class="c" d="m24,39.2149c.3523,0,1.6889.2389,1.6889.5429s-1.1943,1.5635-1.6889,1.5635c-.4946,0-1.6889-1.2595-1.6889-1.5635s1.3367-.5429,1.6889-.5429Z"/><path class="c" d="m30.0681,33.265c.6949.5212,1.064.4777,1.5562.4459"/><path class="c" d="m31.4217,32.353c.7817.152,3.075-1.0423,3.7567-2.8881"/><path class="c" d="m27.2524,26.7506c.6297-.76,1.9761-.7166,2.4321-1.4549"/><path class="c" d="m24.6032,25.1437c.3909-1.5635,4.6253-4.2889,4.6253-7.4699,0-1.5418-.5646-2.2149-1.7589-2.2149-.912,0-1.52.7965-1.52,1.9039,0,1.7225,2.0184,3.5241.2145,5.6504"/><path class="c" d="m24.6032,18.9332c.4343.8903.7166,2.1281,0,3.3007"/></svg>
Copied!