Cocktail With Grape Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cocktail With Grape 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/323858.svg" alt="Cocktail With Grape icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323858.svg" alt="Cocktail With Grape icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323858.svg" alt="Cocktail With Grape icon" :width="24" :height="24" />
CSS background
.icon-cocktail-with-grape {
background-image: url('https://proicons.com/icon/323858.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M16.9587,42.5l12.927-.067"/><path id="c" class="f" d="M23.544,42.2242l-.0958-7.8372"/><path class="f" d="M36.702,10.94c.11.17.18.38.18.6,0,.62-.5,1.12-1.12,1.12-.14,0-.28-.03-.41-.08-.42-.16-.71-.56-.71-1.04,0-.61.5-1.12,1.12-1.12.18,0,.35.04.5.12"/><path class="f" d="M37.412,8.84c-.07-.01-.14-.02-.21-.02-.62,0-1.12.5-1.12,1.12,0,.22.07.43.18.6.1.16.23.28.39.37.02.01.03.02.05.03.15.08.32.12.5.12.62,0,1.12-.51,1.12-1.12,0-.1-.01-.2-.04-.3"/><circle id="d" class="f" cx="38.4873" cy="8.5407" r="1.1179"/><path id="e" class="f" d="M7.128,14.7658c1.2662,1.8106,16.3046,19.5832,16.3046,19.5832l15.3404-19.6458-31.645.0626Z"/><polyline class="f" points="25.542 25.16 33.692 14.71 35.352 12.58"/><line class="f" x1="40.872" y1="5.5" x2="39.182" y2="7.67"/></svg>
Copied!