outline local drink icon

outline-local-drink from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
outline-local-drink
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the outline local drink icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3 2l2.01 18.23C5.13 21.23 5.97 22 7 22h10c1.03 0 1.87-.77 1.99-1.77L21 2zm14 18l-10 .01L5.89 10H18.1zm1.33-12H5.67l-.44-4h13.53zM12 19c1.66 0 3-1.34 3-3c0-2-3-5.4-3-5.4S9 14 9 16c0 1.66 1.34 3 3 3m0-5.09c.59.91 1 1.73 1 2.09c0 .55-.45 1-1 1s-1-.45-1-1c0-.37.41-1.19 1-2.09"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineLocalDrink(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="m3 2l2.01 18.23C5.13 21.23 5.97 22 7 22h10c1.03 0 1.87-.77 1.99-1.77L21 2zm14 18l-10 .01L5.89 10H18.1zm1.33-12H5.67l-.44-4h13.53zM12 19c1.66 0 3-1.34 3-3c0-2-3-5.4-3-5.4S9 14 9 16c0 1.66 1.34 3 3 3m0-5.09c.59.91 1 1.73 1 2.09c0 .55-.45 1-1 1s-1-.45-1-1c0-.37.41-1.19 1-2.09"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3 2l2.01 18.23C5.13 21.23 5.97 22 7 22h10c1.03 0 1.87-.77 1.99-1.77L21 2zm14 18l-10 .01L5.89 10H18.1zm1.33-12H5.67l-.44-4h13.53zM12 19c1.66 0 3-1.34 3-3c0-2-3-5.4-3-5.4S9 14 9 16c0 1.66 1.34 3 3 3m0-5.09c.59.91 1 1.73 1 2.09c0 .55-.45 1-1 1s-1-.45-1-1c0-.37.41-1.19 1-2.09"/></svg>
</template>

CSS

.icon-outline-local-drink {
  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%22m3%202l2.01%2018.23C5.13%2021.23%205.97%2022%207%2022h10c1.03%200%201.87-.77%201.99-1.77L21%202zm14%2018l-10%20.01L5.89%2010H18.1zm1.33-12H5.67l-.44-4h13.53zM12%2019c1.66%200%203-1.34%203-3c0-2-3-5.4-3-5.4S9%2014%209%2016c0%201.66%201.34%203%203%203m0-5.09c.59.91%201%201.73%201%202.09c0%20.55-.45%201-1%201s-1-.45-1-1c0-.37.41-1.19%201-2.09%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%22m3%202l2.01%2018.23C5.13%2021.23%205.97%2022%207%2022h10c1.03%200%201.87-.77%201.99-1.77L21%202zm14%2018l-10%20.01L5.89%2010H18.1zm1.33-12H5.67l-.44-4h13.53zM12%2019c1.66%200%203-1.34%203-3c0-2-3-5.4-3-5.4S9%2014%209%2016c0%201.66%201.34%203%203%203m0-5.09c.59.91%201%201.73%201%202.09c0%20.55-.45%201-1%201s-1-.45-1-1c0-.37.41-1.19%201-2.09%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-local-drink.svg?color=%231a73e8&size=48