animal chicken icon
animal-chicken from Health Icons by Resolve to Save Lives · Filled · Zoonoses · MIT Free for personal and commercial use.
- Name
- animal-chicken
- Set
- Health Icons
- Style
- Filled
- Category
- Zoonoses
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More zoonoses icons from Health Icons
animal-batanimal-cowanimal-donkeyanimal-mosquitosanimal-piganimal-ratanimal-snakeanimal-spideranimal-tickmosquitoanimal-bat-negativeanimal-chicken-negativeanimal-cow-negativeanimal-donkey-negativeanimal-mosquitos-negativeanimal-pig-negativeanimal-rat-negativeanimal-spider-negativeanimal-tick-negative
Use the animal chicken icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M18.5 7.414c0-1.782-2.154-2.674-3.414-1.414L6.5 14.586C5.24 15.846 6.132 18 7.914 18h3.469a8.3 8.3 0 0 1-.277 2.4l-.761 2.842c-.882 3.293-1.135 6.912.75 9.753A15.7 15.7 0 0 0 24 40v2h-5v2h9.5v-2H26v-2.101a15.7 15.7 0 0 0 8.733-3.924A13.9 13.9 0 0 1 29.478 37C22.071 37 16 31.216 16 24a1 1 0 0 1 2 0c0 6.039 5.102 11 11.478 11c3.525 0 6.67-1.521 8.772-3.905q.099-.112.22-.187c.5-1.09.877-2.248 1.113-3.455c.369-1.892.914-3.784 2.078-5.32c.483-.637-.06-1.536-.848-1.406L27.698 22.89a5 5 0 0 1-5.2-2.533l-3.32-6.067l2.02-1.795C22.574 11.273 21.709 9 19.87 9H18.5zm-.307 5.076L19.87 11H18.5a2 2 0 0 1-2-2V7.414l-2.644 2.644q.329-.058.675-.058a3.88 3.88 0 0 1 3.403 2.017zm-7.485.716L7.914 16h3.159l-.298-1.148a3.9 3.9 0 0 1-.067-1.646M14 14a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsAnimalChicken(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M18.5 7.414c0-1.782-2.154-2.674-3.414-1.414L6.5 14.586C5.24 15.846 6.132 18 7.914 18h3.469a8.3 8.3 0 0 1-.277 2.4l-.761 2.842c-.882 3.293-1.135 6.912.75 9.753A15.7 15.7 0 0 0 24 40v2h-5v2h9.5v-2H26v-2.101a15.7 15.7 0 0 0 8.733-3.924A13.9 13.9 0 0 1 29.478 37C22.071 37 16 31.216 16 24a1 1 0 0 1 2 0c0 6.039 5.102 11 11.478 11c3.525 0 6.67-1.521 8.772-3.905q.099-.112.22-.187c.5-1.09.877-2.248 1.113-3.455c.369-1.892.914-3.784 2.078-5.32c.483-.637-.06-1.536-.848-1.406L27.698 22.89a5 5 0 0 1-5.2-2.533l-3.32-6.067l2.02-1.795C22.574 11.273 21.709 9 19.87 9H18.5zm-.307 5.076L19.87 11H18.5a2 2 0 0 1-2-2V7.414l-2.644 2.644q.329-.058.675-.058a3.88 3.88 0 0 1 3.403 2.017zm-7.485.716L7.914 16h3.159l-.298-1.148a3.9 3.9 0 0 1-.067-1.646M14 14a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M18.5 7.414c0-1.782-2.154-2.674-3.414-1.414L6.5 14.586C5.24 15.846 6.132 18 7.914 18h3.469a8.3 8.3 0 0 1-.277 2.4l-.761 2.842c-.882 3.293-1.135 6.912.75 9.753A15.7 15.7 0 0 0 24 40v2h-5v2h9.5v-2H26v-2.101a15.7 15.7 0 0 0 8.733-3.924A13.9 13.9 0 0 1 29.478 37C22.071 37 16 31.216 16 24a1 1 0 0 1 2 0c0 6.039 5.102 11 11.478 11c3.525 0 6.67-1.521 8.772-3.905q.099-.112.22-.187c.5-1.09.877-2.248 1.113-3.455c.369-1.892.914-3.784 2.078-5.32c.483-.637-.06-1.536-.848-1.406L27.698 22.89a5 5 0 0 1-5.2-2.533l-3.32-6.067l2.02-1.795C22.574 11.273 21.709 9 19.87 9H18.5zm-.307 5.076L19.87 11H18.5a2 2 0 0 1-2-2V7.414l-2.644 2.644q.329-.058.675-.058a3.88 3.88 0 0 1 3.403 2.017zm-7.485.716L7.914 16h3.159l-.298-1.148a3.9 3.9 0 0 1-.067-1.646M14 14a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clip-rule="evenodd"/></svg> </template>
CSS
.icon-animal-chicken {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.5%207.414c0-1.782-2.154-2.674-3.414-1.414L6.5%2014.586C5.24%2015.846%206.132%2018%207.914%2018h3.469a8.3%208.3%200%200%201-.277%202.4l-.761%202.842c-.882%203.293-1.135%206.912.75%209.753A15.7%2015.7%200%200%200%2024%2040v2h-5v2h9.5v-2H26v-2.101a15.7%2015.7%200%200%200%208.733-3.924A13.9%2013.9%200%200%201%2029.478%2037C22.071%2037%2016%2031.216%2016%2024a1%201%200%200%201%202%200c0%206.039%205.102%2011%2011.478%2011c3.525%200%206.67-1.521%208.772-3.905q.099-.112.22-.187c.5-1.09.877-2.248%201.113-3.455c.369-1.892.914-3.784%202.078-5.32c.483-.637-.06-1.536-.848-1.406L27.698%2022.89a5%205%200%200%201-5.2-2.533l-3.32-6.067l2.02-1.795C22.574%2011.273%2021.709%209%2019.87%209H18.5zm-.307%205.076L19.87%2011H18.5a2%202%200%200%201-2-2V7.414l-2.644%202.644q.329-.058.675-.058a3.88%203.88%200%200%201%203.403%202.017zm-7.485.716L7.914%2016h3.159l-.298-1.148a3.9%203.9%200%200%201-.067-1.646M14%2014a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.5%207.414c0-1.782-2.154-2.674-3.414-1.414L6.5%2014.586C5.24%2015.846%206.132%2018%207.914%2018h3.469a8.3%208.3%200%200%201-.277%202.4l-.761%202.842c-.882%203.293-1.135%206.912.75%209.753A15.7%2015.7%200%200%200%2024%2040v2h-5v2h9.5v-2H26v-2.101a15.7%2015.7%200%200%200%208.733-3.924A13.9%2013.9%200%200%201%2029.478%2037C22.071%2037%2016%2031.216%2016%2024a1%201%200%200%201%202%200c0%206.039%205.102%2011%2011.478%2011c3.525%200%206.67-1.521%208.772-3.905q.099-.112.22-.187c.5-1.09.877-2.248%201.113-3.455c.369-1.892.914-3.784%202.078-5.32c.483-.637-.06-1.536-.848-1.406L27.698%2022.89a5%205%200%200%201-5.2-2.533l-3.32-6.067l2.02-1.795C22.574%2011.273%2021.709%209%2019.87%209H18.5zm-.307%205.076L19.87%2011H18.5a2%202%200%200%201-2-2V7.414l-2.644%202.644q.329-.058.675-.058a3.88%203.88%200%200%201%203.403%202.017zm-7.485.716L7.914%2016h3.159l-.298-1.148a3.9%203.9%200%200%201-.067-1.646M14%2014a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/animal-chicken.svg?color=%231a73e8&size=48