calendar meal 2 icon
calendar-meal-2-rounded from Material Symbols Light by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- calendar-meal-2-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
Use the calendar meal 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.35 15.5q-1.24 0-1.916-.829T7.616 12.5h8.769q-.143 1.342-.819 2.171t-1.916.829zm-1.794-3.98q.175-1.028.704-1.524T10.5 9.5h1.114q.655-.617.995-.809q.339-.191.891-.191q.817 0 1.409.591q.591.592.591 1.409v1.02zm1.794 4.98h3.3q1.948 0 2.884-1.414q.935-1.415.947-3.567H16.5V10.5q0-1.239-.88-2.12T13.5 7.5q-.667 0-1.199.234q-.532.233-1.09.766H10.5q-1.108 0-1.948.786q-.84.785-1.002 2.233H6.52q.01 2.152.946 3.567q.936 1.414 2.884 1.414M5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h1.769V2.308q0-.233.153-.386q.152-.153.385-.153t.386.153t.153.386V4h7.154V2.27q0-.214.143-.358t.357-.143t.356.144t.144.356V4h1.769q.69 0 1.153.463T20 5.616v12.769q0 .69-.462 1.153T18.384 20z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCalendarMeal2Rounded(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="M10.35 15.5q-1.24 0-1.916-.829T7.616 12.5h8.769q-.143 1.342-.819 2.171t-1.916.829zm-1.794-3.98q.175-1.028.704-1.524T10.5 9.5h1.114q.655-.617.995-.809q.339-.191.891-.191q.817 0 1.409.591q.591.592.591 1.409v1.02zm1.794 4.98h3.3q1.948 0 2.884-1.414q.935-1.415.947-3.567H16.5V10.5q0-1.239-.88-2.12T13.5 7.5q-.667 0-1.199.234q-.532.233-1.09.766H10.5q-1.108 0-1.948.786q-.84.785-1.002 2.233H6.52q.01 2.152.946 3.567q.936 1.414 2.884 1.414M5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h1.769V2.308q0-.233.153-.386q.152-.153.385-.153t.386.153t.153.386V4h7.154V2.27q0-.214.143-.358t.357-.143t.356.144t.144.356V4h1.769q.69 0 1.153.463T20 5.616v12.769q0 .69-.462 1.153T18.384 20z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.35 15.5q-1.24 0-1.916-.829T7.616 12.5h8.769q-.143 1.342-.819 2.171t-1.916.829zm-1.794-3.98q.175-1.028.704-1.524T10.5 9.5h1.114q.655-.617.995-.809q.339-.191.891-.191q.817 0 1.409.591q.591.592.591 1.409v1.02zm1.794 4.98h3.3q1.948 0 2.884-1.414q.935-1.415.947-3.567H16.5V10.5q0-1.239-.88-2.12T13.5 7.5q-.667 0-1.199.234q-.532.233-1.09.766H10.5q-1.108 0-1.948.786q-.84.785-1.002 2.233H6.52q.01 2.152.946 3.567q.936 1.414 2.884 1.414M5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h1.769V2.308q0-.233.153-.386q.152-.153.385-.153t.386.153t.153.386V4h7.154V2.27q0-.214.143-.358t.357-.143t.356.144t.144.356V4h1.769q.69 0 1.153.463T20 5.616v12.769q0 .69-.462 1.153T18.384 20z"/></svg> </template>
CSS
.icon-calendar-meal-2-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%22M10.35%2015.5q-1.24%200-1.916-.829T7.616%2012.5h8.769q-.143%201.342-.819%202.171t-1.916.829zm-1.794-3.98q.175-1.028.704-1.524T10.5%209.5h1.114q.655-.617.995-.809q.339-.191.891-.191q.817%200%201.409.591q.591.592.591%201.409v1.02zm1.794%204.98h3.3q1.948%200%202.884-1.414q.935-1.415.947-3.567H16.5V10.5q0-1.239-.88-2.12T13.5%207.5q-.667%200-1.199.234q-.532.233-1.09.766H10.5q-1.108%200-1.948.786q-.84.785-1.002%202.233H6.52q.01%202.152.946%203.567q.936%201.414%202.884%201.414M5.616%2020q-.691%200-1.153-.462T4%2018.384V5.616q0-.691.463-1.153T5.616%204h1.769V2.308q0-.233.153-.386q.152-.153.385-.153t.386.153t.153.386V4h7.154V2.27q0-.214.143-.358t.357-.143t.356.144t.144.356V4h1.769q.69%200%201.153.463T20%205.616v12.769q0%20.69-.462%201.153T18.384%2020z%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%22M10.35%2015.5q-1.24%200-1.916-.829T7.616%2012.5h8.769q-.143%201.342-.819%202.171t-1.916.829zm-1.794-3.98q.175-1.028.704-1.524T10.5%209.5h1.114q.655-.617.995-.809q.339-.191.891-.191q.817%200%201.409.591q.591.592.591%201.409v1.02zm1.794%204.98h3.3q1.948%200%202.884-1.414q.935-1.415.947-3.567H16.5V10.5q0-1.239-.88-2.12T13.5%207.5q-.667%200-1.199.234q-.532.233-1.09.766H10.5q-1.108%200-1.948.786q-.84.785-1.002%202.233H6.52q.01%202.152.946%203.567q.936%201.414%202.884%201.414M5.616%2020q-.691%200-1.153-.462T4%2018.384V5.616q0-.691.463-1.153T5.616%204h1.769V2.308q0-.233.153-.386q.152-.153.385-.153t.386.153t.153.386V4h7.154V2.27q0-.214.143-.358t.357-.143t.356.144t.144.356V4h1.769q.69%200%201.153.463T20%205.616v12.769q0%20.69-.462%201.153T18.384%2020z%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-2-rounded.svg?color=%231a73e8&size=48