Ebuddy Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ebuddy 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/305564.svg" alt="Ebuddy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305564.svg" alt="Ebuddy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305564.svg" alt="Ebuddy icon" :width="24" :height="24" />
CSS background
.icon-ebuddy {
background-image: url('https://proicons.com/icon/305564.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="M178 307c7-3 12-6 18-7 21-5 43-13 65-13 159-1 319-1 479-1 87 1 166 66 184 151 4 15 5 31 5 47 1 66 1 132 0 197 0 33 2 67-3 99-17 92-96 157-190 157-156 1-313 1-470 0-101 0-181-73-193-173-2-16-3-32-3-48 1-199 2-398 3-598 0-31 21-55 50-56s54 25 55 57v188zm324 84H272c-56 0-95 38-95 94 0 84 1 167 0 250-1 52 34 98 98 98h452c60 0 98-38 98-99l-1-243c0-63-36-100-99-100H502zm238 221c0 43-37 80-80 80s-80-37-80-80c0-44 37-80 80-80 44 0 80 36 80 80zm-474-1c0-42 37-79 79-79 43-1 81 37 81 80-1 42-37 79-80 79-42 1-80-37-80-80z"/></svg>
Copied!