drumstick icon

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

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

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" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m7.629 14.216l-1.45 1.45c-.266.265-.4.398-.533.432c-.134.034-.43-.055-1.023-.234A2.033 2.033 0 0 0 3.068 19.6c.533.287.8.43.851.482c.052.052.195.319.482.852q.136.255.352.472a2.034 2.034 0 0 0 3.385-2.027c-.179-.593-.268-.89-.235-1.024s.167-.266.433-.532l1.45-1.45"/><path d="M16.061 14.2c-1.088.029-2.216.27-2.985 1.04c-.334.358-.501.537-.665.663a2.5 2.5 0 0 1-2.952.071c-.17-.118-.345-.289-.696-.63l-.054-.053l-.066-.068c-.33-.338-.495-.507-.61-.668a2.5 2.5 0 0 1 .084-2.996c.123-.156.297-.315.644-.634c.77-.77 1.011-1.897 1.04-2.986a6.101 6.101 0 1 1 6.26 6.26Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDrumstick(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" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="m7.629 14.216l-1.45 1.45c-.266.265-.4.398-.533.432c-.134.034-.43-.055-1.023-.234A2.033 2.033 0 0 0 3.068 19.6c.533.287.8.43.851.482c.052.052.195.319.482.852q.136.255.352.472a2.034 2.034 0 0 0 3.385-2.027c-.179-.593-.268-.89-.235-1.024s.167-.266.433-.532l1.45-1.45"/><path d="M16.061 14.2c-1.088.029-2.216.27-2.985 1.04c-.334.358-.501.537-.665.663a2.5 2.5 0 0 1-2.952.071c-.17-.118-.345-.289-.696-.63l-.054-.053l-.066-.068c-.33-.338-.495-.507-.61-.668a2.5 2.5 0 0 1 .084-2.996c.123-.156.297-.315.644-.634c.77-.77 1.011-1.897 1.04-2.986a6.101 6.101 0 1 1 6.26 6.26Z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m7.629 14.216l-1.45 1.45c-.266.265-.4.398-.533.432c-.134.034-.43-.055-1.023-.234A2.033 2.033 0 0 0 3.068 19.6c.533.287.8.43.851.482c.052.052.195.319.482.852q.136.255.352.472a2.034 2.034 0 0 0 3.385-2.027c-.179-.593-.268-.89-.235-1.024s.167-.266.433-.532l1.45-1.45"/><path d="M16.061 14.2c-1.088.029-2.216.27-2.985 1.04c-.334.358-.501.537-.665.663a2.5 2.5 0 0 1-2.952.071c-.17-.118-.345-.289-.696-.63l-.054-.053l-.066-.068c-.33-.338-.495-.507-.61-.668a2.5 2.5 0 0 1 .084-2.996c.123-.156.297-.315.644-.634c.77-.77 1.011-1.897 1.04-2.986a6.101 6.101 0 1 1 6.26 6.26Z" clip-rule="evenodd"/></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%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m7.629%2014.216l-1.45%201.45c-.266.265-.4.398-.533.432c-.134.034-.43-.055-1.023-.234A2.033%202.033%200%200%200%203.068%2019.6c.533.287.8.43.851.482c.052.052.195.319.482.852q.136.255.352.472a2.034%202.034%200%200%200%203.385-2.027c-.179-.593-.268-.89-.235-1.024s.167-.266.433-.532l1.45-1.45%22%2F%3E%3Cpath%20d%3D%22M16.061%2014.2c-1.088.029-2.216.27-2.985%201.04c-.334.358-.501.537-.665.663a2.5%202.5%200%200%201-2.952.071c-.17-.118-.345-.289-.696-.63l-.054-.053l-.066-.068c-.33-.338-.495-.507-.61-.668a2.5%202.5%200%200%201%20.084-2.996c.123-.156.297-.315.644-.634c.77-.77%201.011-1.897%201.04-2.986a6.101%206.101%200%201%201%206.26%206.26Z%22%20clip-rule%3D%22evenodd%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%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m7.629%2014.216l-1.45%201.45c-.266.265-.4.398-.533.432c-.134.034-.43-.055-1.023-.234A2.033%202.033%200%200%200%203.068%2019.6c.533.287.8.43.851.482c.052.052.195.319.482.852q.136.255.352.472a2.034%202.034%200%200%200%203.385-2.027c-.179-.593-.268-.89-.235-1.024s.167-.266.433-.532l1.45-1.45%22%2F%3E%3Cpath%20d%3D%22M16.061%2014.2c-1.088.029-2.216.27-2.985%201.04c-.334.358-.501.537-.665.663a2.5%202.5%200%200%201-2.952.071c-.17-.118-.345-.289-.696-.63l-.054-.053l-.066-.068c-.33-.338-.495-.507-.61-.668a2.5%202.5%200%200%201%20.084-2.996c.123-.156.297-.315.644-.634c.77-.77%201.011-1.897%201.04-2.986a6.101%206.101%200%201%201%206.26%206.26Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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