bottle champagne icon

bottle-champagne from Lucide Lab by Lucide Contributors · Outline · ISC Free for personal and commercial use.

Name
bottle-champagne
Set
Lucide Lab
Style
Outline
Viewbox
24×24
License
ISC

Related icons in Lucide Lab

Use the bottle champagne icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M8 2h.01M12 3h.01M19 8l-3-3M9.7 21.3a2.4 2.4 0 0 1-3.4 0l-3.6-3.6a2.41 2.41 0 0 1 0-3.4l6.27-6.27A3.5 3.5 0 0 1 11.45 7h1.1a3.5 3.5 0 0 0 2.47-1.03l3.62-3.61a1.21 1.21 0 0 1 1.72 0l1.28 1.28a1.2 1.2 0 0 1 0 1.72l-3.62 3.61A3.5 3.5 0 0 0 17 11.45v1.1a3.5 3.5 0 0 1-1.03 2.48Z"/><path d="m9.06 8l3.23 3.24a1 1 0 0 1 0 1.41L8.65 16.3a1 1 0 0 1-1.41 0L4 13.06M21 12h.01m.99 4h.01"/></g></svg>

React

import type { SVGProps } from "react";

export function LucideLabBottleChampagne(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M8 2h.01M12 3h.01M19 8l-3-3M9.7 21.3a2.4 2.4 0 0 1-3.4 0l-3.6-3.6a2.41 2.41 0 0 1 0-3.4l6.27-6.27A3.5 3.5 0 0 1 11.45 7h1.1a3.5 3.5 0 0 0 2.47-1.03l3.62-3.61a1.21 1.21 0 0 1 1.72 0l1.28 1.28a1.2 1.2 0 0 1 0 1.72l-3.62 3.61A3.5 3.5 0 0 0 17 11.45v1.1a3.5 3.5 0 0 1-1.03 2.48Z"/><path d="m9.06 8l3.23 3.24a1 1 0 0 1 0 1.41L8.65 16.3a1 1 0 0 1-1.41 0L4 13.06M21 12h.01m.99 4h.01"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M8 2h.01M12 3h.01M19 8l-3-3M9.7 21.3a2.4 2.4 0 0 1-3.4 0l-3.6-3.6a2.41 2.41 0 0 1 0-3.4l6.27-6.27A3.5 3.5 0 0 1 11.45 7h1.1a3.5 3.5 0 0 0 2.47-1.03l3.62-3.61a1.21 1.21 0 0 1 1.72 0l1.28 1.28a1.2 1.2 0 0 1 0 1.72l-3.62 3.61A3.5 3.5 0 0 0 17 11.45v1.1a3.5 3.5 0 0 1-1.03 2.48Z"/><path d="m9.06 8l3.23 3.24a1 1 0 0 1 0 1.41L8.65 16.3a1 1 0 0 1-1.41 0L4 13.06M21 12h.01m.99 4h.01"/></g></svg>
</template>

CSS

.icon-bottle-champagne {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M8%202h.01M12%203h.01M19%208l-3-3M9.7%2021.3a2.4%202.4%200%200%201-3.4%200l-3.6-3.6a2.41%202.41%200%200%201%200-3.4l6.27-6.27A3.5%203.5%200%200%201%2011.45%207h1.1a3.5%203.5%200%200%200%202.47-1.03l3.62-3.61a1.21%201.21%200%200%201%201.72%200l1.28%201.28a1.2%201.2%200%200%201%200%201.72l-3.62%203.61A3.5%203.5%200%200%200%2017%2011.45v1.1a3.5%203.5%200%200%201-1.03%202.48Z%22%2F%3E%3Cpath%20d%3D%22m9.06%208l3.23%203.24a1%201%200%200%201%200%201.41L8.65%2016.3a1%201%200%200%201-1.41%200L4%2013.06M21%2012h.01m.99%204h.01%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M8%202h.01M12%203h.01M19%208l-3-3M9.7%2021.3a2.4%202.4%200%200%201-3.4%200l-3.6-3.6a2.41%202.41%200%200%201%200-3.4l6.27-6.27A3.5%203.5%200%200%201%2011.45%207h1.1a3.5%203.5%200%200%200%202.47-1.03l3.62-3.61a1.21%201.21%200%200%201%201.72%200l1.28%201.28a1.2%201.2%200%200%201%200%201.72l-3.62%203.61A3.5%203.5%200%200%200%2017%2011.45v1.1a3.5%203.5%200%200%201-1.03%202.48Z%22%2F%3E%3Cpath%20d%3D%22m9.06%208l3.23%203.24a1%201%200%200%201%200%201.41L8.65%2016.3a1%201%200%200%201-1.41%200L4%2013.06M21%2012h.01m.99%204h.01%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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