Eboo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eboo 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/339495.svg" alt="Eboo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339495.svg" alt="Eboo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339495.svg" alt="Eboo icon" :width="24" :height="24" />
CSS background
.icon-eboo {
background-image: url('https://proicons.com/icon/339495.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="h" d="M23.2565,19.7727c0,4.7313-4.1972,8.5672-9.3757,8.5685-5.1785.0013-9.378-3.8325-9.3808-8.5638-.0028-4.7313,4.1921-8.5693,9.3705-8.5732,5.1785-.0039,9.3803,3.8277,9.386,8.5591v.0094Z"/><path id="d" class="h" d="M17.5591,19.7485c0,2.149-1.6799,3.8913-3.7525,3.8919s-3.7534-1.7407-3.7546-3.8898,1.6778-3.8923,3.7504-3.894,3.7544,1.7386,3.7566,3.8876v.0043Z"/><path id="e" class="h" d="M24.7435,19.7727c0,4.7313,4.1972,8.5672,9.3757,8.5685,5.1785.0013,9.378-3.8325,9.3808-8.5638.0028-4.7313-4.1921-8.5693-9.3705-8.5732-5.1785-.0039-9.3803,3.8277-9.386,8.5591v.0094Z"/><path id="f" class="h" d="M30.4409,19.7485c0,2.149,1.6799,3.8913,3.7525,3.8919,2.0726.0006,3.7534-1.7407,3.7546-3.8898.0011-2.149-1.6778-3.8923-3.7505-3.894s-3.7544,1.7386-3.7566,3.8876v.0043Z"/><path id="g" class="h" d="M24.0244,36.7958l6.3095-6.3641h-12.6087l6.2993,6.3641Z"/></g></svg>
Copied!