poultry leg emoji
poultry-leg from Fluent Emoji Flat by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.
- Name
- poultry-leg
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Food & Drink
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More food & drink icons from Fluent Emoji Flat
Use the poultry leg emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#d3d3d3" d="M2.987 10.459c1.07.94 2.71.94 3.79 0c.21-.19.53-.19.73.01l5.94 5.89l2.95-2.98l-5.94-5.89c-.2-.2-.21-.52-.02-.73a2.9 2.9 0 0 0-.03-3.79a2.885 2.885 0 0 0-5.04 1.88c0 .3-.25.55-.55.55c-.72.01-1.45.3-2 .85c-1.14 1.18-1.09 3.11.17 4.21"/><path fill="#d3883e" d="M15.067 27.459c3.51 3.48 9.21 3.41 12.63-.2c3.26-3.45 3.19-8.93-.16-12.3a8.82 8.82 0 0 0-7.9-2.44c-1.13.21-2.29-.12-3.11-.93l-1.66-1.65c-.93-.93-2.44-.92-3.36.01l-1.53 1.54c-.93.93-.92 2.44.01 3.36l1.62 1.61c.84.83 1.19 2.02.98 3.18c-.48 2.76.34 5.7 2.48 7.82"/><path fill="#a56953" d="M23.667 16.759a1.2 1.2 0 1 0 0-2.4a1.2 1.2 0 0 0 0 2.4m2.84 5.649a1.95 1.95 0 1 0 0-3.9a1.95 1.95 0 0 0 0 3.9m-2.98-3.39a.86.86 0 1 1-1.72 0a.86.86 0 0 1 1.72 0" opacity=".7"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatPoultryLeg(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#d3d3d3" d="M2.987 10.459c1.07.94 2.71.94 3.79 0c.21-.19.53-.19.73.01l5.94 5.89l2.95-2.98l-5.94-5.89c-.2-.2-.21-.52-.02-.73a2.9 2.9 0 0 0-.03-3.79a2.885 2.885 0 0 0-5.04 1.88c0 .3-.25.55-.55.55c-.72.01-1.45.3-2 .85c-1.14 1.18-1.09 3.11.17 4.21"/><path fill="#d3883e" d="M15.067 27.459c3.51 3.48 9.21 3.41 12.63-.2c3.26-3.45 3.19-8.93-.16-12.3a8.82 8.82 0 0 0-7.9-2.44c-1.13.21-2.29-.12-3.11-.93l-1.66-1.65c-.93-.93-2.44-.92-3.36.01l-1.53 1.54c-.93.93-.92 2.44.01 3.36l1.62 1.61c.84.83 1.19 2.02.98 3.18c-.48 2.76.34 5.7 2.48 7.82"/><path fill="#a56953" d="M23.667 16.759a1.2 1.2 0 1 0 0-2.4a1.2 1.2 0 0 0 0 2.4m2.84 5.649a1.95 1.95 0 1 0 0-3.9a1.95 1.95 0 0 0 0 3.9m-2.98-3.39a.86.86 0 1 1-1.72 0a.86.86 0 0 1 1.72 0" opacity=".7"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#d3d3d3" d="M2.987 10.459c1.07.94 2.71.94 3.79 0c.21-.19.53-.19.73.01l5.94 5.89l2.95-2.98l-5.94-5.89c-.2-.2-.21-.52-.02-.73a2.9 2.9 0 0 0-.03-3.79a2.885 2.885 0 0 0-5.04 1.88c0 .3-.25.55-.55.55c-.72.01-1.45.3-2 .85c-1.14 1.18-1.09 3.11.17 4.21"/><path fill="#d3883e" d="M15.067 27.459c3.51 3.48 9.21 3.41 12.63-.2c3.26-3.45 3.19-8.93-.16-12.3a8.82 8.82 0 0 0-7.9-2.44c-1.13.21-2.29-.12-3.11-.93l-1.66-1.65c-.93-.93-2.44-.92-3.36.01l-1.53 1.54c-.93.93-.92 2.44.01 3.36l1.62 1.61c.84.83 1.19 2.02.98 3.18c-.48 2.76.34 5.7 2.48 7.82"/><path fill="#a56953" d="M23.667 16.759a1.2 1.2 0 1 0 0-2.4a1.2 1.2 0 0 0 0 2.4m2.84 5.649a1.95 1.95 0 1 0 0-3.9a1.95 1.95 0 0 0 0 3.9m-2.98-3.39a.86.86 0 1 1-1.72 0a.86.86 0 0 1 1.72 0" opacity=".7"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M2.987%2010.459c1.07.94%202.71.94%203.79%200c.21-.19.53-.19.73.01l5.94%205.89l2.95-2.98l-5.94-5.89c-.2-.2-.21-.52-.02-.73a2.9%202.9%200%200%200-.03-3.79a2.885%202.885%200%200%200-5.04%201.88c0%20.3-.25.55-.55.55c-.72.01-1.45.3-2%20.85c-1.14%201.18-1.09%203.11.17%204.21%22%2F%3E%3Cpath%20fill%3D%22%23d3883e%22%20d%3D%22M15.067%2027.459c3.51%203.48%209.21%203.41%2012.63-.2c3.26-3.45%203.19-8.93-.16-12.3a8.82%208.82%200%200%200-7.9-2.44c-1.13.21-2.29-.12-3.11-.93l-1.66-1.65c-.93-.93-2.44-.92-3.36.01l-1.53%201.54c-.93.93-.92%202.44.01%203.36l1.62%201.61c.84.83%201.19%202.02.98%203.18c-.48%202.76.34%205.7%202.48%207.82%22%2F%3E%3Cpath%20fill%3D%22%23a56953%22%20d%3D%22M23.667%2016.759a1.2%201.2%200%201%200%200-2.4a1.2%201.2%200%200%200%200%202.4m2.84%205.649a1.95%201.95%200%201%200%200-3.9a1.95%201.95%200%200%200%200%203.9m-2.98-3.39a.86.86%200%201%201-1.72%200a.86.86%200%200%201%201.72%200%22%20opacity%3D%22.7%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M2.987%2010.459c1.07.94%202.71.94%203.79%200c.21-.19.53-.19.73.01l5.94%205.89l2.95-2.98l-5.94-5.89c-.2-.2-.21-.52-.02-.73a2.9%202.9%200%200%200-.03-3.79a2.885%202.885%200%200%200-5.04%201.88c0%20.3-.25.55-.55.55c-.72.01-1.45.3-2%20.85c-1.14%201.18-1.09%203.11.17%204.21%22%2F%3E%3Cpath%20fill%3D%22%23d3883e%22%20d%3D%22M15.067%2027.459c3.51%203.48%209.21%203.41%2012.63-.2c3.26-3.45%203.19-8.93-.16-12.3a8.82%208.82%200%200%200-7.9-2.44c-1.13.21-2.29-.12-3.11-.93l-1.66-1.65c-.93-.93-2.44-.92-3.36.01l-1.53%201.54c-.93.93-.92%202.44.01%203.36l1.62%201.61c.84.83%201.19%202.02.98%203.18c-.48%202.76.34%205.7%202.48%207.82%22%2F%3E%3Cpath%20fill%3D%22%23a56953%22%20d%3D%22M23.667%2016.759a1.2%201.2%200%201%200%200-2.4a1.2%201.2%200%200%200%200%202.4m2.84%205.649a1.95%201.95%200%201%200%200-3.9a1.95%201.95%200%200%200%200%203.9m-2.98-3.39a.86.86%200%201%201-1.72%200a.86.86%200%200%201%201.72%200%22%20opacity%3D%22.7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/poultry-leg.svg?color=%231a73e8&size=48