bowl chopsticks icon

bowl-chopsticks-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
bowl-chopsticks-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

Use the bowl chopsticks icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 10a2 2 0 0 1 2 2v.5c0 1.694-2.247 5.49-3.983 6.983l-.017.013V20a2 2 0 0 1-1.85 1.995L16 22H8a2 2 0 0 1-2-2v-.496l-.065-.053c-1.76-1.496-3.794-4.965-3.928-6.77L2 12.5V12a2 2 0 0 1 2-2zm-1.071-3.997a1 1 0 1 1 .142 1.994l-14 1a1 1 0 1 1-.142-1.994zm-.139-4.981a1 1 0 1 1 .42 1.956l-14 3a1 1 0 1 1-.42-1.956z"/></svg>

React

import type { SVGProps } from "react";

export function TablerBowlChopsticksFilled(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="M20 10a2 2 0 0 1 2 2v.5c0 1.694-2.247 5.49-3.983 6.983l-.017.013V20a2 2 0 0 1-1.85 1.995L16 22H8a2 2 0 0 1-2-2v-.496l-.065-.053c-1.76-1.496-3.794-4.965-3.928-6.77L2 12.5V12a2 2 0 0 1 2-2zm-1.071-3.997a1 1 0 1 1 .142 1.994l-14 1a1 1 0 1 1-.142-1.994zm-.139-4.981a1 1 0 1 1 .42 1.956l-14 3a1 1 0 1 1-.42-1.956z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 10a2 2 0 0 1 2 2v.5c0 1.694-2.247 5.49-3.983 6.983l-.017.013V20a2 2 0 0 1-1.85 1.995L16 22H8a2 2 0 0 1-2-2v-.496l-.065-.053c-1.76-1.496-3.794-4.965-3.928-6.77L2 12.5V12a2 2 0 0 1 2-2zm-1.071-3.997a1 1 0 1 1 .142 1.994l-14 1a1 1 0 1 1-.142-1.994zm-.139-4.981a1 1 0 1 1 .42 1.956l-14 3a1 1 0 1 1-.42-1.956z"/></svg>
</template>

CSS

.icon-bowl-chopsticks-filled {
  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%22M20%2010a2%202%200%200%201%202%202v.5c0%201.694-2.247%205.49-3.983%206.983l-.017.013V20a2%202%200%200%201-1.85%201.995L16%2022H8a2%202%200%200%201-2-2v-.496l-.065-.053c-1.76-1.496-3.794-4.965-3.928-6.77L2%2012.5V12a2%202%200%200%201%202-2zm-1.071-3.997a1%201%200%201%201%20.142%201.994l-14%201a1%201%200%201%201-.142-1.994zm-.139-4.981a1%201%200%201%201%20.42%201.956l-14%203a1%201%200%201%201-.42-1.956z%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%22M20%2010a2%202%200%200%201%202%202v.5c0%201.694-2.247%205.49-3.983%206.983l-.017.013V20a2%202%200%200%201-1.85%201.995L16%2022H8a2%202%200%200%201-2-2v-.496l-.065-.053c-1.76-1.496-3.794-4.965-3.928-6.77L2%2012.5V12a2%202%200%200%201%202-2zm-1.071-3.997a1%201%200%201%201%20.142%201.994l-14%201a1%201%200%201%201-.142-1.994zm-.139-4.981a1%201%200%201%201%20.42%201.956l-14%203a1%201%200%201%201-.42-1.956z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/bowl-chopsticks-filled.svg?color=%231a73e8&size=48