Eshare Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eshare 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/340076.svg" alt="Eshare icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340076.svg" alt="Eshare icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340076.svg" alt="Eshare icon" :width="24" :height="24" />
CSS background
.icon-eshare {
background-image: url('https://proicons.com/icon/340076.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="i" d="M9.55617147,30.92514873h8.74389553"/><path id="f" class="i" d="M22.96701133,43.5h-13.40983947v-25.14970063h13.40983947"/><path id="g" class="i" d="M20.41504354,4.97345807c1.11053291-.28417297,2.24595452-.44148922,3.38495999-.46899429,6.80182763-.16529268,12.7788722,4.27463552,14.64382501,10.87787046"/><path id="h" class="i" d="M21.85902471,10.9373874c.63767247-.1566525,1.28837007-.24381443,1.94097691-.25999714,3.94882848-.09604626,7.45197592,2.39583219,8.68789644,6.17992684"/></svg>
Copied!