Eatventure Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eatventure 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/324916.svg" alt="Eatventure icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324916.svg" alt="Eatventure icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324916.svg" alt="Eatventure icon" :width="24" :height="24" />
CSS background
.icon-eatventure {
background-image: url('https://proicons.com/icon/324916.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M7.143,34.7585c2.547,5.332,10.045,6.957,16.857,6.957s14.31-1.625,16.857-6.957M8.329,22.9365l-1.22-.44c-.165-8.605,6.709-16.212,16.891-16.212s17.055,7.607,16.892,16.21l-1.221.44c-4.108.798-8.358,1.215-15.671,1.215s-11.563-.417-15.67-1.214l-.001.001ZM8.329,22.9365v3.33c3.58,1.722,7.313,2.545,15.671,2.545s12.09-.823,15.67-2.545v-3.33M5.5,28.6025c.143.913.659,1.416,1.407,1.664v1.442c4.76,1.557,8.96,2.182,17.093,2.182s12.333-.625,17.093-2.182v-1.442c.748-.248,1.264-.751,1.407-1.664M39.67,26.2665c1.103.39,2.023,1.225,2.83,2.336-1.754,1.406-3.167,1.12-5.625,1.227-2.571.111-4.115.612-6.133,1.39-1.853.714-3.72,1.558-6.742,1.558s-4.889-.844-6.742-1.558c-2.018-.778-3.562-1.279-6.133-1.39-2.458-.107-3.871.18-5.625-1.227.807-1.11,1.727-1.946,2.83-2.336M41.093,31.7085c1.765.734,1.011,2.366-.236,3.05-1.024.395-1.945-.528-2.595.038-3.254,2.837-6.32,4.834-9.308,2.524-1.437-1.11-3.254-.99-4.993-1.014-2.12-.029-3.169.768-4.134,1.839-1.173,1.301-1.912.974-3.161.217-1.873-1.137-4.005-4.07-5.706-3.92-1.02.089-1.997.824-3.817.316-1.247-.684-2.001-2.316-.236-3.05"/></svg>
Copied!