spatula spoon icon
spatula-spoon-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- spatula-spoon-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="m10.096 18.5l-6.037 5.493l-.034.032a3.5 3.5 0 1 0 4.982 4.916l5.785-6.358l-3.527-4.083zm7.404-6.86v.625l3.788 3.273c.218-.119.505-.195.852-.211c1.302-.06 2.705-.47 3.94-1.023c1.232-.55 2.386-1.284 3.163-2.061a6 6 0 0 0-8.485-8.486c-.777.778-1.51 1.932-2.061 3.163c-.553 1.235-.962 2.638-1.023 3.94a2.1 2.1 0 0 1-.174.78m4-3.64a1 1 0 0 1 1 1a1.5 1.5 0 0 0 1.5 1.5a1 1 0 1 1 0 2A3.5 3.5 0 0 1 20.5 9a1 1 0 0 1 1-1M5.929 3.172a4 4 0 0 1 5.657 0l3.242 3.242A4 4 0 0 1 16 9.242v3.71l11.802 10.193l.026.026a4 4 0 0 1-5.657 5.657l-.026-.026L11.952 17h-3.71a4 4 0 0 1-2.828-1.172l-3.242-3.242a4 4 0 0 1 0-5.657zm3.778 3.12a1 1 0 0 0-1.414 1.415l2.25 2.25a1 1 0 0 0 1.414-1.414zm-4.414 3a1 1 0 0 0 0 1.415l2.25 2.25a1 1 0 0 0 1.414-1.414l-2.25-2.25a1 1 0 0 0-1.414 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentSpatulaSpoon32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m10.096 18.5l-6.037 5.493l-.034.032a3.5 3.5 0 1 0 4.982 4.916l5.785-6.358l-3.527-4.083zm7.404-6.86v.625l3.788 3.273c.218-.119.505-.195.852-.211c1.302-.06 2.705-.47 3.94-1.023c1.232-.55 2.386-1.284 3.163-2.061a6 6 0 0 0-8.485-8.486c-.777.778-1.51 1.932-2.061 3.163c-.553 1.235-.962 2.638-1.023 3.94a2.1 2.1 0 0 1-.174.78m4-3.64a1 1 0 0 1 1 1a1.5 1.5 0 0 0 1.5 1.5a1 1 0 1 1 0 2A3.5 3.5 0 0 1 20.5 9a1 1 0 0 1 1-1M5.929 3.172a4 4 0 0 1 5.657 0l3.242 3.242A4 4 0 0 1 16 9.242v3.71l11.802 10.193l.026.026a4 4 0 0 1-5.657 5.657l-.026-.026L11.952 17h-3.71a4 4 0 0 1-2.828-1.172l-3.242-3.242a4 4 0 0 1 0-5.657zm3.778 3.12a1 1 0 0 0-1.414 1.415l2.25 2.25a1 1 0 0 0 1.414-1.414zm-4.414 3a1 1 0 0 0 0 1.415l2.25 2.25a1 1 0 0 0 1.414-1.414l-2.25-2.25a1 1 0 0 0-1.414 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m10.096 18.5l-6.037 5.493l-.034.032a3.5 3.5 0 1 0 4.982 4.916l5.785-6.358l-3.527-4.083zm7.404-6.86v.625l3.788 3.273c.218-.119.505-.195.852-.211c1.302-.06 2.705-.47 3.94-1.023c1.232-.55 2.386-1.284 3.163-2.061a6 6 0 0 0-8.485-8.486c-.777.778-1.51 1.932-2.061 3.163c-.553 1.235-.962 2.638-1.023 3.94a2.1 2.1 0 0 1-.174.78m4-3.64a1 1 0 0 1 1 1a1.5 1.5 0 0 0 1.5 1.5a1 1 0 1 1 0 2A3.5 3.5 0 0 1 20.5 9a1 1 0 0 1 1-1M5.929 3.172a4 4 0 0 1 5.657 0l3.242 3.242A4 4 0 0 1 16 9.242v3.71l11.802 10.193l.026.026a4 4 0 0 1-5.657 5.657l-.026-.026L11.952 17h-3.71a4 4 0 0 1-2.828-1.172l-3.242-3.242a4 4 0 0 1 0-5.657zm3.778 3.12a1 1 0 0 0-1.414 1.415l2.25 2.25a1 1 0 0 0 1.414-1.414zm-4.414 3a1 1 0 0 0 0 1.415l2.25 2.25a1 1 0 0 0 1.414-1.414l-2.25-2.25a1 1 0 0 0-1.414 0"/></svg> </template>
CSS
.icon-spatula-spoon-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.096%2018.5l-6.037%205.493l-.034.032a3.5%203.5%200%201%200%204.982%204.916l5.785-6.358l-3.527-4.083zm7.404-6.86v.625l3.788%203.273c.218-.119.505-.195.852-.211c1.302-.06%202.705-.47%203.94-1.023c1.232-.55%202.386-1.284%203.163-2.061a6%206%200%200%200-8.485-8.486c-.777.778-1.51%201.932-2.061%203.163c-.553%201.235-.962%202.638-1.023%203.94a2.1%202.1%200%200%201-.174.78m4-3.64a1%201%200%200%201%201%201a1.5%201.5%200%200%200%201.5%201.5a1%201%200%201%201%200%202A3.5%203.5%200%200%201%2020.5%209a1%201%200%200%201%201-1M5.929%203.172a4%204%200%200%201%205.657%200l3.242%203.242A4%204%200%200%201%2016%209.242v3.71l11.802%2010.193l.026.026a4%204%200%200%201-5.657%205.657l-.026-.026L11.952%2017h-3.71a4%204%200%200%201-2.828-1.172l-3.242-3.242a4%204%200%200%201%200-5.657zm3.778%203.12a1%201%200%200%200-1.414%201.415l2.25%202.25a1%201%200%200%200%201.414-1.414zm-4.414%203a1%201%200%200%200%200%201.415l2.25%202.25a1%201%200%200%200%201.414-1.414l-2.25-2.25a1%201%200%200%200-1.414%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.096%2018.5l-6.037%205.493l-.034.032a3.5%203.5%200%201%200%204.982%204.916l5.785-6.358l-3.527-4.083zm7.404-6.86v.625l3.788%203.273c.218-.119.505-.195.852-.211c1.302-.06%202.705-.47%203.94-1.023c1.232-.55%202.386-1.284%203.163-2.061a6%206%200%200%200-8.485-8.486c-.777.778-1.51%201.932-2.061%203.163c-.553%201.235-.962%202.638-1.023%203.94a2.1%202.1%200%200%201-.174.78m4-3.64a1%201%200%200%201%201%201a1.5%201.5%200%200%200%201.5%201.5a1%201%200%201%201%200%202A3.5%203.5%200%200%201%2020.5%209a1%201%200%200%201%201-1M5.929%203.172a4%204%200%200%201%205.657%200l3.242%203.242A4%204%200%200%201%2016%209.242v3.71l11.802%2010.193l.026.026a4%204%200%200%201-5.657%205.657l-.026-.026L11.952%2017h-3.71a4%204%200%200%201-2.828-1.172l-3.242-3.242a4%204%200%200%201%200-5.657zm3.778%203.12a1%201%200%200%200-1.414%201.415l2.25%202.25a1%201%200%200%200%201.414-1.414zm-4.414%203a1%201%200%200%200%200%201.415l2.25%202.25a1%201%200%200%200%201.414-1.414l-2.25-2.25a1%201%200%200%200-1.414%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-32-filled.svg?color=%231a73e8&size=48