drumstick-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
drumstick-filled
Set
TDesign Icons
Style
Filled
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"><path fill="currentColor" d="M11.117 15.996a8 8 0 1 1 10.88-10.879l-.002-.002A8 8 0 0 1 15 17a9 9 0 0 1-.716-.032l-1.423 1.4c-.636.632-1.513.703-2.248.57a5.2 5.2 0 0 1-1.554-.58l-1.06 1.057c-.004.506-.035 1.175-.214 1.77c-.122.406-.333.858-.721 1.217c-.408.378-.933.582-1.538.597c-.63.017-1.16-.187-1.567-.541c-.384-.335-.6-.755-.727-1.103a4 4 0 0 1-.132-.458a4 4 0 0 1-.454-.132a2.65 2.65 0 0 1-1.1-.726c-.354-.404-.56-.933-.546-1.561c.014-.606.218-1.133.597-1.54c.36-.387.813-.599 1.218-.72c.596-.18 1.265-.212 1.771-.218l1.106-1.103a5 5 0 0 1-.49-1.46c-.11-.71-.015-1.538.591-2.144l.006-.007l.26-.255q.042.111.088.222a8.5 8.5 0 0 0 4.97 4.743m-4.269.572L5.414 18H5c-.591 0-1.17 0-1.609.132c-.203.062-.294.13-.33.167c-.016.018-.058.063-.061.223c-.003.138.033.18.051.2a.7.7 0 0 0 .278.163a2 2 0 0 0 .621.114h.04l1.03-.016l-.02 1.03v.04a2.3 2.3 0 0 0 .113.622a.7.7 0 0 0 .16.276c.02.016.062.053.201.05c.165-.005.212-.049.23-.066c.038-.035.105-.124.166-.326c.13-.434.13-1.003.13-1.597v-.427l1.427-1.424a9 9 0 0 1-.579-.593"/></svg>

React

import type { SVGProps } from "react";

