calendar-meal-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
calendar-meal-rounded
Set
Material Symbols Light
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the calendar meal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h1.769V2.308q0-.23.155-.384q.156-.155.386-.155t.383.155t.153.384V4h7.154V2.27q0-.213.143-.357q.144-.144.357-.144t.356.144t.144.356V4h1.769q.69 0 1.153.463T20 5.616v12.769q0 .69-.462 1.153T18.384 20zm3.423-8.994V7.692q0-.153-.112-.269q-.111-.115-.273-.115t-.273.115t-.112.27v3.382q0 .598.415 1.049q.416.451 1.008.588v3.538q0 .192.125.317q.126.125.317.125t.317-.125t.126-.317v-3.538q.592-.137 1.008-.588q.415-.451.415-1.049V7.692q0-.153-.111-.269q-.112-.115-.273-.115t-.274.115q-.111.116-.111.27v3.313h-.712V7.692q0-.153-.111-.269q-.112-.115-.273-.115t-.273.115t-.112.27v3.313zm5.807 1.686v3.558q0 .192.125.317t.316.125t.318-.125t.126-.317V7.748q0-.21-.14-.325q-.139-.115-.362-.115q-.268 0-.588.156t-.612.486q-.332.36-.507.815q-.176.454-.176.983v2.137q0 .343.232.575q.233.232.576.232z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCalendarMealRounded(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.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h1.769V2.308q0-.23.155-.384q.156-.155.386-.155t.383.155t.153.384V4h7.154V2.27q0-.213.143-.357q.144-.144.357-.144t.356.144t.144.356V4h1.769q.69 0 1.153.463T20 5.616v12.769q0 .69-.462 1.153T18.384 20zm3.423-8.994V7.692q0-.153-.112-.269q-.111-.115-.273-.115t-.273.115t-.112.27v3.382q0 .598.415 1.049q.416.451 1.008.588v3.538q0 .192.125.317q.126.125.317.125t.317-.125t.126-.317v-3.538q.592-.137 1.008-.588q.415-.451.415-1.049V7.692q0-.153-.111-.269q-.112-.115-.273-.115t-.274.115q-.111.116-.111.27v3.313h-.712V7.692q0-.153-.111-.269q-.112-.115-.273-.115t-.273.115t-.112.27v3.313zm5.807 1.686v3.558q0 .192.125.317t.316.125t.318-.125t.126-.317V7.748q0-.21-.14-.325q-.139-.115-.362-.115q-.268 0-.588.156t-.612.486q-.332.36-.507.815q-.176.454-.176.983v2.137q0 .343.232.575q.233.232.576.232z"/></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.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h1.769V2.308q0-.23.155-.384q.156-.155.386-.155t.383.155t.153.384V4h7.154V2.27q0-.213.143-.357q.144-.144.357-.144t.356.144t.144.356V4h1.769q.69 0 1.153.463T20 5.616v12.769q0 .69-.462 1.153T18.384 20zm3.423-8.994V7.692q0-.153-.112-.269q-.111-.115-.273-.115t-.273.115t-.112.27v3.382q0 .598.415 1.049q.416.451 1.008.588v3.538q0 .192.125.317q.126.125.317.125t.317-.125t.126-.317v-3.538q.592-.137 1.008-.588q.415-.451.415-1.049V7.692q0-.153-.111-.269q-.112-.115-.273-.115t-.274.115q-.111.116-.111.27v3.313h-.712V7.692q0-.153-.111-.269q-.112-.115-.273-.115t-.273.115t-.112.27v3.313zm5.807 1.686v3.558q0 .192.125.317t.316.125t.318-.125t.126-.317V7.748q0-.21-.14-.325q-.139-.115-.362-.115q-.268 0-.588.156t-.612.486q-.332.36-.507.815q-.176.454-.176.983v2.137q0 .343.232.575q.233.232.576.232z"/></svg>
</template>

CSS

.icon-calendar-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%22M5.616%2020q-.691%200-1.153-.462T4%2018.384V5.616q0-.691.463-1.153T5.616%204h1.769V2.308q0-.23.155-.384q.156-.155.386-.155t.383.155t.153.384V4h7.154V2.27q0-.213.143-.357q.144-.144.357-.144t.356.144t.144.356V4h1.769q.69%200%201.153.463T20%205.616v12.769q0%20.69-.462%201.153T18.384%2020zm3.423-8.994V7.692q0-.153-.112-.269q-.111-.115-.273-.115t-.273.115t-.112.27v3.382q0%20.598.415%201.049q.416.451%201.008.588v3.538q0%20.192.125.317q.126.125.317.125t.317-.125t.126-.317v-3.538q.592-.137%201.008-.588q.415-.451.415-1.049V7.692q0-.153-.111-.269q-.112-.115-.273-.115t-.274.115q-.111.116-.111.27v3.313h-.712V7.692q0-.153-.111-.269q-.112-.115-.273-.115t-.273.115t-.112.27v3.313zm5.807%201.686v3.558q0%20.192.125.317t.316.125t.318-.125t.126-.317V7.748q0-.21-.14-.325q-.139-.115-.362-.115q-.268%200-.588.156t-.612.486q-.332.36-.507.815q-.176.454-.176.983v2.137q0%20.343.232.575q.233.232.576.232z%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.616%2020q-.691%200-1.153-.462T4%2018.384V5.616q0-.691.463-1.153T5.616%204h1.769V2.308q0-.23.155-.384q.156-.155.386-.155t.383.155t.153.384V4h7.154V2.27q0-.213.143-.357q.144-.144.357-.144t.356.144t.144.356V4h1.769q.69%200%201.153.463T20%205.616v12.769q0%20.69-.462%201.153T18.384%2020zm3.423-8.994V7.692q0-.153-.112-.269q-.111-.115-.273-.115t-.273.115t-.112.27v3.382q0%20.598.415%201.049q.416.451%201.008.588v3.538q0%20.192.125.317q.126.125.317.125t.317-.125t.126-.317v-3.538q.592-.137%201.008-.588q.415-.451.415-1.049V7.692q0-.153-.111-.269q-.112-.115-.273-.115t-.274.115q-.111.116-.111.27v3.313h-.712V7.692q0-.153-.111-.269q-.112-.115-.273-.115t-.273.115t-.112.27v3.313zm5.807%201.686v3.558q0%20.192.125.317t.316.125t.318-.125t.126-.317V7.748q0-.21-.14-.325q-.139-.115-.362-.115q-.268%200-.588.156t-.612.486q-.332.36-.507.815q-.176.454-.176.983v2.137q0%20.343.232.575q.233.232.576.232z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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