Banano Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Banano 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/336907.svg" alt="Banano icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336907.svg" alt="Banano icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336907.svg" alt="Banano icon" :width="24" :height="24" />
CSS background
.icon-banano {
background-image: url('https://proicons.com/icon/336907.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m32.5376,34.5767c-12.2662,1.5371-17.9275-9.2834-16.9079-10.3487.6696-.7001,1.6893-.7457,2.5872-.7609,4.109-.1217,9.9073,4.6873,11.0944,4.6569,2.2828-.0457,5.707-3.6829,7.9593-6.681.9436-1.2479,6.8332-3.135,6.1788.1522-2.1306,10.6835-9.329,12.7836-10.8965,12.9815h-.0152Z"/><path class="c" d="m15.4776,13.4178c12.251-1.5066,17.9123,9.2986,16.8927,10.3639-.6696.7153-1.6893.7609-2.5872.7609-4.109.1217-9.9073-4.6873-11.0944-4.6569-2.2828.0457-5.707,3.6829-7.9593,6.681-.9436,1.2479-6.8332,3.1503-6.1788-.1522,2.1458-10.6987,9.3442-12.7988,10.927-12.9815v-.0152Z"/></svg>
Copied!