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

Name
local-drink-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the 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="M7.475 21q-.621 0-1.078-.407t-.532-1.022L4.14 4.283q-.067-.52.29-.901T5.309 3h13.384q.52 0 .877.382t.29.9l-1.705 15.29q-.075.615-.532 1.021q-.456.407-1.078.407zM5.727 9.385l1.139 10.077q.038.23.211.384t.404.154h9.058q.23 0 .403-.154t.212-.384l1.138-10.077zm-.135-1h12.835L18.866 4H5.116zm5.452 8.336q-.394-.394-.394-.955q0-.51.28-1.084t1.07-1.66q.79 1.086 1.07 1.66t.28 1.084q0 .561-.394.955t-.956.395t-.956-.395m2.625.714q.681-.681.681-1.67q0-.963-.582-1.88q-.581-.918-1.127-1.652q-.131-.162-.296-.24T12 11.916t-.345.077t-.295.24q-.546.734-1.128 1.652t-.582 1.88q0 .989.68 1.67q.682.68 1.67.68t1.67-.68M6.495 20h11.027z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLocalDrinkOutlineRounded(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="M7.475 21q-.621 0-1.078-.407t-.532-1.022L4.14 4.283q-.067-.52.29-.901T5.309 3h13.384q.52 0 .877.382t.29.9l-1.705 15.29q-.075.615-.532 1.021q-.456.407-1.078.407zM5.727 9.385l1.139 10.077q.038.23.211.384t.404.154h9.058q.23 0 .403-.154t.212-.384l1.138-10.077zm-.135-1h12.835L18.866 4H5.116zm5.452 8.336q-.394-.394-.394-.955q0-.51.28-1.084t1.07-1.66q.79 1.086 1.07 1.66t.28 1.084q0 .561-.394.955t-.956.395t-.956-.395m2.625.714q.681-.681.681-1.67q0-.963-.582-1.88q-.581-.918-1.127-1.652q-.131-.162-.296-.24T12 11.916t-.345.077t-.295.24q-.546.734-1.128 1.652t-.582 1.88q0 .989.68 1.67q.682.68 1.67.68t1.67-.68M6.495 20h11.027z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.475 21q-.621 0-1.078-.407t-.532-1.022L4.14 4.283q-.067-.52.29-.901T5.309 3h13.384q.52 0 .877.382t.29.9l-1.705 15.29q-.075.615-.532 1.021q-.456.407-1.078.407zM5.727 9.385l1.139 10.077q.038.23.211.384t.404.154h9.058q.23 0 .403-.154t.212-.384l1.138-10.077zm-.135-1h12.835L18.866 4H5.116zm5.452 8.336q-.394-.394-.394-.955q0-.51.28-1.084t1.07-1.66q.79 1.086 1.07 1.66t.28 1.084q0 .561-.394.955t-.956.395t-.956-.395m2.625.714q.681-.681.681-1.67q0-.963-.582-1.88q-.581-.918-1.127-1.652q-.131-.162-.296-.24T12 11.916t-.345.077t-.295.24q-.546.734-1.128 1.652t-.582 1.88q0 .989.68 1.67q.682.68 1.67.68t1.67-.68M6.495 20h11.027z"/></svg>
</template>

CSS

.icon-local-drink-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%22M7.475%2021q-.621%200-1.078-.407t-.532-1.022L4.14%204.283q-.067-.52.29-.901T5.309%203h13.384q.52%200%20.877.382t.29.9l-1.705%2015.29q-.075.615-.532%201.021q-.456.407-1.078.407zM5.727%209.385l1.139%2010.077q.038.23.211.384t.404.154h9.058q.23%200%20.403-.154t.212-.384l1.138-10.077zm-.135-1h12.835L18.866%204H5.116zm5.452%208.336q-.394-.394-.394-.955q0-.51.28-1.084t1.07-1.66q.79%201.086%201.07%201.66t.28%201.084q0%20.561-.394.955t-.956.395t-.956-.395m2.625.714q.681-.681.681-1.67q0-.963-.582-1.88q-.581-.918-1.127-1.652q-.131-.162-.296-.24T12%2011.916t-.345.077t-.295.24q-.546.734-1.128%201.652t-.582%201.88q0%20.989.68%201.67q.682.68%201.67.68t1.67-.68M6.495%2020h11.027z%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%22M7.475%2021q-.621%200-1.078-.407t-.532-1.022L4.14%204.283q-.067-.52.29-.901T5.309%203h13.384q.52%200%20.877.382t.29.9l-1.705%2015.29q-.075.615-.532%201.021q-.456.407-1.078.407zM5.727%209.385l1.139%2010.077q.038.23.211.384t.404.154h9.058q.23%200%20.403-.154t.212-.384l1.138-10.077zm-.135-1h12.835L18.866%204H5.116zm5.452%208.336q-.394-.394-.394-.955q0-.51.28-1.084t1.07-1.66q.79%201.086%201.07%201.66t.28%201.084q0%20.561-.394.955t-.956.395t-.956-.395m2.625.714q.681-.681.681-1.67q0-.963-.582-1.88q-.581-.918-1.127-1.652q-.131-.162-.296-.24T12%2011.916t-.345.077t-.295.24q-.546.734-1.128%201.652t-.582%201.88q0%20.989.68%201.67q.682.68%201.67.68t1.67-.68M6.495%2020h11.027z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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