round local drink icon
round-local-drink from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- round-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 round 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="M5.23 2C4.04 2 3.11 3.04 3.24 4.22l1.77 16.01C5.13 21.23 5.97 22 7 22h10c1.03 0 1.87-.77 1.99-1.77l1.77-16.01c.13-1.18-.8-2.22-1.99-2.22zM12 19c-1.66 0-3-1.34-3-3c0-1.55 1.81-3.95 2.62-4.94c.2-.25.57-.25.77 0c.81 1 2.62 3.39 2.62 4.94A3.01 3.01 0 0 1 12 19m6.33-11H5.67l-.32-2.89c-.06-.59.4-1.11 1-1.11h11.3c.59 0 1.06.52.99 1.11z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundLocalDrink(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="M5.23 2C4.04 2 3.11 3.04 3.24 4.22l1.77 16.01C5.13 21.23 5.97 22 7 22h10c1.03 0 1.87-.77 1.99-1.77l1.77-16.01c.13-1.18-.8-2.22-1.99-2.22zM12 19c-1.66 0-3-1.34-3-3c0-1.55 1.81-3.95 2.62-4.94c.2-.25.57-.25.77 0c.81 1 2.62 3.39 2.62 4.94A3.01 3.01 0 0 1 12 19m6.33-11H5.67l-.32-2.89c-.06-.59.4-1.11 1-1.11h11.3c.59 0 1.06.52.99 1.11z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.23 2C4.04 2 3.11 3.04 3.24 4.22l1.77 16.01C5.13 21.23 5.97 22 7 22h10c1.03 0 1.87-.77 1.99-1.77l1.77-16.01c.13-1.18-.8-2.22-1.99-2.22zM12 19c-1.66 0-3-1.34-3-3c0-1.55 1.81-3.95 2.62-4.94c.2-.25.57-.25.77 0c.81 1 2.62 3.39 2.62 4.94A3.01 3.01 0 0 1 12 19m6.33-11H5.67l-.32-2.89c-.06-.59.4-1.11 1-1.11h11.3c.59 0 1.06.52.99 1.11z"/></svg> </template>
CSS
.icon-round-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%22M5.23%202C4.04%202%203.11%203.04%203.24%204.22l1.77%2016.01C5.13%2021.23%205.97%2022%207%2022h10c1.03%200%201.87-.77%201.99-1.77l1.77-16.01c.13-1.18-.8-2.22-1.99-2.22zM12%2019c-1.66%200-3-1.34-3-3c0-1.55%201.81-3.95%202.62-4.94c.2-.25.57-.25.77%200c.81%201%202.62%203.39%202.62%204.94A3.01%203.01%200%200%201%2012%2019m6.33-11H5.67l-.32-2.89c-.06-.59.4-1.11%201-1.11h11.3c.59%200%201.06.52.99%201.11z%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%22M5.23%202C4.04%202%203.11%203.04%203.24%204.22l1.77%2016.01C5.13%2021.23%205.97%2022%207%2022h10c1.03%200%201.87-.77%201.99-1.77l1.77-16.01c.13-1.18-.8-2.22-1.99-2.22zM12%2019c-1.66%200-3-1.34-3-3c0-1.55%201.81-3.95%202.62-4.94c.2-.25.57-.25.77%200c.81%201%202.62%203.39%202.62%204.94A3.01%203.01%200%200%201%2012%2019m6.33-11H5.67l-.32-2.89c-.06-.59.4-1.11%201-1.11h11.3c.59%200%201.06.52.99%201.11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-local-drink.svg?color=%231a73e8&size=48