round flatware icon
round-flatware from Google Material Icons by Material Design Authors · Baseline · Search · Apache-2.0 Free for personal and commercial use.
- Name
- round-flatware
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Search
- Viewbox
- 24×24
- License
- Apache 2.0
More search icons from Google Material Icons
baseline-bathroombaseline-bedbaseline-bedroom-babybaseline-bedroom-childbaseline-bedroom-parentbaseline-blenderbaseline-camera-indoorbaseline-camera-outdoorbaseline-chairbaseline-chair-altbaseline-coffeebaseline-coffee-makerbaseline-diningbaseline-door-backbaseline-door-frontbaseline-door-slidingbaseline-doorbellbaseline-feedbaseline-flatwarebaseline-garagebaseline-lightbaseline-livingbaseline-manage-searchbaseline-podcasts
Use the round flatware icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 7.08c0 1.77-.84 3.25-2 3.82V20c0 .55-.45 1-1 1s-1-.45-1-1v-9.1c-1.16-.57-2-2.05-2-3.82C10.01 4.83 11.35 3 13 3c1.66 0 3 1.83 3 4.08m2.27-3.9c-.63-.19-1.27.31-1.27.97V20c0 .55.45 1 1 1s1-.45 1-1v-7h1c.55 0 1-.45 1-1V7c0-1.46-.86-3.26-2.73-3.82M8.28 3c-.4 0-.72.32-.72.72V7h-.84V3.72C6.72 3.32 6.4 3 6 3s-.72.32-.72.72V7h-.84V3.72c0-.4-.32-.72-.72-.72S3 3.32 3 3.72V9c0 1.1.9 2 2 2v9c0 .55.45 1 1 1s1-.45 1-1v-9c1.1 0 2-.9 2-2V3.72c0-.4-.32-.72-.72-.72"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundFlatware(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="M16 7.08c0 1.77-.84 3.25-2 3.82V20c0 .55-.45 1-1 1s-1-.45-1-1v-9.1c-1.16-.57-2-2.05-2-3.82C10.01 4.83 11.35 3 13 3c1.66 0 3 1.83 3 4.08m2.27-3.9c-.63-.19-1.27.31-1.27.97V20c0 .55.45 1 1 1s1-.45 1-1v-7h1c.55 0 1-.45 1-1V7c0-1.46-.86-3.26-2.73-3.82M8.28 3c-.4 0-.72.32-.72.72V7h-.84V3.72C6.72 3.32 6.4 3 6 3s-.72.32-.72.72V7h-.84V3.72c0-.4-.32-.72-.72-.72S3 3.32 3 3.72V9c0 1.1.9 2 2 2v9c0 .55.45 1 1 1s1-.45 1-1v-9c1.1 0 2-.9 2-2V3.72c0-.4-.32-.72-.72-.72"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 7.08c0 1.77-.84 3.25-2 3.82V20c0 .55-.45 1-1 1s-1-.45-1-1v-9.1c-1.16-.57-2-2.05-2-3.82C10.01 4.83 11.35 3 13 3c1.66 0 3 1.83 3 4.08m2.27-3.9c-.63-.19-1.27.31-1.27.97V20c0 .55.45 1 1 1s1-.45 1-1v-7h1c.55 0 1-.45 1-1V7c0-1.46-.86-3.26-2.73-3.82M8.28 3c-.4 0-.72.32-.72.72V7h-.84V3.72C6.72 3.32 6.4 3 6 3s-.72.32-.72.72V7h-.84V3.72c0-.4-.32-.72-.72-.72S3 3.32 3 3.72V9c0 1.1.9 2 2 2v9c0 .55.45 1 1 1s1-.45 1-1v-9c1.1 0 2-.9 2-2V3.72c0-.4-.32-.72-.72-.72"/></svg> </template>
CSS
.icon-round-flatware {
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%22M16%207.08c0%201.77-.84%203.25-2%203.82V20c0%20.55-.45%201-1%201s-1-.45-1-1v-9.1c-1.16-.57-2-2.05-2-3.82C10.01%204.83%2011.35%203%2013%203c1.66%200%203%201.83%203%204.08m2.27-3.9c-.63-.19-1.27.31-1.27.97V20c0%20.55.45%201%201%201s1-.45%201-1v-7h1c.55%200%201-.45%201-1V7c0-1.46-.86-3.26-2.73-3.82M8.28%203c-.4%200-.72.32-.72.72V7h-.84V3.72C6.72%203.32%206.4%203%206%203s-.72.32-.72.72V7h-.84V3.72c0-.4-.32-.72-.72-.72S3%203.32%203%203.72V9c0%201.1.9%202%202%202v9c0%20.55.45%201%201%201s1-.45%201-1v-9c1.1%200%202-.9%202-2V3.72c0-.4-.32-.72-.72-.72%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%22M16%207.08c0%201.77-.84%203.25-2%203.82V20c0%20.55-.45%201-1%201s-1-.45-1-1v-9.1c-1.16-.57-2-2.05-2-3.82C10.01%204.83%2011.35%203%2013%203c1.66%200%203%201.83%203%204.08m2.27-3.9c-.63-.19-1.27.31-1.27.97V20c0%20.55.45%201%201%201s1-.45%201-1v-7h1c.55%200%201-.45%201-1V7c0-1.46-.86-3.26-2.73-3.82M8.28%203c-.4%200-.72.32-.72.72V7h-.84V3.72C6.72%203.32%206.4%203%206%203s-.72.32-.72.72V7h-.84V3.72c0-.4-.32-.72-.72-.72S3%203.32%203%203.72V9c0%201.1.9%202%202%202v9c0%20.55.45%201%201%201s1-.45%201-1v-9c1.1%200%202-.9%202-2V3.72c0-.4-.32-.72-.72-.72%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-flatware.svg?color=%231a73e8&size=48