Infinite Alchemy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Infinite Alchemy 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/341972.svg" alt="Infinite Alchemy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341972.svg" alt="Infinite Alchemy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341972.svg" alt="Infinite Alchemy icon" :width="24" :height="24" />
CSS background
.icon-infinite-alchemy {
background-image: url('https://proicons.com/icon/341972.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M15.0016,32.6859c0,.3632-.2944.6577-.6577.6577-.0013,0-.0025,0-.0038,0-.3632,0-.6577-.2945-.6577-.6577s.2945-.6577.6577-.6577c.3632-.0021.6594.2907.6615.6539,0,.0013,0,.0025,0,.0038ZM16.351,29.9532c0,.4593-.3723.8316-.8316.8316s-.8316-.3723-.8316-.8316.3723-.8316.8316-.8316.8316.3723.8316.8316ZM21.3025,35.1239c0,1.599-1.2963,2.8953-2.8953,2.8953s-2.8953-1.2963-2.8953-2.8953c.0021-1.5976,1.2978-2.8915,2.8953-2.8915,1.5961.0021,2.8895,1.2955,2.8915,2.8915h.0038ZM31.1149,35.7325c0,.9415-.7632,1.7047-1.7047,1.7047h0c-.94,0-1.7026-.7609-1.7047-1.7009-.0021-.9415.7594-1.7064,1.7009-1.7085h0c.9415-.0021,1.7064.7594,1.7085,1.7009,0,.0013,0,.0025,0,.0038ZM25.3507,22.1857c0,.7515-.6092,1.3607-1.3607,1.3607h0c-.7515.0021-1.3624-.6054-1.3645-1.3569,0-.0013,0-.0025,0-.0038,0-.7515.6092-1.3607,1.3607-1.3607h0c.7515-.0021,1.3624.6054,1.3645,1.3569,0,.0013,0,.0025,0,.0038ZM25.3507,16.5613c0,.7515-.6092,1.3607-1.3607,1.3607h0c-.7515.0021-1.3624-.6054-1.3645-1.3569,0-.0013,0-.0025,0-.0038,0-.7515.6092-1.3607,1.3607-1.3607h0c.7515-.0021,1.3624.6054,1.3645,1.3569,0,.0013,0,.0025,0,.0038ZM25.3507,10.937c0,.7515-.6092,1.3607-1.3607,1.3607h0c-.7515.0021-1.3624-.6054-1.3645-1.3569,0-.0013,0-.0025,0-.0038,0-.7515.6092-1.3607,1.3607-1.3607h0c.7515-.0021,1.3624.6054,1.3645,1.3569,0,.0013,0,.0025,0,.0038ZM12.7677,34.4851c.3629,3.5719,3.7609,6.2556,7.5483,6.2556h7.3895c4.1342.0109,7.5103-3.3012,7.5785-7.4349.034-1.4741-.2079-2.8537-.9903-4.1691-3.364.9676-6.6222-.2532-10.4814-1.493-5.4769-1.7538-11.929-1.8634-11.0483,6.8414h.0038ZM16.7365,4.5c-1.6253,0-2.9369.9752-2.9369,2.1923s1.3116,2.1961,2.9407,2.1961h.2759v10.9576c-3.8063,3.9007-7.6805,7.0833-7.5747,13.8605-.0313,5.3774,4.3025,9.762,9.6798,9.7933.029.0002.0581.0002.0871.0001h9.5591c5.3983.0084,9.7813-4.3611,9.7897-9.7594,0-.0113,0-.0227,0-.034.1323-6.7772-3.7382-9.9598-7.5483-13.8605v-10.9576h.2268c1.6291,0,2.9407-.9827,2.9407-2.1923,0-1.2209-1.3116-2.1961-2.9407-2.1961h-14.4993Z"/></svg>
Copied!