drumstick bite icon

drumstick-bite-solid from Flowbite Icons by Themesberg · Solid · Food Beverage · MIT Free for personal and commercial use.

Name
drumstick-bite-solid
Set
Flowbite Icons
Style
Solid
Category
Food Beverage
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More food beverage icons from Flowbite Icons

Use the drumstick bite icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.622 3.907C9.415 2.7 7.527 2.673 6.313 3.887a3.13 3.13 0 0 0-.841 1.554a3.15 3.15 0 0 0-1.555.841c-1.214 1.215-1.186 3.103.02 4.31c.97.968 2.376 1.178 3.522.595l1.479 1.355a6 6 0 0 0-.08 1.063c.014 1.26.392 2.575 1.01 3.726a1 1 0 0 0 1.455.346c.537-.377.998-.497 1.37-.498c.377-.001.73.12 1.048.332c.591.395.867 1.102.452 2.048a1 1 0 0 0 .954 1.4c1.437-.055 2.759-.803 3.9-1.943c1.183-1.185 1.763-2.598 1.675-4.071c-.087-1.453-.813-2.827-1.974-3.988c-1.18-1.18-2.717-1.955-4.255-2.168a5.9 5.9 0 0 0-1.741.011l-1.507-1.427c.548-1.135.33-2.513-.623-3.466m.092 5.718l-1.466-1.39a1 1 0 0 1-.02-1.432c.415-.415.425-1.036-.02-1.481s-1.066-.435-1.48-.02c-.266.264-.36.641-.301.89a1 1 0 0 1-1.204 1.204c-.25-.059-.626.035-.891.3c-.415.415-.425 1.037.02 1.482s1.066.435 1.481.02a1 1 0 0 1 1.383-.03l1.53 1.403q.178-.24.396-.46q.272-.271.572-.486" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteDrumstickBiteSolid(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" fillRule="evenodd" d="M10.622 3.907C9.415 2.7 7.527 2.673 6.313 3.887a3.13 3.13 0 0 0-.841 1.554a3.15 3.15 0 0 0-1.555.841c-1.214 1.215-1.186 3.103.02 4.31c.97.968 2.376 1.178 3.522.595l1.479 1.355a6 6 0 0 0-.08 1.063c.014 1.26.392 2.575 1.01 3.726a1 1 0 0 0 1.455.346c.537-.377.998-.497 1.37-.498c.377-.001.73.12 1.048.332c.591.395.867 1.102.452 2.048a1 1 0 0 0 .954 1.4c1.437-.055 2.759-.803 3.9-1.943c1.183-1.185 1.763-2.598 1.675-4.071c-.087-1.453-.813-2.827-1.974-3.988c-1.18-1.18-2.717-1.955-4.255-2.168a5.9 5.9 0 0 0-1.741.011l-1.507-1.427c.548-1.135.33-2.513-.623-3.466m.092 5.718l-1.466-1.39a1 1 0 0 1-.02-1.432c.415-.415.425-1.036-.02-1.481s-1.066-.435-1.48-.02c-.266.264-.36.641-.301.89a1 1 0 0 1-1.204 1.204c-.25-.059-.626.035-.891.3c-.415.415-.425 1.037.02 1.482s1.066.435 1.481.02a1 1 0 0 1 1.383-.03l1.53 1.403q.178-.24.396-.46q.272-.271.572-.486" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.622 3.907C9.415 2.7 7.527 2.673 6.313 3.887a3.13 3.13 0 0 0-.841 1.554a3.15 3.15 0 0 0-1.555.841c-1.214 1.215-1.186 3.103.02 4.31c.97.968 2.376 1.178 3.522.595l1.479 1.355a6 6 0 0 0-.08 1.063c.014 1.26.392 2.575 1.01 3.726a1 1 0 0 0 1.455.346c.537-.377.998-.497 1.37-.498c.377-.001.73.12 1.048.332c.591.395.867 1.102.452 2.048a1 1 0 0 0 .954 1.4c1.437-.055 2.759-.803 3.9-1.943c1.183-1.185 1.763-2.598 1.675-4.071c-.087-1.453-.813-2.827-1.974-3.988c-1.18-1.18-2.717-1.955-4.255-2.168a5.9 5.9 0 0 0-1.741.011l-1.507-1.427c.548-1.135.33-2.513-.623-3.466m.092 5.718l-1.466-1.39a1 1 0 0 1-.02-1.432c.415-.415.425-1.036-.02-1.481s-1.066-.435-1.48-.02c-.266.264-.36.641-.301.89a1 1 0 0 1-1.204 1.204c-.25-.059-.626.035-.891.3c-.415.415-.425 1.037.02 1.482s1.066.435 1.481.02a1 1 0 0 1 1.383-.03l1.53 1.403q.178-.24.396-.46q.272-.271.572-.486" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-drumstick-bite-solid {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M10.622%203.907C9.415%202.7%207.527%202.673%206.313%203.887a3.13%203.13%200%200%200-.841%201.554a3.15%203.15%200%200%200-1.555.841c-1.214%201.215-1.186%203.103.02%204.31c.97.968%202.376%201.178%203.522.595l1.479%201.355a6%206%200%200%200-.08%201.063c.014%201.26.392%202.575%201.01%203.726a1%201%200%200%200%201.455.346c.537-.377.998-.497%201.37-.498c.377-.001.73.12%201.048.332c.591.395.867%201.102.452%202.048a1%201%200%200%200%20.954%201.4c1.437-.055%202.759-.803%203.9-1.943c1.183-1.185%201.763-2.598%201.675-4.071c-.087-1.453-.813-2.827-1.974-3.988c-1.18-1.18-2.717-1.955-4.255-2.168a5.9%205.9%200%200%200-1.741.011l-1.507-1.427c.548-1.135.33-2.513-.623-3.466m.092%205.718l-1.466-1.39a1%201%200%200%201-.02-1.432c.415-.415.425-1.036-.02-1.481s-1.066-.435-1.48-.02c-.266.264-.36.641-.301.89a1%201%200%200%201-1.204%201.204c-.25-.059-.626.035-.891.3c-.415.415-.425%201.037.02%201.482s1.066.435%201.481.02a1%201%200%200%201%201.383-.03l1.53%201.403q.178-.24.396-.46q.272-.271.572-.486%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M10.622%203.907C9.415%202.7%207.527%202.673%206.313%203.887a3.13%203.13%200%200%200-.841%201.554a3.15%203.15%200%200%200-1.555.841c-1.214%201.215-1.186%203.103.02%204.31c.97.968%202.376%201.178%203.522.595l1.479%201.355a6%206%200%200%200-.08%201.063c.014%201.26.392%202.575%201.01%203.726a1%201%200%200%200%201.455.346c.537-.377.998-.497%201.37-.498c.377-.001.73.12%201.048.332c.591.395.867%201.102.452%202.048a1%201%200%200%200%20.954%201.4c1.437-.055%202.759-.803%203.9-1.943c1.183-1.185%201.763-2.598%201.675-4.071c-.087-1.453-.813-2.827-1.974-3.988c-1.18-1.18-2.717-1.955-4.255-2.168a5.9%205.9%200%200%200-1.741.011l-1.507-1.427c.548-1.135.33-2.513-.623-3.466m.092%205.718l-1.466-1.39a1%201%200%200%201-.02-1.432c.415-.415.425-1.036-.02-1.481s-1.066-.435-1.48-.02c-.266.264-.36.641-.301.89a1%201%200%200%201-1.204%201.204c-.25-.059-.626.035-.891.3c-.415.415-.425%201.037.02%201.482s1.066.435%201.481.02a1%201%200%200%201%201.383-.03l1.53%201.403q.178-.24.396-.46q.272-.271.572-.486%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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