chicken leg icon
chicken-leg from IconPark by ByteDance · Color · Foods · Apache-2.0 Free for personal and commercial use.
- Name
- chicken-leg
- Set
- IconPark
- Style
- Color
- Category
- Foods
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More foods icons from IconPark
Use the chicken leg icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M33.3748 33.8744C37.6175 29.6318 34.7891 15.4897 28.4251 9.12572C25.5966 6.29723 17.465 0.286877 8.62606 9.12565C-0.212837 17.9644 5.7977 26.0963 8.62606 28.9246C14.9901 35.2887 29.1322 38.1171 33.3748 33.8744Z"/><path stroke="#000" stroke-width="4" d="M41 41C40.2533 40.2533 36.0222 36.0222 33.9999 33.9999"/><circle cx="42.193" cy="40.071" r="2.5" fill="#000" transform="rotate(135 42.193 40.071)"/><circle cx="40.072" cy="42.192" r="2.5" fill="#000" transform="rotate(135 40.072 42.192)"/><circle cx="17" cy="18" r="2" fill="#fff"/><circle cx="12" cy="21" r="2" fill="#fff"/><circle cx="17" cy="24" r="2" fill="#fff"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkChickenLeg(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M33.3748 33.8744C37.6175 29.6318 34.7891 15.4897 28.4251 9.12572C25.5966 6.29723 17.465 0.286877 8.62606 9.12565C-0.212837 17.9644 5.7977 26.0963 8.62606 28.9246C14.9901 35.2887 29.1322 38.1171 33.3748 33.8744Z"/><path stroke="#000" strokeWidth="4" d="M41 41C40.2533 40.2533 36.0222 36.0222 33.9999 33.9999"/><circle cx="42.193" cy="40.071" r="2.5" fill="#000" transform="rotate(135 42.193 40.071)"/><circle cx="40.072" cy="42.192" r="2.5" fill="#000" transform="rotate(135 40.072 42.192)"/><circle cx="17" cy="18" r="2" fill="#fff"/><circle cx="12" cy="21" r="2" fill="#fff"/><circle cx="17" cy="24" r="2" fill="#fff"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M33.3748 33.8744C37.6175 29.6318 34.7891 15.4897 28.4251 9.12572C25.5966 6.29723 17.465 0.286877 8.62606 9.12565C-0.212837 17.9644 5.7977 26.0963 8.62606 28.9246C14.9901 35.2887 29.1322 38.1171 33.3748 33.8744Z"/><path stroke="#000" stroke-width="4" d="M41 41C40.2533 40.2533 36.0222 36.0222 33.9999 33.9999"/><circle cx="42.193" cy="40.071" r="2.5" fill="#000" transform="rotate(135 42.193 40.071)"/><circle cx="40.072" cy="42.192" r="2.5" fill="#000" transform="rotate(135 40.072 42.192)"/><circle cx="17" cy="18" r="2" fill="#fff"/><circle cx="12" cy="21" r="2" fill="#fff"/><circle cx="17" cy="24" r="2" fill="#fff"/></g></svg> </template>
CSS
.icon-chicken-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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M33.3748%2033.8744C37.6175%2029.6318%2034.7891%2015.4897%2028.4251%209.12572C25.5966%206.29723%2017.465%200.286877%208.62606%209.12565C-0.212837%2017.9644%205.7977%2026.0963%208.62606%2028.9246C14.9901%2035.2887%2029.1322%2038.1171%2033.3748%2033.8744Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20d%3D%22M41%2041C40.2533%2040.2533%2036.0222%2036.0222%2033.9999%2033.9999%22%2F%3E%3Ccircle%20cx%3D%2242.193%22%20cy%3D%2240.071%22%20r%3D%222.5%22%20fill%3D%22%23000%22%20transform%3D%22rotate(135%2042.193%2040.071)%22%2F%3E%3Ccircle%20cx%3D%2240.072%22%20cy%3D%2242.192%22%20r%3D%222.5%22%20fill%3D%22%23000%22%20transform%3D%22rotate(135%2040.072%2042.192)%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2218%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2221%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2224%22%20r%3D%222%22%20fill%3D%22%23fff%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M33.3748%2033.8744C37.6175%2029.6318%2034.7891%2015.4897%2028.4251%209.12572C25.5966%206.29723%2017.465%200.286877%208.62606%209.12565C-0.212837%2017.9644%205.7977%2026.0963%208.62606%2028.9246C14.9901%2035.2887%2029.1322%2038.1171%2033.3748%2033.8744Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20d%3D%22M41%2041C40.2533%2040.2533%2036.0222%2036.0222%2033.9999%2033.9999%22%2F%3E%3Ccircle%20cx%3D%2242.193%22%20cy%3D%2240.071%22%20r%3D%222.5%22%20fill%3D%22%23000%22%20transform%3D%22rotate(135%2042.193%2040.071)%22%2F%3E%3Ccircle%20cx%3D%2240.072%22%20cy%3D%2242.192%22%20r%3D%222.5%22%20fill%3D%22%23000%22%20transform%3D%22rotate(135%2040.072%2042.192)%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2218%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2221%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2224%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/chicken-leg.svg?color=%231a73e8&size=48