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

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

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="M11 19v-4.1q-2.15-.35-3.575-2T6 9V4q0-.425.288-.712T7 3h10q.425 0 .713.288T18 4v5q0 2.25-1.425 3.9T13 14.9V19h2q.425 0 .713.288T16 20t-.288.713T15 21H9q-.425 0-.712-.288T8 20t.288-.712T9 19zm3.45-6.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 MaterialSymbolsWineBarOutlineRounded(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="M11 19v-4.1q-2.15-.35-3.575-2T6 9V4q0-.425.288-.712T7 3h10q.425 0 .713.288T18 4v5q0 2.25-1.425 3.9T13 14.9V19h2q.425 0 .713.288T16 20t-.288.713T15 21H9q-.425 0-.712-.288T8 20t.288-.712T9 19zm3.45-6.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="M11 19v-4.1q-2.15-.35-3.575-2T6 9V4q0-.425.288-.712T7 3h10q.425 0 .713.288T18 4v5q0 2.25-1.425 3.9T13 14.9V19h2q.425 0 .713.288T16 20t-.288.713T15 21H9q-.425 0-.712-.288T8 20t.288-.712T9 19zm3.45-6.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-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%22M11%2019v-4.1q-2.15-.35-3.575-2T6%209V4q0-.425.288-.712T7%203h10q.425%200%20.713.288T18%204v5q0%202.25-1.425%203.9T13%2014.9V19h2q.425%200%20.713.288T16%2020t-.288.713T15%2021H9q-.425%200-.712-.288T8%2020t.288-.712T9%2019zm3.45-6.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%22M11%2019v-4.1q-2.15-.35-3.575-2T6%209V4q0-.425.288-.712T7%203h10q.425%200%20.713.288T18%204v5q0%202.25-1.425%203.9T13%2014.9V19h2q.425%200%20.713.288T16%2020t-.288.713T15%2021H9q-.425%200-.712-.288T8%2020t.288-.712T9%2019zm3.45-6.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-rounded.svg?color=%231a73e8&size=48