goblet broken icon
goblet-broken-line from Remix Icon by Remix Design · Line · Food · Apache-2.0 Free for personal and commercial use.
- Name
- goblet-broken-line
- Set
- Remix Icon
- Style
- Line
- Category
- Food
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
More food icons from Remix Icon
Use the goblet broken icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.867 2l1.122 7.858c.302 2.115-.521 3.932-1.88 5.189c-1.105 1.022-2.568 1.685-4.11 1.888V20h5v2H6v-2h5v-3.065c-1.54-.203-3.004-.866-4.109-1.888c-1.358-1.258-2.182-3.074-1.88-5.189L6.133 2zm-3.79 2l-.51.884l2.598 1.5l-2.75 4.764l-1.733-1l1.75-3.032l-2.597-1.5L11.768 4H7.867l-.878 6.142c-.198 1.385.322 2.569 1.26 3.436c.954.883 2.333 1.422 3.75 1.422c1.418 0 2.797-.539 3.752-1.422c.937-.867 1.456-2.05 1.258-3.436L16.133 4z"/></svg>
React
import type { SVGProps } from "react";
export function RiGobletBrokenLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.867 2l1.122 7.858c.302 2.115-.521 3.932-1.88 5.189c-1.105 1.022-2.568 1.685-4.11 1.888V20h5v2H6v-2h5v-3.065c-1.54-.203-3.004-.866-4.109-1.888c-1.358-1.258-2.182-3.074-1.88-5.189L6.133 2zm-3.79 2l-.51.884l2.598 1.5l-2.75 4.764l-1.733-1l1.75-3.032l-2.597-1.5L11.768 4H7.867l-.878 6.142c-.198 1.385.322 2.569 1.26 3.436c.954.883 2.333 1.422 3.75 1.422c1.418 0 2.797-.539 3.752-1.422c.937-.867 1.456-2.05 1.258-3.436L16.133 4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.867 2l1.122 7.858c.302 2.115-.521 3.932-1.88 5.189c-1.105 1.022-2.568 1.685-4.11 1.888V20h5v2H6v-2h5v-3.065c-1.54-.203-3.004-.866-4.109-1.888c-1.358-1.258-2.182-3.074-1.88-5.189L6.133 2zm-3.79 2l-.51.884l2.598 1.5l-2.75 4.764l-1.733-1l1.75-3.032l-2.597-1.5L11.768 4H7.867l-.878 6.142c-.198 1.385.322 2.569 1.26 3.436c.954.883 2.333 1.422 3.75 1.422c1.418 0 2.797-.539 3.752-1.422c.937-.867 1.456-2.05 1.258-3.436L16.133 4z"/></svg> </template>
CSS
.icon-goblet-broken-line {
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%22currentColor%22%20d%3D%22m17.867%202l1.122%207.858c.302%202.115-.521%203.932-1.88%205.189c-1.105%201.022-2.568%201.685-4.11%201.888V20h5v2H6v-2h5v-3.065c-1.54-.203-3.004-.866-4.109-1.888c-1.358-1.258-2.182-3.074-1.88-5.189L6.133%202zm-3.79%202l-.51.884l2.598%201.5l-2.75%204.764l-1.733-1l1.75-3.032l-2.597-1.5L11.768%204H7.867l-.878%206.142c-.198%201.385.322%202.569%201.26%203.436c.954.883%202.333%201.422%203.75%201.422c1.418%200%202.797-.539%203.752-1.422c.937-.867%201.456-2.05%201.258-3.436L16.133%204z%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%22currentColor%22%20d%3D%22m17.867%202l1.122%207.858c.302%202.115-.521%203.932-1.88%205.189c-1.105%201.022-2.568%201.685-4.11%201.888V20h5v2H6v-2h5v-3.065c-1.54-.203-3.004-.866-4.109-1.888c-1.358-1.258-2.182-3.074-1.88-5.189L6.133%202zm-3.79%202l-.51.884l2.598%201.5l-2.75%204.764l-1.733-1l1.75-3.032l-2.597-1.5L11.768%204H7.867l-.878%206.142c-.198%201.385.322%202.569%201.26%203.436c.954.883%202.333%201.422%203.75%201.422c1.418%200%202.797-.539%203.752-1.422c.937-.867%201.456-2.05%201.258-3.436L16.133%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/goblet-broken-line.svg?color=%231a73e8&size=48