Martini Glass Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Martini Glass 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/320337.svg" alt="Martini Glass icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320337.svg" alt="Martini Glass icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320337.svg" alt="Martini Glass icon" :width="24" :height="24" />
CSS background
.icon-martini-glass {
background-image: url('https://proicons.com/icon/320337.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="martini-glass_00000063631547150642977030000004231663524803003062_" d="M20,31.36h-8v-0.72h3.64V20.15L2.746,7.254 C2.643,7.151,2.612,6.997,2.667,6.862C2.723,6.728,2.854,6.64,3,6.64h21.851l1.895-1.895l0.51,0.509L25.869,6.64H29 c0.146,0,0.277,0.087,0.333,0.222c0.056,0.134,0.024,0.289-0.078,0.392L16.36,20.149v10.49H20V31.36z M6.869,10.36L16,19.491 l9.131-9.131H22.15l-2.665,2.665c0.566,0.85,0.386,2.113-0.479,2.979c-0.46,0.46-1.046,0.744-1.649,0.799 c-0.5,0.042-0.957-0.068-1.331-0.319l-0.77,0.771l-0.509-0.509l0.771-0.771c-0.567-0.851-0.387-2.113,0.479-2.979 c0.459-0.46,1.045-0.744,1.649-0.799c0.497-0.045,0.957,0.067,1.331,0.319l2.155-2.156C21.132,10.36,6.869,10.36,6.869,10.36z M17.854,12.907c-0.048,0-0.097,0.002-0.146,0.007c-0.436,0.04-0.863,0.249-1.205,0.59s-0.551,0.77-0.59,1.205 c-0.038,0.411,0.083,0.779,0.34,1.036c0.257,0.256,0.627,0.376,1.037,0.34c0.436-0.04,0.863-0.249,1.204-0.59 c0.577-0.577,0.748-1.378,0.464-1.945l-0.704,0.704l-0.51-0.509l0.704-0.704C18.273,12.953,18.071,12.907,17.854,12.907z M22.869,9.64h2.981l2.28-2.28h-2.981L22.869,9.64z M6.149,9.64h15.702l2.28-2.28H3.869L6.149,9.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!