animal cow negative icon
animal-cow-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- animal-cow-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the animal cow negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsAnimalCowNegative1)"><path d="M29 29h2.81c1.024.996 2.132 1.844 3.562 2.414c-.625.357-1.42.586-2.372.586c-2.566 0-4-1.67-4-3"/><path fill-rule="evenodd" d="M0 0h48v48H0zm27 29h-5v9h-3a1 1 0 0 1-.166-1.986l-.344-4.14c-1.852-1.583-3.504-4.73-5.071-8.768a2 2 0 0 1-.203-.13l-2.19-1.593A2 2 0 0 0 9.85 21H6.488a2 2 0 0 1-1.916-1.425l-.3-1A2 2 0 0 1 6.188 16H6.4l3.584-4.48a12 12 0 0 0-.747-.52H7.5a.5.5 0 0 1 0-1c3.254-.161 5.117.304 6.515 1.345a6.6 6.6 0 0 1 .951-.847c.9-.663 1.202-.674 1.88-.697c.279-.01.62-.022 1.093-.082c1.625-.206.887 1.673-.383 2.608c-.484.357-1.159.628-1.829.8q.077.1.152.205c1.226.38 2.687.668 4.621.668h14.722q.14 0 .278.007V14c.056 0 2.137 0 2.213.002c2.017.034 3.656.438 4.773 1.511C43.617 16.6 44 18.166 44 20l-.387 5.42c.235.365.387.937.387 1.58c0 1.105-.448 2-1 2s-1-.895-1-2c0-.643.152-1.215.387-1.58L42 20c0-1.608-.343-2.51-.9-3.044c-.308-.297-.745-.542-1.37-.71A6.12 6.12 0 0 1 41 20v18h-3a1 1 0 0 1-.166-1.986l-.31-3.73a6.1 6.1 0 0 1-2.335 1.373l.019.095a1 1 0 1 1-1.964.38l-.026-.135L33 34a7 7 0 0 1-1.805-.23l-.084.154a1 1 0 0 1-1.354.408a1.006 1.006 0 0 1-.404-1.361c-.47-.3-.886-.658-1.232-1.06l-.112.045a1 1 0 0 1-1.304-.547l-.039-.094a.9.9 0 0 1 .492-1.172A4.2 4.2 0 0 1 27 29" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsAnimalCowNegative1"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsAnimalCowNegative(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 fill="currentColor" clipPath="url(#healthiconsAnimalCowNegative1)"><path d="M29 29h2.81c1.024.996 2.132 1.844 3.562 2.414c-.625.357-1.42.586-2.372.586c-2.566 0-4-1.67-4-3"/><path fillRule="evenodd" d="M0 0h48v48H0zm27 29h-5v9h-3a1 1 0 0 1-.166-1.986l-.344-4.14c-1.852-1.583-3.504-4.73-5.071-8.768a2 2 0 0 1-.203-.13l-2.19-1.593A2 2 0 0 0 9.85 21H6.488a2 2 0 0 1-1.916-1.425l-.3-1A2 2 0 0 1 6.188 16H6.4l3.584-4.48a12 12 0 0 0-.747-.52H7.5a.5.5 0 0 1 0-1c3.254-.161 5.117.304 6.515 1.345a6.6 6.6 0 0 1 .951-.847c.9-.663 1.202-.674 1.88-.697c.279-.01.62-.022 1.093-.082c1.625-.206.887 1.673-.383 2.608c-.484.357-1.159.628-1.829.8q.077.1.152.205c1.226.38 2.687.668 4.621.668h14.722q.14 0 .278.007V14c.056 0 2.137 0 2.213.002c2.017.034 3.656.438 4.773 1.511C43.617 16.6 44 18.166 44 20l-.387 5.42c.235.365.387.937.387 1.58c0 1.105-.448 2-1 2s-1-.895-1-2c0-.643.152-1.215.387-1.58L42 20c0-1.608-.343-2.51-.9-3.044c-.308-.297-.745-.542-1.37-.71A6.12 6.12 0 0 1 41 20v18h-3a1 1 0 0 1-.166-1.986l-.31-3.73a6.1 6.1 0 0 1-2.335 1.373l.019.095a1 1 0 1 1-1.964.38l-.026-.135L33 34a7 7 0 0 1-1.805-.23l-.084.154a1 1 0 0 1-1.354.408a1.006 1.006 0 0 1-.404-1.361c-.47-.3-.886-.658-1.232-1.06l-.112.045a1 1 0 0 1-1.304-.547l-.039-.094a.9.9 0 0 1 .492-1.172A4.2 4.2 0 0 1 27 29" clipRule="evenodd"/></g><defs><clipPath id="healthiconsAnimalCowNegative1"><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 fill="currentColor" clip-path="url(#healthiconsAnimalCowNegative1)"><path d="M29 29h2.81c1.024.996 2.132 1.844 3.562 2.414c-.625.357-1.42.586-2.372.586c-2.566 0-4-1.67-4-3"/><path fill-rule="evenodd" d="M0 0h48v48H0zm27 29h-5v9h-3a1 1 0 0 1-.166-1.986l-.344-4.14c-1.852-1.583-3.504-4.73-5.071-8.768a2 2 0 0 1-.203-.13l-2.19-1.593A2 2 0 0 0 9.85 21H6.488a2 2 0 0 1-1.916-1.425l-.3-1A2 2 0 0 1 6.188 16H6.4l3.584-4.48a12 12 0 0 0-.747-.52H7.5a.5.5 0 0 1 0-1c3.254-.161 5.117.304 6.515 1.345a6.6 6.6 0 0 1 .951-.847c.9-.663 1.202-.674 1.88-.697c.279-.01.62-.022 1.093-.082c1.625-.206.887 1.673-.383 2.608c-.484.357-1.159.628-1.829.8q.077.1.152.205c1.226.38 2.687.668 4.621.668h14.722q.14 0 .278.007V14c.056 0 2.137 0 2.213.002c2.017.034 3.656.438 4.773 1.511C43.617 16.6 44 18.166 44 20l-.387 5.42c.235.365.387.937.387 1.58c0 1.105-.448 2-1 2s-1-.895-1-2c0-.643.152-1.215.387-1.58L42 20c0-1.608-.343-2.51-.9-3.044c-.308-.297-.745-.542-1.37-.71A6.12 6.12 0 0 1 41 20v18h-3a1 1 0 0 1-.166-1.986l-.31-3.73a6.1 6.1 0 0 1-2.335 1.373l.019.095a1 1 0 1 1-1.964.38l-.026-.135L33 34a7 7 0 0 1-1.805-.23l-.084.154a1 1 0 0 1-1.354.408a1.006 1.006 0 0 1-.404-1.361c-.47-.3-.886-.658-1.232-1.06l-.112.045a1 1 0 0 1-1.304-.547l-.039-.094a.9.9 0 0 1 .492-1.172A4.2 4.2 0 0 1 27 29" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsAnimalCowNegative1"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-animal-cow-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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsAnimalCowNegative1)%22%3E%3Cpath%20d%3D%22M29%2029h2.81c1.024.996%202.132%201.844%203.562%202.414c-.625.357-1.42.586-2.372.586c-2.566%200-4-1.67-4-3%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm27%2029h-5v9h-3a1%201%200%200%201-.166-1.986l-.344-4.14c-1.852-1.583-3.504-4.73-5.071-8.768a2%202%200%200%201-.203-.13l-2.19-1.593A2%202%200%200%200%209.85%2021H6.488a2%202%200%200%201-1.916-1.425l-.3-1A2%202%200%200%201%206.188%2016H6.4l3.584-4.48a12%2012%200%200%200-.747-.52H7.5a.5.5%200%200%201%200-1c3.254-.161%205.117.304%206.515%201.345a6.6%206.6%200%200%201%20.951-.847c.9-.663%201.202-.674%201.88-.697c.279-.01.62-.022%201.093-.082c1.625-.206.887%201.673-.383%202.608c-.484.357-1.159.628-1.829.8q.077.1.152.205c1.226.38%202.687.668%204.621.668h14.722q.14%200%20.278.007V14c.056%200%202.137%200%202.213.002c2.017.034%203.656.438%204.773%201.511C43.617%2016.6%2044%2018.166%2044%2020l-.387%205.42c.235.365.387.937.387%201.58c0%201.105-.448%202-1%202s-1-.895-1-2c0-.643.152-1.215.387-1.58L42%2020c0-1.608-.343-2.51-.9-3.044c-.308-.297-.745-.542-1.37-.71A6.12%206.12%200%200%201%2041%2020v18h-3a1%201%200%200%201-.166-1.986l-.31-3.73a6.1%206.1%200%200%201-2.335%201.373l.019.095a1%201%200%201%201-1.964.38l-.026-.135L33%2034a7%207%200%200%201-1.805-.23l-.084.154a1%201%200%200%201-1.354.408a1.006%201.006%200%200%201-.404-1.361c-.47-.3-.886-.658-1.232-1.06l-.112.045a1%201%200%200%201-1.304-.547l-.039-.094a.9.9%200%200%201%20.492-1.172A4.2%204.2%200%200%201%2027%2029%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsAnimalCowNegative1%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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsAnimalCowNegative1)%22%3E%3Cpath%20d%3D%22M29%2029h2.81c1.024.996%202.132%201.844%203.562%202.414c-.625.357-1.42.586-2.372.586c-2.566%200-4-1.67-4-3%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm27%2029h-5v9h-3a1%201%200%200%201-.166-1.986l-.344-4.14c-1.852-1.583-3.504-4.73-5.071-8.768a2%202%200%200%201-.203-.13l-2.19-1.593A2%202%200%200%200%209.85%2021H6.488a2%202%200%200%201-1.916-1.425l-.3-1A2%202%200%200%201%206.188%2016H6.4l3.584-4.48a12%2012%200%200%200-.747-.52H7.5a.5.5%200%200%201%200-1c3.254-.161%205.117.304%206.515%201.345a6.6%206.6%200%200%201%20.951-.847c.9-.663%201.202-.674%201.88-.697c.279-.01.62-.022%201.093-.082c1.625-.206.887%201.673-.383%202.608c-.484.357-1.159.628-1.829.8q.077.1.152.205c1.226.38%202.687.668%204.621.668h14.722q.14%200%20.278.007V14c.056%200%202.137%200%202.213.002c2.017.034%203.656.438%204.773%201.511C43.617%2016.6%2044%2018.166%2044%2020l-.387%205.42c.235.365.387.937.387%201.58c0%201.105-.448%202-1%202s-1-.895-1-2c0-.643.152-1.215.387-1.58L42%2020c0-1.608-.343-2.51-.9-3.044c-.308-.297-.745-.542-1.37-.71A6.12%206.12%200%200%201%2041%2020v18h-3a1%201%200%200%201-.166-1.986l-.31-3.73a6.1%206.1%200%200%201-2.335%201.373l.019.095a1%201%200%201%201-1.964.38l-.026-.135L33%2034a7%207%200%200%201-1.805-.23l-.084.154a1%201%200%200%201-1.354.408a1.006%201.006%200%200%201-.404-1.361c-.47-.3-.886-.658-1.232-1.06l-.112.045a1%201%200%200%201-1.304-.547l-.039-.094a.9.9%200%200%201%20.492-1.172A4.2%204.2%200%200%201%2027%2029%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsAnimalCowNegative1%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-cow-negative.svg?color=%231a73e8&size=48