spatula spoon icon
spatula-spoon-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- spatula-spoon-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- 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.172 4.586a2 2 0 0 0-2.829 0L3.586 8.343a2 2 0 0 0 0 2.829l3.242 3.242a2 2 0 0 0 1.414.585H12c.462 0 1.009.164 1.4.617l10.21 11.82a2 2 0 0 0 2.828-2.827l-11.821-10.21c-.453-.391-.617-.938-.617-1.4V9.243a2 2 0 0 0-.585-1.414zM5.929 3.172a4 4 0 0 1 5.657 0l3.242 3.242A4 4 0 0 1 16 9.242v3.71l.099.085l1.15-1.046c.237-.216.4-.604.425-1.131c.06-1.302.47-2.705 1.023-3.94c.55-1.231 1.284-2.385 2.061-3.163a6 6 0 0 1 8.485 8.486c-.777.777-1.931 1.51-3.163 2.061c-1.235.553-2.638.962-3.94 1.023c-.528.024-.915.188-1.131.425l-.778.854l7.571 6.54l.026.025a4 4 0 0 1-5.657 5.657l-.026-.026l-6.336-7.336l-6.802 7.475l-.032.034a3.5 3.5 0 1 1-4.916-4.982L11.744 17H8.242a4 4 0 0 1-2.828-1.172l-3.242-3.242a4 4 0 0 1 0-5.657zm12.788 12.127l.812-.893c.701-.77 1.685-1.038 2.518-1.077c.981-.046 2.134-.366 3.216-.85c1.086-.486 2.012-1.096 2.566-1.65a4 4 0 1 0-5.657-5.657c-.554.554-1.164 1.48-1.65 2.565c-.484 1.082-.804 2.235-.85 3.216c-.04.833-.307 1.816-1.077 2.517l-.972.884zm-5.549 3.109l-7.743 7.046a1.5 1.5 0 0 0 2.121 2.121l6.946-7.634zM9.708 6.293a1 1 0 0 0-1.415 1.414l2.25 2.25a1 1 0 0 0 1.414-1.414zm-4.415 3a1 1 0 0 1 1.414 0l2.25 2.25a1 1 0 1 1-1.414 1.414l-2.25-2.25a1 1 0 0 1 0-1.414M23 9a1 1 0 1 0-2 0a3 3 0 0 0 3 3a1 1 0 1 0 0-2a1 1 0 0 1-1-1"/></svg>
React
import type { SVGProps } from "react";
export function FluentSpatulaSpoon32Regular(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.172 4.586a2 2 0 0 0-2.829 0L3.586 8.343a2 2 0 0 0 0 2.829l3.242 3.242a2 2 0 0 0 1.414.585H12c.462 0 1.009.164 1.4.617l10.21 11.82a2 2 0 0 0 2.828-2.827l-11.821-10.21c-.453-.391-.617-.938-.617-1.4V9.243a2 2 0 0 0-.585-1.414zM5.929 3.172a4 4 0 0 1 5.657 0l3.242 3.242A4 4 0 0 1 16 9.242v3.71l.099.085l1.15-1.046c.237-.216.4-.604.425-1.131c.06-1.302.47-2.705 1.023-3.94c.55-1.231 1.284-2.385 2.061-3.163a6 6 0 0 1 8.485 8.486c-.777.777-1.931 1.51-3.163 2.061c-1.235.553-2.638.962-3.94 1.023c-.528.024-.915.188-1.131.425l-.778.854l7.571 6.54l.026.025a4 4 0 0 1-5.657 5.657l-.026-.026l-6.336-7.336l-6.802 7.475l-.032.034a3.5 3.5 0 1 1-4.916-4.982L11.744 17H8.242a4 4 0 0 1-2.828-1.172l-3.242-3.242a4 4 0 0 1 0-5.657zm12.788 12.127l.812-.893c.701-.77 1.685-1.038 2.518-1.077c.981-.046 2.134-.366 3.216-.85c1.086-.486 2.012-1.096 2.566-1.65a4 4 0 1 0-5.657-5.657c-.554.554-1.164 1.48-1.65 2.565c-.484 1.082-.804 2.235-.85 3.216c-.04.833-.307 1.816-1.077 2.517l-.972.884zm-5.549 3.109l-7.743 7.046a1.5 1.5 0 0 0 2.121 2.121l6.946-7.634zM9.708 6.293a1 1 0 0 0-1.415 1.414l2.25 2.25a1 1 0 0 0 1.414-1.414zm-4.415 3a1 1 0 0 1 1.414 0l2.25 2.25a1 1 0 1 1-1.414 1.414l-2.25-2.25a1 1 0 0 1 0-1.414M23 9a1 1 0 1 0-2 0a3 3 0 0 0 3 3a1 1 0 1 0 0-2a1 1 0 0 1-1-1"/></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.172 4.586a2 2 0 0 0-2.829 0L3.586 8.343a2 2 0 0 0 0 2.829l3.242 3.242a2 2 0 0 0 1.414.585H12c.462 0 1.009.164 1.4.617l10.21 11.82a2 2 0 0 0 2.828-2.827l-11.821-10.21c-.453-.391-.617-.938-.617-1.4V9.243a2 2 0 0 0-.585-1.414zM5.929 3.172a4 4 0 0 1 5.657 0l3.242 3.242A4 4 0 0 1 16 9.242v3.71l.099.085l1.15-1.046c.237-.216.4-.604.425-1.131c.06-1.302.47-2.705 1.023-3.94c.55-1.231 1.284-2.385 2.061-3.163a6 6 0 0 1 8.485 8.486c-.777.777-1.931 1.51-3.163 2.061c-1.235.553-2.638.962-3.94 1.023c-.528.024-.915.188-1.131.425l-.778.854l7.571 6.54l.026.025a4 4 0 0 1-5.657 5.657l-.026-.026l-6.336-7.336l-6.802 7.475l-.032.034a3.5 3.5 0 1 1-4.916-4.982L11.744 17H8.242a4 4 0 0 1-2.828-1.172l-3.242-3.242a4 4 0 0 1 0-5.657zm12.788 12.127l.812-.893c.701-.77 1.685-1.038 2.518-1.077c.981-.046 2.134-.366 3.216-.85c1.086-.486 2.012-1.096 2.566-1.65a4 4 0 1 0-5.657-5.657c-.554.554-1.164 1.48-1.65 2.565c-.484 1.082-.804 2.235-.85 3.216c-.04.833-.307 1.816-1.077 2.517l-.972.884zm-5.549 3.109l-7.743 7.046a1.5 1.5 0 0 0 2.121 2.121l6.946-7.634zM9.708 6.293a1 1 0 0 0-1.415 1.414l2.25 2.25a1 1 0 0 0 1.414-1.414zm-4.415 3a1 1 0 0 1 1.414 0l2.25 2.25a1 1 0 1 1-1.414 1.414l-2.25-2.25a1 1 0 0 1 0-1.414M23 9a1 1 0 1 0-2 0a3 3 0 0 0 3 3a1 1 0 1 0 0-2a1 1 0 0 1-1-1"/></svg> </template>
CSS
.icon-spatula-spoon-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.172%204.586a2%202%200%200%200-2.829%200L3.586%208.343a2%202%200%200%200%200%202.829l3.242%203.242a2%202%200%200%200%201.414.585H12c.462%200%201.009.164%201.4.617l10.21%2011.82a2%202%200%200%200%202.828-2.827l-11.821-10.21c-.453-.391-.617-.938-.617-1.4V9.243a2%202%200%200%200-.585-1.414zM5.929%203.172a4%204%200%200%201%205.657%200l3.242%203.242A4%204%200%200%201%2016%209.242v3.71l.099.085l1.15-1.046c.237-.216.4-.604.425-1.131c.06-1.302.47-2.705%201.023-3.94c.55-1.231%201.284-2.385%202.061-3.163a6%206%200%200%201%208.485%208.486c-.777.777-1.931%201.51-3.163%202.061c-1.235.553-2.638.962-3.94%201.023c-.528.024-.915.188-1.131.425l-.778.854l7.571%206.54l.026.025a4%204%200%200%201-5.657%205.657l-.026-.026l-6.336-7.336l-6.802%207.475l-.032.034a3.5%203.5%200%201%201-4.916-4.982L11.744%2017H8.242a4%204%200%200%201-2.828-1.172l-3.242-3.242a4%204%200%200%201%200-5.657zm12.788%2012.127l.812-.893c.701-.77%201.685-1.038%202.518-1.077c.981-.046%202.134-.366%203.216-.85c1.086-.486%202.012-1.096%202.566-1.65a4%204%200%201%200-5.657-5.657c-.554.554-1.164%201.48-1.65%202.565c-.484%201.082-.804%202.235-.85%203.216c-.04.833-.307%201.816-1.077%202.517l-.972.884zm-5.549%203.109l-7.743%207.046a1.5%201.5%200%200%200%202.121%202.121l6.946-7.634zM9.708%206.293a1%201%200%200%200-1.415%201.414l2.25%202.25a1%201%200%200%200%201.414-1.414zm-4.415%203a1%201%200%200%201%201.414%200l2.25%202.25a1%201%200%201%201-1.414%201.414l-2.25-2.25a1%201%200%200%201%200-1.414M23%209a1%201%200%201%200-2%200a3%203%200%200%200%203%203a1%201%200%201%200%200-2a1%201%200%200%201-1-1%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.172%204.586a2%202%200%200%200-2.829%200L3.586%208.343a2%202%200%200%200%200%202.829l3.242%203.242a2%202%200%200%200%201.414.585H12c.462%200%201.009.164%201.4.617l10.21%2011.82a2%202%200%200%200%202.828-2.827l-11.821-10.21c-.453-.391-.617-.938-.617-1.4V9.243a2%202%200%200%200-.585-1.414zM5.929%203.172a4%204%200%200%201%205.657%200l3.242%203.242A4%204%200%200%201%2016%209.242v3.71l.099.085l1.15-1.046c.237-.216.4-.604.425-1.131c.06-1.302.47-2.705%201.023-3.94c.55-1.231%201.284-2.385%202.061-3.163a6%206%200%200%201%208.485%208.486c-.777.777-1.931%201.51-3.163%202.061c-1.235.553-2.638.962-3.94%201.023c-.528.024-.915.188-1.131.425l-.778.854l7.571%206.54l.026.025a4%204%200%200%201-5.657%205.657l-.026-.026l-6.336-7.336l-6.802%207.475l-.032.034a3.5%203.5%200%201%201-4.916-4.982L11.744%2017H8.242a4%204%200%200%201-2.828-1.172l-3.242-3.242a4%204%200%200%201%200-5.657zm12.788%2012.127l.812-.893c.701-.77%201.685-1.038%202.518-1.077c.981-.046%202.134-.366%203.216-.85c1.086-.486%202.012-1.096%202.566-1.65a4%204%200%201%200-5.657-5.657c-.554.554-1.164%201.48-1.65%202.565c-.484%201.082-.804%202.235-.85%203.216c-.04.833-.307%201.816-1.077%202.517l-.972.884zm-5.549%203.109l-7.743%207.046a1.5%201.5%200%200%200%202.121%202.121l6.946-7.634zM9.708%206.293a1%201%200%200%200-1.415%201.414l2.25%202.25a1%201%200%200%200%201.414-1.414zm-4.415%203a1%201%200%200%201%201.414%200l2.25%202.25a1%201%200%201%201-1.414%201.414l-2.25-2.25a1%201%200%200%201%200-1.414M23%209a1%201%200%201%200-2%200a3%203%200%200%200%203%203a1%201%200%201%200%200-2a1%201%200%200%201-1-1%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-regular.svg?color=%231a73e8&size=48