spatula spoon icon
spatula-spoon-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- spatula-spoon-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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.086 3.293a1 1 0 0 0-1.414 0l-2.38 2.379a1 1 0 0 0 0 1.414l2.622 2.62a1 1 0 0 0 .707.294h1.625a1.5 1.5 0 0 1 1.15.537l5.058 6.038a1.5 1.5 0 0 0 2.12-2.121L9.538 9.396A1.5 1.5 0 0 1 9 8.246V6.621a1 1 0 0 0-.293-.707zm-2.122-.707a2 2 0 0 1 2.829 0l2.621 2.62A2 2 0 0 1 10 6.622v1.625a.5.5 0 0 0 .12.326l.638-.587c.37-.34.556-.883.644-1.52c.177-1.276.85-2.666 1.624-3.44a3.5 3.5 0 1 1 4.95 4.95c-.775.774-2.165 1.447-3.442 1.624c-.637.088-1.181.274-1.52.643l-.396.43l3.634 3.044l.015.016a2.5 2.5 0 1 1-3.535 3.535l-.016-.015l-2.931-3.5l-3.363 3.654l-.008.008a2 2 0 0 1-2.828-2.829l.007-.007l3.847-3.54A.5.5 0 0 0 7.246 11H5.621a2 2 0 0 1-1.414-.586L1.586 7.793a2 2 0 0 1 0-2.829zm7.886 7.444l.428-.465c.579-.63 1.412-.859 2.119-.957c1.086-.15 2.268-.737 2.871-1.34a2.5 2.5 0 0 0-3.535-3.536c-.603.603-1.19 1.785-1.34 2.87c-.099.707-.328 1.54-.958 2.119l-.546.503zm-3.727 1.738L4.286 15.3A1 1 0 0 0 5.7 16.713l3.437-3.735zm-3.77-5.622a.5.5 0 1 0-.707.708l1.75 1.75a.5.5 0 1 0 .708-.708zm.793-1.5a.5.5 0 0 1 .708 0l1.75 1.75a.5.5 0 1 1-.708.708l-1.75-1.75a.5.5 0 0 1 0-.708M14 6a.5.5 0 0 0-1 0a2 2 0 0 0 2 2a.5.5 0 0 0 0-1a1 1 0 0 1-1-1"/></svg>
React
import type { SVGProps } from "react";
export function FluentSpatulaSpoon20Regular(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.086 3.293a1 1 0 0 0-1.414 0l-2.38 2.379a1 1 0 0 0 0 1.414l2.622 2.62a1 1 0 0 0 .707.294h1.625a1.5 1.5 0 0 1 1.15.537l5.058 6.038a1.5 1.5 0 0 0 2.12-2.121L9.538 9.396A1.5 1.5 0 0 1 9 8.246V6.621a1 1 0 0 0-.293-.707zm-2.122-.707a2 2 0 0 1 2.829 0l2.621 2.62A2 2 0 0 1 10 6.622v1.625a.5.5 0 0 0 .12.326l.638-.587c.37-.34.556-.883.644-1.52c.177-1.276.85-2.666 1.624-3.44a3.5 3.5 0 1 1 4.95 4.95c-.775.774-2.165 1.447-3.442 1.624c-.637.088-1.181.274-1.52.643l-.396.43l3.634 3.044l.015.016a2.5 2.5 0 1 1-3.535 3.535l-.016-.015l-2.931-3.5l-3.363 3.654l-.008.008a2 2 0 0 1-2.828-2.829l.007-.007l3.847-3.54A.5.5 0 0 0 7.246 11H5.621a2 2 0 0 1-1.414-.586L1.586 7.793a2 2 0 0 1 0-2.829zm7.886 7.444l.428-.465c.579-.63 1.412-.859 2.119-.957c1.086-.15 2.268-.737 2.871-1.34a2.5 2.5 0 0 0-3.535-3.536c-.603.603-1.19 1.785-1.34 2.87c-.099.707-.328 1.54-.958 2.119l-.546.503zm-3.727 1.738L4.286 15.3A1 1 0 0 0 5.7 16.713l3.437-3.735zm-3.77-5.622a.5.5 0 1 0-.707.708l1.75 1.75a.5.5 0 1 0 .708-.708zm.793-1.5a.5.5 0 0 1 .708 0l1.75 1.75a.5.5 0 1 1-.708.708l-1.75-1.75a.5.5 0 0 1 0-.708M14 6a.5.5 0 0 0-1 0a2 2 0 0 0 2 2a.5.5 0 0 0 0-1a1 1 0 0 1-1-1"/></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.086 3.293a1 1 0 0 0-1.414 0l-2.38 2.379a1 1 0 0 0 0 1.414l2.622 2.62a1 1 0 0 0 .707.294h1.625a1.5 1.5 0 0 1 1.15.537l5.058 6.038a1.5 1.5 0 0 0 2.12-2.121L9.538 9.396A1.5 1.5 0 0 1 9 8.246V6.621a1 1 0 0 0-.293-.707zm-2.122-.707a2 2 0 0 1 2.829 0l2.621 2.62A2 2 0 0 1 10 6.622v1.625a.5.5 0 0 0 .12.326l.638-.587c.37-.34.556-.883.644-1.52c.177-1.276.85-2.666 1.624-3.44a3.5 3.5 0 1 1 4.95 4.95c-.775.774-2.165 1.447-3.442 1.624c-.637.088-1.181.274-1.52.643l-.396.43l3.634 3.044l.015.016a2.5 2.5 0 1 1-3.535 3.535l-.016-.015l-2.931-3.5l-3.363 3.654l-.008.008a2 2 0 0 1-2.828-2.829l.007-.007l3.847-3.54A.5.5 0 0 0 7.246 11H5.621a2 2 0 0 1-1.414-.586L1.586 7.793a2 2 0 0 1 0-2.829zm7.886 7.444l.428-.465c.579-.63 1.412-.859 2.119-.957c1.086-.15 2.268-.737 2.871-1.34a2.5 2.5 0 0 0-3.535-3.536c-.603.603-1.19 1.785-1.34 2.87c-.099.707-.328 1.54-.958 2.119l-.546.503zm-3.727 1.738L4.286 15.3A1 1 0 0 0 5.7 16.713l3.437-3.735zm-3.77-5.622a.5.5 0 1 0-.707.708l1.75 1.75a.5.5 0 1 0 .708-.708zm.793-1.5a.5.5 0 0 1 .708 0l1.75 1.75a.5.5 0 1 1-.708.708l-1.75-1.75a.5.5 0 0 1 0-.708M14 6a.5.5 0 0 0-1 0a2 2 0 0 0 2 2a.5.5 0 0 0 0-1a1 1 0 0 1-1-1"/></svg> </template>
CSS
.icon-spatula-spoon-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.086%203.293a1%201%200%200%200-1.414%200l-2.38%202.379a1%201%200%200%200%200%201.414l2.622%202.62a1%201%200%200%200%20.707.294h1.625a1.5%201.5%200%200%201%201.15.537l5.058%206.038a1.5%201.5%200%200%200%202.12-2.121L9.538%209.396A1.5%201.5%200%200%201%209%208.246V6.621a1%201%200%200%200-.293-.707zm-2.122-.707a2%202%200%200%201%202.829%200l2.621%202.62A2%202%200%200%201%2010%206.622v1.625a.5.5%200%200%200%20.12.326l.638-.587c.37-.34.556-.883.644-1.52c.177-1.276.85-2.666%201.624-3.44a3.5%203.5%200%201%201%204.95%204.95c-.775.774-2.165%201.447-3.442%201.624c-.637.088-1.181.274-1.52.643l-.396.43l3.634%203.044l.015.016a2.5%202.5%200%201%201-3.535%203.535l-.016-.015l-2.931-3.5l-3.363%203.654l-.008.008a2%202%200%200%201-2.828-2.829l.007-.007l3.847-3.54A.5.5%200%200%200%207.246%2011H5.621a2%202%200%200%201-1.414-.586L1.586%207.793a2%202%200%200%201%200-2.829zm7.886%207.444l.428-.465c.579-.63%201.412-.859%202.119-.957c1.086-.15%202.268-.737%202.871-1.34a2.5%202.5%200%200%200-3.535-3.536c-.603.603-1.19%201.785-1.34%202.87c-.099.707-.328%201.54-.958%202.119l-.546.503zm-3.727%201.738L4.286%2015.3A1%201%200%200%200%205.7%2016.713l3.437-3.735zm-3.77-5.622a.5.5%200%201%200-.707.708l1.75%201.75a.5.5%200%201%200%20.708-.708zm.793-1.5a.5.5%200%200%201%20.708%200l1.75%201.75a.5.5%200%201%201-.708.708l-1.75-1.75a.5.5%200%200%201%200-.708M14%206a.5.5%200%200%200-1%200a2%202%200%200%200%202%202a.5.5%200%200%200%200-1a1%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.086%203.293a1%201%200%200%200-1.414%200l-2.38%202.379a1%201%200%200%200%200%201.414l2.622%202.62a1%201%200%200%200%20.707.294h1.625a1.5%201.5%200%200%201%201.15.537l5.058%206.038a1.5%201.5%200%200%200%202.12-2.121L9.538%209.396A1.5%201.5%200%200%201%209%208.246V6.621a1%201%200%200%200-.293-.707zm-2.122-.707a2%202%200%200%201%202.829%200l2.621%202.62A2%202%200%200%201%2010%206.622v1.625a.5.5%200%200%200%20.12.326l.638-.587c.37-.34.556-.883.644-1.52c.177-1.276.85-2.666%201.624-3.44a3.5%203.5%200%201%201%204.95%204.95c-.775.774-2.165%201.447-3.442%201.624c-.637.088-1.181.274-1.52.643l-.396.43l3.634%203.044l.015.016a2.5%202.5%200%201%201-3.535%203.535l-.016-.015l-2.931-3.5l-3.363%203.654l-.008.008a2%202%200%200%201-2.828-2.829l.007-.007l3.847-3.54A.5.5%200%200%200%207.246%2011H5.621a2%202%200%200%201-1.414-.586L1.586%207.793a2%202%200%200%201%200-2.829zm7.886%207.444l.428-.465c.579-.63%201.412-.859%202.119-.957c1.086-.15%202.268-.737%202.871-1.34a2.5%202.5%200%200%200-3.535-3.536c-.603.603-1.19%201.785-1.34%202.87c-.099.707-.328%201.54-.958%202.119l-.546.503zm-3.727%201.738L4.286%2015.3A1%201%200%200%200%205.7%2016.713l3.437-3.735zm-3.77-5.622a.5.5%200%201%200-.707.708l1.75%201.75a.5.5%200%201%200%20.708-.708zm.793-1.5a.5.5%200%200%201%20.708%200l1.75%201.75a.5.5%200%201%201-.708.708l-1.75-1.75a.5.5%200%200%201%200-.708M14%206a.5.5%200%200%200-1%200a2%202%200%200%200%202%202a.5.5%200%200%200%200-1a1%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-20-regular.svg?color=%231a73e8&size=48