Chomp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chomp 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/338223.svg" alt="Chomp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338223.svg" alt="Chomp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338223.svg" alt="Chomp icon" :width="24" :height="24" />
CSS background
.icon-chomp {
background-image: url('https://proicons.com/icon/338223.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M40.5,7.3H7.5c-1.6569,0-3,1.3431-3,3v20c0,1.6569,1.3431,3,3,3h1.64v7.4l8.26-7.4h23.1c1.6569,0,3-1.3431,3-3V10.3c0-1.6569-1.3431-3-3-3"/><circle class="b" cx="18.736" cy="15.4474" r="2.243"/><circle class="b" cx="29.3339" cy="15.4474" r="2.243"/><path class="b" d="M15.2361,23.6041c2.2871,2.1624,5.3644,3.4723,8.7535,3.4723,3.4099,0,6.4872-1.3099,8.7743-3.4723"/></svg>
Copied!