Esapp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Esapp 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/340066.svg" alt="Esapp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340066.svg" alt="Esapp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340066.svg" alt="Esapp icon" :width="24" :height="24" />
CSS background
.icon-esapp {
background-image: url('https://proicons.com/icon/340066.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="13.1451" y="38.7177" width="13.4279" height="4.7823" rx="1.715" ry="1.715"/><path class="c" d="M26.8469,28.4693l-3.8,3.8c-1.3821,1.3821-3.6226,1.3792-5.0047-.0029l-7.8289-7.8289c-1.3849-1.3849-1.3849-3.6226-.0029-5.0047l13.8952-13.8952c1.3821-1.3821,3.6226-1.3849,5.0075,0l7.8289,7.8289c1.3821,1.3821,1.3821,3.6255,0,5.0075l-7.0077,7.0077"/><rect class="c" x="23.1156" y="8.486" width="9.2655" height="12.4879" rx=".707" ry=".707" transform="translate(57.785 5.5245) rotate(135)"/><circle class="c" cx="19.0372" cy="17.2555" r="1"/><circle class="c" cx="16.3002" cy="19.9926" r="1"/><circle class="c" cx="22.13" cy="20.3483" r="1"/><circle class="c" cx="19.3929" cy="23.0853" r="1"/><circle class="c" cx="19.7486" cy="28.9151" r="1"/><circle class="c" cx="22.4857" cy="26.178" r="1"/><circle class="c" cx="13.5632" cy="22.7296" r="1"/><path class="c" d="M34.343,10.7668l1.9194-1.9194c.2515-.2515.6591-.2515.9106,0l1.4642,1.4642c.2515.2515.2515.6591,0,.9106l-1.9194,1.9194"/><path class="c" d="M25.9767,19.5101l1.5036-1.5036c.8308-.8308.8308-2.1777,0-3.0085h0c-.8308-.8308-2.1777-.8308-3.0085,0l-1.5036,1.5036"/><line class="c" x1="28.4195" y1="14.0587" x2="29.2886" y2="13.1896"/><line class="c" x1="29.4021" y1="16.4308" x2="30.6312" y2="16.4308"/><line class="c" x1="28.4195" y1="18.8029" x2="29.2887" y2="19.672"/><line class="c" x1="26.0474" y1="13.0762" x2="26.0474" y2="11.8471"/><line class="c" x1="23.6754" y1="14.0588" x2="22.8062" y2="13.1897"/><path class="c" d="M13.3835,27.6106v9.0497c0,1.6126.9146,2.0575,1.7811,2.0575"/><path class="c" d="M24.8579,38.7177c.8601.8601,7.4192-6.1009,7.4192-8.0023s-3.3751-7.1297-4.2027-8.0536-3.7392,1.3138-2.4519,3.2516,1.2248,2.5539,1.2248,2.5539"/></svg>
Copied!