Eatclub Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eatclub 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/324914.svg" alt="Eatclub icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324914.svg" alt="Eatclub icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324914.svg" alt="Eatclub icon" :width="24" :height="24" />
CSS background
.icon-eatclub {
background-image: url('https://proicons.com/icon/324914.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>.w{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="w" d="m39.7277,29.2525c.9271,0,1.6787.7515,1.6787,1.6787s-.7515,1.6787-1.6787,1.6787h-2.7698v-6.7146h2.7698c.9271,0,1.6787.7515,1.6787,1.6787s-.7515,1.6787-1.6787,1.6787Z"/><line id="e" class="w" x1="39.7277" y1="29.2526" x2="36.9579" y2="29.2526"/></g><path id="f" class="w" d="m27.2959,25.8952v4.4904c0,1.2284.9958,2.2242,2.2242,2.2242s2.2242-.9958,2.2242-2.2242v-4.4904"/><polyline id="g" class="w" points="17.8407 25.8952 17.8407 32.6098 21.198 32.6098"/><path id="h" class="w" d="m11.8853,30.3581v.0277c0,1.2284-.9958,2.2242-2.2242,2.2242h0c-1.2284,0-2.2242-.9958-2.2242-2.2242v-2.2662c0-1.2284.9958-2.2242,2.2242-2.2242h0c1.2284,0,2.2242.9958,2.2242,2.2242v.0276"/><g id="i"><line id="j" class="w" x1="27.1826" y1="15.4551" x2="31.631" y2="15.4551"/><line id="k" class="w" x1="29.4068" y1="22.1697" x2="29.4068" y2="15.4551"/></g><g id="l"><line id="m" class="w" x1="21.0136" y1="19.9454" x2="18.0387" y2="19.9454"/><polyline id="n" class="w" points="17.3019 22.1697 19.5261 15.455 21.7504 22.1697"/></g><g id="o"><line id="p" class="w" x1="7.4369" y1="18.8124" x2="9.6259" y2="18.8124"/><polyline id="q" class="w" points="10.7942 22.1697 7.4369 22.1697 7.4369 15.4551 10.7942 15.4551"/></g><rect id="r" class="w" x="4.5" y="24.0859" width="39" height="10.5405"/><rect id="s" class="w" x="4.5" y="13.3735" width="30.0405" height="10.7124"/><path id="t" class="w" d="m14.5135,13.3735v21.253"/><path id="u" class="w" d="m24.527,13.3735l.1318,21.253"/><path id="v" class="w" d="m34.5405,24.0859v10.5405"/></svg>
Copied!