Emoji Ant Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Ant 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/325078.svg" alt="Emoji Ant icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325078.svg" alt="Emoji Ant icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325078.svg" alt="Emoji Ant icon" :width="24" :height="24" />
CSS background
.icon-emoji-ant {
background-image: url('https://proicons.com/icon/325078.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>.n{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="n" d="m20.6622,19.1629l-8.1942-3.7962-2.4711-6.5778"/><path id="d" class="n" d="m27.3675,19.1896l8.1645-3.8229,2.4711-6.5778"/><path id="e" class="n" d="m27.6586,21.9248l9.5208.0197,2.4711-2.4667"/><path id="f" class="n" d="m20.3868,21.9248l-9.5663.0197-2.4711-2.4667"/><path id="g" class="n" d="m21.5968,22.8574l-9.9526,9.0504.8238,6.5778"/><path id="h" class="n" d="m26.4774,22.8224l10.7021,9.0855-.8237,6.5778"/><path id="i" class="n" d="m22.0093,10.4333l-1.074-3.2888.8237-1.6445"/><path id="j" class="n" d="m25.6475,10.4333l1.074-3.2888-.8237-1.6445"/><path id="k" class="n" d="m18.234,14.2503c0,2.108,2.5815,3.8169,5.766,3.8169s5.766-1.7089,5.766-3.8169-2.5815-3.8169-5.766-3.8169-5.766,1.7089-5.766,3.8169"/><path id="l" class="n" d="m19.8814,20.7112c0,1.4596,1.844,2.6428,4.1186,2.6428s4.1186-1.1832,4.1186-2.6428c.001-1.4596-1.8422-2.6433-4.1168-2.644-2.2746-.0006-4.1194,1.1821-4.1204,2.6417v.0023"/><path id="m" class="n" d="m18.234,32.927c0,5.287,2.5815,9.573,5.766,9.573s5.766-4.286,5.766-9.573-2.5815-9.573-5.766-9.573-5.766,4.286-5.766,9.573"/></svg>
Copied!