twotone set meal icon

twotone-set-meal from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
twotone-set-meal
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the twotone 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="M21 13H3V4h18zm-1-7c-1.68 0-3.04.98-3.21 2.23c-.64-.73-2.73-2.73-6.54-2.73c-4.67 0-6.75 3-6.75 3s2.08 3 6.75 3c3.81 0 5.9-2 6.54-2.73C16.96 10.02 18.32 11 20 11z" opacity=".3"/><path fill="currentColor" d="m21.05 17.56l-17.97.94L3 17l17.98-.94zM21 19.48H3v1.5h18zM23 13V4c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2m-2 0H3V4h18zm-1-7c-1.68 0-3.04.98-3.21 2.23c-.64-.73-2.73-2.73-6.54-2.73c-4.67 0-6.75 3-6.75 3s2.08 3 6.75 3c3.81 0 5.9-2 6.54-2.73C16.96 10.02 18.32 11 20 11z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneSetMeal(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="M21 13H3V4h18zm-1-7c-1.68 0-3.04.98-3.21 2.23c-.64-.73-2.73-2.73-6.54-2.73c-4.67 0-6.75 3-6.75 3s2.08 3 6.75 3c3.81 0 5.9-2 6.54-2.73C16.96 10.02 18.32 11 20 11z" opacity=".3"/><path fill="currentColor" d="m21.05 17.56l-17.97.94L3 17l17.98-.94zM21 19.48H3v1.5h18zM23 13V4c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2m-2 0H3V4h18zm-1-7c-1.68 0-3.04.98-3.21 2.23c-.64-.73-2.73-2.73-6.54-2.73c-4.67 0-6.75 3-6.75 3s2.08 3 6.75 3c3.81 0 5.9-2 6.54-2.73C16.96 10.02 18.32 11 20 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="M21 13H3V4h18zm-1-7c-1.68 0-3.04.98-3.21 2.23c-.64-.73-2.73-2.73-6.54-2.73c-4.67 0-6.75 3-6.75 3s2.08 3 6.75 3c3.81 0 5.9-2 6.54-2.73C16.96 10.02 18.32 11 20 11z" opacity=".3"/><path fill="currentColor" d="m21.05 17.56l-17.97.94L3 17l17.98-.94zM21 19.48H3v1.5h18zM23 13V4c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2m-2 0H3V4h18zm-1-7c-1.68 0-3.04.98-3.21 2.23c-.64-.73-2.73-2.73-6.54-2.73c-4.67 0-6.75 3-6.75 3s2.08 3 6.75 3c3.81 0 5.9-2 6.54-2.73C16.96 10.02 18.32 11 20 11z"/></svg>
</template>

CSS

.icon-twotone-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%22M21%2013H3V4h18zm-1-7c-1.68%200-3.04.98-3.21%202.23c-.64-.73-2.73-2.73-6.54-2.73c-4.67%200-6.75%203-6.75%203s2.08%203%206.75%203c3.81%200%205.9-2%206.54-2.73C16.96%2010.02%2018.32%2011%2020%2011z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.05%2017.56l-17.97.94L3%2017l17.98-.94zM21%2019.48H3v1.5h18zM23%2013V4c0-1.1-.9-2-2-2H3c-1.1%200-2%20.9-2%202v9c0%201.1.9%202%202%202h18c1.1%200%202-.9%202-2m-2%200H3V4h18zm-1-7c-1.68%200-3.04.98-3.21%202.23c-.64-.73-2.73-2.73-6.54-2.73c-4.67%200-6.75%203-6.75%203s2.08%203%206.75%203c3.81%200%205.9-2%206.54-2.73C16.96%2010.02%2018.32%2011%2020%2011z%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%22M21%2013H3V4h18zm-1-7c-1.68%200-3.04.98-3.21%202.23c-.64-.73-2.73-2.73-6.54-2.73c-4.67%200-6.75%203-6.75%203s2.08%203%206.75%203c3.81%200%205.9-2%206.54-2.73C16.96%2010.02%2018.32%2011%2020%2011z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.05%2017.56l-17.97.94L3%2017l17.98-.94zM21%2019.48H3v1.5h18zM23%2013V4c0-1.1-.9-2-2-2H3c-1.1%200-2%20.9-2%202v9c0%201.1.9%202%202%202h18c1.1%200%202-.9%202-2m-2%200H3V4h18zm-1-7c-1.68%200-3.04.98-3.21%202.23c-.64-.73-2.73-2.73-6.54-2.73c-4.67%200-6.75%203-6.75%203s2.08%203%206.75%203c3.81%200%205.9-2%206.54-2.73C16.96%2010.02%2018.32%2011%2020%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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