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

Name
hot-meal
Set
Health Icons
Style
Filled
Category
Nutrition
Viewbox
48×48
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 48 48"><g fill="currentColor"><path d="M5 28a1 1 0 1 0 0 2h3a8 8 0 0 0 8 8h16a8 8 0 0 0 8-8h3a1 1 0 1 0 0-2z"/><path fill-rule="evenodd" d="M23.105 10.054L24 10.5l.895.447l-.002.003l-.012.025l-.05.11a9 9 0 0 0-.6 1.861c-.236 1.179-.149 2.222.476 2.847c1.375 1.375 1.288 3.332 1.024 4.653a11 11 0 0 1-.806 2.438l-.02.043l-.007.013l-.002.005l-.001.001L24 22.5l-.895-.447l.002-.003l.012-.025l.05-.11a9 9 0 0 0 .6-1.861c.236-1.179.149-2.222-.476-2.847c-1.375-1.375-1.288-3.332-1.024-4.653a11 11 0 0 1 .806-2.438l.02-.043l.007-.013l.002-.004zm-7.935 2.387l.83.56c.829.559.83.558.83.558v-.001v.001l-.013.02l-.054.085a6 6 0 0 0-.192.344a5.8 5.8 0 0 0-.45 1.128c-.24.892-.154 1.596.474 2.06c1.622 1.202 1.536 2.999 1.214 4.19a7.8 7.8 0 0 1-.605 1.528a8 8 0 0 1-.363.627l-.008.012l-.002.004l-.001.001s-.001.002-.83-.558s-.83-.559-.83-.559l.013-.019l.054-.086a7 7 0 0 0 .192-.344c.155-.298.333-.698.45-1.128c.24-.892.154-1.595-.474-2.06c-1.622-1.202-1.536-2.998-1.214-4.19c.165-.612.409-1.15.605-1.528a8 8 0 0 1 .363-.626l.007-.012l.003-.005zm17 0l.83.56c.829.559.83.558.83.558v-.001v.001l-.013.02l-.054.085a6 6 0 0 0-.192.344a5.8 5.8 0 0 0-.45 1.128c-.24.892-.154 1.596.474 2.06c1.622 1.202 1.536 2.999 1.214 4.19a7.8 7.8 0 0 1-.605 1.528a8 8 0 0 1-.362.627l-.008.012l-.003.004l-.001.001s-.001.002-.83-.558s-.83-.559-.83-.559l.013-.019l.054-.086a7 7 0 0 0 .192-.344c.155-.298.333-.698.45-1.128c.24-.892.154-1.595-.474-2.06c-1.622-1.202-1.536-2.998-1.214-4.19c.165-.612.409-1.15.605-1.528a8 8 0 0 1 .362-.626l.008-.012l.003-.005z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsHotMeal(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M5 28a1 1 0 1 0 0 2h3a8 8 0 0 0 8 8h16a8 8 0 0 0 8-8h3a1 1 0 1 0 0-2z"/><path fillRule="evenodd" d="M23.105 10.054L24 10.5l.895.447l-.002.003l-.012.025l-.05.11a9 9 0 0 0-.6 1.861c-.236 1.179-.149 2.222.476 2.847c1.375 1.375 1.288 3.332 1.024 4.653a11 11 0 0 1-.806 2.438l-.02.043l-.007.013l-.002.005l-.001.001L24 22.5l-.895-.447l.002-.003l.012-.025l.05-.11a9 9 0 0 0 .6-1.861c.236-1.179.149-2.222-.476-2.847c-1.375-1.375-1.288-3.332-1.024-4.653a11 11 0 0 1 .806-2.438l.02-.043l.007-.013l.002-.004zm-7.935 2.387l.83.56c.829.559.83.558.83.558v-.001v.001l-.013.02l-.054.085a6 6 0 0 0-.192.344a5.8 5.8 0 0 0-.45 1.128c-.24.892-.154 1.596.474 2.06c1.622 1.202 1.536 2.999 1.214 4.19a7.8 7.8 0 0 1-.605 1.528a8 8 0 0 1-.363.627l-.008.012l-.002.004l-.001.001s-.001.002-.83-.558s-.83-.559-.83-.559l.013-.019l.054-.086a7 7 0 0 0 .192-.344c.155-.298.333-.698.45-1.128c.24-.892.154-1.595-.474-2.06c-1.622-1.202-1.536-2.998-1.214-4.19c.165-.612.409-1.15.605-1.528a8 8 0 0 1 .363-.626l.007-.012l.003-.005zm17 0l.83.56c.829.559.83.558.83.558v-.001v.001l-.013.02l-.054.085a6 6 0 0 0-.192.344a5.8 5.8 0 0 0-.45 1.128c-.24.892-.154 1.596.474 2.06c1.622 1.202 1.536 2.999 1.214 4.19a7.8 7.8 0 0 1-.605 1.528a8 8 0 0 1-.362.627l-.008.012l-.003.004l-.001.001s-.001.002-.83-.558s-.83-.559-.83-.559l.013-.019l.054-.086a7 7 0 0 0 .192-.344c.155-.298.333-.698.45-1.128c.24-.892.154-1.595-.474-2.06c-1.622-1.202-1.536-2.998-1.214-4.19c.165-.612.409-1.15.605-1.528a8 8 0 0 1 .362-.626l.008-.012l.003-.005z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M5 28a1 1 0 1 0 0 2h3a8 8 0 0 0 8 8h16a8 8 0 0 0 8-8h3a1 1 0 1 0 0-2z"/><path fill-rule="evenodd" d="M23.105 10.054L24 10.5l.895.447l-.002.003l-.012.025l-.05.11a9 9 0 0 0-.6 1.861c-.236 1.179-.149 2.222.476 2.847c1.375 1.375 1.288 3.332 1.024 4.653a11 11 0 0 1-.806 2.438l-.02.043l-.007.013l-.002.005l-.001.001L24 22.5l-.895-.447l.002-.003l.012-.025l.05-.11a9 9 0 0 0 .6-1.861c.236-1.179.149-2.222-.476-2.847c-1.375-1.375-1.288-3.332-1.024-4.653a11 11 0 0 1 .806-2.438l.02-.043l.007-.013l.002-.004zm-7.935 2.387l.83.56c.829.559.83.558.83.558v-.001v.001l-.013.02l-.054.085a6 6 0 0 0-.192.344a5.8 5.8 0 0 0-.45 1.128c-.24.892-.154 1.596.474 2.06c1.622 1.202 1.536 2.999 1.214 4.19a7.8 7.8 0 0 1-.605 1.528a8 8 0 0 1-.363.627l-.008.012l-.002.004l-.001.001s-.001.002-.83-.558s-.83-.559-.83-.559l.013-.019l.054-.086a7 7 0 0 0 .192-.344c.155-.298.333-.698.45-1.128c.24-.892.154-1.595-.474-2.06c-1.622-1.202-1.536-2.998-1.214-4.19c.165-.612.409-1.15.605-1.528a8 8 0 0 1 .363-.626l.007-.012l.003-.005zm17 0l.83.56c.829.559.83.558.83.558v-.001v.001l-.013.02l-.054.085a6 6 0 0 0-.192.344a5.8 5.8 0 0 0-.45 1.128c-.24.892-.154 1.596.474 2.06c1.622 1.202 1.536 2.999 1.214 4.19a7.8 7.8 0 0 1-.605 1.528a8 8 0 0 1-.362.627l-.008.012l-.003.004l-.001.001s-.001.002-.83-.558s-.83-.559-.83-.559l.013-.019l.054-.086a7 7 0 0 0 .192-.344c.155-.298.333-.698.45-1.128c.24-.892.154-1.595-.474-2.06c-1.622-1.202-1.536-2.998-1.214-4.19c.165-.612.409-1.15.605-1.528a8 8 0 0 1 .362-.626l.008-.012l.003-.005z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-hot-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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5%2028a1%201%200%201%200%200%202h3a8%208%200%200%200%208%208h16a8%208%200%200%200%208-8h3a1%201%200%201%200%200-2z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M23.105%2010.054L24%2010.5l.895.447l-.002.003l-.012.025l-.05.11a9%209%200%200%200-.6%201.861c-.236%201.179-.149%202.222.476%202.847c1.375%201.375%201.288%203.332%201.024%204.653a11%2011%200%200%201-.806%202.438l-.02.043l-.007.013l-.002.005l-.001.001L24%2022.5l-.895-.447l.002-.003l.012-.025l.05-.11a9%209%200%200%200%20.6-1.861c.236-1.179.149-2.222-.476-2.847c-1.375-1.375-1.288-3.332-1.024-4.653a11%2011%200%200%201%20.806-2.438l.02-.043l.007-.013l.002-.004zm-7.935%202.387l.83.56c.829.559.83.558.83.558v-.001v.001l-.013.02l-.054.085a6%206%200%200%200-.192.344a5.8%205.8%200%200%200-.45%201.128c-.24.892-.154%201.596.474%202.06c1.622%201.202%201.536%202.999%201.214%204.19a7.8%207.8%200%200%201-.605%201.528a8%208%200%200%201-.363.627l-.008.012l-.002.004l-.001.001s-.001.002-.83-.558s-.83-.559-.83-.559l.013-.019l.054-.086a7%207%200%200%200%20.192-.344c.155-.298.333-.698.45-1.128c.24-.892.154-1.595-.474-2.06c-1.622-1.202-1.536-2.998-1.214-4.19c.165-.612.409-1.15.605-1.528a8%208%200%200%201%20.363-.626l.007-.012l.003-.005zm17%200l.83.56c.829.559.83.558.83.558v-.001v.001l-.013.02l-.054.085a6%206%200%200%200-.192.344a5.8%205.8%200%200%200-.45%201.128c-.24.892-.154%201.596.474%202.06c1.622%201.202%201.536%202.999%201.214%204.19a7.8%207.8%200%200%201-.605%201.528a8%208%200%200%201-.362.627l-.008.012l-.003.004l-.001.001s-.001.002-.83-.558s-.83-.559-.83-.559l.013-.019l.054-.086a7%207%200%200%200%20.192-.344c.155-.298.333-.698.45-1.128c.24-.892.154-1.595-.474-2.06c-1.622-1.202-1.536-2.998-1.214-4.19c.165-.612.409-1.15.605-1.528a8%208%200%200%201%20.362-.626l.008-.012l.003-.005z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5%2028a1%201%200%201%200%200%202h3a8%208%200%200%200%208%208h16a8%208%200%200%200%208-8h3a1%201%200%201%200%200-2z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M23.105%2010.054L24%2010.5l.895.447l-.002.003l-.012.025l-.05.11a9%209%200%200%200-.6%201.861c-.236%201.179-.149%202.222.476%202.847c1.375%201.375%201.288%203.332%201.024%204.653a11%2011%200%200%201-.806%202.438l-.02.043l-.007.013l-.002.005l-.001.001L24%2022.5l-.895-.447l.002-.003l.012-.025l.05-.11a9%209%200%200%200%20.6-1.861c.236-1.179.149-2.222-.476-2.847c-1.375-1.375-1.288-3.332-1.024-4.653a11%2011%200%200%201%20.806-2.438l.02-.043l.007-.013l.002-.004zm-7.935%202.387l.83.56c.829.559.83.558.83.558v-.001v.001l-.013.02l-.054.085a6%206%200%200%200-.192.344a5.8%205.8%200%200%200-.45%201.128c-.24.892-.154%201.596.474%202.06c1.622%201.202%201.536%202.999%201.214%204.19a7.8%207.8%200%200%201-.605%201.528a8%208%200%200%201-.363.627l-.008.012l-.002.004l-.001.001s-.001.002-.83-.558s-.83-.559-.83-.559l.013-.019l.054-.086a7%207%200%200%200%20.192-.344c.155-.298.333-.698.45-1.128c.24-.892.154-1.595-.474-2.06c-1.622-1.202-1.536-2.998-1.214-4.19c.165-.612.409-1.15.605-1.528a8%208%200%200%201%20.363-.626l.007-.012l.003-.005zm17%200l.83.56c.829.559.83.558.83.558v-.001v.001l-.013.02l-.054.085a6%206%200%200%200-.192.344a5.8%205.8%200%200%200-.45%201.128c-.24.892-.154%201.596.474%202.06c1.622%201.202%201.536%202.999%201.214%204.19a7.8%207.8%200%200%201-.605%201.528a8%208%200%200%201-.362.627l-.008.012l-.003.004l-.001.001s-.001.002-.83-.558s-.83-.559-.83-.559l.013-.019l.054-.086a7%207%200%200%200%20.192-.344c.155-.298.333-.698.45-1.128c.24-.892.154-1.595-.474-2.06c-1.622-1.202-1.536-2.998-1.214-4.19c.165-.612.409-1.15.605-1.528a8%208%200%200%201%20.362-.626l.008-.012l.003-.005z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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