flatware icon
flatware-rounded from Material Symbols by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- flatware-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- flatware-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the flatware icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.288 20.713Q5 20.425 5 20v-9q-.825 0-1.412-.587T3 9V3.7q0-.3.2-.5t.5-.2t.5.2t.2.5V7h.9V3.7q0-.3.2-.5T6 3t.5.2t.2.5V7h.9V3.7q0-.3.2-.5t.5-.2t.5.2t.2.5V9q0 .825-.587 1.413T7 11v9q0 .425-.288.713T6 21t-.712-.288m7 0Q12 20.426 12 20v-9.1q-1.05-.5-1.525-1.562T10 7.1q0-1.575.788-2.837T13 3t2.213 1.263T16 7.1q0 1.175-.475 2.238T14 10.9V20q0 .425-.288.713T13 21t-.712-.288m5 0Q17 20.426 17 20V4.175q0-.425.275-.712t.7-.288q1.125 0 2.075 1.2T21 7v5q0 .425-.288.713T20 13h-1v7q0 .425-.288.713T18 21t-.712-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFlatwareRounded(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="M5.288 20.713Q5 20.425 5 20v-9q-.825 0-1.412-.587T3 9V3.7q0-.3.2-.5t.5-.2t.5.2t.2.5V7h.9V3.7q0-.3.2-.5T6 3t.5.2t.2.5V7h.9V3.7q0-.3.2-.5t.5-.2t.5.2t.2.5V9q0 .825-.587 1.413T7 11v9q0 .425-.288.713T6 21t-.712-.288m7 0Q12 20.426 12 20v-9.1q-1.05-.5-1.525-1.562T10 7.1q0-1.575.788-2.837T13 3t2.213 1.263T16 7.1q0 1.175-.475 2.238T14 10.9V20q0 .425-.288.713T13 21t-.712-.288m5 0Q17 20.426 17 20V4.175q0-.425.275-.712t.7-.288q1.125 0 2.075 1.2T21 7v5q0 .425-.288.713T20 13h-1v7q0 .425-.288.713T18 21t-.712-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.288 20.713Q5 20.425 5 20v-9q-.825 0-1.412-.587T3 9V3.7q0-.3.2-.5t.5-.2t.5.2t.2.5V7h.9V3.7q0-.3.2-.5T6 3t.5.2t.2.5V7h.9V3.7q0-.3.2-.5t.5-.2t.5.2t.2.5V9q0 .825-.587 1.413T7 11v9q0 .425-.288.713T6 21t-.712-.288m7 0Q12 20.426 12 20v-9.1q-1.05-.5-1.525-1.562T10 7.1q0-1.575.788-2.837T13 3t2.213 1.263T16 7.1q0 1.175-.475 2.238T14 10.9V20q0 .425-.288.713T13 21t-.712-.288m5 0Q17 20.426 17 20V4.175q0-.425.275-.712t.7-.288q1.125 0 2.075 1.2T21 7v5q0 .425-.288.713T20 13h-1v7q0 .425-.288.713T18 21t-.712-.288"/></svg> </template>
CSS
.icon-flatware-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%22M5.288%2020.713Q5%2020.425%205%2020v-9q-.825%200-1.412-.587T3%209V3.7q0-.3.2-.5t.5-.2t.5.2t.2.5V7h.9V3.7q0-.3.2-.5T6%203t.5.2t.2.5V7h.9V3.7q0-.3.2-.5t.5-.2t.5.2t.2.5V9q0%20.825-.587%201.413T7%2011v9q0%20.425-.288.713T6%2021t-.712-.288m7%200Q12%2020.426%2012%2020v-9.1q-1.05-.5-1.525-1.562T10%207.1q0-1.575.788-2.837T13%203t2.213%201.263T16%207.1q0%201.175-.475%202.238T14%2010.9V20q0%20.425-.288.713T13%2021t-.712-.288m5%200Q17%2020.426%2017%2020V4.175q0-.425.275-.712t.7-.288q1.125%200%202.075%201.2T21%207v5q0%20.425-.288.713T20%2013h-1v7q0%20.425-.288.713T18%2021t-.712-.288%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%22M5.288%2020.713Q5%2020.425%205%2020v-9q-.825%200-1.412-.587T3%209V3.7q0-.3.2-.5t.5-.2t.5.2t.2.5V7h.9V3.7q0-.3.2-.5T6%203t.5.2t.2.5V7h.9V3.7q0-.3.2-.5t.5-.2t.5.2t.2.5V9q0%20.825-.587%201.413T7%2011v9q0%20.425-.288.713T6%2021t-.712-.288m7%200Q12%2020.426%2012%2020v-9.1q-1.05-.5-1.525-1.562T10%207.1q0-1.575.788-2.837T13%203t2.213%201.263T16%207.1q0%201.175-.475%202.238T14%2010.9V20q0%20.425-.288.713T13%2021t-.712-.288m5%200Q17%2020.426%2017%2020V4.175q0-.425.275-.712t.7-.288q1.125%200%202.075%201.2T21%207v5q0%20.425-.288.713T20%2013h-1v7q0%20.425-.288.713T18%2021t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/flatware-rounded.svg?color=%231a73e8&size=48