drink icon
drink-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- drink-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Use the drink icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.815 3.579a1 1 0 0 0-1.63-1.158l-1 1.409a1 1 0 0 0-.098.17H7.5A1.5 1.5 0 0 0 6 5.5V7l.003.084A1.5 1.5 0 0 0 5 8.5V10a1 1 0 0 0 .995 1l.92 9.2a2 2 0 0 0 1.99 1.8h6.19a2 2 0 0 0 1.99-1.8l.92-9.2A1 1 0 0 0 19 10V8.5a1.5 1.5 0 0 0-1.003-1.416L18 7V5.5A1.5 1.5 0 0 0 16.5 4h-2.983zM8 7V6h8v1z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteDrinkFill(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" fillRule="evenodd" d="M13.815 3.579a1 1 0 0 0-1.63-1.158l-1 1.409a1 1 0 0 0-.098.17H7.5A1.5 1.5 0 0 0 6 5.5V7l.003.084A1.5 1.5 0 0 0 5 8.5V10a1 1 0 0 0 .995 1l.92 9.2a2 2 0 0 0 1.99 1.8h6.19a2 2 0 0 0 1.99-1.8l.92-9.2A1 1 0 0 0 19 10V8.5a1.5 1.5 0 0 0-1.003-1.416L18 7V5.5A1.5 1.5 0 0 0 16.5 4h-2.983zM8 7V6h8v1z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.815 3.579a1 1 0 0 0-1.63-1.158l-1 1.409a1 1 0 0 0-.098.17H7.5A1.5 1.5 0 0 0 6 5.5V7l.003.084A1.5 1.5 0 0 0 5 8.5V10a1 1 0 0 0 .995 1l.92 9.2a2 2 0 0 0 1.99 1.8h6.19a2 2 0 0 0 1.99-1.8l.92-9.2A1 1 0 0 0 19 10V8.5a1.5 1.5 0 0 0-1.003-1.416L18 7V5.5A1.5 1.5 0 0 0 16.5 4h-2.983zM8 7V6h8v1z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-drink-fill {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.815%203.579a1%201%200%200%200-1.63-1.158l-1%201.409a1%201%200%200%200-.098.17H7.5A1.5%201.5%200%200%200%206%205.5V7l.003.084A1.5%201.5%200%200%200%205%208.5V10a1%201%200%200%200%20.995%201l.92%209.2a2%202%200%200%200%201.99%201.8h6.19a2%202%200%200%200%201.99-1.8l.92-9.2A1%201%200%200%200%2019%2010V8.5a1.5%201.5%200%200%200-1.003-1.416L18%207V5.5A1.5%201.5%200%200%200%2016.5%204h-2.983zM8%207V6h8v1z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.815%203.579a1%201%200%200%200-1.63-1.158l-1%201.409a1%201%200%200%200-.098.17H7.5A1.5%201.5%200%200%200%206%205.5V7l.003.084A1.5%201.5%200%200%200%205%208.5V10a1%201%200%200%200%20.995%201l.92%209.2a2%202%200%200%200%201.99%201.8h6.19a2%202%200%200%200%201.99-1.8l.92-9.2A1%201%200%200%200%2019%2010V8.5a1.5%201.5%200%200%200-1.003-1.416L18%207V5.5A1.5%201.5%200%200%200%2016.5%204h-2.983zM8%207V6h8v1z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/drink-fill.svg?color=%231a73e8&size=48