drumstick bite icon

drumstick-bite from Font Awesome Solid by Dave Gandy · Solid · Autumn · CC-BY-4.0 Attribution required.

Name
drumstick-bite
Set
Font Awesome Solid
Style
Solid
Category
Autumn
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More autumn icons from Font Awesome Solid

Use the drumstick bite icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M224 329.2c0 8.5-3.4 16.6-9.4 22.6l-26.8 26.8c-12.3 12.3-32.5 11.4-49.4 7.2c-4.6-1.1-9.5-1.8-14.5-1.8c-33.1 0-60 26.9-60 60s26.9 60 60 60c6.3 0 12 5.7 12 12c0 33.1 26.9 60 60 60s60-26.9 60-60c0-5-.6-9.8-1.8-14.5c-4.2-16.9-5.2-37.1 7.2-49.4l26.8-26.8c6-6 14.1-9.4 22.6-9.4h89.2c6.3 0 12.4-.3 18.5-1c11.9-1.2 16.4-15.5 10.8-26c-8.5-15.8-13.3-33.8-13.3-53c0-61.9 50.1-112 112-112c8 0 15.7.8 23.2 2.4c11.7 2.5 24.1-5.9 22-17.6c-14.7-82.3-86.7-144.8-173.2-144.8c-97.2 0-176 78.8-176 176v89.2z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidDrumstickBite(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M224 329.2c0 8.5-3.4 16.6-9.4 22.6l-26.8 26.8c-12.3 12.3-32.5 11.4-49.4 7.2c-4.6-1.1-9.5-1.8-14.5-1.8c-33.1 0-60 26.9-60 60s26.9 60 60 60c6.3 0 12 5.7 12 12c0 33.1 26.9 60 60 60s60-26.9 60-60c0-5-.6-9.8-1.8-14.5c-4.2-16.9-5.2-37.1 7.2-49.4l26.8-26.8c6-6 14.1-9.4 22.6-9.4h89.2c6.3 0 12.4-.3 18.5-1c11.9-1.2 16.4-15.5 10.8-26c-8.5-15.8-13.3-33.8-13.3-53c0-61.9 50.1-112 112-112c8 0 15.7.8 23.2 2.4c11.7 2.5 24.1-5.9 22-17.6c-14.7-82.3-86.7-144.8-173.2-144.8c-97.2 0-176 78.8-176 176v89.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M224 329.2c0 8.5-3.4 16.6-9.4 22.6l-26.8 26.8c-12.3 12.3-32.5 11.4-49.4 7.2c-4.6-1.1-9.5-1.8-14.5-1.8c-33.1 0-60 26.9-60 60s26.9 60 60 60c6.3 0 12 5.7 12 12c0 33.1 26.9 60 60 60s60-26.9 60-60c0-5-.6-9.8-1.8-14.5c-4.2-16.9-5.2-37.1 7.2-49.4l26.8-26.8c6-6 14.1-9.4 22.6-9.4h89.2c6.3 0 12.4-.3 18.5-1c11.9-1.2 16.4-15.5 10.8-26c-8.5-15.8-13.3-33.8-13.3-53c0-61.9 50.1-112 112-112c8 0 15.7.8 23.2 2.4c11.7 2.5 24.1-5.9 22-17.6c-14.7-82.3-86.7-144.8-173.2-144.8c-97.2 0-176 78.8-176 176v89.2z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20329.2c0%208.5-3.4%2016.6-9.4%2022.6l-26.8%2026.8c-12.3%2012.3-32.5%2011.4-49.4%207.2c-4.6-1.1-9.5-1.8-14.5-1.8c-33.1%200-60%2026.9-60%2060s26.9%2060%2060%2060c6.3%200%2012%205.7%2012%2012c0%2033.1%2026.9%2060%2060%2060s60-26.9%2060-60c0-5-.6-9.8-1.8-14.5c-4.2-16.9-5.2-37.1%207.2-49.4l26.8-26.8c6-6%2014.1-9.4%2022.6-9.4h89.2c6.3%200%2012.4-.3%2018.5-1c11.9-1.2%2016.4-15.5%2010.8-26c-8.5-15.8-13.3-33.8-13.3-53c0-61.9%2050.1-112%20112-112c8%200%2015.7.8%2023.2%202.4c11.7%202.5%2024.1-5.9%2022-17.6c-14.7-82.3-86.7-144.8-173.2-144.8c-97.2%200-176%2078.8-176%20176v89.2z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20329.2c0%208.5-3.4%2016.6-9.4%2022.6l-26.8%2026.8c-12.3%2012.3-32.5%2011.4-49.4%207.2c-4.6-1.1-9.5-1.8-14.5-1.8c-33.1%200-60%2026.9-60%2060s26.9%2060%2060%2060c6.3%200%2012%205.7%2012%2012c0%2033.1%2026.9%2060%2060%2060s60-26.9%2060-60c0-5-.6-9.8-1.8-14.5c-4.2-16.9-5.2-37.1%207.2-49.4l26.8-26.8c6-6%2014.1-9.4%2022.6-9.4h89.2c6.3%200%2012.4-.3%2018.5-1c11.9-1.2%2016.4-15.5%2010.8-26c-8.5-15.8-13.3-33.8-13.3-53c0-61.9%2050.1-112%20112-112c8%200%2015.7.8%2023.2%202.4c11.7%202.5%2024.1-5.9%2022-17.6c-14.7-82.3-86.7-144.8-173.2-144.8c-97.2%200-176%2078.8-176%20176v89.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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