round set meal icon
round-set-meal from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- round-set-meal
- 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 set meal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.3 17.6l-16.47.86c-.41.02-.77-.3-.79-.71s.3-.77.71-.79l16.48-.86c.41-.02.77.3.79.71s-.3.77-.72.79m-.05 1.88H3.75c-.41 0-.75.34-.75.75s.34.75.75.75h16.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75M22 5v7c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2m-2.88 1.09c-1.25.27-2.19 1.11-2.33 2.14c-.64-.73-2.73-2.73-6.54-2.73c-3.44 0-5.48 1.63-6.31 2.49c-.28.29-.28.74 0 1.03c.83.86 2.87 2.49 6.31 2.49c3.81 0 5.9-2 6.54-2.73c.14 1.02 1.08 1.86 2.33 2.14c.46.1.88-.28.88-.74V6.84c0-.47-.43-.85-.88-.75"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundSetMeal(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="m20.3 17.6l-16.47.86c-.41.02-.77-.3-.79-.71s.3-.77.71-.79l16.48-.86c.41-.02.77.3.79.71s-.3.77-.72.79m-.05 1.88H3.75c-.41 0-.75.34-.75.75s.34.75.75.75h16.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75M22 5v7c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2m-2.88 1.09c-1.25.27-2.19 1.11-2.33 2.14c-.64-.73-2.73-2.73-6.54-2.73c-3.44 0-5.48 1.63-6.31 2.49c-.28.29-.28.74 0 1.03c.83.86 2.87 2.49 6.31 2.49c3.81 0 5.9-2 6.54-2.73c.14 1.02 1.08 1.86 2.33 2.14c.46.1.88-.28.88-.74V6.84c0-.47-.43-.85-.88-.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.3 17.6l-16.47.86c-.41.02-.77-.3-.79-.71s.3-.77.71-.79l16.48-.86c.41-.02.77.3.79.71s-.3.77-.72.79m-.05 1.88H3.75c-.41 0-.75.34-.75.75s.34.75.75.75h16.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75M22 5v7c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2m-2.88 1.09c-1.25.27-2.19 1.11-2.33 2.14c-.64-.73-2.73-2.73-6.54-2.73c-3.44 0-5.48 1.63-6.31 2.49c-.28.29-.28.74 0 1.03c.83.86 2.87 2.49 6.31 2.49c3.81 0 5.9-2 6.54-2.73c.14 1.02 1.08 1.86 2.33 2.14c.46.1.88-.28.88-.74V6.84c0-.47-.43-.85-.88-.75"/></svg> </template>
CSS
.icon-round-set-meal {
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%22m20.3%2017.6l-16.47.86c-.41.02-.77-.3-.79-.71s.3-.77.71-.79l16.48-.86c.41-.02.77.3.79.71s-.3.77-.72.79m-.05%201.88H3.75c-.41%200-.75.34-.75.75s.34.75.75.75h16.5c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75M22%205v7c0%201.1-.9%202-2%202H4c-1.1%200-2-.9-2-2V5c0-1.1.9-2%202-2h16c1.1%200%202%20.9%202%202m-2.88%201.09c-1.25.27-2.19%201.11-2.33%202.14c-.64-.73-2.73-2.73-6.54-2.73c-3.44%200-5.48%201.63-6.31%202.49c-.28.29-.28.74%200%201.03c.83.86%202.87%202.49%206.31%202.49c3.81%200%205.9-2%206.54-2.73c.14%201.02%201.08%201.86%202.33%202.14c.46.1.88-.28.88-.74V6.84c0-.47-.43-.85-.88-.75%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%22m20.3%2017.6l-16.47.86c-.41.02-.77-.3-.79-.71s.3-.77.71-.79l16.48-.86c.41-.02.77.3.79.71s-.3.77-.72.79m-.05%201.88H3.75c-.41%200-.75.34-.75.75s.34.75.75.75h16.5c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75M22%205v7c0%201.1-.9%202-2%202H4c-1.1%200-2-.9-2-2V5c0-1.1.9-2%202-2h16c1.1%200%202%20.9%202%202m-2.88%201.09c-1.25.27-2.19%201.11-2.33%202.14c-.64-.73-2.73-2.73-6.54-2.73c-3.44%200-5.48%201.63-6.31%202.49c-.28.29-.28.74%200%201.03c.83.86%202.87%202.49%206.31%202.49c3.81%200%205.9-2%206.54-2.73c.14%201.02%201.08%201.86%202.33%202.14c.46.1.88-.28.88-.74V6.84c0-.47-.43-.85-.88-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-set-meal.svg?color=%231a73e8&size=48