spatula-spoon-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
spatula-spoon-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M11.082 2.586c-.464.464-.975 1.413-1.172 2.32c-.128.592-.362 1.267-.882 1.765l-.227.216l.849.773l.185-.194c.495-.518 1.168-.752 1.758-.88c.907-.198 1.854-.708 2.318-1.172a2 2 0 0 0-2.829-2.828m-.524 5.571l-.168.176l3.016 2.745l.008.008a2 2 0 1 1-2.828 2.828l-.008-.008l-2.69-2.955l-2.9 3.037a1.75 1.75 0 0 1-2.475-2.475l.008-.008l2.62-2.503h-.52a2 2 0 0 1-1.414-.586L1.086 6.295a2 2 0 0 1 0-2.829l1.878-1.878a2 2 0 0 1 2.829 0l2.121 2.12A2 2 0 0 1 8.5 5.124v.64c.208-.279.341-.646.433-1.068c.23-1.062.82-2.194 1.442-2.816a3 3 0 1 1 4.243 4.242c-.622.622-1.752 1.211-2.812 1.442c-.52.113-.958.29-1.248.594M6.335 9.244l-3.119 2.98a.75.75 0 0 0 1.06 1.06l2.938-3.074zm-1.25-6.95a1 1 0 0 0-1.413 0l-1.88 1.88a1 1 0 0 0 0 1.414l2.122 2.12a1 1 0 0 0 .707.294h1.273a1.5 1.5 0 0 1 1.11.49l4.296 4.723a1 1 0 0 0 1.415-1.415L7.99 7.501a1.5 1.5 0 0 1-.49-1.109V5.123a1 1 0 0 0-.293-.707zm-1.73 2.353a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 1 0 .708-.708zm.792-1.5a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 1 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708M11.75 4a.5.5 0 0 0-1 0c0 .966.784 1.75 1.75 1.75a.5.5 0 0 0 0-1a.75.75 0 0 1-.75-.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentSpatulaSpoon16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.082 2.586c-.464.464-.975 1.413-1.172 2.32c-.128.592-.362 1.267-.882 1.765l-.227.216l.849.773l.185-.194c.495-.518 1.168-.752 1.758-.88c.907-.198 1.854-.708 2.318-1.172a2 2 0 0 0-2.829-2.828m-.524 5.571l-.168.176l3.016 2.745l.008.008a2 2 0 1 1-2.828 2.828l-.008-.008l-2.69-2.955l-2.9 3.037a1.75 1.75 0 0 1-2.475-2.475l.008-.008l2.62-2.503h-.52a2 2 0 0 1-1.414-.586L1.086 6.295a2 2 0 0 1 0-2.829l1.878-1.878a2 2 0 0 1 2.829 0l2.121 2.12A2 2 0 0 1 8.5 5.124v.64c.208-.279.341-.646.433-1.068c.23-1.062.82-2.194 1.442-2.816a3 3 0 1 1 4.243 4.242c-.622.622-1.752 1.211-2.812 1.442c-.52.113-.958.29-1.248.594M6.335 9.244l-3.119 2.98a.75.75 0 0 0 1.06 1.06l2.938-3.074zm-1.25-6.95a1 1 0 0 0-1.413 0l-1.88 1.88a1 1 0 0 0 0 1.414l2.122 2.12a1 1 0 0 0 .707.294h1.273a1.5 1.5 0 0 1 1.11.49l4.296 4.723a1 1 0 0 0 1.415-1.415L7.99 7.501a1.5 1.5 0 0 1-.49-1.109V5.123a1 1 0 0 0-.293-.707zm-1.73 2.353a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 1 0 .708-.708zm.792-1.5a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 1 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708M11.75 4a.5.5 0 0 0-1 0c0 .966.784 1.75 1.75 1.75a.5.5 0 0 0 0-1a.75.75 0 0 1-.75-.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.082 2.586c-.464.464-.975 1.413-1.172 2.32c-.128.592-.362 1.267-.882 1.765l-.227.216l.849.773l.185-.194c.495-.518 1.168-.752 1.758-.88c.907-.198 1.854-.708 2.318-1.172a2 2 0 0 0-2.829-2.828m-.524 5.571l-.168.176l3.016 2.745l.008.008a2 2 0 1 1-2.828 2.828l-.008-.008l-2.69-2.955l-2.9 3.037a1.75 1.75 0 0 1-2.475-2.475l.008-.008l2.62-2.503h-.52a2 2 0 0 1-1.414-.586L1.086 6.295a2 2 0 0 1 0-2.829l1.878-1.878a2 2 0 0 1 2.829 0l2.121 2.12A2 2 0 0 1 8.5 5.124v.64c.208-.279.341-.646.433-1.068c.23-1.062.82-2.194 1.442-2.816a3 3 0 1 1 4.243 4.242c-.622.622-1.752 1.211-2.812 1.442c-.52.113-.958.29-1.248.594M6.335 9.244l-3.119 2.98a.75.75 0 0 0 1.06 1.06l2.938-3.074zm-1.25-6.95a1 1 0 0 0-1.413 0l-1.88 1.88a1 1 0 0 0 0 1.414l2.122 2.12a1 1 0 0 0 .707.294h1.273a1.5 1.5 0 0 1 1.11.49l4.296 4.723a1 1 0 0 0 1.415-1.415L7.99 7.501a1.5 1.5 0 0 1-.49-1.109V5.123a1 1 0 0 0-.293-.707zm-1.73 2.353a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 1 0 .708-.708zm.792-1.5a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 1 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708M11.75 4a.5.5 0 0 0-1 0c0 .966.784 1.75 1.75 1.75a.5.5 0 0 0 0-1a.75.75 0 0 1-.75-.75"/></svg>
</template>

