spatula spoon icon
spatula-spoon-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- spatula-spoon-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- 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="M19.524 4.525C19.049 5 18.5 5.812 18.043 6.77c-.457.954-.794 1.987-.893 2.882c-.08.734-.348 1.57-1.008 2.165l-.862.78l.01.007l1.2 1.026l.698-.774c.596-.658 1.43-.925 2.162-1.007c.895-.099 1.928-.436 2.881-.893c.957-.458 1.768-1.006 2.243-1.48a3.5 3.5 0 0 0-4.95-4.95M18.3 13.861l-.67.742l6.32 5.401l.021.02a3.5 3.5 0 1 1-4.95 4.95l-.02-.02l-5.212-6.102l-5.643 6.242l-.026.027a3 3 0 1 1-4.215-4.268l5.921-5.351H7.475a2.75 2.75 0 0 1-1.944-.805l-3.725-3.721a2.75 2.75 0 0 1 0-3.89l4.28-4.28a2.75 2.75 0 0 1 3.889 0l3.72 3.72a2.75 2.75 0 0 1 .806 1.945v2.421q0 .183.029.36l.607-.549c.285-.258.463-.684.522-1.216c.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.522m-6.7 2.43a2 2 0 0 0-.19-.198L4.926 21.95a1.5 1.5 0 0 0 2.122 2.122l5.758-6.371zM8.914 3.865a1.25 1.25 0 0 0-1.768 0l-4.28 4.28a1.25 1.25 0 0 0 0 1.768l3.726 3.722c.234.234.552.366.883.366H9.89a3.75 3.75 0 0 1 2.852 1.314l7.36 8.617a2 2 0 0 0 2.829-2.828l-8.616-7.362A3.75 3.75 0 0 1 13 10.893V8.47c0-.332-.132-.65-.366-.884zM8.53 5.97a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 1 0 1.06-1.06zm-3.56 2.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 1 1-1.06 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06M20 7.75a.75.75 0 0 0-1.5 0a2.75 2.75 0 0 0 2.75 2.75a.75.75 0 0 0 0-1.5C20.56 9 20 8.44 20 7.75M4.94 24.06l-.526.526z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSpatulaSpoon28Regular(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="M19.524 4.525C19.049 5 18.5 5.812 18.043 6.77c-.457.954-.794 1.987-.893 2.882c-.08.734-.348 1.57-1.008 2.165l-.862.78l.01.007l1.2 1.026l.698-.774c.596-.658 1.43-.925 2.162-1.007c.895-.099 1.928-.436 2.881-.893c.957-.458 1.768-1.006 2.243-1.48a3.5 3.5 0 0 0-4.95-4.95M18.3 13.861l-.67.742l6.32 5.401l.021.02a3.5 3.5 0 1 1-4.95 4.95l-.02-.02l-5.212-6.102l-5.643 6.242l-.026.027a3 3 0 1 1-4.215-4.268l5.921-5.351H7.475a2.75 2.75 0 0 1-1.944-.805l-3.725-3.721a2.75 2.75 0 0 1 0-3.89l4.28-4.28a2.75 2.75 0 0 1 3.889 0l3.72 3.72a2.75 2.75 0 0 1 .806 1.945v2.421q0 .183.029.36l.607-.549c.285-.258.463-.684.522-1.216c.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.522m-6.7 2.43a2 2 0 0 0-.19-.198L4.926 21.95a1.5 1.5 0 0 0 2.122 2.122l5.758-6.371zM8.914 3.865a1.25 1.25 0 0 0-1.768 0l-4.28 4.28a1.25 1.25 0 0 0 0 1.768l3.726 3.722c.234.234.552.366.883.366H9.89a3.75 3.75 0 0 1 2.852 1.314l7.36 8.617a2 2 0 0 0 2.829-2.828l-8.616-7.362A3.75 3.75 0 0 1 13 10.893V8.47c0-.332-.132-.65-.366-.884zM8.53 5.97a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 1 0 1.06-1.06zm-3.56 2.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 1 1-1.06 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06M20 7.75a.75.75 0 0 0-1.5 0a2.75 2.75 0 0 0 2.75 2.75a.75.75 0 0 0 0-1.5C20.56 9 20 8.44 20 7.75M4.94 24.06l-.526.526z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M19.524 4.525C19.049 5 18.5 5.812 18.043 6.77c-.457.954-.794 1.987-.893 2.882c-.08.734-.348 1.57-1.008 2.165l-.862.78l.01.007l1.2 1.026l.698-.774c.596-.658 1.43-.925 2.162-1.007c.895-.099 1.928-.436 2.881-.893c.957-.458 1.768-1.006 2.243-1.48a3.5 3.5 0 0 0-4.95-4.95M18.3 13.861l-.67.742l6.32 5.401l.021.02a3.5 3.5 0 1 1-4.95 4.95l-.02-.02l-5.212-6.102l-5.643 6.242l-.026.027a3 3 0 1 1-4.215-4.268l5.921-5.351H7.475a2.75 2.75 0 0 1-1.944-.805l-3.725-3.721a2.75 2.75 0 0 1 0-3.89l4.28-4.28a2.75 2.75 0 0 1 3.889 0l3.72 3.72a2.75 2.75 0 0 1 .806 1.945v2.421q0 .183.029.36l.607-.549c.285-.258.463-.684.522-1.216c.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.522m-6.7 2.43a2 2 0 0 0-.19-.198L4.926 21.95a1.5 1.5 0 0 0 2.122 2.122l5.758-6.371zM8.914 3.865a1.25 1.25 0 0 0-1.768 0l-4.28 4.28a1.25 1.25 0 0 0 0 1.768l3.726 3.722c.234.234.552.366.883.366H9.89a3.75 3.75 0 0 1 2.852 1.314l7.36 8.617a2 2 0 0 0 2.829-2.828l-8.616-7.362A3.75 3.75 0 0 1 13 10.893V8.47c0-.332-.132-.65-.366-.884zM8.53 5.97a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 1 0 1.06-1.06zm-3.56 2.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 1 1-1.06 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06M20 7.75a.75.75 0 0 0-1.5 0a2.75 2.75 0 0 0 2.75 2.75a.75.75 0 0 0 0-1.5C20.56 9 20 8.44 20 7.75M4.94 24.06l-.526.526z"/></svg> </template>
CSS
.icon-spatula-spoon-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.524%204.525C19.049%205%2018.5%205.812%2018.043%206.77c-.457.954-.794%201.987-.893%202.882c-.08.734-.348%201.57-1.008%202.165l-.862.78l.01.007l1.2%201.026l.698-.774c.596-.658%201.43-.925%202.162-1.007c.895-.099%201.928-.436%202.881-.893c.957-.458%201.768-1.006%202.243-1.48a3.5%203.5%200%200%200-4.95-4.95M18.3%2013.861l-.67.742l6.32%205.401l.021.02a3.5%203.5%200%201%201-4.95%204.95l-.02-.02l-5.212-6.102l-5.643%206.242l-.026.027a3%203%200%201%201-4.215-4.268l5.921-5.351H7.475a2.75%202.75%200%200%201-1.944-.805l-3.725-3.721a2.75%202.75%200%200%201%200-3.89l4.28-4.28a2.75%202.75%200%200%201%203.889%200l3.72%203.72a2.75%202.75%200%200%201%20.806%201.945v2.421q0%20.183.029.36l.607-.549c.285-.258.463-.684.522-1.216c.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.522m-6.7%202.43a2%202%200%200%200-.19-.198L4.926%2021.95a1.5%201.5%200%200%200%202.122%202.122l5.758-6.371zM8.914%203.865a1.25%201.25%200%200%200-1.768%200l-4.28%204.28a1.25%201.25%200%200%200%200%201.768l3.726%203.722c.234.234.552.366.883.366H9.89a3.75%203.75%200%200%201%202.852%201.314l7.36%208.617a2%202%200%200%200%202.829-2.828l-8.616-7.362A3.75%203.75%200%200%201%2013%2010.893V8.47c0-.332-.132-.65-.366-.884zM8.53%205.97a.75.75%200%200%200-1.06%201.06l2.5%202.5a.75.75%200%201%200%201.06-1.06zm-3.56%202.5a.75.75%200%200%201%201.06%200l2.5%202.5a.75.75%200%201%201-1.06%201.06l-2.5-2.5a.75.75%200%200%201%200-1.06M20%207.75a.75.75%200%200%200-1.5%200a2.75%202.75%200%200%200%202.75%202.75a.75.75%200%200%200%200-1.5C20.56%209%2020%208.44%2020%207.75M4.94%2024.06l-.526.526z%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%22M19.524%204.525C19.049%205%2018.5%205.812%2018.043%206.77c-.457.954-.794%201.987-.893%202.882c-.08.734-.348%201.57-1.008%202.165l-.862.78l.01.007l1.2%201.026l.698-.774c.596-.658%201.43-.925%202.162-1.007c.895-.099%201.928-.436%202.881-.893c.957-.458%201.768-1.006%202.243-1.48a3.5%203.5%200%200%200-4.95-4.95M18.3%2013.861l-.67.742l6.32%205.401l.021.02a3.5%203.5%200%201%201-4.95%204.95l-.02-.02l-5.212-6.102l-5.643%206.242l-.026.027a3%203%200%201%201-4.215-4.268l5.921-5.351H7.475a2.75%202.75%200%200%201-1.944-.805l-3.725-3.721a2.75%202.75%200%200%201%200-3.89l4.28-4.28a2.75%202.75%200%200%201%203.889%200l3.72%203.72a2.75%202.75%200%200%201%20.806%201.945v2.421q0%20.183.029.36l.607-.549c.285-.258.463-.684.522-1.216c.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.522m-6.7%202.43a2%202%200%200%200-.19-.198L4.926%2021.95a1.5%201.5%200%200%200%202.122%202.122l5.758-6.371zM8.914%203.865a1.25%201.25%200%200%200-1.768%200l-4.28%204.28a1.25%201.25%200%200%200%200%201.768l3.726%203.722c.234.234.552.366.883.366H9.89a3.75%203.75%200%200%201%202.852%201.314l7.36%208.617a2%202%200%200%200%202.829-2.828l-8.616-7.362A3.75%203.75%200%200%201%2013%2010.893V8.47c0-.332-.132-.65-.366-.884zM8.53%205.97a.75.75%200%200%200-1.06%201.06l2.5%202.5a.75.75%200%201%200%201.06-1.06zm-3.56%202.5a.75.75%200%200%201%201.06%200l2.5%202.5a.75.75%200%201%201-1.06%201.06l-2.5-2.5a.75.75%200%200%201%200-1.06M20%207.75a.75.75%200%200%200-1.5%200a2.75%202.75%200%200%200%202.75%202.75a.75.75%200%200%200%200-1.5C20.56%209%2020%208.44%2020%207.75M4.94%2024.06l-.526.526z%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-regular.svg?color=%231a73e8&size=48