food drumstick icon
food-drumstick-outline from Material Design Icons by Pictogrammers · Outline · Food / Drink · Apache-2.0 Free for personal and commercial use.
- Name
- food-drumstick-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Food / Drink
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- chicken-leg-outline, meat-outline, turkey-leg-outline
1 other variant in Material Design Icons
More food / drink icons from Material Design Icons
Use the food drumstick icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.71 4c.83 0 1.62.22 2.29.66c1.14.74 1.84 1.87 2 3.18a4.37 4.37 0 0 1-1.25 3.47c-.7.69-1.59 1.13-2.57 1.23c-1.91.2-3.59.96-4.84 2.23a.81.81 0 0 1-1.13 0l-.99-.99a.74.74 0 0 1-.22-.53c0-.25.11-.47.32-.68c1.21-1.22 1.95-2.84 2.13-4.7c.13-1.33.84-2.47 2-3.22c.66-.43 1.44-.65 2.26-.65m0-2c-1.17 0-2.34.32-3.35.97c-1.76 1.13-2.73 2.89-2.9 4.71c-.13 1.32-.63 2.55-1.55 3.47l-.03.03c-1.16 1.16-1.16 2.93-.07 4.01l.99.99c.55.55 1.26.82 1.97.82s1.43-.27 1.98-.82c.97-.97 2.25-1.5 3.64-1.65c1.37-.15 2.71-.75 3.77-1.8A6.27 6.27 0 0 0 19.09 3c-1.01-.67-2.19-1-3.38-1M6.26 19.86c.27.56.18 1.24-.29 1.7a1.49 1.49 0 0 1-2.55-.98a1.49 1.49 0 0 1-.98-2.55c.46-.46 1.15-.56 1.7-.29l2.48-2.43c.14.19.3.41.48.59l.99.99c.21.2.41.37.67.52z"/></svg>
React
import type { SVGProps } from "react";
export function MdiFoodDrumstickOutline(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" d="M15.71 4c.83 0 1.62.22 2.29.66c1.14.74 1.84 1.87 2 3.18a4.37 4.37 0 0 1-1.25 3.47c-.7.69-1.59 1.13-2.57 1.23c-1.91.2-3.59.96-4.84 2.23a.81.81 0 0 1-1.13 0l-.99-.99a.74.74 0 0 1-.22-.53c0-.25.11-.47.32-.68c1.21-1.22 1.95-2.84 2.13-4.7c.13-1.33.84-2.47 2-3.22c.66-.43 1.44-.65 2.26-.65m0-2c-1.17 0-2.34.32-3.35.97c-1.76 1.13-2.73 2.89-2.9 4.71c-.13 1.32-.63 2.55-1.55 3.47l-.03.03c-1.16 1.16-1.16 2.93-.07 4.01l.99.99c.55.55 1.26.82 1.97.82s1.43-.27 1.98-.82c.97-.97 2.25-1.5 3.64-1.65c1.37-.15 2.71-.75 3.77-1.8A6.27 6.27 0 0 0 19.09 3c-1.01-.67-2.19-1-3.38-1M6.26 19.86c.27.56.18 1.24-.29 1.7a1.49 1.49 0 0 1-2.55-.98a1.49 1.49 0 0 1-.98-2.55c.46-.46 1.15-.56 1.7-.29l2.48-2.43c.14.19.3.41.48.59l.99.99c.21.2.41.37.67.52z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.71 4c.83 0 1.62.22 2.29.66c1.14.74 1.84 1.87 2 3.18a4.37 4.37 0 0 1-1.25 3.47c-.7.69-1.59 1.13-2.57 1.23c-1.91.2-3.59.96-4.84 2.23a.81.81 0 0 1-1.13 0l-.99-.99a.74.74 0 0 1-.22-.53c0-.25.11-.47.32-.68c1.21-1.22 1.95-2.84 2.13-4.7c.13-1.33.84-2.47 2-3.22c.66-.43 1.44-.65 2.26-.65m0-2c-1.17 0-2.34.32-3.35.97c-1.76 1.13-2.73 2.89-2.9 4.71c-.13 1.32-.63 2.55-1.55 3.47l-.03.03c-1.16 1.16-1.16 2.93-.07 4.01l.99.99c.55.55 1.26.82 1.97.82s1.43-.27 1.98-.82c.97-.97 2.25-1.5 3.64-1.65c1.37-.15 2.71-.75 3.77-1.8A6.27 6.27 0 0 0 19.09 3c-1.01-.67-2.19-1-3.38-1M6.26 19.86c.27.56.18 1.24-.29 1.7a1.49 1.49 0 0 1-2.55-.98a1.49 1.49 0 0 1-.98-2.55c.46-.46 1.15-.56 1.7-.29l2.48-2.43c.14.19.3.41.48.59l.99.99c.21.2.41.37.67.52z"/></svg> </template>
CSS
.icon-food-drumstick-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%22currentColor%22%20d%3D%22M15.71%204c.83%200%201.62.22%202.29.66c1.14.74%201.84%201.87%202%203.18a4.37%204.37%200%200%201-1.25%203.47c-.7.69-1.59%201.13-2.57%201.23c-1.91.2-3.59.96-4.84%202.23a.81.81%200%200%201-1.13%200l-.99-.99a.74.74%200%200%201-.22-.53c0-.25.11-.47.32-.68c1.21-1.22%201.95-2.84%202.13-4.7c.13-1.33.84-2.47%202-3.22c.66-.43%201.44-.65%202.26-.65m0-2c-1.17%200-2.34.32-3.35.97c-1.76%201.13-2.73%202.89-2.9%204.71c-.13%201.32-.63%202.55-1.55%203.47l-.03.03c-1.16%201.16-1.16%202.93-.07%204.01l.99.99c.55.55%201.26.82%201.97.82s1.43-.27%201.98-.82c.97-.97%202.25-1.5%203.64-1.65c1.37-.15%202.71-.75%203.77-1.8A6.27%206.27%200%200%200%2019.09%203c-1.01-.67-2.19-1-3.38-1M6.26%2019.86c.27.56.18%201.24-.29%201.7a1.49%201.49%200%200%201-2.55-.98a1.49%201.49%200%200%201-.98-2.55c.46-.46%201.15-.56%201.7-.29l2.48-2.43c.14.19.3.41.48.59l.99.99c.21.2.41.37.67.52z%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%20d%3D%22M15.71%204c.83%200%201.62.22%202.29.66c1.14.74%201.84%201.87%202%203.18a4.37%204.37%200%200%201-1.25%203.47c-.7.69-1.59%201.13-2.57%201.23c-1.91.2-3.59.96-4.84%202.23a.81.81%200%200%201-1.13%200l-.99-.99a.74.74%200%200%201-.22-.53c0-.25.11-.47.32-.68c1.21-1.22%201.95-2.84%202.13-4.7c.13-1.33.84-2.47%202-3.22c.66-.43%201.44-.65%202.26-.65m0-2c-1.17%200-2.34.32-3.35.97c-1.76%201.13-2.73%202.89-2.9%204.71c-.13%201.32-.63%202.55-1.55%203.47l-.03.03c-1.16%201.16-1.16%202.93-.07%204.01l.99.99c.55.55%201.26.82%201.97.82s1.43-.27%201.98-.82c.97-.97%202.25-1.5%203.64-1.65c1.37-.15%202.71-.75%203.77-1.8A6.27%206.27%200%200%200%2019.09%203c-1.01-.67-2.19-1-3.38-1M6.26%2019.86c.27.56.18%201.24-.29%201.7a1.49%201.49%200%200%201-2.55-.98a1.49%201.49%200%200%201-.98-2.55c.46-.46%201.15-.56%201.7-.29l2.48-2.43c.14.19.3.41.48.59l.99.99c.21.2.41.37.67.52z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/food-drumstick-outline.svg?color=%231a73e8&size=48