Emoji Banana Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Banana 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/339666.svg" alt="Emoji Banana icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339666.svg" alt="Emoji Banana icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339666.svg" alt="Emoji Banana icon" :width="24" :height="24" />
CSS background
.icon-emoji-banana {
background-image: url('https://proicons.com/icon/339666.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M16.3772,39.3291c12.4587-2.1663,18.2404-8.3074,19.8966-20.2018"/><path id="c" class="f" d="M32.6033,37.4498c-6.0473,5.3782-17.196,7.0471-24.1937,2.056l-.3083-1.4176c13.7419-1.6451,24.4548-10.4104,26.3796-26.5106.8244-.003,3.4653-.2951,3.4653-.2951,4.177,11.2605,1.3085,20.2465-5.3446,26.1601l.0017.0073h0"/><path id="d" class="f" d="M35.9978,8.7095l-.4252-3.1992"/><path id="e" class="f" d="M35.9978,8.7095l.2797,2.7426"/></svg>
Copied!