food chicken leg icon
food-chicken-leg-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- food-chicken-leg-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M15 5a4 4 0 0 0-7.942-.68a14 14 0 0 1-.537 1.452L4.146 8.147A.5.5 0 0 0 4.5 9h.076l-1.483 1.483l-.014.006A.3.3 0 0 1 3 10.5a2 2 0 0 0-1.218 3.586q.075.057.132.133A2 2 0 0 0 5.5 13q.001-.055.01-.079l.007-.013L7 11.426v.074a.5.5 0 0 0 .854.354l2.356-2.357c.373-.166.88-.363 1.556-.57A4 4 0 0 0 15 5M5.99 9H7v1.011l-2.192 2.192A1.12 1.12 0 0 0 4.5 13a1 1 0 0 1-1.793.609a1.7 1.7 0 0 0-.316-.315A1 1 0 0 1 3 11.5c.248 0 .56-.07.8-.31z"/></svg>
React
import type { SVGProps } from "react";
export function FluentFoodChickenLeg16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15 5a4 4 0 0 0-7.942-.68a14 14 0 0 1-.537 1.452L4.146 8.147A.5.5 0 0 0 4.5 9h.076l-1.483 1.483l-.014.006A.3.3 0 0 1 3 10.5a2 2 0 0 0-1.218 3.586q.075.057.132.133A2 2 0 0 0 5.5 13q.001-.055.01-.079l.007-.013L7 11.426v.074a.5.5 0 0 0 .854.354l2.356-2.357c.373-.166.88-.363 1.556-.57A4 4 0 0 0 15 5M5.99 9H7v1.011l-2.192 2.192A1.12 1.12 0 0 0 4.5 13a1 1 0 0 1-1.793.609a1.7 1.7 0 0 0-.316-.315A1 1 0 0 1 3 11.5c.248 0 .56-.07.8-.31z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15 5a4 4 0 0 0-7.942-.68a14 14 0 0 1-.537 1.452L4.146 8.147A.5.5 0 0 0 4.5 9h.076l-1.483 1.483l-.014.006A.3.3 0 0 1 3 10.5a2 2 0 0 0-1.218 3.586q.075.057.132.133A2 2 0 0 0 5.5 13q.001-.055.01-.079l.007-.013L7 11.426v.074a.5.5 0 0 0 .854.354l2.356-2.357c.373-.166.88-.363 1.556-.57A4 4 0 0 0 15 5M5.99 9H7v1.011l-2.192 2.192A1.12 1.12 0 0 0 4.5 13a1 1 0 0 1-1.793.609a1.7 1.7 0 0 0-.316-.315A1 1 0 0 1 3 11.5c.248 0 .56-.07.8-.31z"/></svg> </template>
CSS
.icon-food-chicken-leg-16-filled {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%205a4%204%200%200%200-7.942-.68a14%2014%200%200%201-.537%201.452L4.146%208.147A.5.5%200%200%200%204.5%209h.076l-1.483%201.483l-.014.006A.3.3%200%200%201%203%2010.5a2%202%200%200%200-1.218%203.586q.075.057.132.133A2%202%200%200%200%205.5%2013q.001-.055.01-.079l.007-.013L7%2011.426v.074a.5.5%200%200%200%20.854.354l2.356-2.357c.373-.166.88-.363%201.556-.57A4%204%200%200%200%2015%205M5.99%209H7v1.011l-2.192%202.192A1.12%201.12%200%200%200%204.5%2013a1%201%200%200%201-1.793.609a1.7%201.7%200%200%200-.316-.315A1%201%200%200%201%203%2011.5c.248%200%20.56-.07.8-.31z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%205a4%204%200%200%200-7.942-.68a14%2014%200%200%201-.537%201.452L4.146%208.147A.5.5%200%200%200%204.5%209h.076l-1.483%201.483l-.014.006A.3.3%200%200%201%203%2010.5a2%202%200%200%200-1.218%203.586q.075.057.132.133A2%202%200%200%200%205.5%2013q.001-.055.01-.079l.007-.013L7%2011.426v.074a.5.5%200%200%200%20.854.354l2.356-2.357c.373-.166.88-.363%201.556-.57A4%204%200%200%200%2015%205M5.99%209H7v1.011l-2.192%202.192A1.12%201.12%200%200%200%204.5%2013a1%201%200%200%201-1.793.609a1.7%201.7%200%200%200-.316-.315A1%201%200%200%201%203%2011.5c.248%200%20.56-.07.8-.31z%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-16-filled.svg?color=%231a73e8&size=48