spatula spoon icon
spatula-spoon-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- spatula-spoon-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="m22.188 34.919l-5.868-6.92h-1.446l-7.22 6.571l-.043.04a5.5 5.5 0 1 0 7.819 7.736zm10.525-10.904l-6.71-5.69V17.19q.033-.171.05-.356c.16-1.885.774-3.89 1.59-5.667c.814-1.772 1.872-3.411 2.992-4.531a9 9 0 1 1 12.728 12.728c-1.12 1.12-2.759 2.178-4.53 2.991c-1.778.817-3.782 1.43-5.667 1.592q-.238.021-.453.068M31.25 13c-.69 0-1.25.56-1.25 1.25A5.75 5.75 0 0 0 35.75 20a1.25 1.25 0 1 0 0-2.5a3.25 3.25 0 0 1-3.25-3.25c0-.69-.56-1.25-1.25-1.25M9.8 5.38a5.25 5.25 0 0 1 7.26.158l5.406 5.406a5.25 5.25 0 0 1 1.538 3.712v3.785c0 .514.226 1.002.618 1.335l15.437 13.091l.036.036a6.5 6.5 0 0 1-9.192 9.193l-.037-.036l-13.095-15.442A1.75 1.75 0 0 0 16.436 26h-3.275a5.25 5.25 0 0 1-3.713-1.538l-5.91-5.91a5.25 5.25 0 0 1 .164-7.583zm.334 8.986a1.25 1.25 0 0 0-1.768 1.768l4 4a1.25 1.25 0 0 0 1.768-1.768zm2.232-4a1.25 1.25 0 0 0 0 1.768l4 4a1.25 1.25 0 0 0 1.768-1.768l-4-4a1.25 1.25 0 0 0-1.768 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentSpatulaSpoon48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m22.188 34.919l-5.868-6.92h-1.446l-7.22 6.571l-.043.04a5.5 5.5 0 1 0 7.819 7.736zm10.525-10.904l-6.71-5.69V17.19q.033-.171.05-.356c.16-1.885.774-3.89 1.59-5.667c.814-1.772 1.872-3.411 2.992-4.531a9 9 0 1 1 12.728 12.728c-1.12 1.12-2.759 2.178-4.53 2.991c-1.778.817-3.782 1.43-5.667 1.592q-.238.021-.453.068M31.25 13c-.69 0-1.25.56-1.25 1.25A5.75 5.75 0 0 0 35.75 20a1.25 1.25 0 1 0 0-2.5a3.25 3.25 0 0 1-3.25-3.25c0-.69-.56-1.25-1.25-1.25M9.8 5.38a5.25 5.25 0 0 1 7.26.158l5.406 5.406a5.25 5.25 0 0 1 1.538 3.712v3.785c0 .514.226 1.002.618 1.335l15.437 13.091l.036.036a6.5 6.5 0 0 1-9.192 9.193l-.037-.036l-13.095-15.442A1.75 1.75 0 0 0 16.436 26h-3.275a5.25 5.25 0 0 1-3.713-1.538l-5.91-5.91a5.25 5.25 0 0 1 .164-7.583zm.334 8.986a1.25 1.25 0 0 0-1.768 1.768l4 4a1.25 1.25 0 0 0 1.768-1.768zm2.232-4a1.25 1.25 0 0 0 0 1.768l4 4a1.25 1.25 0 0 0 1.768-1.768l-4-4a1.25 1.25 0 0 0-1.768 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m22.188 34.919l-5.868-6.92h-1.446l-7.22 6.571l-.043.04a5.5 5.5 0 1 0 7.819 7.736zm10.525-10.904l-6.71-5.69V17.19q.033-.171.05-.356c.16-1.885.774-3.89 1.59-5.667c.814-1.772 1.872-3.411 2.992-4.531a9 9 0 1 1 12.728 12.728c-1.12 1.12-2.759 2.178-4.53 2.991c-1.778.817-3.782 1.43-5.667 1.592q-.238.021-.453.068M31.25 13c-.69 0-1.25.56-1.25 1.25A5.75 5.75 0 0 0 35.75 20a1.25 1.25 0 1 0 0-2.5a3.25 3.25 0 0 1-3.25-3.25c0-.69-.56-1.25-1.25-1.25M9.8 5.38a5.25 5.25 0 0 1 7.26.158l5.406 5.406a5.25 5.25 0 0 1 1.538 3.712v3.785c0 .514.226 1.002.618 1.335l15.437 13.091l.036.036a6.5 6.5 0 0 1-9.192 9.193l-.037-.036l-13.095-15.442A1.75 1.75 0 0 0 16.436 26h-3.275a5.25 5.25 0 0 1-3.713-1.538l-5.91-5.91a5.25 5.25 0 0 1 .164-7.583zm.334 8.986a1.25 1.25 0 0 0-1.768 1.768l4 4a1.25 1.25 0 0 0 1.768-1.768zm2.232-4a1.25 1.25 0 0 0 0 1.768l4 4a1.25 1.25 0 0 0 1.768-1.768l-4-4a1.25 1.25 0 0 0-1.768 0"/></svg> </template>
CSS
.icon-spatula-spoon-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22.188%2034.919l-5.868-6.92h-1.446l-7.22%206.571l-.043.04a5.5%205.5%200%201%200%207.819%207.736zm10.525-10.904l-6.71-5.69V17.19q.033-.171.05-.356c.16-1.885.774-3.89%201.59-5.667c.814-1.772%201.872-3.411%202.992-4.531a9%209%200%201%201%2012.728%2012.728c-1.12%201.12-2.759%202.178-4.53%202.991c-1.778.817-3.782%201.43-5.667%201.592q-.238.021-.453.068M31.25%2013c-.69%200-1.25.56-1.25%201.25A5.75%205.75%200%200%200%2035.75%2020a1.25%201.25%200%201%200%200-2.5a3.25%203.25%200%200%201-3.25-3.25c0-.69-.56-1.25-1.25-1.25M9.8%205.38a5.25%205.25%200%200%201%207.26.158l5.406%205.406a5.25%205.25%200%200%201%201.538%203.712v3.785c0%20.514.226%201.002.618%201.335l15.437%2013.091l.036.036a6.5%206.5%200%200%201-9.192%209.193l-.037-.036l-13.095-15.442A1.75%201.75%200%200%200%2016.436%2026h-3.275a5.25%205.25%200%200%201-3.713-1.538l-5.91-5.91a5.25%205.25%200%200%201%20.164-7.583zm.334%208.986a1.25%201.25%200%200%200-1.768%201.768l4%204a1.25%201.25%200%200%200%201.768-1.768zm2.232-4a1.25%201.25%200%200%200%200%201.768l4%204a1.25%201.25%200%200%200%201.768-1.768l-4-4a1.25%201.25%200%200%200-1.768%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22.188%2034.919l-5.868-6.92h-1.446l-7.22%206.571l-.043.04a5.5%205.5%200%201%200%207.819%207.736zm10.525-10.904l-6.71-5.69V17.19q.033-.171.05-.356c.16-1.885.774-3.89%201.59-5.667c.814-1.772%201.872-3.411%202.992-4.531a9%209%200%201%201%2012.728%2012.728c-1.12%201.12-2.759%202.178-4.53%202.991c-1.778.817-3.782%201.43-5.667%201.592q-.238.021-.453.068M31.25%2013c-.69%200-1.25.56-1.25%201.25A5.75%205.75%200%200%200%2035.75%2020a1.25%201.25%200%201%200%200-2.5a3.25%203.25%200%200%201-3.25-3.25c0-.69-.56-1.25-1.25-1.25M9.8%205.38a5.25%205.25%200%200%201%207.26.158l5.406%205.406a5.25%205.25%200%200%201%201.538%203.712v3.785c0%20.514.226%201.002.618%201.335l15.437%2013.091l.036.036a6.5%206.5%200%200%201-9.192%209.193l-.037-.036l-13.095-15.442A1.75%201.75%200%200%200%2016.436%2026h-3.275a5.25%205.25%200%200%201-3.713-1.538l-5.91-5.91a5.25%205.25%200%200%201%20.164-7.583zm.334%208.986a1.25%201.25%200%200%200-1.768%201.768l4%204a1.25%201.25%200%200%200%201.768-1.768zm2.232-4a1.25%201.25%200%200%200%200%201.768l4%204a1.25%201.25%200%200%200%201.768-1.768l-4-4a1.25%201.25%200%200%200-1.768%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-48-filled.svg?color=%231a73e8&size=48