champagne icon
champagne-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- champagne-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the champagne icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M120 176c-44.7 0-43.7-57.87-35.8-104h71.6c7.9 46.13 8.9 104-35.8 104" opacity=".2"/><path d="M149.91 13.53A8 8 0 0 0 142.3 8H97.71a8 8 0 0 0-7.61 5.53a451 451 0 0 0-14.21 59.7c-7.26 44.25-4.35 75.76 8.65 93.66A40 40 0 0 0 112 183.42V232H96a8 8 0 1 0 0 16h48a8 8 0 0 0 0-16h-16v-48.58a39.94 39.94 0 0 0 27.46-16.53c13-17.9 15.92-49.41 8.66-93.66a451 451 0 0 0-14.21-59.7M103.59 24h32.83c3.06 10.19 6.77 24.42 9.8 40H93.8c3.03-15.58 6.73-29.81 9.79-40m38.93 133.48C137.38 164.56 130 168 120 168s-17.37-3.44-22.51-10.51C85.9 141.54 86.55 110 91 80h58c4.47 30 5.12 61.52-6.48 77.48M232 52a12 12 0 1 1-12-12a12 12 0 0 1 12 12m-48-32a12 12 0 1 1 12 12a12 12 0 0 1-12-12m24 80a12 12 0 1 1-12-12a12 12 0 0 1 12 12"/></g></svg>
React
import type { SVGProps } from "react";
export function PhChampagneDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M120 176c-44.7 0-43.7-57.87-35.8-104h71.6c7.9 46.13 8.9 104-35.8 104" opacity=".2"/><path d="M149.91 13.53A8 8 0 0 0 142.3 8H97.71a8 8 0 0 0-7.61 5.53a451 451 0 0 0-14.21 59.7c-7.26 44.25-4.35 75.76 8.65 93.66A40 40 0 0 0 112 183.42V232H96a8 8 0 1 0 0 16h48a8 8 0 0 0 0-16h-16v-48.58a39.94 39.94 0 0 0 27.46-16.53c13-17.9 15.92-49.41 8.66-93.66a451 451 0 0 0-14.21-59.7M103.59 24h32.83c3.06 10.19 6.77 24.42 9.8 40H93.8c3.03-15.58 6.73-29.81 9.79-40m38.93 133.48C137.38 164.56 130 168 120 168s-17.37-3.44-22.51-10.51C85.9 141.54 86.55 110 91 80h58c4.47 30 5.12 61.52-6.48 77.48M232 52a12 12 0 1 1-12-12a12 12 0 0 1 12 12m-48-32a12 12 0 1 1 12 12a12 12 0 0 1-12-12m24 80a12 12 0 1 1-12-12a12 12 0 0 1 12 12"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M120 176c-44.7 0-43.7-57.87-35.8-104h71.6c7.9 46.13 8.9 104-35.8 104" opacity=".2"/><path d="M149.91 13.53A8 8 0 0 0 142.3 8H97.71a8 8 0 0 0-7.61 5.53a451 451 0 0 0-14.21 59.7c-7.26 44.25-4.35 75.76 8.65 93.66A40 40 0 0 0 112 183.42V232H96a8 8 0 1 0 0 16h48a8 8 0 0 0 0-16h-16v-48.58a39.94 39.94 0 0 0 27.46-16.53c13-17.9 15.92-49.41 8.66-93.66a451 451 0 0 0-14.21-59.7M103.59 24h32.83c3.06 10.19 6.77 24.42 9.8 40H93.8c3.03-15.58 6.73-29.81 9.79-40m38.93 133.48C137.38 164.56 130 168 120 168s-17.37-3.44-22.51-10.51C85.9 141.54 86.55 110 91 80h58c4.47 30 5.12 61.52-6.48 77.48M232 52a12 12 0 1 1-12-12a12 12 0 0 1 12 12m-48-32a12 12 0 1 1 12 12a12 12 0 0 1-12-12m24 80a12 12 0 1 1-12-12a12 12 0 0 1 12 12"/></g></svg> </template>
CSS
.icon-champagne-duotone {
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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M120%20176c-44.7%200-43.7-57.87-35.8-104h71.6c7.9%2046.13%208.9%20104-35.8%20104%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M149.91%2013.53A8%208%200%200%200%20142.3%208H97.71a8%208%200%200%200-7.61%205.53a451%20451%200%200%200-14.21%2059.7c-7.26%2044.25-4.35%2075.76%208.65%2093.66A40%2040%200%200%200%20112%20183.42V232H96a8%208%200%201%200%200%2016h48a8%208%200%200%200%200-16h-16v-48.58a39.94%2039.94%200%200%200%2027.46-16.53c13-17.9%2015.92-49.41%208.66-93.66a451%20451%200%200%200-14.21-59.7M103.59%2024h32.83c3.06%2010.19%206.77%2024.42%209.8%2040H93.8c3.03-15.58%206.73-29.81%209.79-40m38.93%20133.48C137.38%20164.56%20130%20168%20120%20168s-17.37-3.44-22.51-10.51C85.9%20141.54%2086.55%20110%2091%2080h58c4.47%2030%205.12%2061.52-6.48%2077.48M232%2052a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m-48-32a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12m24%2080a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M120%20176c-44.7%200-43.7-57.87-35.8-104h71.6c7.9%2046.13%208.9%20104-35.8%20104%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M149.91%2013.53A8%208%200%200%200%20142.3%208H97.71a8%208%200%200%200-7.61%205.53a451%20451%200%200%200-14.21%2059.7c-7.26%2044.25-4.35%2075.76%208.65%2093.66A40%2040%200%200%200%20112%20183.42V232H96a8%208%200%201%200%200%2016h48a8%208%200%200%200%200-16h-16v-48.58a39.94%2039.94%200%200%200%2027.46-16.53c13-17.9%2015.92-49.41%208.66-93.66a451%20451%200%200%200-14.21-59.7M103.59%2024h32.83c3.06%2010.19%206.77%2024.42%209.8%2040H93.8c3.03-15.58%206.73-29.81%209.79-40m38.93%20133.48C137.38%20164.56%20130%20168%20120%20168s-17.37-3.44-22.51-10.51C85.9%20141.54%2086.55%20110%2091%2080h58c4.47%2030%205.12%2061.52-6.48%2077.48M232%2052a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m-48-32a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12m24%2080a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/champagne-duotone.svg?color=%231a73e8&size=48