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

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

1 other variant in TDesign Icons

The same icon in other sets

Use the drumstick icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M15 16a7 7 0 1 0-6.861-5.61L6.5 12c-.594.593-.383 1.815.444 3.06a7.8 7.8 0 0 0 1.97 2.03c1.306.926 2.62 1.189 3.242.567l1.77-1.739Q14.452 16 15 16"/><path d="M5.5 22c-1.54.04-1.5-2-1.5-2s-2.033.033-2-1.5c.034-1.534 1.91-1.5 3-1.5l1.945-1.94a7.8 7.8 0 0 0 1.97 2.03L7 19c0 1.1.04 2.96-1.5 3"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M5.5 22c-1.54.04-1.5-2-1.5-2s-2.033.033-2-1.5c.034-1.534 1.91-1.5 3-1.5l1.945-1.94a7.8 7.8 0 0 0 1.97 2.03L7 19c0 1.1.04 2.96-1.5 3Z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M10.1 14a7 7 0 0 1-1.84-3.1m.655 6.19a7.8 7.8 0 0 1-1.971-2.029C6.117 13.814 5.906 12.593 6.5 12l1.638-1.61a7 7 0 1 1 5.788 5.528l-1.77 1.739c-.621.622-1.936.358-3.241-.568Z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignDrumstick(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="M15 16a7 7 0 1 0-6.861-5.61L6.5 12c-.594.593-.383 1.815.444 3.06a7.8 7.8 0 0 0 1.97 2.03c1.306.926 2.62 1.189 3.242.567l1.77-1.739Q14.452 16 15 16"/><path d="M5.5 22c-1.54.04-1.5-2-1.5-2s-2.033.033-2-1.5c.034-1.534 1.91-1.5 3-1.5l1.945-1.94a7.8 7.8 0 0 0 1.97 2.03L7 19c0 1.1.04 2.96-1.5 3"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M5.5 22c-1.54.04-1.5-2-1.5-2s-2.033.033-2-1.5c.034-1.534 1.91-1.5 3-1.5l1.945-1.94a7.8 7.8 0 0 0 1.97 2.03L7 19c0 1.1.04 2.96-1.5 3Z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M10.1 14a7 7 0 0 1-1.84-3.1m.655 6.19a7.8 7.8 0 0 1-1.971-2.029C6.117 13.814 5.906 12.593 6.5 12l1.638-1.61a7 7 0 1 1 5.788 5.528l-1.77 1.739c-.621.622-1.936.358-3.241-.568Z"/></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="M15 16a7 7 0 1 0-6.861-5.61L6.5 12c-.594.593-.383 1.815.444 3.06a7.8 7.8 0 0 0 1.97 2.03c1.306.926 2.62 1.189 3.242.567l1.77-1.739Q14.452 16 15 16"/><path d="M5.5 22c-1.54.04-1.5-2-1.5-2s-2.033.033-2-1.5c.034-1.534 1.91-1.5 3-1.5l1.945-1.94a7.8 7.8 0 0 0 1.97 2.03L7 19c0 1.1.04 2.96-1.5 3"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M5.5 22c-1.54.04-1.5-2-1.5-2s-2.033.033-2-1.5c.034-1.534 1.91-1.5 3-1.5l1.945-1.94a7.8 7.8 0 0 0 1.97 2.03L7 19c0 1.1.04 2.96-1.5 3Z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M10.1 14a7 7 0 0 1-1.84-3.1m.655 6.19a7.8 7.8 0 0 1-1.971-2.029C6.117 13.814 5.906 12.593 6.5 12l1.638-1.61a7 7 0 1 1 5.788 5.528l-1.77 1.739c-.621.622-1.936.358-3.241-.568Z"/></g></svg>
</template>

CSS

.icon-drumstick {
  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%22M15%2016a7%207%200%201%200-6.861-5.61L6.5%2012c-.594.593-.383%201.815.444%203.06a7.8%207.8%200%200%200%201.97%202.03c1.306.926%202.62%201.189%203.242.567l1.77-1.739Q14.452%2016%2015%2016%22%2F%3E%3Cpath%20d%3D%22M5.5%2022c-1.54.04-1.5-2-1.5-2s-2.033.033-2-1.5c.034-1.534%201.91-1.5%203-1.5l1.945-1.94a7.8%207.8%200%200%200%201.97%202.03L7%2019c0%201.1.04%202.96-1.5%203%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M5.5%2022c-1.54.04-1.5-2-1.5-2s-2.033.033-2-1.5c.034-1.534%201.91-1.5%203-1.5l1.945-1.94a7.8%207.8%200%200%200%201.97%202.03L7%2019c0%201.1.04%202.96-1.5%203Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M10.1%2014a7%207%200%200%201-1.84-3.1m.655%206.19a7.8%207.8%200%200%201-1.971-2.029C6.117%2013.814%205.906%2012.593%206.5%2012l1.638-1.61a7%207%200%201%201%205.788%205.528l-1.77%201.739c-.621.622-1.936.358-3.241-.568Z%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%22M15%2016a7%207%200%201%200-6.861-5.61L6.5%2012c-.594.593-.383%201.815.444%203.06a7.8%207.8%200%200%200%201.97%202.03c1.306.926%202.62%201.189%203.242.567l1.77-1.739Q14.452%2016%2015%2016%22%2F%3E%3Cpath%20d%3D%22M5.5%2022c-1.54.04-1.5-2-1.5-2s-2.033.033-2-1.5c.034-1.534%201.91-1.5%203-1.5l1.945-1.94a7.8%207.8%200%200%200%201.97%202.03L7%2019c0%201.1.04%202.96-1.5%203%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M5.5%2022c-1.54.04-1.5-2-1.5-2s-2.033.033-2-1.5c.034-1.534%201.91-1.5%203-1.5l1.945-1.94a7.8%207.8%200%200%200%201.97%202.03L7%2019c0%201.1.04%202.96-1.5%203Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M10.1%2014a7%207%200%200%201-1.84-3.1m.655%206.19a7.8%207.8%200%200%201-1.971-2.029C6.117%2013.814%205.906%2012.593%206.5%2012l1.638-1.61a7%207%200%201%201%205.788%205.528l-1.77%201.739c-.621.622-1.936.358-3.241-.568Z%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/drumstick.svg?color=%231a73e8&size=48