ladle icon
ladle-line-duotone from Solar by 480 Design · Line Duotone · Food · CC-BY-4.0 Attribution required.
- Name
- ladle-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Food
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More food icons from Solar
Use the ladle 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 5.68421C2 3.64948 3.64948 2 5.68421 2C7.71894 2 9.36842 3.64948 9.36842 5.68421V15" opacity=".5"/><path d="M22 14.5V15.6842C22 19.1723 19.1723 22 15.6842 22C12.1961 22 9.36841 19.1723 9.36841 15.6842V14.6316M22 14.5C22 15.8807 19.0539 17 16 17C12.9461 17 9.36841 16.0123 9.36841 14.6316M22 14.5C22 13.1193 19.0539 12 16 12C12.9461 12 9.36841 13.2509 9.36841 14.6316"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarLadleLineDuotone(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 5.68421C2 3.64948 3.64948 2 5.68421 2C7.71894 2 9.36842 3.64948 9.36842 5.68421V15" opacity=".5"/><path d="M22 14.5V15.6842C22 19.1723 19.1723 22 15.6842 22C12.1961 22 9.36841 19.1723 9.36841 15.6842V14.6316M22 14.5C22 15.8807 19.0539 17 16 17C12.9461 17 9.36841 16.0123 9.36841 14.6316M22 14.5C22 13.1193 19.0539 12 16 12C12.9461 12 9.36841 13.2509 9.36841 14.6316"/></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 5.68421C2 3.64948 3.64948 2 5.68421 2C7.71894 2 9.36842 3.64948 9.36842 5.68421V15" opacity=".5"/><path d="M22 14.5V15.6842C22 19.1723 19.1723 22 15.6842 22C12.1961 22 9.36841 19.1723 9.36841 15.6842V14.6316M22 14.5C22 15.8807 19.0539 17 16 17C12.9461 17 9.36841 16.0123 9.36841 14.6316M22 14.5C22 13.1193 19.0539 12 16 12C12.9461 12 9.36841 13.2509 9.36841 14.6316"/></g></svg> </template>
CSS
.icon-ladle-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%205.68421C2%203.64948%203.64948%202%205.68421%202C7.71894%202%209.36842%203.64948%209.36842%205.68421V15%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M22%2014.5V15.6842C22%2019.1723%2019.1723%2022%2015.6842%2022C12.1961%2022%209.36841%2019.1723%209.36841%2015.6842V14.6316M22%2014.5C22%2015.8807%2019.0539%2017%2016%2017C12.9461%2017%209.36841%2016.0123%209.36841%2014.6316M22%2014.5C22%2013.1193%2019.0539%2012%2016%2012C12.9461%2012%209.36841%2013.2509%209.36841%2014.6316%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%205.68421C2%203.64948%203.64948%202%205.68421%202C7.71894%202%209.36842%203.64948%209.36842%205.68421V15%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M22%2014.5V15.6842C22%2019.1723%2019.1723%2022%2015.6842%2022C12.1961%2022%209.36841%2019.1723%209.36841%2015.6842V14.6316M22%2014.5C22%2015.8807%2019.0539%2017%2016%2017C12.9461%2017%209.36841%2016.0123%209.36841%2014.6316M22%2014.5C22%2013.1193%2019.0539%2012%2016%2012C12.9461%2012%209.36841%2013.2509%209.36841%2014.6316%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/ladle-line-duotone.svg?color=%231a73e8&size=48