hot meal icon
hot-meal-24px from Health Icons by Resolve to Save Lives · Filled 24px · Nutrition · MIT Free for personal and commercial use.
- Name
- hot-meal-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Nutrition
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
More nutrition icons from Health Icons
Use the hot meal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.502 4.952l.424-.618l-1.237-.849l-.424.619c-.662.965-.779 1.881-.646 2.642c.127.734.478 1.268.648 1.514l.003.005c.154.222.32.463.381.804c.057.32.033.82-.408 1.545l-.39.641l1.282.78l.39-.641c.604-.994.732-1.86.603-2.587c-.119-.67-.447-1.14-.606-1.369l-.022-.031c-.133-.193-.332-.51-.404-.918c-.066-.382-.03-.9.406-1.537m-8.428 9.05v.002H3a1 1 0 1 0 0 2h1.074a5 5 0 0 0 5 4.996H15a5 5 0 0 0 5-4.996h1a1 1 0 1 0 0-2h-1v-.002zM8.135 5.89l-.424.619c-.305.444-.322.79-.279 1.034c.047.271.18.486.277.626l.018.025c.122.176.391.561.489 1.11c.106.6-.004 1.302-.482 2.09l-.39.64l-1.282-.779l.39-.64c.316-.52.321-.855.287-1.05c-.04-.217-.145-.372-.263-.542A3.1 3.1 0 0 1 5.954 7.8c-.108-.623-.01-1.367.52-2.14l.425-.618zm9.153.619l.424-.619l-1.237-.848l-.424.618c-.53.773-.629 1.517-.52 2.14c.104.597.388 1.03.522 1.223c.118.17.223.325.262.543c.034.194.03.53-.287 1.048l-.39.641l1.283.78l.39-.641c.478-.788.588-1.49.481-2.09a2.75 2.75 0 0 0-.489-1.11l-.017-.025a1.6 1.6 0 0 1-.277-.626c-.043-.244-.026-.59.279-1.034"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsHotMeal24px(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="m12.502 4.952l.424-.618l-1.237-.849l-.424.619c-.662.965-.779 1.881-.646 2.642c.127.734.478 1.268.648 1.514l.003.005c.154.222.32.463.381.804c.057.32.033.82-.408 1.545l-.39.641l1.282.78l.39-.641c.604-.994.732-1.86.603-2.587c-.119-.67-.447-1.14-.606-1.369l-.022-.031c-.133-.193-.332-.51-.404-.918c-.066-.382-.03-.9.406-1.537m-8.428 9.05v.002H3a1 1 0 1 0 0 2h1.074a5 5 0 0 0 5 4.996H15a5 5 0 0 0 5-4.996h1a1 1 0 1 0 0-2h-1v-.002zM8.135 5.89l-.424.619c-.305.444-.322.79-.279 1.034c.047.271.18.486.277.626l.018.025c.122.176.391.561.489 1.11c.106.6-.004 1.302-.482 2.09l-.39.64l-1.282-.779l.39-.64c.316-.52.321-.855.287-1.05c-.04-.217-.145-.372-.263-.542A3.1 3.1 0 0 1 5.954 7.8c-.108-.623-.01-1.367.52-2.14l.425-.618zm9.153.619l.424-.619l-1.237-.848l-.424.618c-.53.773-.629 1.517-.52 2.14c.104.597.388 1.03.522 1.223c.118.17.223.325.262.543c.034.194.03.53-.287 1.048l-.39.641l1.283.78l.39-.641c.478-.788.588-1.49.481-2.09a2.75 2.75 0 0 0-.489-1.11l-.017-.025a1.6 1.6 0 0 1-.277-.626c-.043-.244-.026-.59.279-1.034"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.502 4.952l.424-.618l-1.237-.849l-.424.619c-.662.965-.779 1.881-.646 2.642c.127.734.478 1.268.648 1.514l.003.005c.154.222.32.463.381.804c.057.32.033.82-.408 1.545l-.39.641l1.282.78l.39-.641c.604-.994.732-1.86.603-2.587c-.119-.67-.447-1.14-.606-1.369l-.022-.031c-.133-.193-.332-.51-.404-.918c-.066-.382-.03-.9.406-1.537m-8.428 9.05v.002H3a1 1 0 1 0 0 2h1.074a5 5 0 0 0 5 4.996H15a5 5 0 0 0 5-4.996h1a1 1 0 1 0 0-2h-1v-.002zM8.135 5.89l-.424.619c-.305.444-.322.79-.279 1.034c.047.271.18.486.277.626l.018.025c.122.176.391.561.489 1.11c.106.6-.004 1.302-.482 2.09l-.39.64l-1.282-.779l.39-.64c.316-.52.321-.855.287-1.05c-.04-.217-.145-.372-.263-.542A3.1 3.1 0 0 1 5.954 7.8c-.108-.623-.01-1.367.52-2.14l.425-.618zm9.153.619l.424-.619l-1.237-.848l-.424.618c-.53.773-.629 1.517-.52 2.14c.104.597.388 1.03.522 1.223c.118.17.223.325.262.543c.034.194.03.53-.287 1.048l-.39.641l1.283.78l.39-.641c.478-.788.588-1.49.481-2.09a2.75 2.75 0 0 0-.489-1.11l-.017-.025a1.6 1.6 0 0 1-.277-.626c-.043-.244-.026-.59.279-1.034"/></svg> </template>
CSS
.icon-hot-meal-24px {
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%22m12.502%204.952l.424-.618l-1.237-.849l-.424.619c-.662.965-.779%201.881-.646%202.642c.127.734.478%201.268.648%201.514l.003.005c.154.222.32.463.381.804c.057.32.033.82-.408%201.545l-.39.641l1.282.78l.39-.641c.604-.994.732-1.86.603-2.587c-.119-.67-.447-1.14-.606-1.369l-.022-.031c-.133-.193-.332-.51-.404-.918c-.066-.382-.03-.9.406-1.537m-8.428%209.05v.002H3a1%201%200%201%200%200%202h1.074a5%205%200%200%200%205%204.996H15a5%205%200%200%200%205-4.996h1a1%201%200%201%200%200-2h-1v-.002zM8.135%205.89l-.424.619c-.305.444-.322.79-.279%201.034c.047.271.18.486.277.626l.018.025c.122.176.391.561.489%201.11c.106.6-.004%201.302-.482%202.09l-.39.64l-1.282-.779l.39-.64c.316-.52.321-.855.287-1.05c-.04-.217-.145-.372-.263-.542A3.1%203.1%200%200%201%205.954%207.8c-.108-.623-.01-1.367.52-2.14l.425-.618zm9.153.619l.424-.619l-1.237-.848l-.424.618c-.53.773-.629%201.517-.52%202.14c.104.597.388%201.03.522%201.223c.118.17.223.325.262.543c.034.194.03.53-.287%201.048l-.39.641l1.283.78l.39-.641c.478-.788.588-1.49.481-2.09a2.75%202.75%200%200%200-.489-1.11l-.017-.025a1.6%201.6%200%200%201-.277-.626c-.043-.244-.026-.59.279-1.034%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%22m12.502%204.952l.424-.618l-1.237-.849l-.424.619c-.662.965-.779%201.881-.646%202.642c.127.734.478%201.268.648%201.514l.003.005c.154.222.32.463.381.804c.057.32.033.82-.408%201.545l-.39.641l1.282.78l.39-.641c.604-.994.732-1.86.603-2.587c-.119-.67-.447-1.14-.606-1.369l-.022-.031c-.133-.193-.332-.51-.404-.918c-.066-.382-.03-.9.406-1.537m-8.428%209.05v.002H3a1%201%200%201%200%200%202h1.074a5%205%200%200%200%205%204.996H15a5%205%200%200%200%205-4.996h1a1%201%200%201%200%200-2h-1v-.002zM8.135%205.89l-.424.619c-.305.444-.322.79-.279%201.034c.047.271.18.486.277.626l.018.025c.122.176.391.561.489%201.11c.106.6-.004%201.302-.482%202.09l-.39.64l-1.282-.779l.39-.64c.316-.52.321-.855.287-1.05c-.04-.217-.145-.372-.263-.542A3.1%203.1%200%200%201%205.954%207.8c-.108-.623-.01-1.367.52-2.14l.425-.618zm9.153.619l.424-.619l-1.237-.848l-.424.618c-.53.773-.629%201.517-.52%202.14c.104.597.388%201.03.522%201.223c.118.17.223.325.262.543c.034.194.03.53-.287%201.048l-.39.641l1.283.78l.39-.641c.478-.788.588-1.49.481-2.09a2.75%202.75%200%200%200-.489-1.11l-.017-.025a1.6%201.6%200%200%201-.277-.626c-.043-.244-.026-.59.279-1.034%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/hot-meal-24px.svg?color=%231a73e8&size=48