local drink icon
local-drink-sharp from Material Symbols Light by Google · Sharp · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- local-drink-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- 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="M6.027 21L4 3h16l-2.008 18zM5.592 8.385h12.835L18.866 4H5.116zm8.077 9.05q.681-.681.681-1.67q0-.794-.48-1.696T12 11.385q-1.39 1.782-1.87 2.684t-.48 1.697q0 .988.68 1.669q.682.68 1.67.68t1.67-.68"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLocalDrinkSharp(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="M6.027 21L4 3h16l-2.008 18zM5.592 8.385h12.835L18.866 4H5.116zm8.077 9.05q.681-.681.681-1.67q0-.794-.48-1.696T12 11.385q-1.39 1.782-1.87 2.684t-.48 1.697q0 .988.68 1.669q.682.68 1.67.68t1.67-.68"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.027 21L4 3h16l-2.008 18zM5.592 8.385h12.835L18.866 4H5.116zm8.077 9.05q.681-.681.681-1.67q0-.794-.48-1.696T12 11.385q-1.39 1.782-1.87 2.684t-.48 1.697q0 .988.68 1.669q.682.68 1.67.68t1.67-.68"/></svg> </template>
CSS
.icon-local-drink-sharp {
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%22M6.027%2021L4%203h16l-2.008%2018zM5.592%208.385h12.835L18.866%204H5.116zm8.077%209.05q.681-.681.681-1.67q0-.794-.48-1.696T12%2011.385q-1.39%201.782-1.87%202.684t-.48%201.697q0%20.988.68%201.669q.682.68%201.67.68t1.67-.68%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%22M6.027%2021L4%203h16l-2.008%2018zM5.592%208.385h12.835L18.866%204H5.116zm8.077%209.05q.681-.681.681-1.67q0-.794-.48-1.696T12%2011.385q-1.39%201.782-1.87%202.684t-.48%201.697q0%20.988.68%201.669q.682.68%201.67.68t1.67-.68%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-sharp.svg?color=%231a73e8&size=48