Eatsure Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eatsure 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/324915.svg" alt="Eatsure icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324915.svg" alt="Eatsure icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324915.svg" alt="Eatsure icon" :width="24" :height="24" />
CSS background
.icon-eatsure {
background-image: url('https://proicons.com/icon/324915.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="4.5" y="12.4876" width="39" height="23.0281"/><line class="b" x1="23.9984" y1="35.5126" x2="23.9984" y2="12.4843"/><line class="b" x1="15.8472" y1="19.7822" x2="24" y2="19.7822"/><line class="b" x1="36.2372" y1="19.7822" x2="43.5" y2="19.7822"/><path class="b" d="m15.577,28.094c5.7372,2.368,11.3631,2.3998,16.846,0"/></svg>
Copied!