Esbdirect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Esbdirect 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/325509.svg" alt="Esbdirect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325509.svg" alt="Esbdirect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325509.svg" alt="Esbdirect icon" :width="24" :height="24" />
CSS background
.icon-esbdirect {
background-image: url('https://proicons.com/icon/325509.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="h" d="m6.4046,32.6039C22.528,12.65,22.1164,5.5955,22.1164,5.5955l4.9187,21.4591c-.9851.899-20.6305,5.5493-20.6305,5.5493Z"/><path id="c" class="h" d="m28.598,26.5744l-5.1293-22.0709s7.2804-.3633,12.15,6.3013c2.8015,3.8342,3.7478,13.9012,3.7478,13.9012,0,0-6.4519,1.9132-10.7685,1.8683Z"/><path id="d" class="h" d="m37.3538,28.738l-25.5988,7.0128"/><path id="e" class="h" d="m38.6019,31.3027l-28.0949,7.4613"/><path id="f" class="h" d="m9.4647,41.3444l29.2302-7.4945"/><path id="g" class="h" d="m6.9876,34.5634s32.4351-8.7032,32.7468-8.1516c.3117.5517,2.2274,5.9943,1.7987,8.6555-.4287,2.6613-32.0358,8.4444-33.6448,8.4326"/></svg>
Copied!