poultry leg icon
poultry-leg from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- poultry-leg
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
Use the poultry leg icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="m21.923 37.912l-4.585 4.4q.525 2.88.067 4.69c-.456 1.809-4.466 5.557-6.53 4.156q-1.899-1.29-2.442-4.905a1.02 1.02 0 0 0-.71-.822q-2.155-.654-2.877-1.186c-1.359-1-1.742-2.46-1.83-3.206c-.21-1.793 1.603-2.679 4.389-3.51q2.785-.83 6.321.317l4.654-3.908l-.356-.321a1.016 1.016 0 0 1 .074-1.571l1.176-.873Q21.32 15.269 28.44 9.79c7.925-6.097 15.477-8.413 21.315-1.808c5.837 6.605 3.28 13.598-3.533 21.93q-5.337 6.527-19.956 7.207c-.225.01-.44.095-.612.241l-1.717 1.464a1.016 1.016 0 0 1-1.482-.177z"/></svg>
React
import type { SVGProps } from "react";
export function F7PoultryLeg(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fillRule="evenodd" d="m21.923 37.912l-4.585 4.4q.525 2.88.067 4.69c-.456 1.809-4.466 5.557-6.53 4.156q-1.899-1.29-2.442-4.905a1.02 1.02 0 0 0-.71-.822q-2.155-.654-2.877-1.186c-1.359-1-1.742-2.46-1.83-3.206c-.21-1.793 1.603-2.679 4.389-3.51q2.785-.83 6.321.317l4.654-3.908l-.356-.321a1.016 1.016 0 0 1 .074-1.571l1.176-.873Q21.32 15.269 28.44 9.79c7.925-6.097 15.477-8.413 21.315-1.808c5.837 6.605 3.28 13.598-3.533 21.93q-5.337 6.527-19.956 7.207c-.225.01-.44.095-.612.241l-1.717 1.464a1.016 1.016 0 0 1-1.482-.177z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="m21.923 37.912l-4.585 4.4q.525 2.88.067 4.69c-.456 1.809-4.466 5.557-6.53 4.156q-1.899-1.29-2.442-4.905a1.02 1.02 0 0 0-.71-.822q-2.155-.654-2.877-1.186c-1.359-1-1.742-2.46-1.83-3.206c-.21-1.793 1.603-2.679 4.389-3.51q2.785-.83 6.321.317l4.654-3.908l-.356-.321a1.016 1.016 0 0 1 .074-1.571l1.176-.873Q21.32 15.269 28.44 9.79c7.925-6.097 15.477-8.413 21.315-1.808c5.837 6.605 3.28 13.598-3.533 21.93q-5.337 6.527-19.956 7.207c-.225.01-.44.095-.612.241l-1.717 1.464a1.016 1.016 0 0 1-1.482-.177z"/></svg> </template>
CSS
.icon-poultry-leg {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m21.923%2037.912l-4.585%204.4q.525%202.88.067%204.69c-.456%201.809-4.466%205.557-6.53%204.156q-1.899-1.29-2.442-4.905a1.02%201.02%200%200%200-.71-.822q-2.155-.654-2.877-1.186c-1.359-1-1.742-2.46-1.83-3.206c-.21-1.793%201.603-2.679%204.389-3.51q2.785-.83%206.321.317l4.654-3.908l-.356-.321a1.016%201.016%200%200%201%20.074-1.571l1.176-.873Q21.32%2015.269%2028.44%209.79c7.925-6.097%2015.477-8.413%2021.315-1.808c5.837%206.605%203.28%2013.598-3.533%2021.93q-5.337%206.527-19.956%207.207c-.225.01-.44.095-.612.241l-1.717%201.464a1.016%201.016%200%200%201-1.482-.177z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m21.923%2037.912l-4.585%204.4q.525%202.88.067%204.69c-.456%201.809-4.466%205.557-6.53%204.156q-1.899-1.29-2.442-4.905a1.02%201.02%200%200%200-.71-.822q-2.155-.654-2.877-1.186c-1.359-1-1.742-2.46-1.83-3.206c-.21-1.793%201.603-2.679%204.389-3.51q2.785-.83%206.321.317l4.654-3.908l-.356-.321a1.016%201.016%200%200%201%20.074-1.571l1.176-.873Q21.32%2015.269%2028.44%209.79c7.925-6.097%2015.477-8.413%2021.315-1.808c5.837%206.605%203.28%2013.598-3.533%2021.93q-5.337%206.527-19.956%207.207c-.225.01-.44.095-.612.241l-1.717%201.464a1.016%201.016%200%200%201-1.482-.177z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/poultry-leg.svg?color=%231a73e8&size=48