twotone local drink icon
twotone-local-drink from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-local-drink
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
More maps icons from Google Material Icons
baseline-360baseline-add-businessbaseline-add-locationbaseline-add-location-altbaseline-add-roadbaseline-agriculturebaseline-airline-stopsbaseline-airlinesbaseline-alt-routebaseline-atmbaseline-attractionsbaseline-badgebaseline-bakery-diningbaseline-beenherebaseline-bike-scooterbaseline-breakfast-diningbaseline-brunch-diningbaseline-bus-alertbaseline-car-crashbaseline-car-rentalbaseline-car-repairbaseline-castlebaseline-categorybaseline-celebration
Use the twotone 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 20.01L17 20l1.1-10H5.89zm5-9.41s3 3.4 3 5.4c0 1.66-1.34 3-3 3s-3-1.34-3-3c0-2 3-5.4 3-5.4" opacity=".3"/><path fill="currentColor" d="M5.01 20.23C5.13 21.23 5.97 22 7 22h10c1.03 0 1.87-.77 1.99-1.77L21 2H3zM17 20l-10 .01L5.89 10H18.1zm1.76-16l-.43 4H5.67l-.44-4zM12 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 IcTwotoneLocalDrink(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 20.01L17 20l1.1-10H5.89zm5-9.41s3 3.4 3 5.4c0 1.66-1.34 3-3 3s-3-1.34-3-3c0-2 3-5.4 3-5.4" opacity=".3"/><path fill="currentColor" d="M5.01 20.23C5.13 21.23 5.97 22 7 22h10c1.03 0 1.87-.77 1.99-1.77L21 2H3zM17 20l-10 .01L5.89 10H18.1zm1.76-16l-.43 4H5.67l-.44-4zM12 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="M7 20.01L17 20l1.1-10H5.89zm5-9.41s3 3.4 3 5.4c0 1.66-1.34 3-3 3s-3-1.34-3-3c0-2 3-5.4 3-5.4" opacity=".3"/><path fill="currentColor" d="M5.01 20.23C5.13 21.23 5.97 22 7 22h10c1.03 0 1.87-.77 1.99-1.77L21 2H3zM17 20l-10 .01L5.89 10H18.1zm1.76-16l-.43 4H5.67l-.44-4zM12 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-twotone-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%22M7%2020.01L17%2020l1.1-10H5.89zm5-9.41s3%203.4%203%205.4c0%201.66-1.34%203-3%203s-3-1.34-3-3c0-2%203-5.4%203-5.4%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.01%2020.23C5.13%2021.23%205.97%2022%207%2022h10c1.03%200%201.87-.77%201.99-1.77L21%202H3zM17%2020l-10%20.01L5.89%2010H18.1zm1.76-16l-.43%204H5.67l-.44-4zM12%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%22M7%2020.01L17%2020l1.1-10H5.89zm5-9.41s3%203.4%203%205.4c0%201.66-1.34%203-3%203s-3-1.34-3-3c0-2%203-5.4%203-5.4%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.01%2020.23C5.13%2021.23%205.97%2022%207%2022h10c1.03%200%201.87-.77%201.99-1.77L21%202H3zM17%2020l-10%20.01L5.89%2010H18.1zm1.76-16l-.43%204H5.67l-.44-4zM12%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/twotone-local-drink.svg?color=%231a73e8&size=48