Banana Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The 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/304969.svg" alt="Banana icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304969.svg" alt="Banana icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304969.svg" alt="Banana icon" :width="24" :height="24" />
CSS background
.icon-banana {
background-image: url('https://proicons.com/icon/304969.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M917 372c-16-27-38-44-49-52-1-1-3-2-4-3 4-11 29-75 46-119 8-20-8-42-30-40l-68 5c-18 1-32 16-32 34-1 39-4 108-20 162-15 50-43 94-79 131-59 60-143 104-250 129-59 14-118 22-178 25-30 2-60 2-90 1-3 0-38-3-61-6-13-2-25 5-31 17l-6 13c-5 12-2 27 8 35 26 22 83 64 170 103 48 21 102 30 156 34 90 6 223-3 347-84 56-37 101-83 135-138 33-54 47-103 53-135 8-41 2-78-17-112z"/></svg>
Banana in other icon packs
Copied!