animal chicken negative icon
animal-chicken-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- animal-chicken-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the animal chicken negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsAnimalChickenNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm19 42h5v-2.001a15.7 15.7 0 0 1-12.905-7.004c-1.885-2.84-1.632-6.46-.75-9.753l.76-2.842a8.2 8.2 0 0 0 .277-2.4H7.915C6.132 18 5.24 15.846 6.5 14.586L15.086 6c1.26-1.26 3.414-.368 3.414 1.414V9h1.37c1.839 0 2.703 2.273 1.328 3.495l-2.02 1.795l3.32 6.067a5 5 0 0 0 5.2 2.533l13.115-2.163c.788-.13 1.33.77.848 1.406c-1.164 1.536-1.71 3.428-2.078 5.32a15.3 15.3 0 0 1-1.113 3.455a1 1 0 0 0-.22.187C36.148 33.479 33.003 35 29.478 35C23.102 35 18 30.039 18 24a1 1 0 1 0-2 0c0 7.216 6.072 13 13.478 13c1.863 0 3.639-.365 5.255-1.025A15.7 15.7 0 0 1 26 39.899V42h2.5v2H19zm-.807-29.51L19.87 11H18.5a2 2 0 0 1-2-2V7.414l-2.644 2.644q.328-.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"/></g><defs><clipPath id="healthiconsAnimalChickenNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsAnimalChickenNegative(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"><g clipPath="url(#healthiconsAnimalChickenNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm19 42h5v-2.001a15.7 15.7 0 0 1-12.905-7.004c-1.885-2.84-1.632-6.46-.75-9.753l.76-2.842a8.2 8.2 0 0 0 .277-2.4H7.915C6.132 18 5.24 15.846 6.5 14.586L15.086 6c1.26-1.26 3.414-.368 3.414 1.414V9h1.37c1.839 0 2.703 2.273 1.328 3.495l-2.02 1.795l3.32 6.067a5 5 0 0 0 5.2 2.533l13.115-2.163c.788-.13 1.33.77.848 1.406c-1.164 1.536-1.71 3.428-2.078 5.32a15.3 15.3 0 0 1-1.113 3.455a1 1 0 0 0-.22.187C36.148 33.479 33.003 35 29.478 35C23.102 35 18 30.039 18 24a1 1 0 1 0-2 0c0 7.216 6.072 13 13.478 13c1.863 0 3.639-.365 5.255-1.025A15.7 15.7 0 0 1 26 39.899V42h2.5v2H19zm-.807-29.51L19.87 11H18.5a2 2 0 0 1-2-2V7.414l-2.644 2.644q.328-.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"/></g><defs><clipPath id="healthiconsAnimalChickenNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsAnimalChickenNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm19 42h5v-2.001a15.7 15.7 0 0 1-12.905-7.004c-1.885-2.84-1.632-6.46-.75-9.753l.76-2.842a8.2 8.2 0 0 0 .277-2.4H7.915C6.132 18 5.24 15.846 6.5 14.586L15.086 6c1.26-1.26 3.414-.368 3.414 1.414V9h1.37c1.839 0 2.703 2.273 1.328 3.495l-2.02 1.795l3.32 6.067a5 5 0 0 0 5.2 2.533l13.115-2.163c.788-.13 1.33.77.848 1.406c-1.164 1.536-1.71 3.428-2.078 5.32a15.3 15.3 0 0 1-1.113 3.455a1 1 0 0 0-.22.187C36.148 33.479 33.003 35 29.478 35C23.102 35 18 30.039 18 24a1 1 0 1 0-2 0c0 7.216 6.072 13 13.478 13c1.863 0 3.639-.365 5.255-1.025A15.7 15.7 0 0 1 26 39.899V42h2.5v2H19zm-.807-29.51L19.87 11H18.5a2 2 0 0 1-2-2V7.414l-2.644 2.644q.328-.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"/></g><defs><clipPath id="healthiconsAnimalChickenNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-animal-chicken-negative {
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%3Cg%20clip-path%3D%22url(%23healthiconsAnimalChickenNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm19%2042h5v-2.001a15.7%2015.7%200%200%201-12.905-7.004c-1.885-2.84-1.632-6.46-.75-9.753l.76-2.842a8.2%208.2%200%200%200%20.277-2.4H7.915C6.132%2018%205.24%2015.846%206.5%2014.586L15.086%206c1.26-1.26%203.414-.368%203.414%201.414V9h1.37c1.839%200%202.703%202.273%201.328%203.495l-2.02%201.795l3.32%206.067a5%205%200%200%200%205.2%202.533l13.115-2.163c.788-.13%201.33.77.848%201.406c-1.164%201.536-1.71%203.428-2.078%205.32a15.3%2015.3%200%200%201-1.113%203.455a1%201%200%200%200-.22.187C36.148%2033.479%2033.003%2035%2029.478%2035C23.102%2035%2018%2030.039%2018%2024a1%201%200%201%200-2%200c0%207.216%206.072%2013%2013.478%2013c1.863%200%203.639-.365%205.255-1.025A15.7%2015.7%200%200%201%2026%2039.899V42h2.5v2H19zm-.807-29.51L19.87%2011H18.5a2%202%200%200%201-2-2V7.414l-2.644%202.644q.328-.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%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsAnimalChickenNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%3Cg%20clip-path%3D%22url(%23healthiconsAnimalChickenNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm19%2042h5v-2.001a15.7%2015.7%200%200%201-12.905-7.004c-1.885-2.84-1.632-6.46-.75-9.753l.76-2.842a8.2%208.2%200%200%200%20.277-2.4H7.915C6.132%2018%205.24%2015.846%206.5%2014.586L15.086%206c1.26-1.26%203.414-.368%203.414%201.414V9h1.37c1.839%200%202.703%202.273%201.328%203.495l-2.02%201.795l3.32%206.067a5%205%200%200%200%205.2%202.533l13.115-2.163c.788-.13%201.33.77.848%201.406c-1.164%201.536-1.71%203.428-2.078%205.32a15.3%2015.3%200%200%201-1.113%203.455a1%201%200%200%200-.22.187C36.148%2033.479%2033.003%2035%2029.478%2035C23.102%2035%2018%2030.039%2018%2024a1%201%200%201%200-2%200c0%207.216%206.072%2013%2013.478%2013c1.863%200%203.639-.365%205.255-1.025A15.7%2015.7%200%200%201%2026%2039.899V42h2.5v2H19zm-.807-29.51L19.87%2011H18.5a2%202%200%200%201-2-2V7.414l-2.644%202.644q.328-.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%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsAnimalChickenNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/animal-chicken-negative.svg?color=%231a73e8&size=48