drumstick bite icon

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

Name
drumstick-bite-outline
Set
Flowbite Icons
Style
Outline
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.443 9.885L9.936 7.51c.814-.815.805-2.07-.02-2.895c-.827-.827-2.081-.835-2.896-.021c-.479.48-.715 1.201-.566 1.83c-.628-.15-1.35.086-1.83.566c-.814.814-.805 2.069.021 2.895s2.08.835 2.895.02l2.503 2.293m.806-1.38c1.83-1.83 5.124-1.222 7.193.846s2.319 4.623.297 6.645c-1.032 1.032-2.128 1.609-3.23 1.651c.588-1.34.225-2.587-.813-3.28c-.918-.614-2.18-.781-3.548.178c-1.104-2.058-1.303-4.635.101-6.04"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteDrumstickBiteOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M12.443 9.885L9.936 7.51c.814-.815.805-2.07-.02-2.895c-.827-.827-2.081-.835-2.896-.021c-.479.48-.715 1.201-.566 1.83c-.628-.15-1.35.086-1.83.566c-.814.814-.805 2.069.021 2.895s2.08.835 2.895.02l2.503 2.293m.806-1.38c1.83-1.83 5.124-1.222 7.193.846s2.319 4.623.297 6.645c-1.032 1.032-2.128 1.609-3.23 1.651c.588-1.34.225-2.587-.813-3.28c-.918-.614-2.18-.781-3.548.178c-1.104-2.058-1.303-4.635.101-6.04"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.443 9.885L9.936 7.51c.814-.815.805-2.07-.02-2.895c-.827-.827-2.081-.835-2.896-.021c-.479.48-.715 1.201-.566 1.83c-.628-.15-1.35.086-1.83.566c-.814.814-.805 2.069.021 2.895s2.08.835 2.895.02l2.503 2.293m.806-1.38c1.83-1.83 5.124-1.222 7.193.846s2.319 4.623.297 6.645c-1.032 1.032-2.128 1.609-3.23 1.651c.588-1.34.225-2.587-.813-3.28c-.918-.614-2.18-.781-3.548.178c-1.104-2.058-1.303-4.635.101-6.04"/></svg>
</template>

CSS

.icon-drumstick-bite-outline {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12.443%209.885L9.936%207.51c.814-.815.805-2.07-.02-2.895c-.827-.827-2.081-.835-2.896-.021c-.479.48-.715%201.201-.566%201.83c-.628-.15-1.35.086-1.83.566c-.814.814-.805%202.069.021%202.895s2.08.835%202.895.02l2.503%202.293m.806-1.38c1.83-1.83%205.124-1.222%207.193.846s2.319%204.623.297%206.645c-1.032%201.032-2.128%201.609-3.23%201.651c.588-1.34.225-2.587-.813-3.28c-.918-.614-2.18-.781-3.548.178c-1.104-2.058-1.303-4.635.101-6.04%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12.443%209.885L9.936%207.51c.814-.815.805-2.07-.02-2.895c-.827-.827-2.081-.835-2.896-.021c-.479.48-.715%201.201-.566%201.83c-.628-.15-1.35.086-1.83.566c-.814.814-.805%202.069.021%202.895s2.08.835%202.895.02l2.503%202.293m.806-1.38c1.83-1.83%205.124-1.222%207.193.846s2.319%204.623.297%206.645c-1.032%201.032-2.128%201.609-3.23%201.651c.588-1.34.225-2.587-.813-3.28c-.918-.614-2.18-.781-3.548.178c-1.104-2.058-1.303-4.635.101-6.04%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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