spatula spoon icon
spatula-spoon-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- spatula-spoon-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="m6.395 12l-2.802 2.578l-.007.007a2 2 0 0 0 2.828 2.829l.008-.008l2.68-2.912L7.012 12zm6.947-2.025c.321-.198.733-.313 1.192-.376c1.276-.177 2.667-.85 3.441-1.624a3.5 3.5 0 1 0-4.95-4.95c-.774.774-1.446 2.164-1.623 3.44c-.067.48-.189.906-.402 1.232v.316zM13.5 5.5a.5.5 0 0 1 .5.5a1 1 0 0 0 1 1a.5.5 0 0 1 0 1a2 2 0 0 1-2-2a.5.5 0 0 1 .5-.5M3.964 2.586a2 2 0 0 1 2.829 0l2.621 2.62A2 2 0 0 1 10 6.622v1.625a.5.5 0 0 0 .179.384l6.073 5.086l.015.016a2.5 2.5 0 1 1-3.535 3.535l-.016-.015L7.63 11.18a.5.5 0 0 0-.384-.18H5.621a2 2 0 0 1-1.414-.585L1.586 7.793a2 2 0 0 1 0-2.829zm-.568 3.56a.5.5 0 0 0 0 .708l2 2a.5.5 0 1 0 .708-.708l-2-2a.5.5 0 0 0-.708 0m2.458-1.75a.5.5 0 1 0-.708.708l2 2a.5.5 0 1 0 .708-.708z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSpatulaSpoon20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m6.395 12l-2.802 2.578l-.007.007a2 2 0 0 0 2.828 2.829l.008-.008l2.68-2.912L7.012 12zm6.947-2.025c.321-.198.733-.313 1.192-.376c1.276-.177 2.667-.85 3.441-1.624a3.5 3.5 0 1 0-4.95-4.95c-.774.774-1.446 2.164-1.623 3.44c-.067.48-.189.906-.402 1.232v.316zM13.5 5.5a.5.5 0 0 1 .5.5a1 1 0 0 0 1 1a.5.5 0 0 1 0 1a2 2 0 0 1-2-2a.5.5 0 0 1 .5-.5M3.964 2.586a2 2 0 0 1 2.829 0l2.621 2.62A2 2 0 0 1 10 6.622v1.625a.5.5 0 0 0 .179.384l6.073 5.086l.015.016a2.5 2.5 0 1 1-3.535 3.535l-.016-.015L7.63 11.18a.5.5 0 0 0-.384-.18H5.621a2 2 0 0 1-1.414-.585L1.586 7.793a2 2 0 0 1 0-2.829zm-.568 3.56a.5.5 0 0 0 0 .708l2 2a.5.5 0 1 0 .708-.708l-2-2a.5.5 0 0 0-.708 0m2.458-1.75a.5.5 0 1 0-.708.708l2 2a.5.5 0 1 0 .708-.708z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m6.395 12l-2.802 2.578l-.007.007a2 2 0 0 0 2.828 2.829l.008-.008l2.68-2.912L7.012 12zm6.947-2.025c.321-.198.733-.313 1.192-.376c1.276-.177 2.667-.85 3.441-1.624a3.5 3.5 0 1 0-4.95-4.95c-.774.774-1.446 2.164-1.623 3.44c-.067.48-.189.906-.402 1.232v.316zM13.5 5.5a.5.5 0 0 1 .5.5a1 1 0 0 0 1 1a.5.5 0 0 1 0 1a2 2 0 0 1-2-2a.5.5 0 0 1 .5-.5M3.964 2.586a2 2 0 0 1 2.829 0l2.621 2.62A2 2 0 0 1 10 6.622v1.625a.5.5 0 0 0 .179.384l6.073 5.086l.015.016a2.5 2.5 0 1 1-3.535 3.535l-.016-.015L7.63 11.18a.5.5 0 0 0-.384-.18H5.621a2 2 0 0 1-1.414-.585L1.586 7.793a2 2 0 0 1 0-2.829zm-.568 3.56a.5.5 0 0 0 0 .708l2 2a.5.5 0 1 0 .708-.708l-2-2a.5.5 0 0 0-.708 0m2.458-1.75a.5.5 0 1 0-.708.708l2 2a.5.5 0 1 0 .708-.708z"/></svg> </template>
CSS
.icon-spatula-spoon-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6.395%2012l-2.802%202.578l-.007.007a2%202%200%200%200%202.828%202.829l.008-.008l2.68-2.912L7.012%2012zm6.947-2.025c.321-.198.733-.313%201.192-.376c1.276-.177%202.667-.85%203.441-1.624a3.5%203.5%200%201%200-4.95-4.95c-.774.774-1.446%202.164-1.623%203.44c-.067.48-.189.906-.402%201.232v.316zM13.5%205.5a.5.5%200%200%201%20.5.5a1%201%200%200%200%201%201a.5.5%200%200%201%200%201a2%202%200%200%201-2-2a.5.5%200%200%201%20.5-.5M3.964%202.586a2%202%200%200%201%202.829%200l2.621%202.62A2%202%200%200%201%2010%206.622v1.625a.5.5%200%200%200%20.179.384l6.073%205.086l.015.016a2.5%202.5%200%201%201-3.535%203.535l-.016-.015L7.63%2011.18a.5.5%200%200%200-.384-.18H5.621a2%202%200%200%201-1.414-.585L1.586%207.793a2%202%200%200%201%200-2.829zm-.568%203.56a.5.5%200%200%200%200%20.708l2%202a.5.5%200%201%200%20.708-.708l-2-2a.5.5%200%200%200-.708%200m2.458-1.75a.5.5%200%201%200-.708.708l2%202a.5.5%200%201%200%20.708-.708z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6.395%2012l-2.802%202.578l-.007.007a2%202%200%200%200%202.828%202.829l.008-.008l2.68-2.912L7.012%2012zm6.947-2.025c.321-.198.733-.313%201.192-.376c1.276-.177%202.667-.85%203.441-1.624a3.5%203.5%200%201%200-4.95-4.95c-.774.774-1.446%202.164-1.623%203.44c-.067.48-.189.906-.402%201.232v.316zM13.5%205.5a.5.5%200%200%201%20.5.5a1%201%200%200%200%201%201a.5.5%200%200%201%200%201a2%202%200%200%201-2-2a.5.5%200%200%201%20.5-.5M3.964%202.586a2%202%200%200%201%202.829%200l2.621%202.62A2%202%200%200%201%2010%206.622v1.625a.5.5%200%200%200%20.179.384l6.073%205.086l.015.016a2.5%202.5%200%201%201-3.535%203.535l-.016-.015L7.63%2011.18a.5.5%200%200%200-.384-.18H5.621a2%202%200%200%201-1.414-.585L1.586%207.793a2%202%200%200%201%200-2.829zm-.568%203.56a.5.5%200%200%200%200%20.708l2%202a.5.5%200%201%200%20.708-.708l-2-2a.5.5%200%200%200-.708%200m2.458-1.75a.5.5%200%201%200-.708.708l2%202a.5.5%200%201%200%20.708-.708z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/spatula-spoon-20-filled.svg?color=%231a73e8&size=48