Ebilet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ebilet 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/339489.svg" alt="Ebilet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339489.svg" alt="Ebilet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339489.svg" alt="Ebilet icon" :width="24" :height="24" />
CSS background
.icon-ebilet {
background-image: url('https://proicons.com/icon/339489.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m24.1415,18.2393l-1.0173-2.9267-3.0978-.0631,2.469-1.8719-.8972-2.9656,2.5433,1.7698,2.5433-1.7698-.8972,2.9656,2.469,1.8719-3.0978.0631-1.0174,2.9267Z"/><path class="b" d="m21.6238,27.6958h1.3332l1.0428,1.1553v1.7429"/><path class="b" d="m26.3787,27.6958l-1.3363-.0097-1.0428-1.1553-.0151-1.8994"/><path class="b" d="m44.5,21.5666h-8.2152m-4.5947,0h-.8792l-4.4307,6.13m16.6306-4.122h-6.3159m-4.9048,0h-2.4306m12.1621,2.0613h-4.5705m-5.4637,0h-3.5504m12.0955,2.0601h-3.2915m-6.2828,0h-4.0772"/><path class="b" d="m31.0577,17.4333c2.6896,2.1466,4.2558,5.4007,4.2558,8.8419h0c0,6.2479-5.0649,11.3128-11.3128,11.3128h0c-6.2479,0-11.3128-5.0649-11.3128-11.3128h0c0-3.4508,1.575-6.7128,4.2772-8.8589"/><path class="b" d="m31.0577,17.4333c1.4723,1.6983,2.2829,3.8706,2.2829,6.1182h0c0,5.1585-4.1818,9.3402-9.3402,9.3402h0c-5.1585,0-9.3402-4.1818-9.3402-9.3402h0c0-2.2469.8099-4.4185,2.2813-6.1166"/><path class="b" d="m3.5,21.5666h8.2152m4.5947,0h.8792l4.4307,6.13m-16.6306-4.122h6.3159m4.9048,0h2.4306m-12.1621,2.0613h4.5705m5.4637,0h3.5504m-12.0955,2.0601h3.2915m6.2828,0h4.0772"/></svg>
Copied!