ladle icon
ladle-filled from Reicon by REICON · Filled · Food · MIT Free for personal and commercial use.
- Name
- ladle-filled
- Set
- Reicon
- Style
- Filled
- 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="M5.684 2.75A2.934 2.934 0 0 0 2.75 5.684a.75.75 0 0 1-1.5 0a4.434 4.434 0 1 1 8.868 0v6.057a5.7 5.7 0 0 0-.974.618a3.7 3.7 0 0 0-.526.515v-7.19A2.934 2.934 0 0 0 5.684 2.75m2.949 13.393a7.066 7.066 0 0 0 14.084.225a4 4 0 0 1-.207.207c-.503.464-1.145.817-1.802 1.083c-1.324.536-3.02.842-4.708.842c-1.685 0-3.486-.305-4.908-.823c-.706-.256-1.4-.595-1.948-1.036a3.7 3.7 0 0 1-.51-.498"/><path d="M22 14.5c0 1.38-2.946 2.5-6 2.5s-6.5-1.12-6.5-2.5S12.946 12 16 12s6 1.12 6 2.5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconLadleFilled(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="M5.684 2.75A2.934 2.934 0 0 0 2.75 5.684a.75.75 0 0 1-1.5 0a4.434 4.434 0 1 1 8.868 0v6.057a5.7 5.7 0 0 0-.974.618a3.7 3.7 0 0 0-.526.515v-7.19A2.934 2.934 0 0 0 5.684 2.75m2.949 13.393a7.066 7.066 0 0 0 14.084.225a4 4 0 0 1-.207.207c-.503.464-1.145.817-1.802 1.083c-1.324.536-3.02.842-4.708.842c-1.685 0-3.486-.305-4.908-.823c-.706-.256-1.4-.595-1.948-1.036a3.7 3.7 0 0 1-.51-.498"/><path d="M22 14.5c0 1.38-2.946 2.5-6 2.5s-6.5-1.12-6.5-2.5S12.946 12 16 12s6 1.12 6 2.5"/></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="M5.684 2.75A2.934 2.934 0 0 0 2.75 5.684a.75.75 0 0 1-1.5 0a4.434 4.434 0 1 1 8.868 0v6.057a5.7 5.7 0 0 0-.974.618a3.7 3.7 0 0 0-.526.515v-7.19A2.934 2.934 0 0 0 5.684 2.75m2.949 13.393a7.066 7.066 0 0 0 14.084.225a4 4 0 0 1-.207.207c-.503.464-1.145.817-1.802 1.083c-1.324.536-3.02.842-4.708.842c-1.685 0-3.486-.305-4.908-.823c-.706-.256-1.4-.595-1.948-1.036a3.7 3.7 0 0 1-.51-.498"/><path d="M22 14.5c0 1.38-2.946 2.5-6 2.5s-6.5-1.12-6.5-2.5S12.946 12 16 12s6 1.12 6 2.5"/></g></svg> </template>
CSS
.icon-ladle-filled {
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%22M5.684%202.75A2.934%202.934%200%200%200%202.75%205.684a.75.75%200%200%201-1.5%200a4.434%204.434%200%201%201%208.868%200v6.057a5.7%205.7%200%200%200-.974.618a3.7%203.7%200%200%200-.526.515v-7.19A2.934%202.934%200%200%200%205.684%202.75m2.949%2013.393a7.066%207.066%200%200%200%2014.084.225a4%204%200%200%201-.207.207c-.503.464-1.145.817-1.802%201.083c-1.324.536-3.02.842-4.708.842c-1.685%200-3.486-.305-4.908-.823c-.706-.256-1.4-.595-1.948-1.036a3.7%203.7%200%200%201-.51-.498%22%2F%3E%3Cpath%20d%3D%22M22%2014.5c0%201.38-2.946%202.5-6%202.5s-6.5-1.12-6.5-2.5S12.946%2012%2016%2012s6%201.12%206%202.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%22currentColor%22%3E%3Cpath%20d%3D%22M5.684%202.75A2.934%202.934%200%200%200%202.75%205.684a.75.75%200%200%201-1.5%200a4.434%204.434%200%201%201%208.868%200v6.057a5.7%205.7%200%200%200-.974.618a3.7%203.7%200%200%200-.526.515v-7.19A2.934%202.934%200%200%200%205.684%202.75m2.949%2013.393a7.066%207.066%200%200%200%2014.084.225a4%204%200%200%201-.207.207c-.503.464-1.145.817-1.802%201.083c-1.324.536-3.02.842-4.708.842c-1.685%200-3.486-.305-4.908-.823c-.706-.256-1.4-.595-1.948-1.036a3.7%203.7%200%200%201-.51-.498%22%2F%3E%3Cpath%20d%3D%22M22%2014.5c0%201.38-2.946%202.5-6%202.5s-6.5-1.12-6.5-2.5S12.946%2012%2016%2012s6%201.12%206%202.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/reicon/ladle-filled.svg?color=%231a73e8&size=48