Esis Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Esis 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/325520.svg" alt="Esis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325520.svg" alt="Esis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325520.svg" alt="Esis icon" :width="24" :height="24" />
CSS background
.icon-esis {
background-image: url('https://proicons.com/icon/325520.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><line class="a" x1="4.5" y1="28.22" x2="9.81" y2="28.22"/><line class="a" x1="4.5" y1="17.6" x2="9.81" y2="17.6"/><line class="a" x1="4.5" y1="22.91" x2="7.96" y2="22.91"/><line class="a" x1="4.5" y1="17.6" x2="4.5" y2="28.22"/><path class="a" d="M11.74,27.05a3,3,0,0,0,2.6,1.17h1.57a2.66,2.66,0,0,0,2.65-2.66h0a2.65,2.65,0,0,0-2.65-2.65H14.17a2.65,2.65,0,0,1-2.64-2.65h0a2.65,2.65,0,0,1,2.64-2.66h1.57a3,3,0,0,1,2.61,1.17"/><path class="a" d="M36.68,27.05a3,3,0,0,0,2.6,1.17h1.57a2.66,2.66,0,0,0,2.65-2.66h0a2.65,2.65,0,0,0-2.65-2.65H39.12a2.65,2.65,0,0,1-2.65-2.65h0a2.65,2.65,0,0,1,2.65-2.66h1.57a3,3,0,0,1,2.6,1.17"/><circle class="b" cx="27.5" cy="19.12" r="0.75"/><polyline class="a" points="26.14 21.93 27.5 21.64 27.5 27.4 28.87 27.1"/><path class="a" d="M27.5,16.21A6.91,6.91,0,0,0,23,28.32l-.32,3.47L26,29.85A6.64,6.64,0,0,0,27.5,30a6.91,6.91,0,0,0,0-13.82Z"/></svg>
Copied!