champagne icon
champagne-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- champagne-thin
- Set
- Phosphor
- Style
- Thin
- 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"><path fill="currentColor" d="M142.3 12H97.7a4 4 0 0 0-3.8 2.76c-1.45 4.47-35.2 109.75-6.13 149.78c6.73 9.25 16.23 14.38 28.23 15.29V236H96a4 4 0 0 0 0 8h48a4 4 0 0 0 0-8h-20v-56.17c12-.91 21.5-6 28.22-15.29c29.08-40-4.67-145.31-6.12-149.78a4 4 0 0 0-3.8-2.76m-41.65 8h38.7A455 455 0 0 1 151 68H89a462 462 0 0 1 11.65-48m45.1 139.83C139.8 168 131.38 172 120 172s-19.8-4-25.75-12.16C81 141.63 82.6 106.72 87.6 76h64.81c6.45 40 4.16 68.94-6.66 83.83M228 52a8 8 0 1 1-8-8a8 8 0 0 1 8 8m-24-32a8 8 0 1 1-8-8a8 8 0 0 1 8 8m0 80a8 8 0 1 1-8-8a8 8 0 0 1 8 8"/></svg>
React
import type { SVGProps } from "react";
export function PhChampagneThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M142.3 12H97.7a4 4 0 0 0-3.8 2.76c-1.45 4.47-35.2 109.75-6.13 149.78c6.73 9.25 16.23 14.38 28.23 15.29V236H96a4 4 0 0 0 0 8h48a4 4 0 0 0 0-8h-20v-56.17c12-.91 21.5-6 28.22-15.29c29.08-40-4.67-145.31-6.12-149.78a4 4 0 0 0-3.8-2.76m-41.65 8h38.7A455 455 0 0 1 151 68H89a462 462 0 0 1 11.65-48m45.1 139.83C139.8 168 131.38 172 120 172s-19.8-4-25.75-12.16C81 141.63 82.6 106.72 87.6 76h64.81c6.45 40 4.16 68.94-6.66 83.83M228 52a8 8 0 1 1-8-8a8 8 0 0 1 8 8m-24-32a8 8 0 1 1-8-8a8 8 0 0 1 8 8m0 80a8 8 0 1 1-8-8a8 8 0 0 1 8 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M142.3 12H97.7a4 4 0 0 0-3.8 2.76c-1.45 4.47-35.2 109.75-6.13 149.78c6.73 9.25 16.23 14.38 28.23 15.29V236H96a4 4 0 0 0 0 8h48a4 4 0 0 0 0-8h-20v-56.17c12-.91 21.5-6 28.22-15.29c29.08-40-4.67-145.31-6.12-149.78a4 4 0 0 0-3.8-2.76m-41.65 8h38.7A455 455 0 0 1 151 68H89a462 462 0 0 1 11.65-48m45.1 139.83C139.8 168 131.38 172 120 172s-19.8-4-25.75-12.16C81 141.63 82.6 106.72 87.6 76h64.81c6.45 40 4.16 68.94-6.66 83.83M228 52a8 8 0 1 1-8-8a8 8 0 0 1 8 8m-24-32a8 8 0 1 1-8-8a8 8 0 0 1 8 8m0 80a8 8 0 1 1-8-8a8 8 0 0 1 8 8"/></svg> </template>
CSS
.icon-champagne-thin {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M142.3%2012H97.7a4%204%200%200%200-3.8%202.76c-1.45%204.47-35.2%20109.75-6.13%20149.78c6.73%209.25%2016.23%2014.38%2028.23%2015.29V236H96a4%204%200%200%200%200%208h48a4%204%200%200%200%200-8h-20v-56.17c12-.91%2021.5-6%2028.22-15.29c29.08-40-4.67-145.31-6.12-149.78a4%204%200%200%200-3.8-2.76m-41.65%208h38.7A455%20455%200%200%201%20151%2068H89a462%20462%200%200%201%2011.65-48m45.1%20139.83C139.8%20168%20131.38%20172%20120%20172s-19.8-4-25.75-12.16C81%20141.63%2082.6%20106.72%2087.6%2076h64.81c6.45%2040%204.16%2068.94-6.66%2083.83M228%2052a8%208%200%201%201-8-8a8%208%200%200%201%208%208m-24-32a8%208%200%201%201-8-8a8%208%200%200%201%208%208m0%2080a8%208%200%201%201-8-8a8%208%200%200%201%208%208%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M142.3%2012H97.7a4%204%200%200%200-3.8%202.76c-1.45%204.47-35.2%20109.75-6.13%20149.78c6.73%209.25%2016.23%2014.38%2028.23%2015.29V236H96a4%204%200%200%200%200%208h48a4%204%200%200%200%200-8h-20v-56.17c12-.91%2021.5-6%2028.22-15.29c29.08-40-4.67-145.31-6.12-149.78a4%204%200%200%200-3.8-2.76m-41.65%208h38.7A455%20455%200%200%201%20151%2068H89a462%20462%200%200%201%2011.65-48m45.1%20139.83C139.8%20168%20131.38%20172%20120%20172s-19.8-4-25.75-12.16C81%20141.63%2082.6%20106.72%2087.6%2076h64.81c6.45%2040%204.16%2068.94-6.66%2083.83M228%2052a8%208%200%201%201-8-8a8%208%200%200%201%208%208m-24-32a8%208%200%201%201-8-8a8%208%200%200%201%208%208m0%2080a8%208%200%201%201-8-8a8%208%200%200%201%208%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/champagne-thin.svg?color=%231a73e8&size=48