hot-meal-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Nutrition · MIT Free for personal and commercial use.

Name
hot-meal-outline-24px
Set
Health Icons
Style
Outline 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" fill-rule="evenodd" d="M20 14.007H4.074v.001H3a1 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-2zm-2 2H6.074a3 3 0 0 0 3 2.996H15a3 3 0 0 0 3-2.996m-5.074-11.67l-.424.618c-.437.638-.472 1.155-.406 1.537c.072.408.271.725.404.918l.022.031c.16.229.487.7.606 1.37c.129.726 0 1.592-.604 2.586l-.39.64l-1.28-.778l.389-.641c.441-.726.465-1.226.408-1.546c-.06-.341-.227-.582-.38-.804l-.004-.004c-.17-.246-.52-.78-.648-1.515c-.133-.76-.016-1.676.646-2.642l.424-.618zM8.135 5.894l-.424.618c-.305.445-.322.79-.279 1.034c.047.271.18.486.277.626l.018.025c.122.176.391.562.489 1.11c.106.6-.004 1.303-.482 2.09l-.39.64l-1.282-.778l.39-.641c.316-.52.321-.855.287-1.05c-.04-.217-.145-.372-.263-.542a3.1 3.1 0 0 1-.522-1.222c-.108-.624-.01-1.367.52-2.14l.425-.619zm9.577 0l-.424.618c-.305.445-.322.79-.28 1.034a1.6 1.6 0 0 0 .295.65c.123.177.392.563.49 1.11c.106.601-.004 1.304-.483 2.09l-.39.642l-1.281-.78l.39-.64c.315-.52.32-.855.286-1.05c-.039-.217-.144-.372-.262-.542a3.1 3.1 0 0 1-.522-1.222c-.109-.624-.01-1.367.52-2.14l.424-.619z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsHotMealOutline24px(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" fillRule="evenodd" d="M20 14.007H4.074v.001H3a1 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-2zm-2 2H6.074a3 3 0 0 0 3 2.996H15a3 3 0 0 0 3-2.996m-5.074-11.67l-.424.618c-.437.638-.472 1.155-.406 1.537c.072.408.271.725.404.918l.022.031c.16.229.487.7.606 1.37c.129.726 0 1.592-.604 2.586l-.39.64l-1.28-.778l.389-.641c.441-.726.465-1.226.408-1.546c-.06-.341-.227-.582-.38-.804l-.004-.004c-.17-.246-.52-.78-.648-1.515c-.133-.76-.016-1.676.646-2.642l.424-.618zM8.135 5.894l-.424.618c-.305.445-.322.79-.279 1.034c.047.271.18.486.277.626l.018.025c.122.176.391.562.489 1.11c.106.6-.004 1.303-.482 2.09l-.39.64l-1.282-.778l.39-.641c.316-.52.321-.855.287-1.05c-.04-.217-.145-.372-.263-.542a3.1 3.1 0 0 1-.522-1.222c-.108-.624-.01-1.367.52-2.14l.425-.619zm9.577 0l-.424.618c-.305.445-.322.79-.28 1.034a1.6 1.6 0 0 0 .295.65c.123.177.392.563.49 1.11c.106.601-.004 1.304-.483 2.09l-.39.642l-1.281-.78l.39-.64c.315-.52.32-.855.286-1.05c-.039-.217-.144-.372-.262-.542a3.1 3.1 0 0 1-.522-1.222c-.109-.624-.01-1.367.52-2.14l.424-.619z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20 14.007H4.074v.001H3a1 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-2zm-2 2H6.074a3 3 0 0 0 3 2.996H15a3 3 0 0 0 3-2.996m-5.074-11.67l-.424.618c-.437.638-.472 1.155-.406 1.537c.072.408.271.725.404.918l.022.031c.16.229.487.7.606 1.37c.129.726 0 1.592-.604 2.586l-.39.64l-1.28-.778l.389-.641c.441-.726.465-1.226.408-1.546c-.06-.341-.227-.582-.38-.804l-.004-.004c-.17-.246-.52-.78-.648-1.515c-.133-.76-.016-1.676.646-2.642l.424-.618zM8.135 5.894l-.424.618c-.305.445-.322.79-.279 1.034c.047.271.18.486.277.626l.018.025c.122.176.391.562.489 1.11c.106.6-.004 1.303-.482 2.09l-.39.64l-1.282-.778l.39-.641c.316-.52.321-.855.287-1.05c-.04-.217-.145-.372-.263-.542a3.1 3.1 0 0 1-.522-1.222c-.108-.624-.01-1.367.52-2.14l.425-.619zm9.577 0l-.424.618c-.305.445-.322.79-.28 1.034a1.6 1.6 0 0 0 .295.65c.123.177.392.563.49 1.11c.106.601-.004 1.304-.483 2.09l-.39.642l-1.281-.78l.39-.64c.315-.52.32-.855.286-1.05c-.039-.217-.144-.372-.262-.542a3.1 3.1 0 0 1-.522-1.222c-.109-.624-.01-1.367.52-2.14l.424-.619z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-hot-meal-outline-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%20fill-rule%3D%22evenodd%22%20d%3D%22M20%2014.007H4.074v.001H3a1%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-2zm-2%202H6.074a3%203%200%200%200%203%202.996H15a3%203%200%200%200%203-2.996m-5.074-11.67l-.424.618c-.437.638-.472%201.155-.406%201.537c.072.408.271.725.404.918l.022.031c.16.229.487.7.606%201.37c.129.726%200%201.592-.604%202.586l-.39.64l-1.28-.778l.389-.641c.441-.726.465-1.226.408-1.546c-.06-.341-.227-.582-.38-.804l-.004-.004c-.17-.246-.52-.78-.648-1.515c-.133-.76-.016-1.676.646-2.642l.424-.618zM8.135%205.894l-.424.618c-.305.445-.322.79-.279%201.034c.047.271.18.486.277.626l.018.025c.122.176.391.562.489%201.11c.106.6-.004%201.303-.482%202.09l-.39.64l-1.282-.778l.39-.641c.316-.52.321-.855.287-1.05c-.04-.217-.145-.372-.263-.542a3.1%203.1%200%200%201-.522-1.222c-.108-.624-.01-1.367.52-2.14l.425-.619zm9.577%200l-.424.618c-.305.445-.322.79-.28%201.034a1.6%201.6%200%200%200%20.295.65c.123.177.392.563.49%201.11c.106.601-.004%201.304-.483%202.09l-.39.642l-1.281-.78l.39-.64c.315-.52.32-.855.286-1.05c-.039-.217-.144-.372-.262-.542a3.1%203.1%200%200%201-.522-1.222c-.109-.624-.01-1.367.52-2.14l.424-.619z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M20%2014.007H4.074v.001H3a1%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-2zm-2%202H6.074a3%203%200%200%200%203%202.996H15a3%203%200%200%200%203-2.996m-5.074-11.67l-.424.618c-.437.638-.472%201.155-.406%201.537c.072.408.271.725.404.918l.022.031c.16.229.487.7.606%201.37c.129.726%200%201.592-.604%202.586l-.39.64l-1.28-.778l.389-.641c.441-.726.465-1.226.408-1.546c-.06-.341-.227-.582-.38-.804l-.004-.004c-.17-.246-.52-.78-.648-1.515c-.133-.76-.016-1.676.646-2.642l.424-.618zM8.135%205.894l-.424.618c-.305.445-.322.79-.279%201.034c.047.271.18.486.277.626l.018.025c.122.176.391.562.489%201.11c.106.6-.004%201.303-.482%202.09l-.39.64l-1.282-.778l.39-.641c.316-.52.321-.855.287-1.05c-.04-.217-.145-.372-.263-.542a3.1%203.1%200%200%201-.522-1.222c-.108-.624-.01-1.367.52-2.14l.425-.619zm9.577%200l-.424.618c-.305.445-.322.79-.28%201.034a1.6%201.6%200%200%200%20.295.65c.123.177.392.563.49%201.11c.106.601-.004%201.304-.483%202.09l-.39.642l-1.281-.78l.39-.64c.315-.52.32-.855.286-1.05c-.039-.217-.144-.372-.262-.542a3.1%203.1%200%200%201-.522-1.222c-.109-.624-.01-1.367.52-2.14l.424-.619z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/hot-meal-outline-24px.svg?color=%231a73e8&size=48