ladle icon

ladle-bold-duotone from Solar by 480 Design · Bold Duotone · Food · CC-BY-4.0 Attribution required.

Name
ladle-bold-duotone
Set
Solar
Style
Bold 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="currentColor"><path d="M15.9997 17C19.0537 17 21.9997 15.8807 21.9997 14.5C21.9997 13.1193 19.0537 12 15.9997 12C12.9458 12 9.36816 13.1193 9.36816 14.5C9.36816 15.8807 12.9458 17 15.9997 17Z" opacity=".5"/><path d="M6.43421 2.5C4.81369 2.5 3.5 3.81369 3.5 5.43421C3.5 5.84842 3.16421 6.18421 2.75 6.18421C2.33579 6.18421 2 5.84842 2 5.43421C2 2.98526 3.98526 1 6.43421 1C8.88316 1 10.8684 2.98526 10.8684 5.43421V13.0024C9.97125 13.4148 9.38248 13.9258 9.36842 14.4797V5.43421C9.36842 3.81369 8.05473 2.5 6.43421 2.5Z"/><path d="M9.36842 14.5203C9.37662 14.8432 9.58011 15.1515 9.92615 15.4342C11.0498 16.3522 13.6763 17 15.9997 17C19.0537 17 21.9997 15.8807 21.9997 14.5V15.6842C21.9997 19.1723 19.1721 22 15.684 22C12.1958 22 9.36816 19.1723 9.36816 15.6842V14.5C9.36816 14.5068 9.36825 14.5135 9.36842 14.5203Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarLadleBoldDuotone(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="M15.9997 17C19.0537 17 21.9997 15.8807 21.9997 14.5C21.9997 13.1193 19.0537 12 15.9997 12C12.9458 12 9.36816 13.1193 9.36816 14.5C9.36816 15.8807 12.9458 17 15.9997 17Z" opacity=".5"/><path d="M6.43421 2.5C4.81369 2.5 3.5 3.81369 3.5 5.43421C3.5 5.84842 3.16421 6.18421 2.75 6.18421C2.33579 6.18421 2 5.84842 2 5.43421C2 2.98526 3.98526 1 6.43421 1C8.88316 1 10.8684 2.98526 10.8684 5.43421V13.0024C9.97125 13.4148 9.38248 13.9258 9.36842 14.4797V5.43421C9.36842 3.81369 8.05473 2.5 6.43421 2.5Z"/><path d="M9.36842 14.5203C9.37662 14.8432 9.58011 15.1515 9.92615 15.4342C11.0498 16.3522 13.6763 17 15.9997 17C19.0537 17 21.9997 15.8807 21.9997 14.5V15.6842C21.9997 19.1723 19.1721 22 15.684 22C12.1958 22 9.36816 19.1723 9.36816 15.6842V14.5C9.36816 14.5068 9.36825 14.5135 9.36842 14.5203Z"/></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="M15.9997 17C19.0537 17 21.9997 15.8807 21.9997 14.5C21.9997 13.1193 19.0537 12 15.9997 12C12.9458 12 9.36816 13.1193 9.36816 14.5C9.36816 15.8807 12.9458 17 15.9997 17Z" opacity=".5"/><path d="M6.43421 2.5C4.81369 2.5 3.5 3.81369 3.5 5.43421C3.5 5.84842 3.16421 6.18421 2.75 6.18421C2.33579 6.18421 2 5.84842 2 5.43421C2 2.98526 3.98526 1 6.43421 1C8.88316 1 10.8684 2.98526 10.8684 5.43421V13.0024C9.97125 13.4148 9.38248 13.9258 9.36842 14.4797V5.43421C9.36842 3.81369 8.05473 2.5 6.43421 2.5Z"/><path d="M9.36842 14.5203C9.37662 14.8432 9.58011 15.1515 9.92615 15.4342C11.0498 16.3522 13.6763 17 15.9997 17C19.0537 17 21.9997 15.8807 21.9997 14.5V15.6842C21.9997 19.1723 19.1721 22 15.684 22C12.1958 22 9.36816 19.1723 9.36816 15.6842V14.5C9.36816 14.5068 9.36825 14.5135 9.36842 14.5203Z"/></g></svg>
</template>

CSS

.icon-ladle-bold-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%22M15.9997%2017C19.0537%2017%2021.9997%2015.8807%2021.9997%2014.5C21.9997%2013.1193%2019.0537%2012%2015.9997%2012C12.9458%2012%209.36816%2013.1193%209.36816%2014.5C9.36816%2015.8807%2012.9458%2017%2015.9997%2017Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M6.43421%202.5C4.81369%202.5%203.5%203.81369%203.5%205.43421C3.5%205.84842%203.16421%206.18421%202.75%206.18421C2.33579%206.18421%202%205.84842%202%205.43421C2%202.98526%203.98526%201%206.43421%201C8.88316%201%2010.8684%202.98526%2010.8684%205.43421V13.0024C9.97125%2013.4148%209.38248%2013.9258%209.36842%2014.4797V5.43421C9.36842%203.81369%208.05473%202.5%206.43421%202.5Z%22%2F%3E%3Cpath%20d%3D%22M9.36842%2014.5203C9.37662%2014.8432%209.58011%2015.1515%209.92615%2015.4342C11.0498%2016.3522%2013.6763%2017%2015.9997%2017C19.0537%2017%2021.9997%2015.8807%2021.9997%2014.5V15.6842C21.9997%2019.1723%2019.1721%2022%2015.684%2022C12.1958%2022%209.36816%2019.1723%209.36816%2015.6842V14.5C9.36816%2014.5068%209.36825%2014.5135%209.36842%2014.5203Z%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%22M15.9997%2017C19.0537%2017%2021.9997%2015.8807%2021.9997%2014.5C21.9997%2013.1193%2019.0537%2012%2015.9997%2012C12.9458%2012%209.36816%2013.1193%209.36816%2014.5C9.36816%2015.8807%2012.9458%2017%2015.9997%2017Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M6.43421%202.5C4.81369%202.5%203.5%203.81369%203.5%205.43421C3.5%205.84842%203.16421%206.18421%202.75%206.18421C2.33579%206.18421%202%205.84842%202%205.43421C2%202.98526%203.98526%201%206.43421%201C8.88316%201%2010.8684%202.98526%2010.8684%205.43421V13.0024C9.97125%2013.4148%209.38248%2013.9258%209.36842%2014.4797V5.43421C9.36842%203.81369%208.05473%202.5%206.43421%202.5Z%22%2F%3E%3Cpath%20d%3D%22M9.36842%2014.5203C9.37662%2014.8432%209.58011%2015.1515%209.92615%2015.4342C11.0498%2016.3522%2013.6763%2017%2015.9997%2017C19.0537%2017%2021.9997%2015.8807%2021.9997%2014.5V15.6842C21.9997%2019.1723%2019.1721%2022%2015.684%2022C12.1958%2022%209.36816%2019.1723%209.36816%2015.6842V14.5C9.36816%2014.5068%209.36825%2014.5135%209.36842%2014.5203Z%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-bold-duotone.svg?color=%231a73e8&size=48