ladle from Reicon by REICON · Outline · Food · MIT Free for personal and commercial use.

Name
ladle
Set
Reicon
Style
Outline
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"><path fill="currentColor" fill-rule="evenodd" d="M5.434 2.5A2.934 2.934 0 0 0 2.5 5.434a.75.75 0 0 1-1.5 0a4.434 4.434 0 1 1 8.868 0v6.912a7.3 7.3 0 0 1 1.23-.569c1.333-.485 3.046-.777 4.652-.777c1.608 0 3.205.293 4.427.787c.608.246 1.16.557 1.574.939c.411.38.749.894.749 1.524v1.184a7.066 7.066 0 0 1-14.132 0v-10A2.934 2.934 0 0 0 5.434 2.5m15.49 13.86a5.567 5.567 0 0 1-11.006-.177c.355.206.757.386 1.18.54c1.333.485 3.046.777 4.652.777c1.608 0 3.205-.293 4.427-.787q.393-.159.747-.354M21 14.25c0-.06-.03-.204-.267-.422c-.234-.217-.61-.444-1.12-.65c-1.014-.411-2.417-.678-3.863-.678c-1.448 0-2.985.267-4.139.687c-.58.211-1.022.446-1.304.674c-.296.238-.307.375-.307.389s.011.151.307.39c.282.227.724.462 1.304.673c1.154.42 2.691.687 4.139.687c1.446 0 2.849-.267 3.864-.678c.51-.206.885-.433 1.12-.65S21 14.31 21 14.25" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconLadle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M5.434 2.5A2.934 2.934 0 0 0 2.5 5.434a.75.75 0 0 1-1.5 0a4.434 4.434 0 1 1 8.868 0v6.912a7.3 7.3 0 0 1 1.23-.569c1.333-.485 3.046-.777 4.652-.777c1.608 0 3.205.293 4.427.787c.608.246 1.16.557 1.574.939c.411.38.749.894.749 1.524v1.184a7.066 7.066 0 0 1-14.132 0v-10A2.934 2.934 0 0 0 5.434 2.5m15.49 13.86a5.567 5.567 0 0 1-11.006-.177c.355.206.757.386 1.18.54c1.333.485 3.046.777 4.652.777c1.608 0 3.205-.293 4.427-.787q.393-.159.747-.354M21 14.25c0-.06-.03-.204-.267-.422c-.234-.217-.61-.444-1.12-.65c-1.014-.411-2.417-.678-3.863-.678c-1.448 0-2.985.267-4.139.687c-.58.211-1.022.446-1.304.674c-.296.238-.307.375-.307.389s.011.151.307.39c.282.227.724.462 1.304.673c1.154.42 2.691.687 4.139.687c1.446 0 2.849-.267 3.864-.678c.51-.206.885-.433 1.12-.65S21 14.31 21 14.25" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.434 2.5A2.934 2.934 0 0 0 2.5 5.434a.75.75 0 0 1-1.5 0a4.434 4.434 0 1 1 8.868 0v6.912a7.3 7.3 0 0 1 1.23-.569c1.333-.485 3.046-.777 4.652-.777c1.608 0 3.205.293 4.427.787c.608.246 1.16.557 1.574.939c.411.38.749.894.749 1.524v1.184a7.066 7.066 0 0 1-14.132 0v-10A2.934 2.934 0 0 0 5.434 2.5m15.49 13.86a5.567 5.567 0 0 1-11.006-.177c.355.206.757.386 1.18.54c1.333.485 3.046.777 4.652.777c1.608 0 3.205-.293 4.427-.787q.393-.159.747-.354M21 14.25c0-.06-.03-.204-.267-.422c-.234-.217-.61-.444-1.12-.65c-1.014-.411-2.417-.678-3.863-.678c-1.448 0-2.985.267-4.139.687c-.58.211-1.022.446-1.304.674c-.296.238-.307.375-.307.389s.011.151.307.39c.282.227.724.462 1.304.673c1.154.42 2.691.687 4.139.687c1.446 0 2.849-.267 3.864-.678c.51-.206.885-.433 1.12-.65S21 14.31 21 14.25" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-ladle {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.434%202.5A2.934%202.934%200%200%200%202.5%205.434a.75.75%200%200%201-1.5%200a4.434%204.434%200%201%201%208.868%200v6.912a7.3%207.3%200%200%201%201.23-.569c1.333-.485%203.046-.777%204.652-.777c1.608%200%203.205.293%204.427.787c.608.246%201.16.557%201.574.939c.411.38.749.894.749%201.524v1.184a7.066%207.066%200%200%201-14.132%200v-10A2.934%202.934%200%200%200%205.434%202.5m15.49%2013.86a5.567%205.567%200%200%201-11.006-.177c.355.206.757.386%201.18.54c1.333.485%203.046.777%204.652.777c1.608%200%203.205-.293%204.427-.787q.393-.159.747-.354M21%2014.25c0-.06-.03-.204-.267-.422c-.234-.217-.61-.444-1.12-.65c-1.014-.411-2.417-.678-3.863-.678c-1.448%200-2.985.267-4.139.687c-.58.211-1.022.446-1.304.674c-.296.238-.307.375-.307.389s.011.151.307.39c.282.227.724.462%201.304.673c1.154.42%202.691.687%204.139.687c1.446%200%202.849-.267%203.864-.678c.51-.206.885-.433%201.12-.65S21%2014.31%2021%2014.25%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.434%202.5A2.934%202.934%200%200%200%202.5%205.434a.75.75%200%200%201-1.5%200a4.434%204.434%200%201%201%208.868%200v6.912a7.3%207.3%200%200%201%201.23-.569c1.333-.485%203.046-.777%204.652-.777c1.608%200%203.205.293%204.427.787c.608.246%201.16.557%201.574.939c.411.38.749.894.749%201.524v1.184a7.066%207.066%200%200%201-14.132%200v-10A2.934%202.934%200%200%200%205.434%202.5m15.49%2013.86a5.567%205.567%200%200%201-11.006-.177c.355.206.757.386%201.18.54c1.333.485%203.046.777%204.652.777c1.608%200%203.205-.293%204.427-.787q.393-.159.747-.354M21%2014.25c0-.06-.03-.204-.267-.422c-.234-.217-.61-.444-1.12-.65c-1.014-.411-2.417-.678-3.863-.678c-1.448%200-2.985.267-4.139.687c-.58.211-1.022.446-1.304.674c-.296.238-.307.375-.307.389s.011.151.307.39c.282.227.724.462%201.304.673c1.154.42%202.691.687%204.139.687c1.446%200%202.849-.267%203.864-.678c.51-.206.885-.433%201.12-.65S21%2014.31%2021%2014.25%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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