goblet icon
goblet from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.
- Name
- goblet
- Set
- Element Plus
- Style
- Outline
- Viewbox
- 1024×1024
- License
- MIT
The same icon in other sets
Related icons in Element Plus
Use the goblet icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M544 638.4V896h96a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64h96V638.4A320 320 0 0 1 192 320q0-128.4 64-256h512q64 96.4 64 256a320 320 0 0 1-288 318.4M256 320a256 256 0 1 0 512 0c0-78.6-12.6-142.4-37-192H296.9A488 488 0 0 0 256 320"/></svg>
React
import type { SVGProps } from "react";
export function EpGoblet(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M544 638.4V896h96a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64h96V638.4A320 320 0 0 1 192 320q0-128.4 64-256h512q64 96.4 64 256a320 320 0 0 1-288 318.4M256 320a256 256 0 1 0 512 0c0-78.6-12.6-142.4-37-192H296.9A488 488 0 0 0 256 320"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M544 638.4V896h96a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64h96V638.4A320 320 0 0 1 192 320q0-128.4 64-256h512q64 96.4 64 256a320 320 0 0 1-288 318.4M256 320a256 256 0 1 0 512 0c0-78.6-12.6-142.4-37-192H296.9A488 488 0 0 0 256 320"/></svg> </template>
CSS
.icon-goblet {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M544%20638.4V896h96a32%2032%200%201%201%200%2064H384a32%2032%200%201%201%200-64h96V638.4A320%20320%200%200%201%20192%20320q0-128.4%2064-256h512q64%2096.4%2064%20256a320%20320%200%200%201-288%20318.4M256%20320a256%20256%200%201%200%20512%200c0-78.6-12.6-142.4-37-192H296.9A488%20488%200%200%200%20256%20320%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M544%20638.4V896h96a32%2032%200%201%201%200%2064H384a32%2032%200%201%201%200-64h96V638.4A320%20320%200%200%201%20192%20320q0-128.4%2064-256h512q64%2096.4%2064%20256a320%20320%200%200%201-288%20318.4M256%20320a256%20256%200%201%200%20512%200c0-78.6-12.6-142.4-37-192H296.9A488%20488%200%200%200%20256%20320%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/goblet.svg?color=%231a73e8&size=48