wineglass triangle icon
wineglass-triangle-bold from Solar by 480 Design · Bold · Food · CC-BY-4.0 Attribution required.
- Name
- wineglass-triangle-bold
- Set
- Solar
- Style
- Bold
- 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"><g fill="currentColor"><path d="M19.2991 3H4.70095C3.20008 3 2.43759 4.79409 3.48381 5.86382L6.23508 9H17.7649L20.5162 5.86382C21.5624 4.79409 20.7999 3 19.2991 3Z"/><path d="M16.449 10.5H7.55099L11.2498 14.7162V20.2499H7.75586C7.34165 20.2499 7.00586 20.5856 7.00586 20.9999C7.00586 21.4141 7.34165 21.7499 7.75586 21.7499H16.2437C16.6579 21.7499 16.9937 21.4141 16.9937 20.9999C16.9937 20.5856 16.6579 20.2499 16.2437 20.2499H12.7498V14.7168L16.449 10.5Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarWineglassTriangleBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.2991 3H4.70095C3.20008 3 2.43759 4.79409 3.48381 5.86382L6.23508 9H17.7649L20.5162 5.86382C21.5624 4.79409 20.7999 3 19.2991 3Z"/><path d="M16.449 10.5H7.55099L11.2498 14.7162V20.2499H7.75586C7.34165 20.2499 7.00586 20.5856 7.00586 20.9999C7.00586 21.4141 7.34165 21.7499 7.75586 21.7499H16.2437C16.6579 21.7499 16.9937 21.4141 16.9937 20.9999C16.9937 20.5856 16.6579 20.2499 16.2437 20.2499H12.7498V14.7168L16.449 10.5Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.2991 3H4.70095C3.20008 3 2.43759 4.79409 3.48381 5.86382L6.23508 9H17.7649L20.5162 5.86382C21.5624 4.79409 20.7999 3 19.2991 3Z"/><path d="M16.449 10.5H7.55099L11.2498 14.7162V20.2499H7.75586C7.34165 20.2499 7.00586 20.5856 7.00586 20.9999C7.00586 21.4141 7.34165 21.7499 7.75586 21.7499H16.2437C16.6579 21.7499 16.9937 21.4141 16.9937 20.9999C16.9937 20.5856 16.6579 20.2499 16.2437 20.2499H12.7498V14.7168L16.449 10.5Z"/></g></svg> </template>
CSS
.icon-wineglass-triangle-bold {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19.2991%203H4.70095C3.20008%203%202.43759%204.79409%203.48381%205.86382L6.23508%209H17.7649L20.5162%205.86382C21.5624%204.79409%2020.7999%203%2019.2991%203Z%22%2F%3E%3Cpath%20d%3D%22M16.449%2010.5H7.55099L11.2498%2014.7162V20.2499H7.75586C7.34165%2020.2499%207.00586%2020.5856%207.00586%2020.9999C7.00586%2021.4141%207.34165%2021.7499%207.75586%2021.7499H16.2437C16.6579%2021.7499%2016.9937%2021.4141%2016.9937%2020.9999C16.9937%2020.5856%2016.6579%2020.2499%2016.2437%2020.2499H12.7498V14.7168L16.449%2010.5Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19.2991%203H4.70095C3.20008%203%202.43759%204.79409%203.48381%205.86382L6.23508%209H17.7649L20.5162%205.86382C21.5624%204.79409%2020.7999%203%2019.2991%203Z%22%2F%3E%3Cpath%20d%3D%22M16.449%2010.5H7.55099L11.2498%2014.7162V20.2499H7.75586C7.34165%2020.2499%207.00586%2020.5856%207.00586%2020.9999C7.00586%2021.4141%207.34165%2021.7499%207.75586%2021.7499H16.2437C16.6579%2021.7499%2016.9937%2021.4141%2016.9937%2020.9999C16.9937%2020.5856%2016.6579%2020.2499%2016.2437%2020.2499H12.7498V14.7168L16.449%2010.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/wineglass-triangle-bold.svg?color=%231a73e8&size=48