spatula spoon icon
spatula-spoon-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- spatula-spoon-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="m13.114 19.6l-2.273-2.66a1.25 1.25 0 0 0-.95-.438H8.72l-4.815 4.35l-.027.027a3 3 0 1 0 4.268 4.215zm5.187-5.739l-2.362-2.018a1.25 1.25 0 0 1-.438-.95v-.739q.117-.294.158-.667c.122-1.112.526-2.311 1.03-3.366c.504-1.051 1.14-2.023 1.774-2.657a5 5 0 1 1 7.071 7.072c-.633.633-1.604 1.269-2.655 1.772c-1.054.505-2.253.909-3.364 1.031c-.531.06-.956.237-1.214.522M18.75 7.5a.75.75 0 0 0-.75.75A2.75 2.75 0 0 0 20.75 11a.75.75 0 0 0 0-1.5c-.69 0-1.25-.56-1.25-1.25a.75.75 0 0 0-.75-.75M6.086 2.805a2.75 2.75 0 0 1 3.889 0l3.72 3.721a2.75 2.75 0 0 1 .806 1.945v2.421c0 .658.288 1.284.788 1.711l8.663 7.401l.02.02a3.5 3.5 0 1 1-4.95 4.95l-.02-.02l-7.4-8.664a2.25 2.25 0 0 0-1.712-.788H7.475a2.75 2.75 0 0 1-1.944-.805l-3.725-3.721a2.75 2.75 0 0 1 0-3.89zM8.53 5.47a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 1 0 1.06-1.06zm-4.06 3a.75.75 0 0 0 0 1.06l3 3a.75.75 0 0 0 1.06-1.06l-3-3a.75.75 0 0 0-1.06 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentSpatulaSpoon28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="m13.114 19.6l-2.273-2.66a1.25 1.25 0 0 0-.95-.438H8.72l-4.815 4.35l-.027.027a3 3 0 1 0 4.268 4.215zm5.187-5.739l-2.362-2.018a1.25 1.25 0 0 1-.438-.95v-.739q.117-.294.158-.667c.122-1.112.526-2.311 1.03-3.366c.504-1.051 1.14-2.023 1.774-2.657a5 5 0 1 1 7.071 7.072c-.633.633-1.604 1.269-2.655 1.772c-1.054.505-2.253.909-3.364 1.031c-.531.06-.956.237-1.214.522M18.75 7.5a.75.75 0 0 0-.75.75A2.75 2.75 0 0 0 20.75 11a.75.75 0 0 0 0-1.5c-.69 0-1.25-.56-1.25-1.25a.75.75 0 0 0-.75-.75M6.086 2.805a2.75 2.75 0 0 1 3.889 0l3.72 3.721a2.75 2.75 0 0 1 .806 1.945v2.421c0 .658.288 1.284.788 1.711l8.663 7.401l.02.02a3.5 3.5 0 1 1-4.95 4.95l-.02-.02l-7.4-8.664a2.25 2.25 0 0 0-1.712-.788H7.475a2.75 2.75 0 0 1-1.944-.805l-3.725-3.721a2.75 2.75 0 0 1 0-3.89zM8.53 5.47a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 1 0 1.06-1.06zm-4.06 3a.75.75 0 0 0 0 1.06l3 3a.75.75 0 0 0 1.06-1.06l-3-3a.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 28 28"><path fill="currentColor" d="m13.114 19.6l-2.273-2.66a1.25 1.25 0 0 0-.95-.438H8.72l-4.815 4.35l-.027.027a3 3 0 1 0 4.268 4.215zm5.187-5.739l-2.362-2.018a1.25 1.25 0 0 1-.438-.95v-.739q.117-.294.158-.667c.122-1.112.526-2.311 1.03-3.366c.504-1.051 1.14-2.023 1.774-2.657a5 5 0 1 1 7.071 7.072c-.633.633-1.604 1.269-2.655 1.772c-1.054.505-2.253.909-3.364 1.031c-.531.06-.956.237-1.214.522M18.75 7.5a.75.75 0 0 0-.75.75A2.75 2.75 0 0 0 20.75 11a.75.75 0 0 0 0-1.5c-.69 0-1.25-.56-1.25-1.25a.75.75 0 0 0-.75-.75M6.086 2.805a2.75 2.75 0 0 1 3.889 0l3.72 3.721a2.75 2.75 0 0 1 .806 1.945v2.421c0 .658.288 1.284.788 1.711l8.663 7.401l.02.02a3.5 3.5 0 1 1-4.95 4.95l-.02-.02l-7.4-8.664a2.25 2.25 0 0 0-1.712-.788H7.475a2.75 2.75 0 0 1-1.944-.805l-3.725-3.721a2.75 2.75 0 0 1 0-3.89zM8.53 5.47a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 1 0 1.06-1.06zm-4.06 3a.75.75 0 0 0 0 1.06l3 3a.75.75 0 0 0 1.06-1.06l-3-3a.75.75 0 0 0-1.06 0"/></svg> </template>
CSS
.icon-spatula-spoon-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.114%2019.6l-2.273-2.66a1.25%201.25%200%200%200-.95-.438H8.72l-4.815%204.35l-.027.027a3%203%200%201%200%204.268%204.215zm5.187-5.739l-2.362-2.018a1.25%201.25%200%200%201-.438-.95v-.739q.117-.294.158-.667c.122-1.112.526-2.311%201.03-3.366c.504-1.051%201.14-2.023%201.774-2.657a5%205%200%201%201%207.071%207.072c-.633.633-1.604%201.269-2.655%201.772c-1.054.505-2.253.909-3.364%201.031c-.531.06-.956.237-1.214.522M18.75%207.5a.75.75%200%200%200-.75.75A2.75%202.75%200%200%200%2020.75%2011a.75.75%200%200%200%200-1.5c-.69%200-1.25-.56-1.25-1.25a.75.75%200%200%200-.75-.75M6.086%202.805a2.75%202.75%200%200%201%203.889%200l3.72%203.721a2.75%202.75%200%200%201%20.806%201.945v2.421c0%20.658.288%201.284.788%201.711l8.663%207.401l.02.02a3.5%203.5%200%201%201-4.95%204.95l-.02-.02l-7.4-8.664a2.25%202.25%200%200%200-1.712-.788H7.475a2.75%202.75%200%200%201-1.944-.805l-3.725-3.721a2.75%202.75%200%200%201%200-3.89zM8.53%205.47a.75.75%200%200%200-1.06%201.06l3%203a.75.75%200%201%200%201.06-1.06zm-4.06%203a.75.75%200%200%200%200%201.06l3%203a.75.75%200%200%200%201.06-1.06l-3-3a.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.114%2019.6l-2.273-2.66a1.25%201.25%200%200%200-.95-.438H8.72l-4.815%204.35l-.027.027a3%203%200%201%200%204.268%204.215zm5.187-5.739l-2.362-2.018a1.25%201.25%200%200%201-.438-.95v-.739q.117-.294.158-.667c.122-1.112.526-2.311%201.03-3.366c.504-1.051%201.14-2.023%201.774-2.657a5%205%200%201%201%207.071%207.072c-.633.633-1.604%201.269-2.655%201.772c-1.054.505-2.253.909-3.364%201.031c-.531.06-.956.237-1.214.522M18.75%207.5a.75.75%200%200%200-.75.75A2.75%202.75%200%200%200%2020.75%2011a.75.75%200%200%200%200-1.5c-.69%200-1.25-.56-1.25-1.25a.75.75%200%200%200-.75-.75M6.086%202.805a2.75%202.75%200%200%201%203.889%200l3.72%203.721a2.75%202.75%200%200%201%20.806%201.945v2.421c0%20.658.288%201.284.788%201.711l8.663%207.401l.02.02a3.5%203.5%200%201%201-4.95%204.95l-.02-.02l-7.4-8.664a2.25%202.25%200%200%200-1.712-.788H7.475a2.75%202.75%200%200%201-1.944-.805l-3.725-3.721a2.75%202.75%200%200%201%200-3.89zM8.53%205.47a.75.75%200%200%200-1.06%201.06l3%203a.75.75%200%201%200%201.06-1.06zm-4.06%203a.75.75%200%200%200%200%201.06l3%203a.75.75%200%200%200%201.06-1.06l-3-3a.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-28-filled.svg?color=%231a73e8&size=48