fork spoon icon
fork-spoon-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- fork-spoon-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- fork-spoon-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
Use the fork spoon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.951 20.856q-.143-.143-.143-.356v-8.04q-1.35-.344-2.08-1.198Q4 10.408 4 9.173V3.5q0-.213.144-.356T4.501 3t.356.144T5 3.5v5.173h1.808V3.5q0-.213.144-.356Q7.096 3 7.308 3q.213 0 .357.144t.143.356v5.173h1.808V3.5q0-.213.143-.356Q9.903 3 10.116 3t.356.144t.144.356v5.673q0 1.235-.73 2.089q-.728.853-2.078 1.199V20.5q0 .213-.144.356T7.307 21t-.356-.144m9.365 0q-.143-.144-.143-.356v-8.371q-1.35-.47-2.079-1.657t-.729-2.878q0-1.898.972-3.246T16.673 3q1.373 0 2.35 1.351T20 7.6q0 1.71-.738 2.894q-.739 1.185-2.089 1.627V20.5q0 .213-.144.356q-.144.144-.356.144q-.213 0-.357-.144"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightForkSpoonRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.951 20.856q-.143-.143-.143-.356v-8.04q-1.35-.344-2.08-1.198Q4 10.408 4 9.173V3.5q0-.213.144-.356T4.501 3t.356.144T5 3.5v5.173h1.808V3.5q0-.213.144-.356Q7.096 3 7.308 3q.213 0 .357.144t.143.356v5.173h1.808V3.5q0-.213.143-.356Q9.903 3 10.116 3t.356.144t.144.356v5.673q0 1.235-.73 2.089q-.728.853-2.078 1.199V20.5q0 .213-.144.356T7.307 21t-.356-.144m9.365 0q-.143-.144-.143-.356v-8.371q-1.35-.47-2.079-1.657t-.729-2.878q0-1.898.972-3.246T16.673 3q1.373 0 2.35 1.351T20 7.6q0 1.71-.738 2.894q-.739 1.185-2.089 1.627V20.5q0 .213-.144.356q-.144.144-.356.144q-.213 0-.357-.144"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.951 20.856q-.143-.143-.143-.356v-8.04q-1.35-.344-2.08-1.198Q4 10.408 4 9.173V3.5q0-.213.144-.356T4.501 3t.356.144T5 3.5v5.173h1.808V3.5q0-.213.144-.356Q7.096 3 7.308 3q.213 0 .357.144t.143.356v5.173h1.808V3.5q0-.213.143-.356Q9.903 3 10.116 3t.356.144t.144.356v5.673q0 1.235-.73 2.089q-.728.853-2.078 1.199V20.5q0 .213-.144.356T7.307 21t-.356-.144m9.365 0q-.143-.144-.143-.356v-8.371q-1.35-.47-2.079-1.657t-.729-2.878q0-1.898.972-3.246T16.673 3q1.373 0 2.35 1.351T20 7.6q0 1.71-.738 2.894q-.739 1.185-2.089 1.627V20.5q0 .213-.144.356q-.144.144-.356.144q-.213 0-.357-.144"/></svg> </template>
CSS
.icon-fork-spoon-rounded {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.951%2020.856q-.143-.143-.143-.356v-8.04q-1.35-.344-2.08-1.198Q4%2010.408%204%209.173V3.5q0-.213.144-.356T4.501%203t.356.144T5%203.5v5.173h1.808V3.5q0-.213.144-.356Q7.096%203%207.308%203q.213%200%20.357.144t.143.356v5.173h1.808V3.5q0-.213.143-.356Q9.903%203%2010.116%203t.356.144t.144.356v5.673q0%201.235-.73%202.089q-.728.853-2.078%201.199V20.5q0%20.213-.144.356T7.307%2021t-.356-.144m9.365%200q-.143-.144-.143-.356v-8.371q-1.35-.47-2.079-1.657t-.729-2.878q0-1.898.972-3.246T16.673%203q1.373%200%202.35%201.351T20%207.6q0%201.71-.738%202.894q-.739%201.185-2.089%201.627V20.5q0%20.213-.144.356q-.144.144-.356.144q-.213%200-.357-.144%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.951%2020.856q-.143-.143-.143-.356v-8.04q-1.35-.344-2.08-1.198Q4%2010.408%204%209.173V3.5q0-.213.144-.356T4.501%203t.356.144T5%203.5v5.173h1.808V3.5q0-.213.144-.356Q7.096%203%207.308%203q.213%200%20.357.144t.143.356v5.173h1.808V3.5q0-.213.143-.356Q9.903%203%2010.116%203t.356.144t.144.356v5.673q0%201.235-.73%202.089q-.728.853-2.078%201.199V20.5q0%20.213-.144.356T7.307%2021t-.356-.144m9.365%200q-.143-.144-.143-.356v-8.371q-1.35-.47-2.079-1.657t-.729-2.878q0-1.898.972-3.246T16.673%203q1.373%200%202.35%201.351T20%207.6q0%201.71-.738%202.894q-.739%201.185-2.089%201.627V20.5q0%20.213-.144.356q-.144.144-.356.144q-.213%200-.357-.144%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/fork-spoon-rounded.svg?color=%231a73e8&size=48