hot meal icon
hot-meal-outline from Health Icons by Resolve to Save Lives · Outline · Nutrition · MIT Free for personal and commercial use.
- Name
- hot-meal-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Nutrition
- Viewbox
- 48×48
- License
- MIT
- Aliases
- hot-meal2x-outline
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="m24 10.5l-.895-.447v.003l-.003.004l-.006.013l-.021.043l-.07.15a11 11 0 0 0-.736 2.287c-.264 1.322-.351 3.279 1.024 4.654c.625.625.712 1.668.476 2.847a9 9 0 0 1-.65 1.971l-.012.025l-.002.003l.895.447c.894.447.895.446.895.446v-.002l.003-.004l.006-.013l.021-.043l.07-.15a11 11 0 0 0 .736-2.287c.264-1.322.351-3.279-1.024-4.654c-.625-.625-.712-1.668-.476-2.847a9 9 0 0 1 .65-1.971l.012-.025l.002-.003z"/><path fill-rule="evenodd" d="M4 29a1 1 0 0 1 1-1h38a1 1 0 1 1 0 2h-3a8 8 0 0 1-8 8H16a8 8 0 0 1-8-8H5a1 1 0 0 1-1-1m6 1h28a6 6 0 0 1-6 6H16a6 6 0 0 1-6-6" clip-rule="evenodd"/><path d="m15.17 12.441l.83.56c.829.559.83.558.83.558l-.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-.338.588l-.02.032l-.005.007l-.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-.005zM33 13c-.829-.56-.83-.559-.83-.559v.002l-.004.005l-.008.012a7 7 0 0 0-.362.626c-.196.378-.44.916-.605 1.528c-.322 1.191-.408 2.988 1.214 4.19c.628.465.714 1.168.473 2.06c-.116.43-.294.83-.45 1.128a6 6 0 0 1-.245.43l-.012.02L33 23c.829.56.83.558.83.558v-.001l.004-.004l.008-.012l.015-.025l.01-.014l.08-.13a8 8 0 0 0 .257-.458c.196-.378.44-.916.605-1.528c.322-1.191.408-2.988-1.214-4.19c-.628-.465-.714-1.168-.473-2.06c.116-.43.294-.83.45-1.128a6 6 0 0 1 .245-.43l.012-.019z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsHotMealOutline(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="m24 10.5l-.895-.447v.003l-.003.004l-.006.013l-.021.043l-.07.15a11 11 0 0 0-.736 2.287c-.264 1.322-.351 3.279 1.024 4.654c.625.625.712 1.668.476 2.847a9 9 0 0 1-.65 1.971l-.012.025l-.002.003l.895.447c.894.447.895.446.895.446v-.002l.003-.004l.006-.013l.021-.043l.07-.15a11 11 0 0 0 .736-2.287c.264-1.322.351-3.279-1.024-4.654c-.625-.625-.712-1.668-.476-2.847a9 9 0 0 1 .65-1.971l.012-.025l.002-.003z"/><path fillRule="evenodd" d="M4 29a1 1 0 0 1 1-1h38a1 1 0 1 1 0 2h-3a8 8 0 0 1-8 8H16a8 8 0 0 1-8-8H5a1 1 0 0 1-1-1m6 1h28a6 6 0 0 1-6 6H16a6 6 0 0 1-6-6" clipRule="evenodd"/><path d="m15.17 12.441l.83.56c.829.559.83.558.83.558l-.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-.338.588l-.02.032l-.005.007l-.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-.005zM33 13c-.829-.56-.83-.559-.83-.559v.002l-.004.005l-.008.012a7 7 0 0 0-.362.626c-.196.378-.44.916-.605 1.528c-.322 1.191-.408 2.988 1.214 4.19c.628.465.714 1.168.473 2.06c-.116.43-.294.83-.45 1.128a6 6 0 0 1-.245.43l-.012.02L33 23c.829.56.83.558.83.558v-.001l.004-.004l.008-.012l.015-.025l.01-.014l.08-.13a8 8 0 0 0 .257-.458c.196-.378.44-.916.605-1.528c.322-1.191.408-2.988-1.214-4.19c-.628-.465-.714-1.168-.473-2.06c.116-.43.294-.83.45-1.128a6 6 0 0 1 .245-.43l.012-.019z"/></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="m24 10.5l-.895-.447v.003l-.003.004l-.006.013l-.021.043l-.07.15a11 11 0 0 0-.736 2.287c-.264 1.322-.351 3.279 1.024 4.654c.625.625.712 1.668.476 2.847a9 9 0 0 1-.65 1.971l-.012.025l-.002.003l.895.447c.894.447.895.446.895.446v-.002l.003-.004l.006-.013l.021-.043l.07-.15a11 11 0 0 0 .736-2.287c.264-1.322.351-3.279-1.024-4.654c-.625-.625-.712-1.668-.476-2.847a9 9 0 0 1 .65-1.971l.012-.025l.002-.003z"/><path fill-rule="evenodd" d="M4 29a1 1 0 0 1 1-1h38a1 1 0 1 1 0 2h-3a8 8 0 0 1-8 8H16a8 8 0 0 1-8-8H5a1 1 0 0 1-1-1m6 1h28a6 6 0 0 1-6 6H16a6 6 0 0 1-6-6" clip-rule="evenodd"/><path d="m15.17 12.441l.83.56c.829.559.83.558.83.558l-.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-.338.588l-.02.032l-.005.007l-.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-.005zM33 13c-.829-.56-.83-.559-.83-.559v.002l-.004.005l-.008.012a7 7 0 0 0-.362.626c-.196.378-.44.916-.605 1.528c-.322 1.191-.408 2.988 1.214 4.19c.628.465.714 1.168.473 2.06c-.116.43-.294.83-.45 1.128a6 6 0 0 1-.245.43l-.012.02L33 23c.829.56.83.558.83.558v-.001l.004-.004l.008-.012l.015-.025l.01-.014l.08-.13a8 8 0 0 0 .257-.458c.196-.378.44-.916.605-1.528c.322-1.191.408-2.988-1.214-4.19c-.628-.465-.714-1.168-.473-2.06c.116-.43.294-.83.45-1.128a6 6 0 0 1 .245-.43l.012-.019z"/></g></svg> </template>
CSS
.icon-hot-meal-outline {
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%22m24%2010.5l-.895-.447v.003l-.003.004l-.006.013l-.021.043l-.07.15a11%2011%200%200%200-.736%202.287c-.264%201.322-.351%203.279%201.024%204.654c.625.625.712%201.668.476%202.847a9%209%200%200%201-.65%201.971l-.012.025l-.002.003l.895.447c.894.447.895.446.895.446v-.002l.003-.004l.006-.013l.021-.043l.07-.15a11%2011%200%200%200%20.736-2.287c.264-1.322.351-3.279-1.024-4.654c-.625-.625-.712-1.668-.476-2.847a9%209%200%200%201%20.65-1.971l.012-.025l.002-.003z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4%2029a1%201%200%200%201%201-1h38a1%201%200%201%201%200%202h-3a8%208%200%200%201-8%208H16a8%208%200%200%201-8-8H5a1%201%200%200%201-1-1m6%201h28a6%206%200%200%201-6%206H16a6%206%200%200%201-6-6%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m15.17%2012.441l.83.56c.829.559.83.558.83.558l-.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-.338.588l-.02.032l-.005.007l-.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-.005zM33%2013c-.829-.56-.83-.559-.83-.559v.002l-.004.005l-.008.012a7%207%200%200%200-.362.626c-.196.378-.44.916-.605%201.528c-.322%201.191-.408%202.988%201.214%204.19c.628.465.714%201.168.473%202.06c-.116.43-.294.83-.45%201.128a6%206%200%200%201-.245.43l-.012.02L33%2023c.829.56.83.558.83.558v-.001l.004-.004l.008-.012l.015-.025l.01-.014l.08-.13a8%208%200%200%200%20.257-.458c.196-.378.44-.916.605-1.528c.322-1.191.408-2.988-1.214-4.19c-.628-.465-.714-1.168-.473-2.06c.116-.43.294-.83.45-1.128a6%206%200%200%201%20.245-.43l.012-.019z%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%22m24%2010.5l-.895-.447v.003l-.003.004l-.006.013l-.021.043l-.07.15a11%2011%200%200%200-.736%202.287c-.264%201.322-.351%203.279%201.024%204.654c.625.625.712%201.668.476%202.847a9%209%200%200%201-.65%201.971l-.012.025l-.002.003l.895.447c.894.447.895.446.895.446v-.002l.003-.004l.006-.013l.021-.043l.07-.15a11%2011%200%200%200%20.736-2.287c.264-1.322.351-3.279-1.024-4.654c-.625-.625-.712-1.668-.476-2.847a9%209%200%200%201%20.65-1.971l.012-.025l.002-.003z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4%2029a1%201%200%200%201%201-1h38a1%201%200%201%201%200%202h-3a8%208%200%200%201-8%208H16a8%208%200%200%201-8-8H5a1%201%200%200%201-1-1m6%201h28a6%206%200%200%201-6%206H16a6%206%200%200%201-6-6%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m15.17%2012.441l.83.56c.829.559.83.558.83.558l-.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-.338.588l-.02.032l-.005.007l-.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-.005zM33%2013c-.829-.56-.83-.559-.83-.559v.002l-.004.005l-.008.012a7%207%200%200%200-.362.626c-.196.378-.44.916-.605%201.528c-.322%201.191-.408%202.988%201.214%204.19c.628.465.714%201.168.473%202.06c-.116.43-.294.83-.45%201.128a6%206%200%200%201-.245.43l-.012.02L33%2023c.829.56.83.558.83.558v-.001l.004-.004l.008-.012l.015-.025l.01-.014l.08-.13a8%208%200%200%200%20.257-.458c.196-.378.44-.916.605-1.528c.322-1.191.408-2.988-1.214-4.19c-.628-.465-.714-1.168-.473-2.06c.116-.43.294-.83.45-1.128a6%206%200%200%201%20.245-.43l.012-.019z%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-outline.svg?color=%231a73e8&size=48