CSS

.icon-spatula-spoon-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.082%202.586c-.464.464-.975%201.413-1.172%202.32c-.128.592-.362%201.267-.882%201.765l-.227.216l.849.773l.185-.194c.495-.518%201.168-.752%201.758-.88c.907-.198%201.854-.708%202.318-1.172a2%202%200%200%200-2.829-2.828m-.524%205.571l-.168.176l3.016%202.745l.008.008a2%202%200%201%201-2.828%202.828l-.008-.008l-2.69-2.955l-2.9%203.037a1.75%201.75%200%200%201-2.475-2.475l.008-.008l2.62-2.503h-.52a2%202%200%200%201-1.414-.586L1.086%206.295a2%202%200%200%201%200-2.829l1.878-1.878a2%202%200%200%201%202.829%200l2.121%202.12A2%202%200%200%201%208.5%205.124v.64c.208-.279.341-.646.433-1.068c.23-1.062.82-2.194%201.442-2.816a3%203%200%201%201%204.243%204.242c-.622.622-1.752%201.211-2.812%201.442c-.52.113-.958.29-1.248.594M6.335%209.244l-3.119%202.98a.75.75%200%200%200%201.06%201.06l2.938-3.074zm-1.25-6.95a1%201%200%200%200-1.413%200l-1.88%201.88a1%201%200%200%200%200%201.414l2.122%202.12a1%201%200%200%200%20.707.294h1.273a1.5%201.5%200%200%201%201.11.49l4.296%204.723a1%201%200%200%200%201.415-1.415L7.99%207.501a1.5%201.5%200%200%201-.49-1.109V5.123a1%201%200%200%200-.293-.707zm-1.73%202.353a.5.5%200%201%200-.708.708l1.5%201.5a.5.5%200%201%200%20.708-.708zm.792-1.5a.5.5%200%200%201%20.708%200l1.5%201.5a.5.5%200%201%201-.708.708l-1.5-1.5a.5.5%200%200%201%200-.708M11.75%204a.5.5%200%200%200-1%200c0%20.966.784%201.75%201.75%201.75a.5.5%200%200%200%200-1a.75.75%200%200%201-.75-.75%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.082%202.586c-.464.464-.975%201.413-1.172%202.32c-.128.592-.362%201.267-.882%201.765l-.227.216l.849.773l.185-.194c.495-.518%201.168-.752%201.758-.88c.907-.198%201.854-.708%202.318-1.172a2%202%200%200%200-2.829-2.828m-.524%205.571l-.168.176l3.016%202.745l.008.008a2%202%200%201%201-2.828%202.828l-.008-.008l-2.69-2.955l-2.9%203.037a1.75%201.75%200%200%201-2.475-2.475l.008-.008l2.62-2.503h-.52a2%202%200%200%201-1.414-.586L1.086%206.295a2%202%200%200%201%200-2.829l1.878-1.878a2%202%200%200%201%202.829%200l2.121%202.12A2%202%200%200%201%208.5%205.124v.64c.208-.279.341-.646.433-1.068c.23-1.062.82-2.194%201.442-2.816a3%203%200%201%201%204.243%204.242c-.622.622-1.752%201.211-2.812%201.442c-.52.113-.958.29-1.248.594M6.335%209.244l-3.119%202.98a.75.75%200%200%200%201.06%201.06l2.938-3.074zm-1.25-6.95a1%201%200%200%200-1.413%200l-1.88%201.88a1%201%200%200%200%200%201.414l2.122%202.12a1%201%200%200%200%20.707.294h1.273a1.5%201.5%200%200%201%201.11.49l4.296%204.723a1%201%200%200%200%201.415-1.415L7.99%207.501a1.5%201.5%200%200%201-.49-1.109V5.123a1%201%200%200%200-.293-.707zm-1.73%202.353a.5.5%200%201%200-.708.708l1.5%201.5a.5.5%200%201%200%20.708-.708zm.792-1.5a.5.5%200%200%201%20.708%200l1.5%201.5a.5.5%200%201%201-.708.708l-1.5-1.5a.5.5%200%200%201%200-.708M11.75%204a.5.5%200%200%200-1%200c0%20.966.784%201.75%201.75%201.75a.5.5%200%200%200%200-1a.75.75%200%200%201-.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/spatula-spoon-16-regular.svg?color=%231a73e8&size=48