champagne glasses icon

champagne-glasses-outline from Flowbite Icons by Themesberg · Outline · Food Beverage · MIT Free for personal and commercial use.

Name
champagne-glasses-outline
Set
Flowbite Icons
Style
Outline
Category
Food Beverage
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More food beverage icons from Flowbite Icons

Use the champagne glasses icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 15a3 3 0 0 0 3-3V6H4v6a3 3 0 0 0 3 3m0 0v5m-2 0h4M4 9h6m6.608 4.486a3 3 0 0 0 1.94-3.773L16.712 4L11 5.835l1.835 5.712a3 3 0 0 0 3.773 1.94m0 0l1.53 4.76m-1.905.612l3.808-1.223m-8.124-8.944l5.713-1.835"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteChampagneGlassesOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M7 15a3 3 0 0 0 3-3V6H4v6a3 3 0 0 0 3 3m0 0v5m-2 0h4M4 9h6m6.608 4.486a3 3 0 0 0 1.94-3.773L16.712 4L11 5.835l1.835 5.712a3 3 0 0 0 3.773 1.94m0 0l1.53 4.76m-1.905.612l3.808-1.223m-8.124-8.944l5.713-1.835"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 15a3 3 0 0 0 3-3V6H4v6a3 3 0 0 0 3 3m0 0v5m-2 0h4M4 9h6m6.608 4.486a3 3 0 0 0 1.94-3.773L16.712 4L11 5.835l1.835 5.712a3 3 0 0 0 3.773 1.94m0 0l1.53 4.76m-1.905.612l3.808-1.223m-8.124-8.944l5.713-1.835"/></svg>
</template>

CSS

.icon-champagne-glasses-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M7%2015a3%203%200%200%200%203-3V6H4v6a3%203%200%200%200%203%203m0%200v5m-2%200h4M4%209h6m6.608%204.486a3%203%200%200%200%201.94-3.773L16.712%204L11%205.835l1.835%205.712a3%203%200%200%200%203.773%201.94m0%200l1.53%204.76m-1.905.612l3.808-1.223m-8.124-8.944l5.713-1.835%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M7%2015a3%203%200%200%200%203-3V6H4v6a3%203%200%200%200%203%203m0%200v5m-2%200h4M4%209h6m6.608%204.486a3%203%200%200%200%201.94-3.773L16.712%204L11%205.835l1.835%205.712a3%203%200%200%200%203.773%201.94m0%200l1.53%204.76m-1.905.612l3.808-1.223m-8.124-8.944l5.713-1.835%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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