Esaraban Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Esaraban 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/340067.svg" alt="Esaraban icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340067.svg" alt="Esaraban icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340067.svg" alt="Esaraban icon" :width="24" :height="24" />
CSS background
.icon-esaraban {
background-image: url('https://proicons.com/icon/340067.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.j{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="j" d="M37.1265,6.9589c0,.889-.7207,1.6097-1.6097,1.6097-.889,0-1.6097-.7207-1.6097-1.6097s.7207-1.6097,1.6097-1.6097c.889,0,1.6097.7207,1.6097,1.6097Z"/><path id="d" class="j" d="M37.9707,37.5697c0,.889-.7207,1.6097-1.6097,1.6097s-1.6097-.7207-1.6097-1.6097h0c0-.889.7207-1.6097,1.6097-1.6097h0c.889,0,1.6097.7207,1.6097,1.6097h0Z"/><path id="e" class="j" d="M28.5409,11.9664c0,.889-.7207,1.6097-1.6097,1.6097h0c-.889,0-1.6097-.7207-1.6097-1.6097h0c0-.889.7207-1.6097,1.6097-1.6097.889,0,1.6097.7207,1.6097,1.6097Z"/><path id="f" class="j" d="M33.6768,6.9589h-16.3695l-7.278,7.2778.0006,28.4141h26.3311v-3.2411"/><path id="g" class="j" d="M36.361,16.9743v-5.0079h-7.6665"/><path id="h" class="j" d="M10.7449,14.2369h6.5628l-.0003-6.5625"/><path id="i" class="j" d="M18.1626,19.1149h5.7419c4.3464,0,7.8455,3.0122,7.8455,6.7537v2.2279c0,3.7416-3.4991,6.7537-7.8455,6.7537h-5.7419v-7.8434"/></svg>
Copied!