drumstick bite icon

drumstick-bite from Line Awesome by Icons8 · Line · Food · Apache-2.0 Free for personal and commercial use.

Name
drumstick-bite
Set
Line Awesome
Style
Line
Category
Food
Viewbox
32×32
License
Apache 2.0
Aliases
drumstick-bite-solid

The same icon in other sets

More food icons from Line Awesome

Use the drumstick bite icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19.65 4.004a8.33 8.33 0 0 0-5.906 2.441c-1.568 1.568-3.41 5.955-5.473 13.04L6.676 21.08a3 3 0 0 0-.678-.08c-1.654 0-3 1.346-3 3c0 1.351.9 2.497 2.13 2.871A3 3 0 0 0 7.999 29a3.003 3.003 0 0 0 3-3q0-.344-.08-.678l1.596-1.593c1.767-.514 4.267-1.285 6.601-2.149l1.153-.428l-.65-1.04A4 4 0 0 1 19 18c0-2.206 1.794-4 4-4c1.108 0 2.143.454 2.914 1.28l1.162 1.245l.522-1.625a8.32 8.32 0 0 0-2.043-8.455a8.32 8.32 0 0 0-5.905-2.441m-.002 2c1.627 0 3.252.617 4.49 1.855a6.32 6.32 0 0 1 1.842 4.94A5.9 5.9 0 0 0 23 12c-3.309 0-6 2.691-6 6c0 .709.13 1.413.38 2.08a99 99 0 0 1-4.468 1.438l-2.432-2.432c1.782-5.943 3.47-10.02 4.676-11.227a6.34 6.34 0 0 1 4.492-1.855M9.574 21.008l1.416 1.416l-2.46 2.46l.345.653q.123.232.123.463a1.001 1.001 0 0 1-2 0v-1h-1a1.001 1.001 0 0 1 0-2a1 1 0 0 1 .463.123l.652.348z"/></svg>

React

import type { SVGProps } from "react";

