Omnivore Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Omnivore 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/330596.svg" alt="Omnivore icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330596.svg" alt="Omnivore icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330596.svg" alt="Omnivore icon" :width="24" :height="24" />
CSS background
.icon-omnivore {
background-image: url('https://proicons.com/icon/330596.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="m15.5789,32.0621v-12.8396c0-1.4425,1.8623-2.0204,2.6789-.8314l4.3713,6.3644c.8876,1.2923,2.7954,1.2923,3.6829,0l4.3713-6.3644c.8167-1.189,2.6789-.6111,2.6789.8314v7.3857c0,3.3517,2.7171,6.0688,6.0688,6.0688h0c3.3517,0,6.0688-2.7171,6.0688-6.0688v-2.6082c0-12.3282-10.3762-22.233-22.8718-21.4573C11.9213,3.2073,3.2073,11.9213,2.5427,22.6282c-.7757,12.4956,9.1291,22.8718,21.4573,22.8718"/></svg>
Copied!