liquor icon
liquor-rounded from Material Symbols by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- liquor-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More travel icons from Material Symbols
airline-seat-flatairline-seat-flat-angledairline-seat-individual-suiteairline-seat-legroom-extraairline-seat-legroom-normalairline-seat-legroom-reducedairline-seat-recline-extraairline-seat-recline-normalairplane-ticketapartmentattractionsbakery-diningbath-bedrockbeach-accessbeer-mealbentobreakfast-diningbrunch-diningbungalowcabincar-rentalcar-repaircarpentercarry-on-bag
Use the liquor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 20v-3.2q-.875-.3-1.437-1.062T3 14V7q0-.425.288-.712T4 6h4q.425 0 .713.288T9 7v7q0 .975-.562 1.738T7 16.8V20h1q.425 0 .713.288T9 21t-.288.713T8 22H4q-.425 0-.712-.288T3 21t.288-.712T4 20zm0-9h2V8H5zm8 11q-.825 0-1.412-.587T11 20v-9.55q0-.65.375-1.162t.975-.738l.95-.35q.35-.125.525-.362T14 7.25V3q0-.425.288-.712T15 2h3q.425 0 .713.288T19 3v4.25q0 .35.175.588t.525.362l.95.35q.6.225.975.738T22 10.45V20q0 .825-.587 1.413T20 22zm3-17h1V4h-1zm-3 7h7v-1.55l-.95-.35q-.95-.35-1.5-1.1T17 7.3V7h-1v.3q0 .95-.55 1.7t-1.5 1.1l-.95.35zm0 8h7v-2h-7z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLiquorRounded(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="M5 20v-3.2q-.875-.3-1.437-1.062T3 14V7q0-.425.288-.712T4 6h4q.425 0 .713.288T9 7v7q0 .975-.562 1.738T7 16.8V20h1q.425 0 .713.288T9 21t-.288.713T8 22H4q-.425 0-.712-.288T3 21t.288-.712T4 20zm0-9h2V8H5zm8 11q-.825 0-1.412-.587T11 20v-9.55q0-.65.375-1.162t.975-.738l.95-.35q.35-.125.525-.362T14 7.25V3q0-.425.288-.712T15 2h3q.425 0 .713.288T19 3v4.25q0 .35.175.588t.525.362l.95.35q.6.225.975.738T22 10.45V20q0 .825-.587 1.413T20 22zm3-17h1V4h-1zm-3 7h7v-1.55l-.95-.35q-.95-.35-1.5-1.1T17 7.3V7h-1v.3q0 .95-.55 1.7t-1.5 1.1l-.95.35zm0 8h7v-2h-7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 20v-3.2q-.875-.3-1.437-1.062T3 14V7q0-.425.288-.712T4 6h4q.425 0 .713.288T9 7v7q0 .975-.562 1.738T7 16.8V20h1q.425 0 .713.288T9 21t-.288.713T8 22H4q-.425 0-.712-.288T3 21t.288-.712T4 20zm0-9h2V8H5zm8 11q-.825 0-1.412-.587T11 20v-9.55q0-.65.375-1.162t.975-.738l.95-.35q.35-.125.525-.362T14 7.25V3q0-.425.288-.712T15 2h3q.425 0 .713.288T19 3v4.25q0 .35.175.588t.525.362l.95.35q.6.225.975.738T22 10.45V20q0 .825-.587 1.413T20 22zm3-17h1V4h-1zm-3 7h7v-1.55l-.95-.35q-.95-.35-1.5-1.1T17 7.3V7h-1v.3q0 .95-.55 1.7t-1.5 1.1l-.95.35zm0 8h7v-2h-7z"/></svg> </template>
CSS
.icon-liquor-rounded {
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%22M5%2020v-3.2q-.875-.3-1.437-1.062T3%2014V7q0-.425.288-.712T4%206h4q.425%200%20.713.288T9%207v7q0%20.975-.562%201.738T7%2016.8V20h1q.425%200%20.713.288T9%2021t-.288.713T8%2022H4q-.425%200-.712-.288T3%2021t.288-.712T4%2020zm0-9h2V8H5zm8%2011q-.825%200-1.412-.587T11%2020v-9.55q0-.65.375-1.162t.975-.738l.95-.35q.35-.125.525-.362T14%207.25V3q0-.425.288-.712T15%202h3q.425%200%20.713.288T19%203v4.25q0%20.35.175.588t.525.362l.95.35q.6.225.975.738T22%2010.45V20q0%20.825-.587%201.413T20%2022zm3-17h1V4h-1zm-3%207h7v-1.55l-.95-.35q-.95-.35-1.5-1.1T17%207.3V7h-1v.3q0%20.95-.55%201.7t-1.5%201.1l-.95.35zm0%208h7v-2h-7z%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%22M5%2020v-3.2q-.875-.3-1.437-1.062T3%2014V7q0-.425.288-.712T4%206h4q.425%200%20.713.288T9%207v7q0%20.975-.562%201.738T7%2016.8V20h1q.425%200%20.713.288T9%2021t-.288.713T8%2022H4q-.425%200-.712-.288T3%2021t.288-.712T4%2020zm0-9h2V8H5zm8%2011q-.825%200-1.412-.587T11%2020v-9.55q0-.65.375-1.162t.975-.738l.95-.35q.35-.125.525-.362T14%207.25V3q0-.425.288-.712T15%202h3q.425%200%20.713.288T19%203v4.25q0%20.35.175.588t.525.362l.95.35q.6.225.975.738T22%2010.45V20q0%20.825-.587%201.413T20%2022zm3-17h1V4h-1zm-3%207h7v-1.55l-.95-.35q-.95-.35-1.5-1.1T17%207.3V7h-1v.3q0%20.95-.55%201.7t-1.5%201.1l-.95.35zm0%208h7v-2h-7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/liquor-rounded.svg?color=%231a73e8&size=48