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

Name
dish-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the dish 01 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-width="1.5"><path stroke-linecap="round" d="M2 17h20"/><path stroke-linejoin="round" d="M12 7s1.5-1.034 1.5-2.309c0-2.255-3-2.255-3 0C10.5 5.966 12 7 12 7Z"/><path stroke-linecap="round" d="m3 17l.621 2.485A2 2 0 0 0 5.561 21h12.877a2 2 0 0 0 1.94-1.515L21 17m-.5-2.5C20.002 10.277 16.386 7 12 7s-8.002 3.277-8.5 7.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDish01(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" strokeWidth="1.5"><path strokeLinecap="round" d="M2 17h20"/><path strokeLinejoin="round" d="M12 7s1.5-1.034 1.5-2.309c0-2.255-3-2.255-3 0C10.5 5.966 12 7 12 7Z"/><path strokeLinecap="round" d="m3 17l.621 2.485A2 2 0 0 0 5.561 21h12.877a2 2 0 0 0 1.94-1.515L21 17m-.5-2.5C20.002 10.277 16.386 7 12 7s-8.002 3.277-8.5 7.5"/></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-width="1.5"><path stroke-linecap="round" d="M2 17h20"/><path stroke-linejoin="round" d="M12 7s1.5-1.034 1.5-2.309c0-2.255-3-2.255-3 0C10.5 5.966 12 7 12 7Z"/><path stroke-linecap="round" d="m3 17l.621 2.485A2 2 0 0 0 5.561 21h12.877a2 2 0 0 0 1.94-1.515L21 17m-.5-2.5C20.002 10.277 16.386 7 12 7s-8.002 3.277-8.5 7.5"/></g></svg>
</template>

CSS

.icon-dish-01 {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2017h20%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%207s1.5-1.034%201.5-2.309c0-2.255-3-2.255-3%200C10.5%205.966%2012%207%2012%207Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m3%2017l.621%202.485A2%202%200%200%200%205.561%2021h12.877a2%202%200%200%200%201.94-1.515L21%2017m-.5-2.5C20.002%2010.277%2016.386%207%2012%207s-8.002%203.277-8.5%207.5%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2017h20%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%207s1.5-1.034%201.5-2.309c0-2.255-3-2.255-3%200C10.5%205.966%2012%207%2012%207Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m3%2017l.621%202.485A2%202%200%200%200%205.561%2021h12.877a2%202%200%200%200%201.94-1.515L21%2017m-.5-2.5C20.002%2010.277%2016.386%207%2012%207s-8.002%203.277-8.5%207.5%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/dish-01.svg?color=%231a73e8&size=48