ladle-duotone from Reicon by REICON · Duotone · Food · MIT Free for personal and commercial use.

Name
ladle-duotone
Set
Reicon
Style
Duotone
Category
Food
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More food icons from Reicon

Use the ladle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16 17c3.054 0 6-1.12 6-2.5S19.054 12 16 12s-6.632 1.12-6.632 2.5S12.946 17 16 17" opacity=".5"/><path d="M6.434 2.5A2.934 2.934 0 0 0 3.5 5.434a.75.75 0 0 1-1.5 0a4.434 4.434 0 1 1 8.868 0v7.568c-.897.413-1.486.924-1.5 1.478V5.434A2.934 2.934 0 0 0 6.434 2.5m2.934 12.02c.009.323.212.632.558.914C11.05 16.352 13.676 17 16 17c3.054 0 6-1.12 6-2.5v1.184a6.316 6.316 0 1 1-12.632 0V14.5z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconLadleDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16 17c3.054 0 6-1.12 6-2.5S19.054 12 16 12s-6.632 1.12-6.632 2.5S12.946 17 16 17" opacity=".5"/><path d="M6.434 2.5A2.934 2.934 0 0 0 3.5 5.434a.75.75 0 0 1-1.5 0a4.434 4.434 0 1 1 8.868 0v7.568c-.897.413-1.486.924-1.5 1.478V5.434A2.934 2.934 0 0 0 6.434 2.5m2.934 12.02c.009.323.212.632.558.914C11.05 16.352 13.676 17 16 17c3.054 0 6-1.12 6-2.5v1.184a6.316 6.316 0 1 1-12.632 0V14.5z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16 17c3.054 0 6-1.12 6-2.5S19.054 12 16 12s-6.632 1.12-6.632 2.5S12.946 17 16 17" opacity=".5"/><path d="M6.434 2.5A2.934 2.934 0 0 0 3.5 5.434a.75.75 0 0 1-1.5 0a4.434 4.434 0 1 1 8.868 0v7.568c-.897.413-1.486.924-1.5 1.478V5.434A2.934 2.934 0 0 0 6.434 2.5m2.934 12.02c.009.323.212.632.558.914C11.05 16.352 13.676 17 16 17c3.054 0 6-1.12 6-2.5v1.184a6.316 6.316 0 1 1-12.632 0V14.5z"/></g></svg>
</template>

CSS

.icon-ladle-duotone {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M16%2017c3.054%200%206-1.12%206-2.5S19.054%2012%2016%2012s-6.632%201.12-6.632%202.5S12.946%2017%2016%2017%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M6.434%202.5A2.934%202.934%200%200%200%203.5%205.434a.75.75%200%200%201-1.5%200a4.434%204.434%200%201%201%208.868%200v7.568c-.897.413-1.486.924-1.5%201.478V5.434A2.934%202.934%200%200%200%206.434%202.5m2.934%2012.02c.009.323.212.632.558.914C11.05%2016.352%2013.676%2017%2016%2017c3.054%200%206-1.12%206-2.5v1.184a6.316%206.316%200%201%201-12.632%200V14.5z%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%22currentColor%22%3E%3Cpath%20d%3D%22M16%2017c3.054%200%206-1.12%206-2.5S19.054%2012%2016%2012s-6.632%201.12-6.632%202.5S12.946%2017%2016%2017%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M6.434%202.5A2.934%202.934%200%200%200%203.5%205.434a.75.75%200%200%201-1.5%200a4.434%204.434%200%201%201%208.868%200v7.568c-.897.413-1.486.924-1.5%201.478V5.434A2.934%202.934%200%200%200%206.434%202.5m2.934%2012.02c.009.323.212.632.558.914C11.05%2016.352%2013.676%2017%2016%2017c3.054%200%206-1.12%206-2.5v1.184a6.316%206.316%200%201%201-12.632%200V14.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Ladle duotone icon — Reicon · IconsDB