wine-bar-outline from Material Symbols by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.

Name
wine-bar-outline
Set
Material Symbols
Style
Outline
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
wine-bar-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the wine bar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 21v-2h3v-4.1q-2.15-.35-3.575-2T6 9V3h12v6q0 2.25-1.425 3.9T13 14.9V19h3v2zm6.45-8.85q1.05-.85 1.4-2.15h-7.7q.35 1.3 1.4 2.15T12 13t2.45-.85M8 8h8V5H8zm4 5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWineBarOutline(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="M8 21v-2h3v-4.1q-2.15-.35-3.575-2T6 9V3h12v6q0 2.25-1.425 3.9T13 14.9V19h3v2zm6.45-8.85q1.05-.85 1.4-2.15h-7.7q.35 1.3 1.4 2.15T12 13t2.45-.85M8 8h8V5H8zm4 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 21v-2h3v-4.1q-2.15-.35-3.575-2T6 9V3h12v6q0 2.25-1.425 3.9T13 14.9V19h3v2zm6.45-8.85q1.05-.85 1.4-2.15h-7.7q.35 1.3 1.4 2.15T12 13t2.45-.85M8 8h8V5H8zm4 5"/></svg>
</template>

CSS

.icon-wine-bar-outline {
  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%22M8%2021v-2h3v-4.1q-2.15-.35-3.575-2T6%209V3h12v6q0%202.25-1.425%203.9T13%2014.9V19h3v2zm6.45-8.85q1.05-.85%201.4-2.15h-7.7q.35%201.3%201.4%202.15T12%2013t2.45-.85M8%208h8V5H8zm4%205%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%22M8%2021v-2h3v-4.1q-2.15-.35-3.575-2T6%209V3h12v6q0%202.25-1.425%203.9T13%2014.9V19h3v2zm6.45-8.85q1.05-.85%201.4-2.15h-7.7q.35%201.3%201.4%202.15T12%2013t2.45-.85M8%208h8V5H8zm4%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/wine-bar-outline.svg?color=%231a73e8&size=48