Andrax Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Andrax 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/336304.svg" alt="Andrax icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336304.svg" alt="Andrax icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336304.svg" alt="Andrax icon" :width="24" :height="24" />
CSS background
.icon-andrax {
background-image: url('https://proicons.com/icon/336304.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="M9.8293,21.3669c-.2968-.5549-.2134-1.123-.2134-1.123"/><path class="b" d="M6.3453,21.5217c-.2452-.2839-.2439-.8183-.2439-.8183"/><path class="b" d="M43.5,21.9777c-.4474-3.2002-3.5443-8.4994-6.0562-9.8758,0,0-.1376-.2064,2.6152.4818-3.2961-1.9565-6.2777-3.1727-8.9569-3.846,1.3682-2.2609,2.6934-2.2631,4.8707-3.6297-3.5948.2914-5.9154,2.2644-6.8434,3.222-.63-.1024-1.2412-.1741-1.8341-.218l.0092-.0016s1.4162-2.2539,4.1003-3.1056c-3.003.3234-4.9709,1.4368-6.7391,3.091-1.864.1211-3.5086.519-4.9392,1.0693.0637-.9406,1.0196-1.8118,1.0196-1.8118-1.4968.2279-2.727,1.1742-2.8991,2.5507-.5763-.8173.2323-1.9786.2323-1.9786-1.6151.8887-2.2712,1.7278-2.0216,3.2225-2.598,1.8636-3.8368,3.8789-3.8368,3.8789,0,0-.8295.3256-2.3657.4904-1.1482.1232-2.3166.6632-3.1587,1.1417-.5577-.7502-1.9642-.389-2.1965.824,0,0,.5936-.3957.9678-.0301-.7485,1.2904-.3613,2.1937.1678,2.5033,0,0-.2581.5678.0731.757,0,0,4.9895,0,7.1918-1.9614,2.2023-1.9614,7.2262-3.9228,8.8779-1.7893-6.7187,1.7119-7.3509,6.0992-13.6954,6.3659,0,0,.5764.6538,3.2346.6538,4.3357,0,9.0844-3.9572,10.8049-3.9572s1.1355.7914,3.7507.7914c.7484,0,1.4685-.1963,2.1057-.5215.3108-.0093,1.4902.1019,1.4902,2.3281,0,5.0669-23.7346,13.119-18.2633,19.4677,3.8202,4.4328,14.5556-9.3941,26.5735.5592-2.8647-5.2734-.6796-6.6326,1.1786-9.6952,1.8582-3.0625,1.5141-4.783,1.5141-4.783,0,0,.9979.6882,1.0667,3.2002,1.17-1.927,1.2732-7.9488-.2753-11.0776,0,0,1.1613-.123,2.2367,1.6835Z"/><path class="b" d="M17.219,13.8353c.6882-.4129,2.4948-1.9528,2.4948-1.9528.8517.2409,1.5829.4731,1.5829.4731-.7054.8947-4.0776,1.4797-4.0776,1.4797Z"/><path class="b" d="M8.6594,17.1387c.4516-.4258,1.5227-.4129,1.9743-.1419"/><path class="b" d="M27.9789,20.2948c2.0709-1.242,2.6128-2.042,2.4838-3.797"/></svg>
Copied!