Eat This Much Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eat This Much 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/324913.svg" alt="Eat This Much icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324913.svg" alt="Eat This Much icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324913.svg" alt="Eat This Much icon" :width="24" :height="24" />
CSS background
.icon-eat-this-much {
background-image: url('https://proicons.com/icon/324913.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M23.9183,23.3572c-5.2916-5.2916-4.1068-9.5801-4.1068-9.5801"/><path class="c" d="M13.2879,32.2868c-2.9293-2.9293-2.0755-7.3857-2.0755-7.3857"/><path class="c" d="M6.4214,41.5786c4.0002,4.0002,20.253-5.8271,28.4738-14.0479,3.3001-3.3001-1.6278-9.3031-3.3753-11.0506s-7.7505-6.6754-11.0506-3.3753C12.2485,21.3256,2.4212,37.5784,6.4214,41.5786"/><path class="c" d="M34.02,19.5621c1.2904-1.9012,4.4826-2.0719,7.6689-1.3434.6953.159,1.1085-.737.5525-1.1837-2.5975-2.0869-4.7003-2.9223-4.7003-2.9223.5806-1.6258,1.8808-4.0663,3.4109-6.3202.3353-.494-.2504-1.0797-.7444-.7444-2.254,1.5301-4.6944,2.8303-6.3202,3.4109,0,0-.8354-2.1029-2.9223-4.7003-.4467-.556-1.3427-.1429-1.1837.5525.7285,3.1863.5578,6.3785-1.3434,7.6689"/><path class="c" d="M19.3,29.8654c4.1459,3.2246,8.4756,3.7172,8.4756,3.7172"/></svg>
Copied!