hot meal negative icon
hot-meal-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- hot-meal-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the hot meal negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsHotMealNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm5 28.03a1 1 0 1 0 0 2h3a8 8 0 0 0 8 8h16a8 8 0 0 0 8-8h3a1 1 0 1 0 0-2zM16 13l-.83-.56v.003l-.004.004l-.008.012a3 3 0 0 0-.106.17c-.066.11-.157.266-.256.457c-.196.378-.44.916-.605 1.528c-.322 1.191-.408 2.988 1.214 4.19c.628.464.714 1.168.473 2.06c-.116.43-.294.83-.45 1.128a6 6 0 0 1-.245.43l-.012.018L16 23c.829.56.829.559.83.559v-.003l.004-.004l.007-.012l.025-.038l.082-.13c.067-.111.157-.267.256-.458c.196-.379.44-.916.605-1.529c.322-1.19.408-2.987-1.214-4.189c-.628-.465-.714-1.168-.473-2.06c.116-.43.294-.83.45-1.128a6 6 0 0 1 .245-.43l.012-.018zm16.17-.56L33 13c.829.56.829.559.83.559l-.013.019l-.054.086a6 6 0 0 0-.192.344a5.8 5.8 0 0 0-.45 1.128c-.24.892-.154 1.595.474 2.06c1.622 1.202 1.536 2.998 1.214 4.19a7.8 7.8 0 0 1-.605 1.528a8 8 0 0 1-.363.626l-.008.012l-.002.004l-.001.002s-.001.001-.83-.558l-.83-.56l.013-.018l.029-.045l.025-.041c.047-.079.115-.197.192-.344c.155-.299.333-.698.45-1.128c.24-.892.154-1.596-.474-2.06c-1.622-1.202-1.536-2.999-1.214-4.19c.165-.612.409-1.15.605-1.528a8 8 0 0 1 .35-.607l.012-.02l.008-.012l.003-.004zM24 10.705L23.17 10l-.002.003l-.002.005l-.008.015a7 7 0 0 0-.107.213a11.4 11.4 0 0 0-.862 2.5c-.322 1.5-.409 3.763 1.215 5.276c.629.585.715 1.471.474 2.595a8.5 8.5 0 0 1-.696 1.961l-.012.023v.001l.83.704l.83.704l.002-.003l.002-.005l.008-.015a7 7 0 0 0 .107-.213a11.4 11.4 0 0 0 .862-2.5c.322-1.5.409-3.763-1.215-5.276c-.629-.585-.715-1.471-.474-2.595a8.5 8.5 0 0 1 .696-1.961l.012-.023v-.001z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsHotMealNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsHotMealNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsHotMealNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm5 28.03a1 1 0 1 0 0 2h3a8 8 0 0 0 8 8h16a8 8 0 0 0 8-8h3a1 1 0 1 0 0-2zM16 13l-.83-.56v.003l-.004.004l-.008.012a3 3 0 0 0-.106.17c-.066.11-.157.266-.256.457c-.196.378-.44.916-.605 1.528c-.322 1.191-.408 2.988 1.214 4.19c.628.464.714 1.168.473 2.06c-.116.43-.294.83-.45 1.128a6 6 0 0 1-.245.43l-.012.018L16 23c.829.56.829.559.83.559v-.003l.004-.004l.007-.012l.025-.038l.082-.13c.067-.111.157-.267.256-.458c.196-.379.44-.916.605-1.529c.322-1.19.408-2.987-1.214-4.189c-.628-.465-.714-1.168-.473-2.06c.116-.43.294-.83.45-1.128a6 6 0 0 1 .245-.43l.012-.018zm16.17-.56L33 13c.829.56.829.559.83.559l-.013.019l-.054.086a6 6 0 0 0-.192.344a5.8 5.8 0 0 0-.45 1.128c-.24.892-.154 1.595.474 2.06c1.622 1.202 1.536 2.998 1.214 4.19a7.8 7.8 0 0 1-.605 1.528a8 8 0 0 1-.363.626l-.008.012l-.002.004l-.001.002s-.001.001-.83-.558l-.83-.56l.013-.018l.029-.045l.025-.041c.047-.079.115-.197.192-.344c.155-.299.333-.698.45-1.128c.24-.892.154-1.596-.474-2.06c-1.622-1.202-1.536-2.999-1.214-4.19c.165-.612.409-1.15.605-1.528a8 8 0 0 1 .35-.607l.012-.02l.008-.012l.003-.004zM24 10.705L23.17 10l-.002.003l-.002.005l-.008.015a7 7 0 0 0-.107.213a11.4 11.4 0 0 0-.862 2.5c-.322 1.5-.409 3.763 1.215 5.276c.629.585.715 1.471.474 2.595a8.5 8.5 0 0 1-.696 1.961l-.012.023v.001l.83.704l.83.704l.002-.003l.002-.005l.008-.015a7 7 0 0 0 .107-.213a11.4 11.4 0 0 0 .862-2.5c.322-1.5.409-3.763-1.215-5.276c-.629-.585-.715-1.471-.474-2.595a8.5 8.5 0 0 1 .696-1.961l.012-.023v-.001z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsHotMealNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsHotMealNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm5 28.03a1 1 0 1 0 0 2h3a8 8 0 0 0 8 8h16a8 8 0 0 0 8-8h3a1 1 0 1 0 0-2zM16 13l-.83-.56v.003l-.004.004l-.008.012a3 3 0 0 0-.106.17c-.066.11-.157.266-.256.457c-.196.378-.44.916-.605 1.528c-.322 1.191-.408 2.988 1.214 4.19c.628.464.714 1.168.473 2.06c-.116.43-.294.83-.45 1.128a6 6 0 0 1-.245.43l-.012.018L16 23c.829.56.829.559.83.559v-.003l.004-.004l.007-.012l.025-.038l.082-.13c.067-.111.157-.267.256-.458c.196-.379.44-.916.605-1.529c.322-1.19.408-2.987-1.214-4.189c-.628-.465-.714-1.168-.473-2.06c.116-.43.294-.83.45-1.128a6 6 0 0 1 .245-.43l.012-.018zm16.17-.56L33 13c.829.56.829.559.83.559l-.013.019l-.054.086a6 6 0 0 0-.192.344a5.8 5.8 0 0 0-.45 1.128c-.24.892-.154 1.595.474 2.06c1.622 1.202 1.536 2.998 1.214 4.19a7.8 7.8 0 0 1-.605 1.528a8 8 0 0 1-.363.626l-.008.012l-.002.004l-.001.002s-.001.001-.83-.558l-.83-.56l.013-.018l.029-.045l.025-.041c.047-.079.115-.197.192-.344c.155-.299.333-.698.45-1.128c.24-.892.154-1.596-.474-2.06c-1.622-1.202-1.536-2.999-1.214-4.19c.165-.612.409-1.15.605-1.528a8 8 0 0 1 .35-.607l.012-.02l.008-.012l.003-.004zM24 10.705L23.17 10l-.002.003l-.002.005l-.008.015a7 7 0 0 0-.107.213a11.4 11.4 0 0 0-.862 2.5c-.322 1.5-.409 3.763 1.215 5.276c.629.585.715 1.471.474 2.595a8.5 8.5 0 0 1-.696 1.961l-.012.023v.001l.83.704l.83.704l.002-.003l.002-.005l.008-.015a7 7 0 0 0 .107-.213a11.4 11.4 0 0 0 .862-2.5c.322-1.5.409-3.763-1.215-5.276c-.629-.585-.715-1.471-.474-2.595a8.5 8.5 0 0 1 .696-1.961l.012-.023v-.001z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsHotMealNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-hot-meal-negative {
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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsHotMealNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm5%2028.03a1%201%200%201%200%200%202h3a8%208%200%200%200%208%208h16a8%208%200%200%200%208-8h3a1%201%200%201%200%200-2zM16%2013l-.83-.56v.003l-.004.004l-.008.012a3%203%200%200%200-.106.17c-.066.11-.157.266-.256.457c-.196.378-.44.916-.605%201.528c-.322%201.191-.408%202.988%201.214%204.19c.628.464.714%201.168.473%202.06c-.116.43-.294.83-.45%201.128a6%206%200%200%201-.245.43l-.012.018L16%2023c.829.56.829.559.83.559v-.003l.004-.004l.007-.012l.025-.038l.082-.13c.067-.111.157-.267.256-.458c.196-.379.44-.916.605-1.529c.322-1.19.408-2.987-1.214-4.189c-.628-.465-.714-1.168-.473-2.06c.116-.43.294-.83.45-1.128a6%206%200%200%201%20.245-.43l.012-.018zm16.17-.56L33%2013c.829.56.829.559.83.559l-.013.019l-.054.086a6%206%200%200%200-.192.344a5.8%205.8%200%200%200-.45%201.128c-.24.892-.154%201.595.474%202.06c1.622%201.202%201.536%202.998%201.214%204.19a7.8%207.8%200%200%201-.605%201.528a8%208%200%200%201-.363.626l-.008.012l-.002.004l-.001.002s-.001.001-.83-.558l-.83-.56l.013-.018l.029-.045l.025-.041c.047-.079.115-.197.192-.344c.155-.299.333-.698.45-1.128c.24-.892.154-1.596-.474-2.06c-1.622-1.202-1.536-2.999-1.214-4.19c.165-.612.409-1.15.605-1.528a8%208%200%200%201%20.35-.607l.012-.02l.008-.012l.003-.004zM24%2010.705L23.17%2010l-.002.003l-.002.005l-.008.015a7%207%200%200%200-.107.213a11.4%2011.4%200%200%200-.862%202.5c-.322%201.5-.409%203.763%201.215%205.276c.629.585.715%201.471.474%202.595a8.5%208.5%200%200%201-.696%201.961l-.012.023v.001l.83.704l.83.704l.002-.003l.002-.005l.008-.015a7%207%200%200%200%20.107-.213a11.4%2011.4%200%200%200%20.862-2.5c.322-1.5.409-3.763-1.215-5.276c-.629-.585-.715-1.471-.474-2.595a8.5%208.5%200%200%201%20.696-1.961l.012-.023v-.001z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsHotMealNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsHotMealNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm5%2028.03a1%201%200%201%200%200%202h3a8%208%200%200%200%208%208h16a8%208%200%200%200%208-8h3a1%201%200%201%200%200-2zM16%2013l-.83-.56v.003l-.004.004l-.008.012a3%203%200%200%200-.106.17c-.066.11-.157.266-.256.457c-.196.378-.44.916-.605%201.528c-.322%201.191-.408%202.988%201.214%204.19c.628.464.714%201.168.473%202.06c-.116.43-.294.83-.45%201.128a6%206%200%200%201-.245.43l-.012.018L16%2023c.829.56.829.559.83.559v-.003l.004-.004l.007-.012l.025-.038l.082-.13c.067-.111.157-.267.256-.458c.196-.379.44-.916.605-1.529c.322-1.19.408-2.987-1.214-4.189c-.628-.465-.714-1.168-.473-2.06c.116-.43.294-.83.45-1.128a6%206%200%200%201%20.245-.43l.012-.018zm16.17-.56L33%2013c.829.56.829.559.83.559l-.013.019l-.054.086a6%206%200%200%200-.192.344a5.8%205.8%200%200%200-.45%201.128c-.24.892-.154%201.595.474%202.06c1.622%201.202%201.536%202.998%201.214%204.19a7.8%207.8%200%200%201-.605%201.528a8%208%200%200%201-.363.626l-.008.012l-.002.004l-.001.002s-.001.001-.83-.558l-.83-.56l.013-.018l.029-.045l.025-.041c.047-.079.115-.197.192-.344c.155-.299.333-.698.45-1.128c.24-.892.154-1.596-.474-2.06c-1.622-1.202-1.536-2.999-1.214-4.19c.165-.612.409-1.15.605-1.528a8%208%200%200%201%20.35-.607l.012-.02l.008-.012l.003-.004zM24%2010.705L23.17%2010l-.002.003l-.002.005l-.008.015a7%207%200%200%200-.107.213a11.4%2011.4%200%200%200-.862%202.5c-.322%201.5-.409%203.763%201.215%205.276c.629.585.715%201.471.474%202.595a8.5%208.5%200%200%201-.696%201.961l-.012.023v.001l.83.704l.83.704l.002-.003l.002-.005l.008-.015a7%207%200%200%200%20.107-.213a11.4%2011.4%200%200%200%20.862-2.5c.322-1.5.409-3.763-1.215-5.276c-.629-.585-.715-1.471-.474-2.595a8.5%208.5%200%200%201%20.696-1.961l.012-.023v-.001z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsHotMealNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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-negative.svg?color=%231a73e8&size=48