spatula-spoon-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
spatula-spoon-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

11 other variants in Fluent UI System Icons

Use the spatula spoon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.111 17.157L8.88 14.586a.25.25 0 0 0-.19-.086h-1.5l-3.45 3.223l-.009.01a2.5 2.5 0 0 0 3.536 3.535l.009-.01zm4.884-5.186c.298-.212.723-.33 1.237-.362c1.622-.099 3.413-.891 4.449-1.927a4.5 4.5 0 1 0-6.364-6.364c-.894.894-1.607 2.35-1.849 3.775q.032.24.032.485v2.113a.25.25 0 0 0 .086.189zM16.25 6a.75.75 0 0 1 .75.75c0 .69.56 1.25 1.25 1.25a.75.75 0 0 1 0 1.5a2.75 2.75 0 0 1-2.75-2.75a.75.75 0 0 1 .75-.75M4.976 2.806a2.75 2.75 0 0 1 3.89 0l2.828 2.829a2.75 2.75 0 0 1 .805 1.944v2.113c0 .362.157.707.43.944l7.172 6.224l.019.02a3 3 0 1 1-4.243 4.242l-.018-.019l-6.225-7.172a1.25 1.25 0 0 0-.944-.43H6.582a2.75 2.75 0 0 1-1.944-.805L1.806 9.867a2.75 2.75 0 0 1 0-3.89zM7.28 4.97a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06-1.06zM3.97 7.22a.75.75 0 0 0 0 1.06l2.5 2.5a.75.75 0 1 0 1.06-1.06l-2.5-2.5a.75.75 0 0 0-1.06 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentSpatulaSpoon24Filled(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" d="M11.111 17.157L8.88 14.586a.25.25 0 0 0-.19-.086h-1.5l-3.45 3.223l-.009.01a2.5 2.5 0 0 0 3.536 3.535l.009-.01zm4.884-5.186c.298-.212.723-.33 1.237-.362c1.622-.099 3.413-.891 4.449-1.927a4.5 4.5 0 1 0-6.364-6.364c-.894.894-1.607 2.35-1.849 3.775q.032.24.032.485v2.113a.25.25 0 0 0 .086.189zM16.25 6a.75.75 0 0 1 .75.75c0 .69.56 1.25 1.25 1.25a.75.75 0 0 1 0 1.5a2.75 2.75 0 0 1-2.75-2.75a.75.75 0 0 1 .75-.75M4.976 2.806a2.75 2.75 0 0 1 3.89 0l2.828 2.829a2.75 2.75 0 0 1 .805 1.944v2.113c0 .362.157.707.43.944l7.172 6.224l.019.02a3 3 0 1 1-4.243 4.242l-.018-.019l-6.225-7.172a1.25 1.25 0 0 0-.944-.43H6.582a2.75 2.75 0 0 1-1.944-.805L1.806 9.867a2.75 2.75 0 0 1 0-3.89zM7.28 4.97a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06-1.06zM3.97 7.22a.75.75 0 0 0 0 1.06l2.5 2.5a.75.75 0 1 0 1.06-1.06l-2.5-2.5a.75.75 0 0 0-1.06 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.111 17.157L8.88 14.586a.25.25 0 0 0-.19-.086h-1.5l-3.45 3.223l-.009.01a2.5 2.5 0 0 0 3.536 3.535l.009-.01zm4.884-5.186c.298-.212.723-.33 1.237-.362c1.622-.099 3.413-.891 4.449-1.927a4.5 4.5 0 1 0-6.364-6.364c-.894.894-1.607 2.35-1.849 3.775q.032.24.032.485v2.113a.25.25 0 0 0 .086.189zM16.25 6a.75.75 0 0 1 .75.75c0 .69.56 1.25 1.25 1.25a.75.75 0 0 1 0 1.5a2.75 2.75 0 0 1-2.75-2.75a.75.75 0 0 1 .75-.75M4.976 2.806a2.75 2.75 0 0 1 3.89 0l2.828 2.829a2.75 2.75 0 0 1 .805 1.944v2.113c0 .362.157.707.43.944l7.172 6.224l.019.02a3 3 0 1 1-4.243 4.242l-.018-.019l-6.225-7.172a1.25 1.25 0 0 0-.944-.43H6.582a2.75 2.75 0 0 1-1.944-.805L1.806 9.867a2.75 2.75 0 0 1 0-3.89zM7.28 4.97a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06-1.06zM3.97 7.22a.75.75 0 0 0 0 1.06l2.5 2.5a.75.75 0 1 0 1.06-1.06l-2.5-2.5a.75.75 0 0 0-1.06 0"/></svg>
</template>

CSS

.icon-spatula-spoon-24-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.111%2017.157L8.88%2014.586a.25.25%200%200%200-.19-.086h-1.5l-3.45%203.223l-.009.01a2.5%202.5%200%200%200%203.536%203.535l.009-.01zm4.884-5.186c.298-.212.723-.33%201.237-.362c1.622-.099%203.413-.891%204.449-1.927a4.5%204.5%200%201%200-6.364-6.364c-.894.894-1.607%202.35-1.849%203.775q.032.24.032.485v2.113a.25.25%200%200%200%20.086.189zM16.25%206a.75.75%200%200%201%20.75.75c0%20.69.56%201.25%201.25%201.25a.75.75%200%200%201%200%201.5a2.75%202.75%200%200%201-2.75-2.75a.75.75%200%200%201%20.75-.75M4.976%202.806a2.75%202.75%200%200%201%203.89%200l2.828%202.829a2.75%202.75%200%200%201%20.805%201.944v2.113c0%20.362.157.707.43.944l7.172%206.224l.019.02a3%203%200%201%201-4.243%204.242l-.018-.019l-6.225-7.172a1.25%201.25%200%200%200-.944-.43H6.582a2.75%202.75%200%200%201-1.944-.805L1.806%209.867a2.75%202.75%200%200%201%200-3.89zM7.28%204.97a.75.75%200%200%200-1.06%201.06l2.5%202.5a.75.75%200%200%200%201.06-1.06zM3.97%207.22a.75.75%200%200%200%200%201.06l2.5%202.5a.75.75%200%201%200%201.06-1.06l-2.5-2.5a.75.75%200%200%200-1.06%200%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%20d%3D%22M11.111%2017.157L8.88%2014.586a.25.25%200%200%200-.19-.086h-1.5l-3.45%203.223l-.009.01a2.5%202.5%200%200%200%203.536%203.535l.009-.01zm4.884-5.186c.298-.212.723-.33%201.237-.362c1.622-.099%203.413-.891%204.449-1.927a4.5%204.5%200%201%200-6.364-6.364c-.894.894-1.607%202.35-1.849%203.775q.032.24.032.485v2.113a.25.25%200%200%200%20.086.189zM16.25%206a.75.75%200%200%201%20.75.75c0%20.69.56%201.25%201.25%201.25a.75.75%200%200%201%200%201.5a2.75%202.75%200%200%201-2.75-2.75a.75.75%200%200%201%20.75-.75M4.976%202.806a2.75%202.75%200%200%201%203.89%200l2.828%202.829a2.75%202.75%200%200%201%20.805%201.944v2.113c0%20.362.157.707.43.944l7.172%206.224l.019.02a3%203%200%201%201-4.243%204.242l-.018-.019l-6.225-7.172a1.25%201.25%200%200%200-.944-.43H6.582a2.75%202.75%200%200%201-1.944-.805L1.806%209.867a2.75%202.75%200%200%201%200-3.89zM7.28%204.97a.75.75%200%200%200-1.06%201.06l2.5%202.5a.75.75%200%200%200%201.06-1.06zM3.97%207.22a.75.75%200%200%200%200%201.06l2.5%202.5a.75.75%200%201%200%201.06-1.06l-2.5-2.5a.75.75%200%200%200-1.06%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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