barbecue from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
barbecue
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Use the barbecue icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M14.023 3.503c.67-.67 1.758-.67 2.428 0l4.046 4.046c.67.67.67 1.757 0 2.428l-1.213 1.214c-.67.67-1.758.67-2.428 0l-4.047-4.047a1.717 1.717 0 0 1 0-2.427z"/><path d="M10.382 7.144c.67-.67 1.757-.67 2.428 0l4.046 4.047c.67.67.67 1.757 0 2.427l-1.214 1.214c-.67.67-1.758.67-2.428 0l-4.046-4.046a1.717 1.717 0 0 1 0-2.428zM6.74 10.786c.67-.67 1.757-.67 2.427 0l4.047 4.046c.67.67.67 1.758 0 2.428L12 18.474c-.67.67-1.758.67-2.428 0l-4.046-4.046a1.717 1.717 0 0 1 0-2.428z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M7.55 16.451L5.93 18.07a1.717 1.717 0 1 0-.642 2.833M20.093 3.907L17.5 6.5m-4.69.644l4.046 4.047c.67.67 1.757.67 2.427 0l1.214-1.214c.67-.67.67-1.758 0-2.428l-4.046-4.046a1.717 1.717 0 0 0-2.428 0L12.81 4.717c-.67.67-.67 1.757 0 2.427Zm0 0l4.046 4.047c.67.67.67 1.757 0 2.427l-1.214 1.214c-.67.67-1.758.67-2.428 0l-4.046-4.046a1.717 1.717 0 0 1 0-2.428l1.214-1.214c.67-.67 1.757-.67 2.428 0Zm-3.643 3.642l4.047 4.046c.67.67.67 1.758 0 2.428L12 18.474c-.67.67-1.758.67-2.428 0l-4.046-4.046a1.717 1.717 0 0 1 0-2.428l1.214-1.214c.67-.67 1.757-.67 2.427 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignBarbecue(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M14.023 3.503c.67-.67 1.758-.67 2.428 0l4.046 4.046c.67.67.67 1.757 0 2.428l-1.213 1.214c-.67.67-1.758.67-2.428 0l-4.047-4.047a1.717 1.717 0 0 1 0-2.427z"/><path d="M10.382 7.144c.67-.67 1.757-.67 2.428 0l4.046 4.047c.67.67.67 1.757 0 2.427l-1.214 1.214c-.67.67-1.758.67-2.428 0l-4.046-4.046a1.717 1.717 0 0 1 0-2.428zM6.74 10.786c.67-.67 1.757-.67 2.427 0l4.047 4.046c.67.67.67 1.758 0 2.428L12 18.474c-.67.67-1.758.67-2.428 0l-4.046-4.046a1.717 1.717 0 0 1 0-2.428z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M7.55 16.451L5.93 18.07a1.717 1.717 0 1 0-.642 2.833M20.093 3.907L17.5 6.5m-4.69.644l4.046 4.047c.67.67 1.757.67 2.427 0l1.214-1.214c.67-.67.67-1.758 0-2.428l-4.046-4.046a1.717 1.717 0 0 0-2.428 0L12.81 4.717c-.67.67-.67 1.757 0 2.427Zm0 0l4.046 4.047c.67.67.67 1.757 0 2.427l-1.214 1.214c-.67.67-1.758.67-2.428 0l-4.046-4.046a1.717 1.717 0 0 1 0-2.428l1.214-1.214c.67-.67 1.757-.67 2.428 0Zm-3.643 3.642l4.047 4.046c.67.67.67 1.758 0 2.428L12 18.474c-.67.67-1.758.67-2.428 0l-4.046-4.046a1.717 1.717 0 0 1 0-2.428l1.214-1.214c.67-.67 1.757-.67 2.427 0Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M14.023 3.503c.67-.67 1.758-.67 2.428 0l4.046 4.046c.67.67.67 1.757 0 2.428l-1.213 1.214c-.67.67-1.758.67-2.428 0l-4.047-4.047a1.717 1.717 0 0 1 0-2.427z"/><path d="M10.382 7.144c.67-.67 1.757-.67 2.428 0l4.046 4.047c.67.67.67 1.757 0 2.427l-1.214 1.214c-.67.67-1.758.67-2.428 0l-4.046-4.046a1.717 1.717 0 0 1 0-2.428zM6.74 10.786c.67-.67 1.757-.67 2.427 0l4.047 4.046c.67.67.67 1.758 0 2.428L12 18.474c-.67.67-1.758.67-2.428 0l-4.046-4.046a1.717 1.717 0 0 1 0-2.428z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M7.55 16.451L5.93 18.07a1.717 1.717 0 1 0-.642 2.833M20.093 3.907L17.5 6.5m-4.69.644l4.046 4.047c.67.67 1.757.67 2.427 0l1.214-1.214c.67-.67.67-1.758 0-2.428l-4.046-4.046a1.717 1.717 0 0 0-2.428 0L12.81 4.717c-.67.67-.67 1.757 0 2.427Zm0 0l4.046 4.047c.67.67.67 1.757 0 2.427l-1.214 1.214c-.67.67-1.758.67-2.428 0l-4.046-4.046a1.717 1.717 0 0 1 0-2.428l1.214-1.214c.67-.67 1.757-.67 2.428 0Zm-3.643 3.642l4.047 4.046c.67.67.67 1.758 0 2.428L12 18.474c-.67.67-1.758.67-2.428 0l-4.046-4.046a1.717 1.717 0 0 1 0-2.428l1.214-1.214c.67-.67 1.757-.67 2.427 0Z"/></g></svg>
</template>

CSS

.icon-barbecue {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M14.023%203.503c.67-.67%201.758-.67%202.428%200l4.046%204.046c.67.67.67%201.757%200%202.428l-1.213%201.214c-.67.67-1.758.67-2.428%200l-4.047-4.047a1.717%201.717%200%200%201%200-2.427z%22%2F%3E%3Cpath%20d%3D%22M10.382%207.144c.67-.67%201.757-.67%202.428%200l4.046%204.047c.67.67.67%201.757%200%202.427l-1.214%201.214c-.67.67-1.758.67-2.428%200l-4.046-4.046a1.717%201.717%200%200%201%200-2.428zM6.74%2010.786c.67-.67%201.757-.67%202.427%200l4.047%204.046c.67.67.67%201.758%200%202.428L12%2018.474c-.67.67-1.758.67-2.428%200l-4.046-4.046a1.717%201.717%200%200%201%200-2.428z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M7.55%2016.451L5.93%2018.07a1.717%201.717%200%201%200-.642%202.833M20.093%203.907L17.5%206.5m-4.69.644l4.046%204.047c.67.67%201.757.67%202.427%200l1.214-1.214c.67-.67.67-1.758%200-2.428l-4.046-4.046a1.717%201.717%200%200%200-2.428%200L12.81%204.717c-.67.67-.67%201.757%200%202.427Zm0%200l4.046%204.047c.67.67.67%201.757%200%202.427l-1.214%201.214c-.67.67-1.758.67-2.428%200l-4.046-4.046a1.717%201.717%200%200%201%200-2.428l1.214-1.214c.67-.67%201.757-.67%202.428%200Zm-3.643%203.642l4.047%204.046c.67.67.67%201.758%200%202.428L12%2018.474c-.67.67-1.758.67-2.428%200l-4.046-4.046a1.717%201.717%200%200%201%200-2.428l1.214-1.214c.67-.67%201.757-.67%202.427%200Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M14.023%203.503c.67-.67%201.758-.67%202.428%200l4.046%204.046c.67.67.67%201.757%200%202.428l-1.213%201.214c-.67.67-1.758.67-2.428%200l-4.047-4.047a1.717%201.717%200%200%201%200-2.427z%22%2F%3E%3Cpath%20d%3D%22M10.382%207.144c.67-.67%201.757-.67%202.428%200l4.046%204.047c.67.67.67%201.757%200%202.427l-1.214%201.214c-.67.67-1.758.67-2.428%200l-4.046-4.046a1.717%201.717%200%200%201%200-2.428zM6.74%2010.786c.67-.67%201.757-.67%202.427%200l4.047%204.046c.67.67.67%201.758%200%202.428L12%2018.474c-.67.67-1.758.67-2.428%200l-4.046-4.046a1.717%201.717%200%200%201%200-2.428z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M7.55%2016.451L5.93%2018.07a1.717%201.717%200%201%200-.642%202.833M20.093%203.907L17.5%206.5m-4.69.644l4.046%204.047c.67.67%201.757.67%202.427%200l1.214-1.214c.67-.67.67-1.758%200-2.428l-4.046-4.046a1.717%201.717%200%200%200-2.428%200L12.81%204.717c-.67.67-.67%201.757%200%202.427Zm0%200l4.046%204.047c.67.67.67%201.757%200%202.427l-1.214%201.214c-.67.67-1.758.67-2.428%200l-4.046-4.046a1.717%201.717%200%200%201%200-2.428l1.214-1.214c.67-.67%201.757-.67%202.428%200Zm-3.643%203.642l4.047%204.046c.67.67.67%201.758%200%202.428L12%2018.474c-.67.67-1.758.67-2.428%200l-4.046-4.046a1.717%201.717%200%200%201%200-2.428l1.214-1.214c.67-.67%201.757-.67%202.427%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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