set-meal-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
set-meal-rounded
Set
Material Symbols
Style
Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the 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="M3 15q-.825 0-1.412-.587T1 13V4q0-.825.588-1.412T3 2h18q.825 0 1.413.588T23 4v9q0 .825-.587 1.413T21 15zm17.3 2.6l-16.475.85q-.325.025-.55-.175t-.25-.525t.187-.55t.538-.25l16.475-.85q.325-.025.55.175t.25.525t-.187.55t-.538.25m-.05 3.375H3.75q-.325 0-.537-.213T3 20.226t.213-.537t.537-.213h16.5q.325 0 .538.213t.212.537t-.213.538t-.537.212m-10-9.475q1.85 0 3.563-.65t2.987-2q.125.85.775 1.375t1.525.675q.275.05.587.013T20 10.45v-3.9q0-.425-.312-.462T19.1 6.1q-.875.175-1.525.7T16.8 8.2q-1.325-1.3-3.012-2t-3.538-.7q-1.975 0-3.55.588T3.8 8.175q-.025.025-.125.325q0 .1.125.325q1.325 1.5 2.9 2.088t3.55.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSetMealRounded(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="M3 15q-.825 0-1.412-.587T1 13V4q0-.825.588-1.412T3 2h18q.825 0 1.413.588T23 4v9q0 .825-.587 1.413T21 15zm17.3 2.6l-16.475.85q-.325.025-.55-.175t-.25-.525t.187-.55t.538-.25l16.475-.85q.325-.025.55.175t.25.525t-.187.55t-.538.25m-.05 3.375H3.75q-.325 0-.537-.213T3 20.226t.213-.537t.537-.213h16.5q.325 0 .538.213t.212.537t-.213.538t-.537.212m-10-9.475q1.85 0 3.563-.65t2.987-2q.125.85.775 1.375t1.525.675q.275.05.587.013T20 10.45v-3.9q0-.425-.312-.462T19.1 6.1q-.875.175-1.525.7T16.8 8.2q-1.325-1.3-3.012-2t-3.538-.7q-1.975 0-3.55.588T3.8 8.175q-.025.025-.125.325q0 .1.125.325q1.325 1.5 2.9 2.088t3.55.587"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 15q-.825 0-1.412-.587T1 13V4q0-.825.588-1.412T3 2h18q.825 0 1.413.588T23 4v9q0 .825-.587 1.413T21 15zm17.3 2.6l-16.475.85q-.325.025-.55-.175t-.25-.525t.187-.55t.538-.25l16.475-.85q.325-.025.55.175t.25.525t-.187.55t-.538.25m-.05 3.375H3.75q-.325 0-.537-.213T3 20.226t.213-.537t.537-.213h16.5q.325 0 .538.213t.212.537t-.213.538t-.537.212m-10-9.475q1.85 0 3.563-.65t2.987-2q.125.85.775 1.375t1.525.675q.275.05.587.013T20 10.45v-3.9q0-.425-.312-.462T19.1 6.1q-.875.175-1.525.7T16.8 8.2q-1.325-1.3-3.012-2t-3.538-.7q-1.975 0-3.55.588T3.8 8.175q-.025.025-.125.325q0 .1.125.325q1.325 1.5 2.9 2.088t3.55.587"/></svg>
</template>

CSS

.icon-set-meal-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%22M3%2015q-.825%200-1.412-.587T1%2013V4q0-.825.588-1.412T3%202h18q.825%200%201.413.588T23%204v9q0%20.825-.587%201.413T21%2015zm17.3%202.6l-16.475.85q-.325.025-.55-.175t-.25-.525t.187-.55t.538-.25l16.475-.85q.325-.025.55.175t.25.525t-.187.55t-.538.25m-.05%203.375H3.75q-.325%200-.537-.213T3%2020.226t.213-.537t.537-.213h16.5q.325%200%20.538.213t.212.537t-.213.538t-.537.212m-10-9.475q1.85%200%203.563-.65t2.987-2q.125.85.775%201.375t1.525.675q.275.05.587.013T20%2010.45v-3.9q0-.425-.312-.462T19.1%206.1q-.875.175-1.525.7T16.8%208.2q-1.325-1.3-3.012-2t-3.538-.7q-1.975%200-3.55.588T3.8%208.175q-.025.025-.125.325q0%20.1.125.325q1.325%201.5%202.9%202.088t3.55.587%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%22M3%2015q-.825%200-1.412-.587T1%2013V4q0-.825.588-1.412T3%202h18q.825%200%201.413.588T23%204v9q0%20.825-.587%201.413T21%2015zm17.3%202.6l-16.475.85q-.325.025-.55-.175t-.25-.525t.187-.55t.538-.25l16.475-.85q.325-.025.55.175t.25.525t-.187.55t-.538.25m-.05%203.375H3.75q-.325%200-.537-.213T3%2020.226t.213-.537t.537-.213h16.5q.325%200%20.538.213t.212.537t-.213.538t-.537.212m-10-9.475q1.85%200%203.563-.65t2.987-2q.125.85.775%201.375t1.525.675q.275.05.587.013T20%2010.45v-3.9q0-.425-.312-.462T19.1%206.1q-.875.175-1.525.7T16.8%208.2q-1.325-1.3-3.012-2t-3.538-.7q-1.975%200-3.55.588T3.8%208.175q-.025.025-.125.325q0%20.1.125.325q1.325%201.5%202.9%202.088t3.55.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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