chopsticks icon

chopsticks from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
chopsticks
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the chopsticks icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m16.455 9.769l1.702 1.702m-4.426-3.426L12.03 6.343m8.523.714l.657.657a.97.97 0 0 1-.023 1.407L8.306 20.755a.97.97 0 0 1-1.339-.046l-.033-.033a.97.97 0 0 1-.012-1.374L19.179 7.045a.97.97 0 0 1 1.373.012m-4.109-3.11l-.657-.657a.97.97 0 0 0-1.407.023L2.745 16.194a.97.97 0 0 0 .045 1.34l.034.034a.97.97 0 0 0 1.374.011L16.455 5.321a.97.97 0 0 0-.012-1.373"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsChopsticks(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m16.455 9.769l1.702 1.702m-4.426-3.426L12.03 6.343m8.523.714l.657.657a.97.97 0 0 1-.023 1.407L8.306 20.755a.97.97 0 0 1-1.339-.046l-.033-.033a.97.97 0 0 1-.012-1.374L19.179 7.045a.97.97 0 0 1 1.373.012m-4.109-3.11l-.657-.657a.97.97 0 0 0-1.407.023L2.745 16.194a.97.97 0 0 0 .045 1.34l.034.034a.97.97 0 0 0 1.374.011L16.455 5.321a.97.97 0 0 0-.012-1.373"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m16.455 9.769l1.702 1.702m-4.426-3.426L12.03 6.343m8.523.714l.657.657a.97.97 0 0 1-.023 1.407L8.306 20.755a.97.97 0 0 1-1.339-.046l-.033-.033a.97.97 0 0 1-.012-1.374L19.179 7.045a.97.97 0 0 1 1.373.012m-4.109-3.11l-.657-.657a.97.97 0 0 0-1.407.023L2.745 16.194a.97.97 0 0 0 .045 1.34l.034.034a.97.97 0 0 0 1.374.011L16.455 5.321a.97.97 0 0 0-.012-1.373"/></svg>
</template>

CSS

.icon-chopsticks {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m16.455%209.769l1.702%201.702m-4.426-3.426L12.03%206.343m8.523.714l.657.657a.97.97%200%200%201-.023%201.407L8.306%2020.755a.97.97%200%200%201-1.339-.046l-.033-.033a.97.97%200%200%201-.012-1.374L19.179%207.045a.97.97%200%200%201%201.373.012m-4.109-3.11l-.657-.657a.97.97%200%200%200-1.407.023L2.745%2016.194a.97.97%200%200%200%20.045%201.34l.034.034a.97.97%200%200%200%201.374.011L16.455%205.321a.97.97%200%200%200-.012-1.373%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m16.455%209.769l1.702%201.702m-4.426-3.426L12.03%206.343m8.523.714l.657.657a.97.97%200%200%201-.023%201.407L8.306%2020.755a.97.97%200%200%201-1.339-.046l-.033-.033a.97.97%200%200%201-.012-1.374L19.179%207.045a.97.97%200%200%201%201.373.012m-4.109-3.11l-.657-.657a.97.97%200%200%200-1.407.023L2.745%2016.194a.97.97%200%200%200%20.045%201.34l.034.034a.97.97%200%200%200%201.374.011L16.455%205.321a.97.97%200%200%200-.012-1.373%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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