silverware clean icon

silverware-clean from Material Design Icons by Pictogrammers · Filled · Food / Drink · Apache-2.0 Free for personal and commercial use.

Name
silverware-clean
Set
Material Design Icons
Style
Filled
Category
Food / Drink
Viewbox
24×24
License
Apache 2.0
Aliases
cutlery-clean, silverware-shimmer, utensils-clean

More food / drink icons from Material Design Icons

Use the silverware clean icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15 0l-.62 1.37L13 2l1.38.63L15 4l.63-1.37L17 2l-1.37-.63zm-4.5 2L9.41 4.41L7 5.5l2.41 1.09L10.5 9l1.1-2.41L14 5.5l-2.4-1.09zm8.39 3.14c-1.33-.08-2.85.51-4.05 1.7c-1.59 1.59-2.09 3.74-1.38 5.27L3.7 21.87l1.41 1.41L12 16.41l6.88 6.88l1.41-1.41L13.41 15l1.47-1.47c1.53.71 3.68.21 5.27-1.38c1.91-1.91 2.28-4.65.81-6.12c-.55-.53-1.28-.84-2.07-.89M3.91 5.5a4.01 4.01 0 0 0 0 5.66l4.19 4.18l2.83-2.84z"/></svg>

React

import type { SVGProps } from "react";

export function MdiSilverwareClean(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="m15 0l-.62 1.37L13 2l1.38.63L15 4l.63-1.37L17 2l-1.37-.63zm-4.5 2L9.41 4.41L7 5.5l2.41 1.09L10.5 9l1.1-2.41L14 5.5l-2.4-1.09zm8.39 3.14c-1.33-.08-2.85.51-4.05 1.7c-1.59 1.59-2.09 3.74-1.38 5.27L3.7 21.87l1.41 1.41L12 16.41l6.88 6.88l1.41-1.41L13.41 15l1.47-1.47c1.53.71 3.68.21 5.27-1.38c1.91-1.91 2.28-4.65.81-6.12c-.55-.53-1.28-.84-2.07-.89M3.91 5.5a4.01 4.01 0 0 0 0 5.66l4.19 4.18l2.83-2.84z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15 0l-.62 1.37L13 2l1.38.63L15 4l.63-1.37L17 2l-1.37-.63zm-4.5 2L9.41 4.41L7 5.5l2.41 1.09L10.5 9l1.1-2.41L14 5.5l-2.4-1.09zm8.39 3.14c-1.33-.08-2.85.51-4.05 1.7c-1.59 1.59-2.09 3.74-1.38 5.27L3.7 21.87l1.41 1.41L12 16.41l6.88 6.88l1.41-1.41L13.41 15l1.47-1.47c1.53.71 3.68.21 5.27-1.38c1.91-1.91 2.28-4.65.81-6.12c-.55-.53-1.28-.84-2.07-.89M3.91 5.5a4.01 4.01 0 0 0 0 5.66l4.19 4.18l2.83-2.84z"/></svg>
</template>

CSS

.icon-silverware-clean {
  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%22m15%200l-.62%201.37L13%202l1.38.63L15%204l.63-1.37L17%202l-1.37-.63zm-4.5%202L9.41%204.41L7%205.5l2.41%201.09L10.5%209l1.1-2.41L14%205.5l-2.4-1.09zm8.39%203.14c-1.33-.08-2.85.51-4.05%201.7c-1.59%201.59-2.09%203.74-1.38%205.27L3.7%2021.87l1.41%201.41L12%2016.41l6.88%206.88l1.41-1.41L13.41%2015l1.47-1.47c1.53.71%203.68.21%205.27-1.38c1.91-1.91%202.28-4.65.81-6.12c-.55-.53-1.28-.84-2.07-.89M3.91%205.5a4.01%204.01%200%200%200%200%205.66l4.19%204.18l2.83-2.84z%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%22m15%200l-.62%201.37L13%202l1.38.63L15%204l.63-1.37L17%202l-1.37-.63zm-4.5%202L9.41%204.41L7%205.5l2.41%201.09L10.5%209l1.1-2.41L14%205.5l-2.4-1.09zm8.39%203.14c-1.33-.08-2.85.51-4.05%201.7c-1.59%201.59-2.09%203.74-1.38%205.27L3.7%2021.87l1.41%201.41L12%2016.41l6.88%206.88l1.41-1.41L13.41%2015l1.47-1.47c1.53.71%203.68.21%205.27-1.38c1.91-1.91%202.28-4.65.81-6.12c-.55-.53-1.28-.84-2.07-.89M3.91%205.5a4.01%204.01%200%200%200%200%205.66l4.19%204.18l2.83-2.84z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/silverware-clean.svg?color=%231a73e8&size=48