Ebebek Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ebebek 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/324929.svg" alt="Ebebek icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324929.svg" alt="Ebebek icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324929.svg" alt="Ebebek icon" :width="24" :height="24" />
CSS background
.icon-ebebek {
background-image: url('https://proicons.com/icon/324929.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m16.8133,15.7505c-1.7719-3.2387-.9154-7.2244,2.0478-9.53,2.9633-2.3056,7.2128-2.2925,10.1605.0314,2.9477,2.3239,3.7773,6.3148,1.9836,9.5425"/><path class="b" d="m31.006,15.7939c2.9753,1.8405,5.2711,4.4343,6.4083,7.7518,4.8876,14.4524-16.4893,18.1456-18.6179,9.2974-.4092-2.0434.3683-3.7018,1.5351-5.2582-3.0019-4.2033,2.6493-9.2664,6.4988-5.8225,1.6673,1.4916,1.9461,3.9984.6472,5.82"/><path class="b" d="m13.0877,19.1985c-.8535,1.1723-1.7095,2.3482-2.3978,3.9864s-1.21,3.7406-1.0047,6.4576c.2053,2.7169,1.1377,6.0483,3.6285,8.6838,2.4908,2.6355,6.54,4.575,10.2867,5.0509,3.7467.476,7.1906-.5116,9.6002-1.5713,2.4095-1.0597,3.7296-2.1463,5.1595-3.3234"/></svg>
Copied!