spatula spoon icon
spatula-spoon-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- spatula-spoon-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- 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="M15.292 7.305a2.75 2.75 0 0 0-3.803-.082l-6.097 5.589a2.75 2.75 0 0 0-.087 3.972l5.91 5.91a2.75 2.75 0 0 0 1.946.806h3.275a4.25 4.25 0 0 1 3.242 1.5l13.026 15.362a4 4 0 0 0 5.657-5.657L23.005 21.683a4.25 4.25 0 0 1-1.501-3.242v-3.785a2.75 2.75 0 0 0-.806-1.944zM9.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 .353.106.693.299.979l1.057-.963c.382-.347.631-.914.692-1.623c.162-1.885.775-3.89 1.592-5.667c.813-1.772 1.871-3.411 2.991-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.592c-.708.06-1.276.31-1.623.692l-.517.568l9.033 7.66l.036.036a6.5 6.5 0 0 1-9.192 9.193l-.037-.036l-7.32-8.633l-8.116 8.92l-.04.042a5.5 5.5 0 1 1-7.736-7.819l9.324-8.484a1.8 1.8 0 0 0-.542-.086h-3.275a5.25 5.25 0 0 1-3.713-1.538l-5.91-5.91a5.25 5.25 0 0 1 .164-7.583zm19.318 18.209l.576-.633c.893-.982 2.13-1.403 3.258-1.5c1.529-.131 3.25-.644 4.837-1.372c1.592-.732 2.956-1.638 3.806-2.488a6.5 6.5 0 0 0-9.192-9.192c-.85.85-1.756 2.214-2.487 3.807c-.73 1.587-1.242 3.308-1.373 4.837c-.097 1.128-.518 2.365-1.5 3.258l-.866.789zm-10.33 4.229l-9.428 8.58a3 3 0 0 0 4.242 4.242l8.313-9.135zM33.5 13.75a1.25 1.25 0 1 0-2.5 0c0 2.9 2.35 5.25 5.25 5.25a1.25 1.25 0 1 0 0-2.5a2.75 2.75 0 0 1-2.75-2.75m-25.134.616a1.25 1.25 0 0 1 1.768 0l4 4a1.25 1.25 0 0 1-1.768 1.768l-4-4a1.25 1.25 0 0 1 0-1.768m5.768-4a1.25 1.25 0 0 0-1.768 1.768l4 4a1.25 1.25 0 0 0 1.768-1.768zm16.501-3.73l.884.884z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSpatulaSpoon48Regular(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="M15.292 7.305a2.75 2.75 0 0 0-3.803-.082l-6.097 5.589a2.75 2.75 0 0 0-.087 3.972l5.91 5.91a2.75 2.75 0 0 0 1.946.806h3.275a4.25 4.25 0 0 1 3.242 1.5l13.026 15.362a4 4 0 0 0 5.657-5.657L23.005 21.683a4.25 4.25 0 0 1-1.501-3.242v-3.785a2.75 2.75 0 0 0-.806-1.944zM9.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 .353.106.693.299.979l1.057-.963c.382-.347.631-.914.692-1.623c.162-1.885.775-3.89 1.592-5.667c.813-1.772 1.871-3.411 2.991-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.592c-.708.06-1.276.31-1.623.692l-.517.568l9.033 7.66l.036.036a6.5 6.5 0 0 1-9.192 9.193l-.037-.036l-7.32-8.633l-8.116 8.92l-.04.042a5.5 5.5 0 1 1-7.736-7.819l9.324-8.484a1.8 1.8 0 0 0-.542-.086h-3.275a5.25 5.25 0 0 1-3.713-1.538l-5.91-5.91a5.25 5.25 0 0 1 .164-7.583zm19.318 18.209l.576-.633c.893-.982 2.13-1.403 3.258-1.5c1.529-.131 3.25-.644 4.837-1.372c1.592-.732 2.956-1.638 3.806-2.488a6.5 6.5 0 0 0-9.192-9.192c-.85.85-1.756 2.214-2.487 3.807c-.73 1.587-1.242 3.308-1.373 4.837c-.097 1.128-.518 2.365-1.5 3.258l-.866.789zm-10.33 4.229l-9.428 8.58a3 3 0 0 0 4.242 4.242l8.313-9.135zM33.5 13.75a1.25 1.25 0 1 0-2.5 0c0 2.9 2.35 5.25 5.25 5.25a1.25 1.25 0 1 0 0-2.5a2.75 2.75 0 0 1-2.75-2.75m-25.134.616a1.25 1.25 0 0 1 1.768 0l4 4a1.25 1.25 0 0 1-1.768 1.768l-4-4a1.25 1.25 0 0 1 0-1.768m5.768-4a1.25 1.25 0 0 0-1.768 1.768l4 4a1.25 1.25 0 0 0 1.768-1.768zm16.501-3.73l.884.884z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M15.292 7.305a2.75 2.75 0 0 0-3.803-.082l-6.097 5.589a2.75 2.75 0 0 0-.087 3.972l5.91 5.91a2.75 2.75 0 0 0 1.946.806h3.275a4.25 4.25 0 0 1 3.242 1.5l13.026 15.362a4 4 0 0 0 5.657-5.657L23.005 21.683a4.25 4.25 0 0 1-1.501-3.242v-3.785a2.75 2.75 0 0 0-.806-1.944zM9.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 .353.106.693.299.979l1.057-.963c.382-.347.631-.914.692-1.623c.162-1.885.775-3.89 1.592-5.667c.813-1.772 1.871-3.411 2.991-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.592c-.708.06-1.276.31-1.623.692l-.517.568l9.033 7.66l.036.036a6.5 6.5 0 0 1-9.192 9.193l-.037-.036l-7.32-8.633l-8.116 8.92l-.04.042a5.5 5.5 0 1 1-7.736-7.819l9.324-8.484a1.8 1.8 0 0 0-.542-.086h-3.275a5.25 5.25 0 0 1-3.713-1.538l-5.91-5.91a5.25 5.25 0 0 1 .164-7.583zm19.318 18.209l.576-.633c.893-.982 2.13-1.403 3.258-1.5c1.529-.131 3.25-.644 4.837-1.372c1.592-.732 2.956-1.638 3.806-2.488a6.5 6.5 0 0 0-9.192-9.192c-.85.85-1.756 2.214-2.487 3.807c-.73 1.587-1.242 3.308-1.373 4.837c-.097 1.128-.518 2.365-1.5 3.258l-.866.789zm-10.33 4.229l-9.428 8.58a3 3 0 0 0 4.242 4.242l8.313-9.135zM33.5 13.75a1.25 1.25 0 1 0-2.5 0c0 2.9 2.35 5.25 5.25 5.25a1.25 1.25 0 1 0 0-2.5a2.75 2.75 0 0 1-2.75-2.75m-25.134.616a1.25 1.25 0 0 1 1.768 0l4 4a1.25 1.25 0 0 1-1.768 1.768l-4-4a1.25 1.25 0 0 1 0-1.768m5.768-4a1.25 1.25 0 0 0-1.768 1.768l4 4a1.25 1.25 0 0 0 1.768-1.768zm16.501-3.73l.884.884z"/></svg> </template>
CSS
.icon-spatula-spoon-48-regular {
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%22M15.292%207.305a2.75%202.75%200%200%200-3.803-.082l-6.097%205.589a2.75%202.75%200%200%200-.087%203.972l5.91%205.91a2.75%202.75%200%200%200%201.946.806h3.275a4.25%204.25%200%200%201%203.242%201.5l13.026%2015.362a4%204%200%200%200%205.657-5.657L23.005%2021.683a4.25%204.25%200%200%201-1.501-3.242v-3.785a2.75%202.75%200%200%200-.806-1.944zM9.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.353.106.693.299.979l1.057-.963c.382-.347.631-.914.692-1.623c.162-1.885.775-3.89%201.592-5.667c.813-1.772%201.871-3.411%202.991-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.592c-.708.06-1.276.31-1.623.692l-.517.568l9.033%207.66l.036.036a6.5%206.5%200%200%201-9.192%209.193l-.037-.036l-7.32-8.633l-8.116%208.92l-.04.042a5.5%205.5%200%201%201-7.736-7.819l9.324-8.484a1.8%201.8%200%200%200-.542-.086h-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.583zm19.318%2018.209l.576-.633c.893-.982%202.13-1.403%203.258-1.5c1.529-.131%203.25-.644%204.837-1.372c1.592-.732%202.956-1.638%203.806-2.488a6.5%206.5%200%200%200-9.192-9.192c-.85.85-1.756%202.214-2.487%203.807c-.73%201.587-1.242%203.308-1.373%204.837c-.097%201.128-.518%202.365-1.5%203.258l-.866.789zm-10.33%204.229l-9.428%208.58a3%203%200%200%200%204.242%204.242l8.313-9.135zM33.5%2013.75a1.25%201.25%200%201%200-2.5%200c0%202.9%202.35%205.25%205.25%205.25a1.25%201.25%200%201%200%200-2.5a2.75%202.75%200%200%201-2.75-2.75m-25.134.616a1.25%201.25%200%200%201%201.768%200l4%204a1.25%201.25%200%200%201-1.768%201.768l-4-4a1.25%201.25%200%200%201%200-1.768m5.768-4a1.25%201.25%200%200%200-1.768%201.768l4%204a1.25%201.25%200%200%200%201.768-1.768zm16.501-3.73l.884.884z%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%22M15.292%207.305a2.75%202.75%200%200%200-3.803-.082l-6.097%205.589a2.75%202.75%200%200%200-.087%203.972l5.91%205.91a2.75%202.75%200%200%200%201.946.806h3.275a4.25%204.25%200%200%201%203.242%201.5l13.026%2015.362a4%204%200%200%200%205.657-5.657L23.005%2021.683a4.25%204.25%200%200%201-1.501-3.242v-3.785a2.75%202.75%200%200%200-.806-1.944zM9.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.353.106.693.299.979l1.057-.963c.382-.347.631-.914.692-1.623c.162-1.885.775-3.89%201.592-5.667c.813-1.772%201.871-3.411%202.991-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.592c-.708.06-1.276.31-1.623.692l-.517.568l9.033%207.66l.036.036a6.5%206.5%200%200%201-9.192%209.193l-.037-.036l-7.32-8.633l-8.116%208.92l-.04.042a5.5%205.5%200%201%201-7.736-7.819l9.324-8.484a1.8%201.8%200%200%200-.542-.086h-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.583zm19.318%2018.209l.576-.633c.893-.982%202.13-1.403%203.258-1.5c1.529-.131%203.25-.644%204.837-1.372c1.592-.732%202.956-1.638%203.806-2.488a6.5%206.5%200%200%200-9.192-9.192c-.85.85-1.756%202.214-2.487%203.807c-.73%201.587-1.242%203.308-1.373%204.837c-.097%201.128-.518%202.365-1.5%203.258l-.866.789zm-10.33%204.229l-9.428%208.58a3%203%200%200%200%204.242%204.242l8.313-9.135zM33.5%2013.75a1.25%201.25%200%201%200-2.5%200c0%202.9%202.35%205.25%205.25%205.25a1.25%201.25%200%201%200%200-2.5a2.75%202.75%200%200%201-2.75-2.75m-25.134.616a1.25%201.25%200%200%201%201.768%200l4%204a1.25%201.25%200%200%201-1.768%201.768l-4-4a1.25%201.25%200%200%201%200-1.768m5.768-4a1.25%201.25%200%200%200-1.768%201.768l4%204a1.25%201.25%200%200%200%201.768-1.768zm16.501-3.73l.884.884z%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-regular.svg?color=%231a73e8&size=48