export function LaDrumstickBite(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19.65 4.004a8.33 8.33 0 0 0-5.906 2.441c-1.568 1.568-3.41 5.955-5.473 13.04L6.676 21.08a3 3 0 0 0-.678-.08c-1.654 0-3 1.346-3 3c0 1.351.9 2.497 2.13 2.871A3 3 0 0 0 7.999 29a3.003 3.003 0 0 0 3-3q0-.344-.08-.678l1.596-1.593c1.767-.514 4.267-1.285 6.601-2.149l1.153-.428l-.65-1.04A4 4 0 0 1 19 18c0-2.206 1.794-4 4-4c1.108 0 2.143.454 2.914 1.28l1.162 1.245l.522-1.625a8.32 8.32 0 0 0-2.043-8.455a8.32 8.32 0 0 0-5.905-2.441m-.002 2c1.627 0 3.252.617 4.49 1.855a6.32 6.32 0 0 1 1.842 4.94A5.9 5.9 0 0 0 23 12c-3.309 0-6 2.691-6 6c0 .709.13 1.413.38 2.08a99 99 0 0 1-4.468 1.438l-2.432-2.432c1.782-5.943 3.47-10.02 4.676-11.227a6.34 6.34 0 0 1 4.492-1.855M9.574 21.008l1.416 1.416l-2.46 2.46l.345.653q.123.232.123.463a1.001 1.001 0 0 1-2 0v-1h-1a1.001 1.001 0 0 1 0-2a1 1 0 0 1 .463.123l.652.348z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19.65 4.004a8.33 8.33 0 0 0-5.906 2.441c-1.568 1.568-3.41 5.955-5.473 13.04L6.676 21.08a3 3 0 0 0-.678-.08c-1.654 0-3 1.346-3 3c0 1.351.9 2.497 2.13 2.871A3 3 0 0 0 7.999 29a3.003 3.003 0 0 0 3-3q0-.344-.08-.678l1.596-1.593c1.767-.514 4.267-1.285 6.601-2.149l1.153-.428l-.65-1.04A4 4 0 0 1 19 18c0-2.206 1.794-4 4-4c1.108 0 2.143.454 2.914 1.28l1.162 1.245l.522-1.625a8.32 8.32 0 0 0-2.043-8.455a8.32 8.32 0 0 0-5.905-2.441m-.002 2c1.627 0 3.252.617 4.49 1.855a6.32 6.32 0 0 1 1.842 4.94A5.9 5.9 0 0 0 23 12c-3.309 0-6 2.691-6 6c0 .709.13 1.413.38 2.08a99 99 0 0 1-4.468 1.438l-2.432-2.432c1.782-5.943 3.47-10.02 4.676-11.227a6.34 6.34 0 0 1 4.492-1.855M9.574 21.008l1.416 1.416l-2.46 2.46l.345.653q.123.232.123.463a1.001 1.001 0 0 1-2 0v-1h-1a1.001 1.001 0 0 1 0-2a1 1 0 0 1 .463.123l.652.348z"/></svg>
</template>

CSS

.icon-drumstick-bite {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.65%204.004a8.33%208.33%200%200%200-5.906%202.441c-1.568%201.568-3.41%205.955-5.473%2013.04L6.676%2021.08a3%203%200%200%200-.678-.08c-1.654%200-3%201.346-3%203c0%201.351.9%202.497%202.13%202.871A3%203%200%200%200%207.999%2029a3.003%203.003%200%200%200%203-3q0-.344-.08-.678l1.596-1.593c1.767-.514%204.267-1.285%206.601-2.149l1.153-.428l-.65-1.04A4%204%200%200%201%2019%2018c0-2.206%201.794-4%204-4c1.108%200%202.143.454%202.914%201.28l1.162%201.245l.522-1.625a8.32%208.32%200%200%200-2.043-8.455a8.32%208.32%200%200%200-5.905-2.441m-.002%202c1.627%200%203.252.617%204.49%201.855a6.32%206.32%200%200%201%201.842%204.94A5.9%205.9%200%200%200%2023%2012c-3.309%200-6%202.691-6%206c0%20.709.13%201.413.38%202.08a99%2099%200%200%201-4.468%201.438l-2.432-2.432c1.782-5.943%203.47-10.02%204.676-11.227a6.34%206.34%200%200%201%204.492-1.855M9.574%2021.008l1.416%201.416l-2.46%202.46l.345.653q.123.232.123.463a1.001%201.001%200%200%201-2%200v-1h-1a1.001%201.001%200%200%201%200-2a1%201%200%200%201%20.463.123l.652.348z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.65%204.004a8.33%208.33%200%200%200-5.906%202.441c-1.568%201.568-3.41%205.955-5.473%2013.04L6.676%2021.08a3%203%200%200%200-.678-.08c-1.654%200-3%201.346-3%203c0%201.351.9%202.497%202.13%202.871A3%203%200%200%200%207.999%2029a3.003%203.003%200%200%200%203-3q0-.344-.08-.678l1.596-1.593c1.767-.514%204.267-1.285%206.601-2.149l1.153-.428l-.65-1.04A4%204%200%200%201%2019%2018c0-2.206%201.794-4%204-4c1.108%200%202.143.454%202.914%201.28l1.162%201.245l.522-1.625a8.32%208.32%200%200%200-2.043-8.455a8.32%208.32%200%200%200-5.905-2.441m-.002%202c1.627%200%203.252.617%204.49%201.855a6.32%206.32%200%200%201%201.842%204.94A5.9%205.9%200%200%200%2023%2012c-3.309%200-6%202.691-6%206c0%20.709.13%201.413.38%202.08a99%2099%200%200%201-4.468%201.438l-2.432-2.432c1.782-5.943%203.47-10.02%204.676-11.227a6.34%206.34%200%200%201%204.492-1.855M9.574%2021.008l1.416%201.416l-2.46%202.46l.345.653q.123.232.123.463a1.001%201.001%200%200%201-2%200v-1h-1a1.001%201.001%200%200%201%200-2a1%201%200%200%201%20.463.123l.652.348z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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