wineglass triangle icon

wineglass-triangle-outline from Solar by 480 Design · Outline · Food · CC-BY-4.0 Attribution required.

Name
wineglass-triangle-outline
Set
Solar
Style
Outline
Category
Food
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More food icons from Solar

Use the wineglass triangle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.94762 6.38823C1.43049 4.837 2.54526 2.25 4.70095 2.25H19.2991C21.4547 2.25 22.5695 4.83699 21.0524 6.38822L12.75 14.8772V20.25H16.2439C16.6581 20.25 16.9939 20.5858 16.9939 21C16.9939 21.4142 16.6581 21.75 16.2439 21.75H7.75611C7.34189 21.75 7.00611 21.4142 7.00611 21C7.00611 20.5858 7.34189 20.25 7.75611 20.25H11.25V14.8772L2.94762 6.38823ZM12 13.4988L14.9329 10.5H9.06714L12 13.4988ZM7.60012 9H16.3999L19.98 5.33942C20.5553 4.75118 20.1451 3.75 19.2991 3.75H4.70095C3.85492 3.75 3.4447 4.75118 4.02001 5.33942L7.60012 9Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarWineglassTriangleOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M2.94762 6.38823C1.43049 4.837 2.54526 2.25 4.70095 2.25H19.2991C21.4547 2.25 22.5695 4.83699 21.0524 6.38822L12.75 14.8772V20.25H16.2439C16.6581 20.25 16.9939 20.5858 16.9939 21C16.9939 21.4142 16.6581 21.75 16.2439 21.75H7.75611C7.34189 21.75 7.00611 21.4142 7.00611 21C7.00611 20.5858 7.34189 20.25 7.75611 20.25H11.25V14.8772L2.94762 6.38823ZM12 13.4988L14.9329 10.5H9.06714L12 13.4988ZM7.60012 9H16.3999L19.98 5.33942C20.5553 4.75118 20.1451 3.75 19.2991 3.75H4.70095C3.85492 3.75 3.4447 4.75118 4.02001 5.33942L7.60012 9Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.94762 6.38823C1.43049 4.837 2.54526 2.25 4.70095 2.25H19.2991C21.4547 2.25 22.5695 4.83699 21.0524 6.38822L12.75 14.8772V20.25H16.2439C16.6581 20.25 16.9939 20.5858 16.9939 21C16.9939 21.4142 16.6581 21.75 16.2439 21.75H7.75611C7.34189 21.75 7.00611 21.4142 7.00611 21C7.00611 20.5858 7.34189 20.25 7.75611 20.25H11.25V14.8772L2.94762 6.38823ZM12 13.4988L14.9329 10.5H9.06714L12 13.4988ZM7.60012 9H16.3999L19.98 5.33942C20.5553 4.75118 20.1451 3.75 19.2991 3.75H4.70095C3.85492 3.75 3.4447 4.75118 4.02001 5.33942L7.60012 9Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-wineglass-triangle-outline {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.94762%206.38823C1.43049%204.837%202.54526%202.25%204.70095%202.25H19.2991C21.4547%202.25%2022.5695%204.83699%2021.0524%206.38822L12.75%2014.8772V20.25H16.2439C16.6581%2020.25%2016.9939%2020.5858%2016.9939%2021C16.9939%2021.4142%2016.6581%2021.75%2016.2439%2021.75H7.75611C7.34189%2021.75%207.00611%2021.4142%207.00611%2021C7.00611%2020.5858%207.34189%2020.25%207.75611%2020.25H11.25V14.8772L2.94762%206.38823ZM12%2013.4988L14.9329%2010.5H9.06714L12%2013.4988ZM7.60012%209H16.3999L19.98%205.33942C20.5553%204.75118%2020.1451%203.75%2019.2991%203.75H4.70095C3.85492%203.75%203.4447%204.75118%204.02001%205.33942L7.60012%209Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.94762%206.38823C1.43049%204.837%202.54526%202.25%204.70095%202.25H19.2991C21.4547%202.25%2022.5695%204.83699%2021.0524%206.38822L12.75%2014.8772V20.25H16.2439C16.6581%2020.25%2016.9939%2020.5858%2016.9939%2021C16.9939%2021.4142%2016.6581%2021.75%2016.2439%2021.75H7.75611C7.34189%2021.75%207.00611%2021.4142%207.00611%2021C7.00611%2020.5858%207.34189%2020.25%207.75611%2020.25H11.25V14.8772L2.94762%206.38823ZM12%2013.4988L14.9329%2010.5H9.06714L12%2013.4988ZM7.60012%209H16.3999L19.98%205.33942C20.5553%204.75118%2020.1451%203.75%2019.2991%203.75H4.70095C3.85492%203.75%203.4447%204.75118%204.02001%205.33942L7.60012%209Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/wineglass-triangle-outline.svg?color=%231a73e8&size=48