export function TdesignDrumstickFilled(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="M11.117 15.996a8 8 0 1 1 10.88-10.879l-.002-.002A8 8 0 0 1 15 17a9 9 0 0 1-.716-.032l-1.423 1.4c-.636.632-1.513.703-2.248.57a5.2 5.2 0 0 1-1.554-.58l-1.06 1.057c-.004.506-.035 1.175-.214 1.77c-.122.406-.333.858-.721 1.217c-.408.378-.933.582-1.538.597c-.63.017-1.16-.187-1.567-.541c-.384-.335-.6-.755-.727-1.103a4 4 0 0 1-.132-.458a4 4 0 0 1-.454-.132a2.65 2.65 0 0 1-1.1-.726c-.354-.404-.56-.933-.546-1.561c.014-.606.218-1.133.597-1.54c.36-.387.813-.599 1.218-.72c.596-.18 1.265-.212 1.771-.218l1.106-1.103a5 5 0 0 1-.49-1.46c-.11-.71-.015-1.538.591-2.144l.006-.007l.26-.255q.042.111.088.222a8.5 8.5 0 0 0 4.97 4.743m-4.269.572L5.414 18H5c-.591 0-1.17 0-1.609.132c-.203.062-.294.13-.33.167c-.016.018-.058.063-.061.223c-.003.138.033.18.051.2a.7.7 0 0 0 .278.163a2 2 0 0 0 .621.114h.04l1.03-.016l-.02 1.03v.04a2.3 2.3 0 0 0 .113.622a.7.7 0 0 0 .16.276c.02.016.062.053.201.05c.165-.005.212-.049.23-.066c.038-.035.105-.124.166-.326c.13-.434.13-1.003.13-1.597v-.427l1.427-1.424a9 9 0 0 1-.579-.593"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.117 15.996a8 8 0 1 1 10.88-10.879l-.002-.002A8 8 0 0 1 15 17a9 9 0 0 1-.716-.032l-1.423 1.4c-.636.632-1.513.703-2.248.57a5.2 5.2 0 0 1-1.554-.58l-1.06 1.057c-.004.506-.035 1.175-.214 1.77c-.122.406-.333.858-.721 1.217c-.408.378-.933.582-1.538.597c-.63.017-1.16-.187-1.567-.541c-.384-.335-.6-.755-.727-1.103a4 4 0 0 1-.132-.458a4 4 0 0 1-.454-.132a2.65 2.65 0 0 1-1.1-.726c-.354-.404-.56-.933-.546-1.561c.014-.606.218-1.133.597-1.54c.36-.387.813-.599 1.218-.72c.596-.18 1.265-.212 1.771-.218l1.106-1.103a5 5 0 0 1-.49-1.46c-.11-.71-.015-1.538.591-2.144l.006-.007l.26-.255q.042.111.088.222a8.5 8.5 0 0 0 4.97 4.743m-4.269.572L5.414 18H5c-.591 0-1.17 0-1.609.132c-.203.062-.294.13-.33.167c-.016.018-.058.063-.061.223c-.003.138.033.18.051.2a.7.7 0 0 0 .278.163a2 2 0 0 0 .621.114h.04l1.03-.016l-.02 1.03v.04a2.3 2.3 0 0 0 .113.622a.7.7 0 0 0 .16.276c.02.016.062.053.201.05c.165-.005.212-.049.23-.066c.038-.035.105-.124.166-.326c.13-.434.13-1.003.13-1.597v-.427l1.427-1.424a9 9 0 0 1-.579-.593"/></svg>
</template>

CSS

.icon-drumstick-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%22M11.117%2015.996a8%208%200%201%201%2010.88-10.879l-.002-.002A8%208%200%200%201%2015%2017a9%209%200%200%201-.716-.032l-1.423%201.4c-.636.632-1.513.703-2.248.57a5.2%205.2%200%200%201-1.554-.58l-1.06%201.057c-.004.506-.035%201.175-.214%201.77c-.122.406-.333.858-.721%201.217c-.408.378-.933.582-1.538.597c-.63.017-1.16-.187-1.567-.541c-.384-.335-.6-.755-.727-1.103a4%204%200%200%201-.132-.458a4%204%200%200%201-.454-.132a2.65%202.65%200%200%201-1.1-.726c-.354-.404-.56-.933-.546-1.561c.014-.606.218-1.133.597-1.54c.36-.387.813-.599%201.218-.72c.596-.18%201.265-.212%201.771-.218l1.106-1.103a5%205%200%200%201-.49-1.46c-.11-.71-.015-1.538.591-2.144l.006-.007l.26-.255q.042.111.088.222a8.5%208.5%200%200%200%204.97%204.743m-4.269.572L5.414%2018H5c-.591%200-1.17%200-1.609.132c-.203.062-.294.13-.33.167c-.016.018-.058.063-.061.223c-.003.138.033.18.051.2a.7.7%200%200%200%20.278.163a2%202%200%200%200%20.621.114h.04l1.03-.016l-.02%201.03v.04a2.3%202.3%200%200%200%20.113.622a.7.7%200%200%200%20.16.276c.02.016.062.053.201.05c.165-.005.212-.049.23-.066c.038-.035.105-.124.166-.326c.13-.434.13-1.003.13-1.597v-.427l1.427-1.424a9%209%200%200%201-.579-.593%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%22M11.117%2015.996a8%208%200%201%201%2010.88-10.879l-.002-.002A8%208%200%200%201%2015%2017a9%209%200%200%201-.716-.032l-1.423%201.4c-.636.632-1.513.703-2.248.57a5.2%205.2%200%200%201-1.554-.58l-1.06%201.057c-.004.506-.035%201.175-.214%201.77c-.122.406-.333.858-.721%201.217c-.408.378-.933.582-1.538.597c-.63.017-1.16-.187-1.567-.541c-.384-.335-.6-.755-.727-1.103a4%204%200%200%201-.132-.458a4%204%200%200%201-.454-.132a2.65%202.65%200%200%201-1.1-.726c-.354-.404-.56-.933-.546-1.561c.014-.606.218-1.133.597-1.54c.36-.387.813-.599%201.218-.72c.596-.18%201.265-.212%201.771-.218l1.106-1.103a5%205%200%200%201-.49-1.46c-.11-.71-.015-1.538.591-2.144l.006-.007l.26-.255q.042.111.088.222a8.5%208.5%200%200%200%204.97%204.743m-4.269.572L5.414%2018H5c-.591%200-1.17%200-1.609.132c-.203.062-.294.13-.33.167c-.016.018-.058.063-.061.223c-.003.138.033.18.051.2a.7.7%200%200%200%20.278.163a2%202%200%200%200%20.621.114h.04l1.03-.016l-.02%201.03v.04a2.3%202.3%200%200%200%20.113.622a.7.7%200%200%200%20.16.276c.02.016.062.053.201.05c.165-.005.212-.049.23-.066c.038-.035.105-.124.166-.326c.13-.434.13-1.003.13-1.597v-.427l1.427-1.424a9%209%200%200%201-.579-.593%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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