Emoji Avocado Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Avocado 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/339651.svg" alt="Emoji Avocado icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339651.svg" alt="Emoji Avocado icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339651.svg" alt="Emoji Avocado icon" :width="24" :height="24" />
CSS background
.icon-emoji-avocado {
background-image: url('https://proicons.com/icon/339651.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="m36.185,30.334c0,6.7223-5.4601,12.166-12.185,12.166-6.7328,0-12.185-5.4437-12.185-12.166,0-.1883.0079-.3686.0157-.5569.0707-1.7022.5028-3.3181,1.2098-4.7692.4714-1.1687,1.0292-2.3532,1.5948-3.5455,1.5163-3.2082,3.0797-6.4556,3.0797-9.6873,0-3.4671,2.8125-6.2752,6.285-6.2752,3.4645,0,6.285,2.8081,6.285,6.2752,0,3.2317,1.5634,6.4791,3.0796,9.6873.5656,1.1923,1.1234,2.3767,1.5948,3.5455.6364,1.608,1.1156,3.2004,1.2098,4.7692.0078.1883.0157.3686.0157.5569"/><path id="d" class="e" d="m17.7131,30.2771c0,3.4667,2.8147,6.277,6.2869,6.277s6.2869-2.8103,6.2869-6.277-2.8147-6.277-6.2869-6.277-6.2869,2.8103-6.2869,6.277"/></svg>
Copied!