meal scan icon

meal-scan from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
meal-scan
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the meal scan icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2.5 8.187c.104-2.1.415-3.41 1.347-4.34c.93-.932 2.24-1.243 4.34-1.347M21.5 8.187c-.104-2.1-.415-3.41-1.347-4.34c-.93-.932-2.24-1.243-4.34-1.347m0 19c2.1-.104 3.41-.415 4.34-1.347c.932-.93 1.243-2.24 1.347-4.34M8.187 21.5c-2.1-.104-3.41-.415-4.34-1.347c-.932-.93-1.243-2.24-1.347-4.34M14.222 8.5c1.223 0 2.778 1 2.778 2.837c0 1.654-.278 2.836-1.389 4.255c-.844.958-1.972 1.198-3.174.527L12 15.896l-.437.223c-1.202.671-2.33.431-3.174-.527C7.278 14.173 7 12.992 7 11.337C7 9.5 8.556 8.5 9.778 8.5S11.5 9 12 9.5c.5-.5 1-1 2.222-1"/><path d="M13 6.5c-.5.5-1 1.5-1 3"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMealScan(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M2.5 8.187c.104-2.1.415-3.41 1.347-4.34c.93-.932 2.24-1.243 4.34-1.347M21.5 8.187c-.104-2.1-.415-3.41-1.347-4.34c-.93-.932-2.24-1.243-4.34-1.347m0 19c2.1-.104 3.41-.415 4.34-1.347c.932-.93 1.243-2.24 1.347-4.34M8.187 21.5c-2.1-.104-3.41-.415-4.34-1.347c-.932-.93-1.243-2.24-1.347-4.34M14.222 8.5c1.223 0 2.778 1 2.778 2.837c0 1.654-.278 2.836-1.389 4.255c-.844.958-1.972 1.198-3.174.527L12 15.896l-.437.223c-1.202.671-2.33.431-3.174-.527C7.278 14.173 7 12.992 7 11.337C7 9.5 8.556 8.5 9.778 8.5S11.5 9 12 9.5c.5-.5 1-1 2.222-1"/><path d="M13 6.5c-.5.5-1 1.5-1 3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2.5 8.187c.104-2.1.415-3.41 1.347-4.34c.93-.932 2.24-1.243 4.34-1.347M21.5 8.187c-.104-2.1-.415-3.41-1.347-4.34c-.93-.932-2.24-1.243-4.34-1.347m0 19c2.1-.104 3.41-.415 4.34-1.347c.932-.93 1.243-2.24 1.347-4.34M8.187 21.5c-2.1-.104-3.41-.415-4.34-1.347c-.932-.93-1.243-2.24-1.347-4.34M14.222 8.5c1.223 0 2.778 1 2.778 2.837c0 1.654-.278 2.836-1.389 4.255c-.844.958-1.972 1.198-3.174.527L12 15.896l-.437.223c-1.202.671-2.33.431-3.174-.527C7.278 14.173 7 12.992 7 11.337C7 9.5 8.556 8.5 9.778 8.5S11.5 9 12 9.5c.5-.5 1-1 2.222-1"/><path d="M13 6.5c-.5.5-1 1.5-1 3"/></g></svg>
</template>

CSS

.icon-meal-scan {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.5%208.187c.104-2.1.415-3.41%201.347-4.34c.93-.932%202.24-1.243%204.34-1.347M21.5%208.187c-.104-2.1-.415-3.41-1.347-4.34c-.93-.932-2.24-1.243-4.34-1.347m0%2019c2.1-.104%203.41-.415%204.34-1.347c.932-.93%201.243-2.24%201.347-4.34M8.187%2021.5c-2.1-.104-3.41-.415-4.34-1.347c-.932-.93-1.243-2.24-1.347-4.34M14.222%208.5c1.223%200%202.778%201%202.778%202.837c0%201.654-.278%202.836-1.389%204.255c-.844.958-1.972%201.198-3.174.527L12%2015.896l-.437.223c-1.202.671-2.33.431-3.174-.527C7.278%2014.173%207%2012.992%207%2011.337C7%209.5%208.556%208.5%209.778%208.5S11.5%209%2012%209.5c.5-.5%201-1%202.222-1%22%2F%3E%3Cpath%20d%3D%22M13%206.5c-.5.5-1%201.5-1%203%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.5%208.187c.104-2.1.415-3.41%201.347-4.34c.93-.932%202.24-1.243%204.34-1.347M21.5%208.187c-.104-2.1-.415-3.41-1.347-4.34c-.93-.932-2.24-1.243-4.34-1.347m0%2019c2.1-.104%203.41-.415%204.34-1.347c.932-.93%201.243-2.24%201.347-4.34M8.187%2021.5c-2.1-.104-3.41-.415-4.34-1.347c-.932-.93-1.243-2.24-1.347-4.34M14.222%208.5c1.223%200%202.778%201%202.778%202.837c0%201.654-.278%202.836-1.389%204.255c-.844.958-1.972%201.198-3.174.527L12%2015.896l-.437.223c-1.202.671-2.33.431-3.174-.527C7.278%2014.173%207%2012.992%207%2011.337C7%209.5%208.556%208.5%209.778%208.5S11.5%209%2012%209.5c.5-.5%201-1%202.222-1%22%2F%3E%3Cpath%20d%3D%22M13%206.5c-.5.5-1%201.5-1%203%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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