spatula from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
spatula
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the spatula 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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="m16.988 2.38l.76.55a15 15 0 0 1 3.32 3.318l.551.759c.577.793.49 1.888-.204 2.581l-4.53 4.527a2 2 0 0 1-1.813.543l-2.038-.418a2 2 0 0 0-1.813.543L4.648 21.35c-.392.41-1.273 1.132-2.225.18c-.864-.862-.203-1.804.207-2.196l6.574-6.566a2 2 0 0 0 .543-1.811L9.33 8.92a2 2 0 0 1 .544-1.81l4.531-4.527a2 2 0 0 1 2.584-.204"/><path d="m15.22 10.686l2.155-2.154m-4 .309l2.154-2.154"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSpatula(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" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="m16.988 2.38l.76.55a15 15 0 0 1 3.32 3.318l.551.759c.577.793.49 1.888-.204 2.581l-4.53 4.527a2 2 0 0 1-1.813.543l-2.038-.418a2 2 0 0 0-1.813.543L4.648 21.35c-.392.41-1.273 1.132-2.225.18c-.864-.862-.203-1.804.207-2.196l6.574-6.566a2 2 0 0 0 .543-1.811L9.33 8.92a2 2 0 0 1 .544-1.81l4.531-4.527a2 2 0 0 1 2.584-.204"/><path d="m15.22 10.686l2.155-2.154m-4 .309l2.154-2.154"/></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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="m16.988 2.38l.76.55a15 15 0 0 1 3.32 3.318l.551.759c.577.793.49 1.888-.204 2.581l-4.53 4.527a2 2 0 0 1-1.813.543l-2.038-.418a2 2 0 0 0-1.813.543L4.648 21.35c-.392.41-1.273 1.132-2.225.18c-.864-.862-.203-1.804.207-2.196l6.574-6.566a2 2 0 0 0 .543-1.811L9.33 8.92a2 2 0 0 1 .544-1.81l4.531-4.527a2 2 0 0 1 2.584-.204"/><path d="m15.22 10.686l2.155-2.154m-4 .309l2.154-2.154"/></g></svg>
</template>

CSS

.icon-spatula {
  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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m16.988%202.38l.76.55a15%2015%200%200%201%203.32%203.318l.551.759c.577.793.49%201.888-.204%202.581l-4.53%204.527a2%202%200%200%201-1.813.543l-2.038-.418a2%202%200%200%200-1.813.543L4.648%2021.35c-.392.41-1.273%201.132-2.225.18c-.864-.862-.203-1.804.207-2.196l6.574-6.566a2%202%200%200%200%20.543-1.811L9.33%208.92a2%202%200%200%201%20.544-1.81l4.531-4.527a2%202%200%200%201%202.584-.204%22%2F%3E%3Cpath%20d%3D%22m15.22%2010.686l2.155-2.154m-4%20.309l2.154-2.154%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m16.988%202.38l.76.55a15%2015%200%200%201%203.32%203.318l.551.759c.577.793.49%201.888-.204%202.581l-4.53%204.527a2%202%200%200%201-1.813.543l-2.038-.418a2%202%200%200%200-1.813.543L4.648%2021.35c-.392.41-1.273%201.132-2.225.18c-.864-.862-.203-1.804.207-2.196l6.574-6.566a2%202%200%200%200%20.543-1.811L9.33%208.92a2%202%200%200%201%20.544-1.81l4.531-4.527a2%202%200%200%201%202.584-.204%22%2F%3E%3Cpath%20d%3D%22m15.22%2010.686l2.155-2.154m-4%20.309l2.154-2.154%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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