liquor icon
liquor from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- liquor
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
Use the liquor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><path id="SVGOxs2SMJE" d="m19.5 2.5l2 2L17 9v4l-8.293 8.293a1 1 0 0 1-1.414 0l-4.586-4.586a1 1 0 0 1 0-1.414L11 7h4z"/><path id="SVGgtxS5biG" d="m9 9l6 6l-4 4l-6-6z"/></defs><g fill="none"><use href="#SVGOxs2SMJE"/><use href="#SVGgtxS5biG"/><g stroke="currentColor" stroke-width="2"><use href="#SVGOxs2SMJE"/><use href="#SVGgtxS5biG"/></g><path stroke="currentColor" stroke-width="2" d="M9.998 13.998h.004v.004h-.004z"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignLiquor(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><path id="SVGOxs2SMJE" d="m19.5 2.5l2 2L17 9v4l-8.293 8.293a1 1 0 0 1-1.414 0l-4.586-4.586a1 1 0 0 1 0-1.414L11 7h4z"/><path id="SVGgtxS5biG" d="m9 9l6 6l-4 4l-6-6z"/></defs><g fill="none"><use href="#SVGOxs2SMJE"/><use href="#SVGgtxS5biG"/><g stroke="currentColor" strokeWidth="2"><use href="#SVGOxs2SMJE"/><use href="#SVGgtxS5biG"/></g><path stroke="currentColor" strokeWidth="2" d="M9.998 13.998h.004v.004h-.004z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><path id="SVGOxs2SMJE" d="m19.5 2.5l2 2L17 9v4l-8.293 8.293a1 1 0 0 1-1.414 0l-4.586-4.586a1 1 0 0 1 0-1.414L11 7h4z"/><path id="SVGgtxS5biG" d="m9 9l6 6l-4 4l-6-6z"/></defs><g fill="none"><use href="#SVGOxs2SMJE"/><use href="#SVGgtxS5biG"/><g stroke="currentColor" stroke-width="2"><use href="#SVGOxs2SMJE"/><use href="#SVGgtxS5biG"/></g><path stroke="currentColor" stroke-width="2" d="M9.998 13.998h.004v.004h-.004z"/></g></svg> </template>
CSS
.icon-liquor {
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%3Cdefs%3E%3Cpath%20id%3D%22SVGOxs2SMJE%22%20d%3D%22m19.5%202.5l2%202L17%209v4l-8.293%208.293a1%201%200%200%201-1.414%200l-4.586-4.586a1%201%200%200%201%200-1.414L11%207h4z%22%2F%3E%3Cpath%20id%3D%22SVGgtxS5biG%22%20d%3D%22m9%209l6%206l-4%204l-6-6z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%3E%3Cuse%20href%3D%22%23SVGOxs2SMJE%22%2F%3E%3Cuse%20href%3D%22%23SVGgtxS5biG%22%2F%3E%3Cg%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%3E%3Cuse%20href%3D%22%23SVGOxs2SMJE%22%2F%3E%3Cuse%20href%3D%22%23SVGgtxS5biG%22%2F%3E%3C%2Fg%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M9.998%2013.998h.004v.004h-.004z%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%3Cdefs%3E%3Cpath%20id%3D%22SVGOxs2SMJE%22%20d%3D%22m19.5%202.5l2%202L17%209v4l-8.293%208.293a1%201%200%200%201-1.414%200l-4.586-4.586a1%201%200%200%201%200-1.414L11%207h4z%22%2F%3E%3Cpath%20id%3D%22SVGgtxS5biG%22%20d%3D%22m9%209l6%206l-4%204l-6-6z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%3E%3Cuse%20href%3D%22%23SVGOxs2SMJE%22%2F%3E%3Cuse%20href%3D%22%23SVGgtxS5biG%22%2F%3E%3Cg%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%3E%3Cuse%20href%3D%22%23SVGOxs2SMJE%22%2F%3E%3Cuse%20href%3D%22%23SVGgtxS5biG%22%2F%3E%3C%2Fg%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M9.998%2013.998h.004v.004h-.004z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/liquor.svg?color=%231a73e8&size=48