food-chicken-leg-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
food-chicken-leg-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the food chicken leg icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 8a6 6 0 0 0-11.898-1.106c-.568 1.84-1.083 2.843-1.365 3.309L6.22 12.72a.75.75 0 0 0 .283 1.238L4.462 16a2.5 2.5 0 0 0-1.419 4.532c.162.116.309.263.425.425A2.5 2.5 0 0 0 8 19.533l2.04-2.04a.75.75 0 0 0 1.24.287l2.524-2.524c.473-.283 1.478-.795 3.315-1.36A6 6 0 0 0 22 8m-12 7.412l-3.116 3.115a1.37 1.37 0 0 0-.384.973a1 1 0 0 1-1.813.582a3.4 3.4 0 0 0-.769-.769A1 1 0 0 1 4.5 17.5c.299 0 .673-.09.965-.382L8.583 14H10zM16 3.5a4.5 4.5 0 0 1 .807 8.928l-.086.02c-2.062.632-3.209 1.223-3.78 1.578a1 1 0 0 0-.134.107L11.5 15.439V13.25a.75.75 0 0 0-.75-.75H8.56l1.3-1.299a1 1 0 0 0 .105-.132c.354-.566.949-1.71 1.584-3.777a1 1 0 0 0 .021-.088A4.5 4.5 0 0 1 16 3.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentFoodChickenLeg24Regular(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="M22 8a6 6 0 0 0-11.898-1.106c-.568 1.84-1.083 2.843-1.365 3.309L6.22 12.72a.75.75 0 0 0 .283 1.238L4.462 16a2.5 2.5 0 0 0-1.419 4.532c.162.116.309.263.425.425A2.5 2.5 0 0 0 8 19.533l2.04-2.04a.75.75 0 0 0 1.24.287l2.524-2.524c.473-.283 1.478-.795 3.315-1.36A6 6 0 0 0 22 8m-12 7.412l-3.116 3.115a1.37 1.37 0 0 0-.384.973a1 1 0 0 1-1.813.582a3.4 3.4 0 0 0-.769-.769A1 1 0 0 1 4.5 17.5c.299 0 .673-.09.965-.382L8.583 14H10zM16 3.5a4.5 4.5 0 0 1 .807 8.928l-.086.02c-2.062.632-3.209 1.223-3.78 1.578a1 1 0 0 0-.134.107L11.5 15.439V13.25a.75.75 0 0 0-.75-.75H8.56l1.3-1.299a1 1 0 0 0 .105-.132c.354-.566.949-1.71 1.584-3.777a1 1 0 0 0 .021-.088A4.5 4.5 0 0 1 16 3.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 8a6 6 0 0 0-11.898-1.106c-.568 1.84-1.083 2.843-1.365 3.309L6.22 12.72a.75.75 0 0 0 .283 1.238L4.462 16a2.5 2.5 0 0 0-1.419 4.532c.162.116.309.263.425.425A2.5 2.5 0 0 0 8 19.533l2.04-2.04a.75.75 0 0 0 1.24.287l2.524-2.524c.473-.283 1.478-.795 3.315-1.36A6 6 0 0 0 22 8m-12 7.412l-3.116 3.115a1.37 1.37 0 0 0-.384.973a1 1 0 0 1-1.813.582a3.4 3.4 0 0 0-.769-.769A1 1 0 0 1 4.5 17.5c.299 0 .673-.09.965-.382L8.583 14H10zM16 3.5a4.5 4.5 0 0 1 .807 8.928l-.086.02c-2.062.632-3.209 1.223-3.78 1.578a1 1 0 0 0-.134.107L11.5 15.439V13.25a.75.75 0 0 0-.75-.75H8.56l1.3-1.299a1 1 0 0 0 .105-.132c.354-.566.949-1.71 1.584-3.777a1 1 0 0 0 .021-.088A4.5 4.5 0 0 1 16 3.5"/></svg>
</template>

CSS

.icon-food-chicken-leg-24-regular {
  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%22M22%208a6%206%200%200%200-11.898-1.106c-.568%201.84-1.083%202.843-1.365%203.309L6.22%2012.72a.75.75%200%200%200%20.283%201.238L4.462%2016a2.5%202.5%200%200%200-1.419%204.532c.162.116.309.263.425.425A2.5%202.5%200%200%200%208%2019.533l2.04-2.04a.75.75%200%200%200%201.24.287l2.524-2.524c.473-.283%201.478-.795%203.315-1.36A6%206%200%200%200%2022%208m-12%207.412l-3.116%203.115a1.37%201.37%200%200%200-.384.973a1%201%200%200%201-1.813.582a3.4%203.4%200%200%200-.769-.769A1%201%200%200%201%204.5%2017.5c.299%200%20.673-.09.965-.382L8.583%2014H10zM16%203.5a4.5%204.5%200%200%201%20.807%208.928l-.086.02c-2.062.632-3.209%201.223-3.78%201.578a1%201%200%200%200-.134.107L11.5%2015.439V13.25a.75.75%200%200%200-.75-.75H8.56l1.3-1.299a1%201%200%200%200%20.105-.132c.354-.566.949-1.71%201.584-3.777a1%201%200%200%200%20.021-.088A4.5%204.5%200%200%201%2016%203.5%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%22M22%208a6%206%200%200%200-11.898-1.106c-.568%201.84-1.083%202.843-1.365%203.309L6.22%2012.72a.75.75%200%200%200%20.283%201.238L4.462%2016a2.5%202.5%200%200%200-1.419%204.532c.162.116.309.263.425.425A2.5%202.5%200%200%200%208%2019.533l2.04-2.04a.75.75%200%200%200%201.24.287l2.524-2.524c.473-.283%201.478-.795%203.315-1.36A6%206%200%200%200%2022%208m-12%207.412l-3.116%203.115a1.37%201.37%200%200%200-.384.973a1%201%200%200%201-1.813.582a3.4%203.4%200%200%200-.769-.769A1%201%200%200%201%204.5%2017.5c.299%200%20.673-.09.965-.382L8.583%2014H10zM16%203.5a4.5%204.5%200%200%201%20.807%208.928l-.086.02c-2.062.632-3.209%201.223-3.78%201.578a1%201%200%200%200-.134.107L11.5%2015.439V13.25a.75.75%200%200%200-.75-.75H8.56l1.3-1.299a1%201%200%200%200%20.105-.132c.354-.566.949-1.71%201.584-3.777a1%201%200%200%200%20.021-.088A4.5%204.5%200%200%201%2016%203.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/food-chicken-leg-24-regular.svg?color=%231a73e8&size=48