Mango Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Mango 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/306056.svg" alt="Mango icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306056.svg" alt="Mango icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306056.svg" alt="Mango icon" :width="24" :height="24" />
CSS background
.icon-mango {
background-image: url('https://proicons.com/icon/306056.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="M687 308c-59-55-130-80-215-68-49 7-93 22-130 52-50 40-75 93-86 153-28 164 71 369 214 460 29 19 61 34 98 32 35-1 72-30 67-68v-23c-3-38 9-74 28-110 38-74 51-125 79-232 16-78 3-142-55-196zm-195-88c3-1 7-6 7-9-5-53-23-99-75-127-34-19-72-23-110-21-16 1-32 4-49 6 13 47 29 89 64 122 44 41 107 48 163 29zm47 2c66 4 111-30 123-92 2-15 3-31 4-49-38 3-71 9-99 30-36 26-45 63-39 104 0 3 7 6 11 7z"/></svg>
Copied!