Ello Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ello 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/305580.svg" alt="Ello icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305580.svg" alt="Ello icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305580.svg" alt="Ello icon" :width="24" :height="24" />
CSS background
.icon-ello {
background-image: url('https://proicons.com/icon/305580.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="M501 62h-2C257 63 63 258 63 502c0 239 197 436 437 436s437-197 437-436c0-244-194-439-436-440zm246 525c-37 106-138 177-247 176-109 1-210-70-247-176-11-31-9-47 10-51 28-8 31 15 37 33 31 86 111 143 200 143s169-57 200-143c6-19 9-41 37-33 19 4 21 20 10 51z"/></svg>
Copied!