ant emoji
ant from Emoji One (Colored) by Emoji One · Default · Nature · CC-BY-4.0 Attribution required.
- Name
- ant
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Nature
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More nature icons from Emoji One (Colored)
Use the ant emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#555c60"><path d="M38.5 32.8c9.4-3.3 21.7 2.7 21.7 2.7s-5.4 12.3-14.8 15.6s-17.3 1.5-19.2-3.5c-2-5 2.9-11.4 12.3-14.8"/><path d="M40.4 40c-1.1.4-7.6 3.1-9.3 4.5c-5.2 4 .5 14 1 16.1c-.1-2.2-1.4-11.5-.1-12.8c1.9-2 10.5-4.1 10.5-4.1zm-19.1.4c-.7.4-4.6 2.8-5.5 3.8c-2.5 2.9 5.5 6.8 6.7 7.7c-.9-1-5.3-5.3-4.8-6.2c.7-1.3 6.5-3.8 6.5-3.8z"/><path d="M47.2 38.1c-1.1.4-7.6 3.1-9.3 4.5c-5.2 4 .5 14 1 16.1c-.1-2.1-1.5-11.4-.1-12.8c1.9-2 10.5-4.1 10.5-4.1z"/><ellipse cx="22.6" cy="37.2" rx="8.5" ry="8.3"/></g><path fill="#6c767a" d="M43.6 43.3s4 4.5 14.6 1.2c2.5-.8-7.6 13.1-9.2 15.6c2-2.1 16.8-15.2 12-18.7c-3.1-2.2-11.5.1-12.5-1.2z"/><path fill="#555c60" d="M43.2 43s5.4 3.1 14.1 1c2.5-.6-6.6 13.5-8.2 16c2-2.1 15.6-14.7 10.7-18.3c-3.1-2.2-10.6-.9-11.6-2.1z"/><path fill="#6c767a" d="M36.9 45.3s4 4.5 14.6 1.2c2.5-.8-7.6 13.1-9.2 15.6c2-2.1 16.8-15.2 12-18.7c-3.1-2.2-11.5.1-12.5-1.2z"/><path fill="#555c60" d="M36.4 45s5.4 3.1 14.1 1c2.5-.6-6.6 13.5-8.2 16c2-2.1 15.6-14.7 10.7-18.3c-3.1-2.2-10.6-.9-11.6-2.1zM15.6 13.9c-1.7-2-3-4.2-4.6-6.1Q9.8 6.3 8.3 5.4c-1-.6-2-.9-2.9-.7c-.7.1-1.4-.4-1.5-1.2S4.2 2.1 5 2h.3c1.7 0 3.2.8 4.3 1.8s1.8 2.1 2.5 3.2c1.3 2.3 2.2 4.7 3.5 6.9m1.8 0c1.3-2.2 2.1-4.6 3.5-6.9c.7-1.1 1.4-2.3 2.5-3.2c1.1-1 2.6-1.7 4.3-1.8h.1c.8 0 1.4.6 1.4 1.3s-.6 1.3-1.3 1.4h-.3c-.9-.1-1.9.1-2.9.7s-1.8 1.5-2.6 2.4c-1.8 1.9-3.1 4.1-4.7 6.1"/><g fill="#6c767a"><path d="M16.5 8.6c-7.1 0-12.8 5.6-12.8 12.5c0 8.2 12.9 16.7 12.8 16.7c0 0 12.8-8.5 12.8-16.7c0-6.9-5.8-12.5-12.8-12.5"/><ellipse cx="24.4" cy="20.9" rx="6.5" ry="6.4"/></g><circle cx="24.4" cy="20.9" r="5.7" fill="#fcfcfa"/><circle cx="24.4" cy="20.9" r="3.9" fill="#3e4347"/><ellipse cx="8.5" cy="20.9" fill="#6c767a" rx="6.5" ry="6.4"/><circle cx="8.5" cy="20.9" r="5.7" fill="#fcfcfa"/><path fill="#3e4347" d="M12.4 20.9c0 2.2-1.7 3.9-3.9 3.9c-2.1 0-3.9-1.8-3.9-3.9c0-2.2 1.7-3.9 3.9-3.9s3.9 1.8 3.9 3.9"/><path fill="#6c767a" d="M29.8 35.7c1-.7 7.1-5.3 8.5-7.1c4.4-5.6-4.8-14.4-5.9-16.4c.7 2.2 4.2 10.7 3 12.5c-4.1 5.8-9.3 8.1-9.3 8.1z"/><path fill="#555c60" d="M29.7 36.1c1-.7 6.2-5.3 7.6-7.2c4.4-5.6-3.8-14.7-4.9-16.7c.7 2.2 4.1 11.7 3.1 13.5c-1.5 2.6-9.8 7-9.8 7z"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneAnt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#555c60"><path d="M38.5 32.8c9.4-3.3 21.7 2.7 21.7 2.7s-5.4 12.3-14.8 15.6s-17.3 1.5-19.2-3.5c-2-5 2.9-11.4 12.3-14.8"/><path d="M40.4 40c-1.1.4-7.6 3.1-9.3 4.5c-5.2 4 .5 14 1 16.1c-.1-2.2-1.4-11.5-.1-12.8c1.9-2 10.5-4.1 10.5-4.1zm-19.1.4c-.7.4-4.6 2.8-5.5 3.8c-2.5 2.9 5.5 6.8 6.7 7.7c-.9-1-5.3-5.3-4.8-6.2c.7-1.3 6.5-3.8 6.5-3.8z"/><path d="M47.2 38.1c-1.1.4-7.6 3.1-9.3 4.5c-5.2 4 .5 14 1 16.1c-.1-2.1-1.5-11.4-.1-12.8c1.9-2 10.5-4.1 10.5-4.1z"/><ellipse cx="22.6" cy="37.2" rx="8.5" ry="8.3"/></g><path fill="#6c767a" d="M43.6 43.3s4 4.5 14.6 1.2c2.5-.8-7.6 13.1-9.2 15.6c2-2.1 16.8-15.2 12-18.7c-3.1-2.2-11.5.1-12.5-1.2z"/><path fill="#555c60" d="M43.2 43s5.4 3.1 14.1 1c2.5-.6-6.6 13.5-8.2 16c2-2.1 15.6-14.7 10.7-18.3c-3.1-2.2-10.6-.9-11.6-2.1z"/><path fill="#6c767a" d="M36.9 45.3s4 4.5 14.6 1.2c2.5-.8-7.6 13.1-9.2 15.6c2-2.1 16.8-15.2 12-18.7c-3.1-2.2-11.5.1-12.5-1.2z"/><path fill="#555c60" d="M36.4 45s5.4 3.1 14.1 1c2.5-.6-6.6 13.5-8.2 16c2-2.1 15.6-14.7 10.7-18.3c-3.1-2.2-10.6-.9-11.6-2.1zM15.6 13.9c-1.7-2-3-4.2-4.6-6.1Q9.8 6.3 8.3 5.4c-1-.6-2-.9-2.9-.7c-.7.1-1.4-.4-1.5-1.2S4.2 2.1 5 2h.3c1.7 0 3.2.8 4.3 1.8s1.8 2.1 2.5 3.2c1.3 2.3 2.2 4.7 3.5 6.9m1.8 0c1.3-2.2 2.1-4.6 3.5-6.9c.7-1.1 1.4-2.3 2.5-3.2c1.1-1 2.6-1.7 4.3-1.8h.1c.8 0 1.4.6 1.4 1.3s-.6 1.3-1.3 1.4h-.3c-.9-.1-1.9.1-2.9.7s-1.8 1.5-2.6 2.4c-1.8 1.9-3.1 4.1-4.7 6.1"/><g fill="#6c767a"><path d="M16.5 8.6c-7.1 0-12.8 5.6-12.8 12.5c0 8.2 12.9 16.7 12.8 16.7c0 0 12.8-8.5 12.8-16.7c0-6.9-5.8-12.5-12.8-12.5"/><ellipse cx="24.4" cy="20.9" rx="6.5" ry="6.4"/></g><circle cx="24.4" cy="20.9" r="5.7" fill="#fcfcfa"/><circle cx="24.4" cy="20.9" r="3.9" fill="#3e4347"/><ellipse cx="8.5" cy="20.9" fill="#6c767a" rx="6.5" ry="6.4"/><circle cx="8.5" cy="20.9" r="5.7" fill="#fcfcfa"/><path fill="#3e4347" d="M12.4 20.9c0 2.2-1.7 3.9-3.9 3.9c-2.1 0-3.9-1.8-3.9-3.9c0-2.2 1.7-3.9 3.9-3.9s3.9 1.8 3.9 3.9"/><path fill="#6c767a" d="M29.8 35.7c1-.7 7.1-5.3 8.5-7.1c4.4-5.6-4.8-14.4-5.9-16.4c.7 2.2 4.2 10.7 3 12.5c-4.1 5.8-9.3 8.1-9.3 8.1z"/><path fill="#555c60" d="M29.7 36.1c1-.7 6.2-5.3 7.6-7.2c4.4-5.6-3.8-14.7-4.9-16.7c.7 2.2 4.1 11.7 3.1 13.5c-1.5 2.6-9.8 7-9.8 7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#555c60"><path d="M38.5 32.8c9.4-3.3 21.7 2.7 21.7 2.7s-5.4 12.3-14.8 15.6s-17.3 1.5-19.2-3.5c-2-5 2.9-11.4 12.3-14.8"/><path d="M40.4 40c-1.1.4-7.6 3.1-9.3 4.5c-5.2 4 .5 14 1 16.1c-.1-2.2-1.4-11.5-.1-12.8c1.9-2 10.5-4.1 10.5-4.1zm-19.1.4c-.7.4-4.6 2.8-5.5 3.8c-2.5 2.9 5.5 6.8 6.7 7.7c-.9-1-5.3-5.3-4.8-6.2c.7-1.3 6.5-3.8 6.5-3.8z"/><path d="M47.2 38.1c-1.1.4-7.6 3.1-9.3 4.5c-5.2 4 .5 14 1 16.1c-.1-2.1-1.5-11.4-.1-12.8c1.9-2 10.5-4.1 10.5-4.1z"/><ellipse cx="22.6" cy="37.2" rx="8.5" ry="8.3"/></g><path fill="#6c767a" d="M43.6 43.3s4 4.5 14.6 1.2c2.5-.8-7.6 13.1-9.2 15.6c2-2.1 16.8-15.2 12-18.7c-3.1-2.2-11.5.1-12.5-1.2z"/><path fill="#555c60" d="M43.2 43s5.4 3.1 14.1 1c2.5-.6-6.6 13.5-8.2 16c2-2.1 15.6-14.7 10.7-18.3c-3.1-2.2-10.6-.9-11.6-2.1z"/><path fill="#6c767a" d="M36.9 45.3s4 4.5 14.6 1.2c2.5-.8-7.6 13.1-9.2 15.6c2-2.1 16.8-15.2 12-18.7c-3.1-2.2-11.5.1-12.5-1.2z"/><path fill="#555c60" d="M36.4 45s5.4 3.1 14.1 1c2.5-.6-6.6 13.5-8.2 16c2-2.1 15.6-14.7 10.7-18.3c-3.1-2.2-10.6-.9-11.6-2.1zM15.6 13.9c-1.7-2-3-4.2-4.6-6.1Q9.8 6.3 8.3 5.4c-1-.6-2-.9-2.9-.7c-.7.1-1.4-.4-1.5-1.2S4.2 2.1 5 2h.3c1.7 0 3.2.8 4.3 1.8s1.8 2.1 2.5 3.2c1.3 2.3 2.2 4.7 3.5 6.9m1.8 0c1.3-2.2 2.1-4.6 3.5-6.9c.7-1.1 1.4-2.3 2.5-3.2c1.1-1 2.6-1.7 4.3-1.8h.1c.8 0 1.4.6 1.4 1.3s-.6 1.3-1.3 1.4h-.3c-.9-.1-1.9.1-2.9.7s-1.8 1.5-2.6 2.4c-1.8 1.9-3.1 4.1-4.7 6.1"/><g fill="#6c767a"><path d="M16.5 8.6c-7.1 0-12.8 5.6-12.8 12.5c0 8.2 12.9 16.7 12.8 16.7c0 0 12.8-8.5 12.8-16.7c0-6.9-5.8-12.5-12.8-12.5"/><ellipse cx="24.4" cy="20.9" rx="6.5" ry="6.4"/></g><circle cx="24.4" cy="20.9" r="5.7" fill="#fcfcfa"/><circle cx="24.4" cy="20.9" r="3.9" fill="#3e4347"/><ellipse cx="8.5" cy="20.9" fill="#6c767a" rx="6.5" ry="6.4"/><circle cx="8.5" cy="20.9" r="5.7" fill="#fcfcfa"/><path fill="#3e4347" d="M12.4 20.9c0 2.2-1.7 3.9-3.9 3.9c-2.1 0-3.9-1.8-3.9-3.9c0-2.2 1.7-3.9 3.9-3.9s3.9 1.8 3.9 3.9"/><path fill="#6c767a" d="M29.8 35.7c1-.7 7.1-5.3 8.5-7.1c4.4-5.6-4.8-14.4-5.9-16.4c.7 2.2 4.2 10.7 3 12.5c-4.1 5.8-9.3 8.1-9.3 8.1z"/><path fill="#555c60" d="M29.7 36.1c1-.7 6.2-5.3 7.6-7.2c4.4-5.6-3.8-14.7-4.9-16.7c.7 2.2 4.1 11.7 3.1 13.5c-1.5 2.6-9.8 7-9.8 7z"/></svg> </template>
CSS
.icon-ant {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cg%20fill%3D%22%23555c60%22%3E%3Cpath%20d%3D%22M38.5%2032.8c9.4-3.3%2021.7%202.7%2021.7%202.7s-5.4%2012.3-14.8%2015.6s-17.3%201.5-19.2-3.5c-2-5%202.9-11.4%2012.3-14.8%22%2F%3E%3Cpath%20d%3D%22M40.4%2040c-1.1.4-7.6%203.1-9.3%204.5c-5.2%204%20.5%2014%201%2016.1c-.1-2.2-1.4-11.5-.1-12.8c1.9-2%2010.5-4.1%2010.5-4.1zm-19.1.4c-.7.4-4.6%202.8-5.5%203.8c-2.5%202.9%205.5%206.8%206.7%207.7c-.9-1-5.3-5.3-4.8-6.2c.7-1.3%206.5-3.8%206.5-3.8z%22%2F%3E%3Cpath%20d%3D%22M47.2%2038.1c-1.1.4-7.6%203.1-9.3%204.5c-5.2%204%20.5%2014%201%2016.1c-.1-2.1-1.5-11.4-.1-12.8c1.9-2%2010.5-4.1%2010.5-4.1z%22%2F%3E%3Cellipse%20cx%3D%2222.6%22%20cy%3D%2237.2%22%20rx%3D%228.5%22%20ry%3D%228.3%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%236c767a%22%20d%3D%22M43.6%2043.3s4%204.5%2014.6%201.2c2.5-.8-7.6%2013.1-9.2%2015.6c2-2.1%2016.8-15.2%2012-18.7c-3.1-2.2-11.5.1-12.5-1.2z%22%2F%3E%3Cpath%20fill%3D%22%23555c60%22%20d%3D%22M43.2%2043s5.4%203.1%2014.1%201c2.5-.6-6.6%2013.5-8.2%2016c2-2.1%2015.6-14.7%2010.7-18.3c-3.1-2.2-10.6-.9-11.6-2.1z%22%2F%3E%3Cpath%20fill%3D%22%236c767a%22%20d%3D%22M36.9%2045.3s4%204.5%2014.6%201.2c2.5-.8-7.6%2013.1-9.2%2015.6c2-2.1%2016.8-15.2%2012-18.7c-3.1-2.2-11.5.1-12.5-1.2z%22%2F%3E%3Cpath%20fill%3D%22%23555c60%22%20d%3D%22M36.4%2045s5.4%203.1%2014.1%201c2.5-.6-6.6%2013.5-8.2%2016c2-2.1%2015.6-14.7%2010.7-18.3c-3.1-2.2-10.6-.9-11.6-2.1zM15.6%2013.9c-1.7-2-3-4.2-4.6-6.1Q9.8%206.3%208.3%205.4c-1-.6-2-.9-2.9-.7c-.7.1-1.4-.4-1.5-1.2S4.2%202.1%205%202h.3c1.7%200%203.2.8%204.3%201.8s1.8%202.1%202.5%203.2c1.3%202.3%202.2%204.7%203.5%206.9m1.8%200c1.3-2.2%202.1-4.6%203.5-6.9c.7-1.1%201.4-2.3%202.5-3.2c1.1-1%202.6-1.7%204.3-1.8h.1c.8%200%201.4.6%201.4%201.3s-.6%201.3-1.3%201.4h-.3c-.9-.1-1.9.1-2.9.7s-1.8%201.5-2.6%202.4c-1.8%201.9-3.1%204.1-4.7%206.1%22%2F%3E%3Cg%20fill%3D%22%236c767a%22%3E%3Cpath%20d%3D%22M16.5%208.6c-7.1%200-12.8%205.6-12.8%2012.5c0%208.2%2012.9%2016.7%2012.8%2016.7c0%200%2012.8-8.5%2012.8-16.7c0-6.9-5.8-12.5-12.8-12.5%22%2F%3E%3Cellipse%20cx%3D%2224.4%22%20cy%3D%2220.9%22%20rx%3D%226.5%22%20ry%3D%226.4%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2224.4%22%20cy%3D%2220.9%22%20r%3D%225.7%22%20fill%3D%22%23fcfcfa%22%2F%3E%3Ccircle%20cx%3D%2224.4%22%20cy%3D%2220.9%22%20r%3D%223.9%22%20fill%3D%22%233e4347%22%2F%3E%3Cellipse%20cx%3D%228.5%22%20cy%3D%2220.9%22%20fill%3D%22%236c767a%22%20rx%3D%226.5%22%20ry%3D%226.4%22%2F%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%2220.9%22%20r%3D%225.7%22%20fill%3D%22%23fcfcfa%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M12.4%2020.9c0%202.2-1.7%203.9-3.9%203.9c-2.1%200-3.9-1.8-3.9-3.9c0-2.2%201.7-3.9%203.9-3.9s3.9%201.8%203.9%203.9%22%2F%3E%3Cpath%20fill%3D%22%236c767a%22%20d%3D%22M29.8%2035.7c1-.7%207.1-5.3%208.5-7.1c4.4-5.6-4.8-14.4-5.9-16.4c.7%202.2%204.2%2010.7%203%2012.5c-4.1%205.8-9.3%208.1-9.3%208.1z%22%2F%3E%3Cpath%20fill%3D%22%23555c60%22%20d%3D%22M29.7%2036.1c1-.7%206.2-5.3%207.6-7.2c4.4-5.6-3.8-14.7-4.9-16.7c.7%202.2%204.1%2011.7%203.1%2013.5c-1.5%202.6-9.8%207-9.8%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cg%20fill%3D%22%23555c60%22%3E%3Cpath%20d%3D%22M38.5%2032.8c9.4-3.3%2021.7%202.7%2021.7%202.7s-5.4%2012.3-14.8%2015.6s-17.3%201.5-19.2-3.5c-2-5%202.9-11.4%2012.3-14.8%22%2F%3E%3Cpath%20d%3D%22M40.4%2040c-1.1.4-7.6%203.1-9.3%204.5c-5.2%204%20.5%2014%201%2016.1c-.1-2.2-1.4-11.5-.1-12.8c1.9-2%2010.5-4.1%2010.5-4.1zm-19.1.4c-.7.4-4.6%202.8-5.5%203.8c-2.5%202.9%205.5%206.8%206.7%207.7c-.9-1-5.3-5.3-4.8-6.2c.7-1.3%206.5-3.8%206.5-3.8z%22%2F%3E%3Cpath%20d%3D%22M47.2%2038.1c-1.1.4-7.6%203.1-9.3%204.5c-5.2%204%20.5%2014%201%2016.1c-.1-2.1-1.5-11.4-.1-12.8c1.9-2%2010.5-4.1%2010.5-4.1z%22%2F%3E%3Cellipse%20cx%3D%2222.6%22%20cy%3D%2237.2%22%20rx%3D%228.5%22%20ry%3D%228.3%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%236c767a%22%20d%3D%22M43.6%2043.3s4%204.5%2014.6%201.2c2.5-.8-7.6%2013.1-9.2%2015.6c2-2.1%2016.8-15.2%2012-18.7c-3.1-2.2-11.5.1-12.5-1.2z%22%2F%3E%3Cpath%20fill%3D%22%23555c60%22%20d%3D%22M43.2%2043s5.4%203.1%2014.1%201c2.5-.6-6.6%2013.5-8.2%2016c2-2.1%2015.6-14.7%2010.7-18.3c-3.1-2.2-10.6-.9-11.6-2.1z%22%2F%3E%3Cpath%20fill%3D%22%236c767a%22%20d%3D%22M36.9%2045.3s4%204.5%2014.6%201.2c2.5-.8-7.6%2013.1-9.2%2015.6c2-2.1%2016.8-15.2%2012-18.7c-3.1-2.2-11.5.1-12.5-1.2z%22%2F%3E%3Cpath%20fill%3D%22%23555c60%22%20d%3D%22M36.4%2045s5.4%203.1%2014.1%201c2.5-.6-6.6%2013.5-8.2%2016c2-2.1%2015.6-14.7%2010.7-18.3c-3.1-2.2-10.6-.9-11.6-2.1zM15.6%2013.9c-1.7-2-3-4.2-4.6-6.1Q9.8%206.3%208.3%205.4c-1-.6-2-.9-2.9-.7c-.7.1-1.4-.4-1.5-1.2S4.2%202.1%205%202h.3c1.7%200%203.2.8%204.3%201.8s1.8%202.1%202.5%203.2c1.3%202.3%202.2%204.7%203.5%206.9m1.8%200c1.3-2.2%202.1-4.6%203.5-6.9c.7-1.1%201.4-2.3%202.5-3.2c1.1-1%202.6-1.7%204.3-1.8h.1c.8%200%201.4.6%201.4%201.3s-.6%201.3-1.3%201.4h-.3c-.9-.1-1.9.1-2.9.7s-1.8%201.5-2.6%202.4c-1.8%201.9-3.1%204.1-4.7%206.1%22%2F%3E%3Cg%20fill%3D%22%236c767a%22%3E%3Cpath%20d%3D%22M16.5%208.6c-7.1%200-12.8%205.6-12.8%2012.5c0%208.2%2012.9%2016.7%2012.8%2016.7c0%200%2012.8-8.5%2012.8-16.7c0-6.9-5.8-12.5-12.8-12.5%22%2F%3E%3Cellipse%20cx%3D%2224.4%22%20cy%3D%2220.9%22%20rx%3D%226.5%22%20ry%3D%226.4%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2224.4%22%20cy%3D%2220.9%22%20r%3D%225.7%22%20fill%3D%22%23fcfcfa%22%2F%3E%3Ccircle%20cx%3D%2224.4%22%20cy%3D%2220.9%22%20r%3D%223.9%22%20fill%3D%22%233e4347%22%2F%3E%3Cellipse%20cx%3D%228.5%22%20cy%3D%2220.9%22%20fill%3D%22%236c767a%22%20rx%3D%226.5%22%20ry%3D%226.4%22%2F%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%2220.9%22%20r%3D%225.7%22%20fill%3D%22%23fcfcfa%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M12.4%2020.9c0%202.2-1.7%203.9-3.9%203.9c-2.1%200-3.9-1.8-3.9-3.9c0-2.2%201.7-3.9%203.9-3.9s3.9%201.8%203.9%203.9%22%2F%3E%3Cpath%20fill%3D%22%236c767a%22%20d%3D%22M29.8%2035.7c1-.7%207.1-5.3%208.5-7.1c4.4-5.6-4.8-14.4-5.9-16.4c.7%202.2%204.2%2010.7%203%2012.5c-4.1%205.8-9.3%208.1-9.3%208.1z%22%2F%3E%3Cpath%20fill%3D%22%23555c60%22%20d%3D%22M29.7%2036.1c1-.7%206.2-5.3%207.6-7.2c4.4-5.6-3.8-14.7-4.9-16.7c.7%202.2%204.1%2011.7%203.1%2013.5c-1.5%202.6-9.8%207-9.8%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/ant.svg?color=%231a73e8&size=48