animal cow icon

animal-cow-outline from Health Icons by Resolve to Save Lives · Outline · Zoonoses · MIT Free for personal and commercial use.

Name
animal-cow-outline
Set
Health Icons
Style
Outline
Category
Zoonoses
Viewbox
48×48
License
MIT
Aliases
animal-cow2x-outline

1 other variant in Health Icons

More zoonoses icons from Health Icons

Use the animal cow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="m31.336 28.127l-.007-.004z"/><path fill-rule="evenodd" d="M19.466 12.876c.635-.56 1.157-1.316 1.337-2.038c.102-.41.15-1.059-.303-1.583c-.463-.537-1.148-.596-1.688-.528a10 10 0 0 1-1 .074l-.044.002c-.31.01-.68.023-1.088.155c-.424.138-.826.38-1.307.735a8 8 0 0 0-.887.759C12.857 9.292 10.76 8.839 7.469 9a1.5 1.5 0 0 0 .03 3h1.437q.13.088.246.171l-2.271 2.84a3 3 0 0 0-2.634 3.822l.289 1A3 3 0 0 0 7.448 22h3.122a1 1 0 0 1 .602.202l1.944 1.468q.256.191.532.323c1.156 3.13 2.402 5.796 3.812 7.572l.32 3.85A2 2 0 0 0 19 39h3a1 1 0 0 0 1-1v-8h3.12l.04.147a1 1 0 0 0 .85 1.808l.111-.046c.346.403.762.76 1.233 1.06l-.004.008a1 1 0 1 0 1.762.946l.083-.154a7.1 7.1 0 0 0 2.024.227l.026.135a1 1 0 0 0 1.963-.38l-.018-.095c.5-.163.967-.381 1.392-.645l.2 2.403A2 2 0 0 0 37 39h3a1 1 0 0 0 1-1V21c0-2.629-.623-4.54-1.672-5.847c.845.163 1.401.445 1.772.802c.557.535.9 1.436.9 3.044l.387 5.42c-.236.365-.387.937-.387 1.58c0 1.105.447 2 1 2s1-.895 1-2c0-.643-.152-1.215-.388-1.58L44 19c0-1.834-.383-3.4-1.514-4.487c-1.117-1.073-2.756-1.477-4.773-1.511L34.697 13H21.5c-.751 0-1.423-.046-2.034-.124m18.062 3.258c-.778-.801-1.801-1.119-2.82-1.133H21.5c-2.29 0-3.97-.384-5.374-.863a1 1 0 0 1 .112-1.924c.683-.147 1.33-.401 1.725-.692a2.9 2.9 0 0 0 .713-.768c-.327.03-.585.039-.792.046h-.003c-.36.013-.465.022-.583.06c-.12.04-.32.134-.74.443c-.511.377-.895.778-1.12 1.109a1 1 0 0 1-1.514.163c-.69-.653-1.512-1.138-2.78-1.396l.114.102a1 1 0 0 1 .107 1.363l-3.185 3.98A1 1 0 0 1 7.4 17h-.24a1 1 0 0 0-.962 1.278l.29 1a1 1 0 0 0 .96.722h3.122a3 3 0 0 1 1.808.606l1.943 1.468q.177.13.357.174a1 1 0 0 1 .69.628c1.249 3.446 2.512 6.094 3.827 7.651a1 1 0 0 1 .232.563l.404 4.84A1 1 0 0 1 19 37h2v-8a1 1 0 0 1 1-1h6.23l-.09-.09c-1.13-1.137-2.443-2.573-2.969-3.35l1.657-1.12c.407.601 1.593 1.916 2.73 3.06a27 27 0 0 0 1.44 1.363c.183.155.29.233.331.26a1 1 0 0 0-.165-.058a1 1 0 0 1 .344.219c1.38 1.343 2.862 2.344 5.157 2.73a1 1 0 0 1 .831.903l.335 4.014A1 1 0 0 1 37 37h2V21c0-2.58-.676-4.046-1.472-4.866M32 32c-1.944 0-3.238-.957-3.751-2h2.161c.78.726 1.63 1.378 2.63 1.902q-.484.096-1.04.098" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsAnimalCowOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="m31.336 28.127l-.007-.004z"/><path fillRule="evenodd" d="M19.466 12.876c.635-.56 1.157-1.316 1.337-2.038c.102-.41.15-1.059-.303-1.583c-.463-.537-1.148-.596-1.688-.528a10 10 0 0 1-1 .074l-.044.002c-.31.01-.68.023-1.088.155c-.424.138-.826.38-1.307.735a8 8 0 0 0-.887.759C12.857 9.292 10.76 8.839 7.469 9a1.5 1.5 0 0 0 .03 3h1.437q.13.088.246.171l-2.271 2.84a3 3 0 0 0-2.634 3.822l.289 1A3 3 0 0 0 7.448 22h3.122a1 1 0 0 1 .602.202l1.944 1.468q.256.191.532.323c1.156 3.13 2.402 5.796 3.812 7.572l.32 3.85A2 2 0 0 0 19 39h3a1 1 0 0 0 1-1v-8h3.12l.04.147a1 1 0 0 0 .85 1.808l.111-.046c.346.403.762.76 1.233 1.06l-.004.008a1 1 0 1 0 1.762.946l.083-.154a7.1 7.1 0 0 0 2.024.227l.026.135a1 1 0 0 0 1.963-.38l-.018-.095c.5-.163.967-.381 1.392-.645l.2 2.403A2 2 0 0 0 37 39h3a1 1 0 0 0 1-1V21c0-2.629-.623-4.54-1.672-5.847c.845.163 1.401.445 1.772.802c.557.535.9 1.436.9 3.044l.387 5.42c-.236.365-.387.937-.387 1.58c0 1.105.447 2 1 2s1-.895 1-2c0-.643-.152-1.215-.388-1.58L44 19c0-1.834-.383-3.4-1.514-4.487c-1.117-1.073-2.756-1.477-4.773-1.511L34.697 13H21.5c-.751 0-1.423-.046-2.034-.124m18.062 3.258c-.778-.801-1.801-1.119-2.82-1.133H21.5c-2.29 0-3.97-.384-5.374-.863a1 1 0 0 1 .112-1.924c.683-.147 1.33-.401 1.725-.692a2.9 2.9 0 0 0 .713-.768c-.327.03-.585.039-.792.046h-.003c-.36.013-.465.022-.583.06c-.12.04-.32.134-.74.443c-.511.377-.895.778-1.12 1.109a1 1 0 0 1-1.514.163c-.69-.653-1.512-1.138-2.78-1.396l.114.102a1 1 0 0 1 .107 1.363l-3.185 3.98A1 1 0 0 1 7.4 17h-.24a1 1 0 0 0-.962 1.278l.29 1a1 1 0 0 0 .96.722h3.122a3 3 0 0 1 1.808.606l1.943 1.468q.177.13.357.174a1 1 0 0 1 .69.628c1.249 3.446 2.512 6.094 3.827 7.651a1 1 0 0 1 .232.563l.404 4.84A1 1 0 0 1 19 37h2v-8a1 1 0 0 1 1-1h6.23l-.09-.09c-1.13-1.137-2.443-2.573-2.969-3.35l1.657-1.12c.407.601 1.593 1.916 2.73 3.06a27 27 0 0 0 1.44 1.363c.183.155.29.233.331.26a1 1 0 0 0-.165-.058a1 1 0 0 1 .344.219c1.38 1.343 2.862 2.344 5.157 2.73a1 1 0 0 1 .831.903l.335 4.014A1 1 0 0 1 37 37h2V21c0-2.58-.676-4.046-1.472-4.866M32 32c-1.944 0-3.238-.957-3.751-2h2.161c.78.726 1.63 1.378 2.63 1.902q-.484.096-1.04.098" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="m31.336 28.127l-.007-.004z"/><path fill-rule="evenodd" d="M19.466 12.876c.635-.56 1.157-1.316 1.337-2.038c.102-.41.15-1.059-.303-1.583c-.463-.537-1.148-.596-1.688-.528a10 10 0 0 1-1 .074l-.044.002c-.31.01-.68.023-1.088.155c-.424.138-.826.38-1.307.735a8 8 0 0 0-.887.759C12.857 9.292 10.76 8.839 7.469 9a1.5 1.5 0 0 0 .03 3h1.437q.13.088.246.171l-2.271 2.84a3 3 0 0 0-2.634 3.822l.289 1A3 3 0 0 0 7.448 22h3.122a1 1 0 0 1 .602.202l1.944 1.468q.256.191.532.323c1.156 3.13 2.402 5.796 3.812 7.572l.32 3.85A2 2 0 0 0 19 39h3a1 1 0 0 0 1-1v-8h3.12l.04.147a1 1 0 0 0 .85 1.808l.111-.046c.346.403.762.76 1.233 1.06l-.004.008a1 1 0 1 0 1.762.946l.083-.154a7.1 7.1 0 0 0 2.024.227l.026.135a1 1 0 0 0 1.963-.38l-.018-.095c.5-.163.967-.381 1.392-.645l.2 2.403A2 2 0 0 0 37 39h3a1 1 0 0 0 1-1V21c0-2.629-.623-4.54-1.672-5.847c.845.163 1.401.445 1.772.802c.557.535.9 1.436.9 3.044l.387 5.42c-.236.365-.387.937-.387 1.58c0 1.105.447 2 1 2s1-.895 1-2c0-.643-.152-1.215-.388-1.58L44 19c0-1.834-.383-3.4-1.514-4.487c-1.117-1.073-2.756-1.477-4.773-1.511L34.697 13H21.5c-.751 0-1.423-.046-2.034-.124m18.062 3.258c-.778-.801-1.801-1.119-2.82-1.133H21.5c-2.29 0-3.97-.384-5.374-.863a1 1 0 0 1 .112-1.924c.683-.147 1.33-.401 1.725-.692a2.9 2.9 0 0 0 .713-.768c-.327.03-.585.039-.792.046h-.003c-.36.013-.465.022-.583.06c-.12.04-.32.134-.74.443c-.511.377-.895.778-1.12 1.109a1 1 0 0 1-1.514.163c-.69-.653-1.512-1.138-2.78-1.396l.114.102a1 1 0 0 1 .107 1.363l-3.185 3.98A1 1 0 0 1 7.4 17h-.24a1 1 0 0 0-.962 1.278l.29 1a1 1 0 0 0 .96.722h3.122a3 3 0 0 1 1.808.606l1.943 1.468q.177.13.357.174a1 1 0 0 1 .69.628c1.249 3.446 2.512 6.094 3.827 7.651a1 1 0 0 1 .232.563l.404 4.84A1 1 0 0 1 19 37h2v-8a1 1 0 0 1 1-1h6.23l-.09-.09c-1.13-1.137-2.443-2.573-2.969-3.35l1.657-1.12c.407.601 1.593 1.916 2.73 3.06a27 27 0 0 0 1.44 1.363c.183.155.29.233.331.26a1 1 0 0 0-.165-.058a1 1 0 0 1 .344.219c1.38 1.343 2.862 2.344 5.157 2.73a1 1 0 0 1 .831.903l.335 4.014A1 1 0 0 1 37 37h2V21c0-2.58-.676-4.046-1.472-4.866M32 32c-1.944 0-3.238-.957-3.751-2h2.161c.78.726 1.63 1.378 2.63 1.902q-.484.096-1.04.098" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-animal-cow-outline {
  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%22currentColor%22%3E%3Cpath%20d%3D%22m31.336%2028.127l-.007-.004z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19.466%2012.876c.635-.56%201.157-1.316%201.337-2.038c.102-.41.15-1.059-.303-1.583c-.463-.537-1.148-.596-1.688-.528a10%2010%200%200%201-1%20.074l-.044.002c-.31.01-.68.023-1.088.155c-.424.138-.826.38-1.307.735a8%208%200%200%200-.887.759C12.857%209.292%2010.76%208.839%207.469%209a1.5%201.5%200%200%200%20.03%203h1.437q.13.088.246.171l-2.271%202.84a3%203%200%200%200-2.634%203.822l.289%201A3%203%200%200%200%207.448%2022h3.122a1%201%200%200%201%20.602.202l1.944%201.468q.256.191.532.323c1.156%203.13%202.402%205.796%203.812%207.572l.32%203.85A2%202%200%200%200%2019%2039h3a1%201%200%200%200%201-1v-8h3.12l.04.147a1%201%200%200%200%20.85%201.808l.111-.046c.346.403.762.76%201.233%201.06l-.004.008a1%201%200%201%200%201.762.946l.083-.154a7.1%207.1%200%200%200%202.024.227l.026.135a1%201%200%200%200%201.963-.38l-.018-.095c.5-.163.967-.381%201.392-.645l.2%202.403A2%202%200%200%200%2037%2039h3a1%201%200%200%200%201-1V21c0-2.629-.623-4.54-1.672-5.847c.845.163%201.401.445%201.772.802c.557.535.9%201.436.9%203.044l.387%205.42c-.236.365-.387.937-.387%201.58c0%201.105.447%202%201%202s1-.895%201-2c0-.643-.152-1.215-.388-1.58L44%2019c0-1.834-.383-3.4-1.514-4.487c-1.117-1.073-2.756-1.477-4.773-1.511L34.697%2013H21.5c-.751%200-1.423-.046-2.034-.124m18.062%203.258c-.778-.801-1.801-1.119-2.82-1.133H21.5c-2.29%200-3.97-.384-5.374-.863a1%201%200%200%201%20.112-1.924c.683-.147%201.33-.401%201.725-.692a2.9%202.9%200%200%200%20.713-.768c-.327.03-.585.039-.792.046h-.003c-.36.013-.465.022-.583.06c-.12.04-.32.134-.74.443c-.511.377-.895.778-1.12%201.109a1%201%200%200%201-1.514.163c-.69-.653-1.512-1.138-2.78-1.396l.114.102a1%201%200%200%201%20.107%201.363l-3.185%203.98A1%201%200%200%201%207.4%2017h-.24a1%201%200%200%200-.962%201.278l.29%201a1%201%200%200%200%20.96.722h3.122a3%203%200%200%201%201.808.606l1.943%201.468q.177.13.357.174a1%201%200%200%201%20.69.628c1.249%203.446%202.512%206.094%203.827%207.651a1%201%200%200%201%20.232.563l.404%204.84A1%201%200%200%201%2019%2037h2v-8a1%201%200%200%201%201-1h6.23l-.09-.09c-1.13-1.137-2.443-2.573-2.969-3.35l1.657-1.12c.407.601%201.593%201.916%202.73%203.06a27%2027%200%200%200%201.44%201.363c.183.155.29.233.331.26a1%201%200%200%200-.165-.058a1%201%200%200%201%20.344.219c1.38%201.343%202.862%202.344%205.157%202.73a1%201%200%200%201%20.831.903l.335%204.014A1%201%200%200%201%2037%2037h2V21c0-2.58-.676-4.046-1.472-4.866M32%2032c-1.944%200-3.238-.957-3.751-2h2.161c.78.726%201.63%201.378%202.63%201.902q-.484.096-1.04.098%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22m31.336%2028.127l-.007-.004z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19.466%2012.876c.635-.56%201.157-1.316%201.337-2.038c.102-.41.15-1.059-.303-1.583c-.463-.537-1.148-.596-1.688-.528a10%2010%200%200%201-1%20.074l-.044.002c-.31.01-.68.023-1.088.155c-.424.138-.826.38-1.307.735a8%208%200%200%200-.887.759C12.857%209.292%2010.76%208.839%207.469%209a1.5%201.5%200%200%200%20.03%203h1.437q.13.088.246.171l-2.271%202.84a3%203%200%200%200-2.634%203.822l.289%201A3%203%200%200%200%207.448%2022h3.122a1%201%200%200%201%20.602.202l1.944%201.468q.256.191.532.323c1.156%203.13%202.402%205.796%203.812%207.572l.32%203.85A2%202%200%200%200%2019%2039h3a1%201%200%200%200%201-1v-8h3.12l.04.147a1%201%200%200%200%20.85%201.808l.111-.046c.346.403.762.76%201.233%201.06l-.004.008a1%201%200%201%200%201.762.946l.083-.154a7.1%207.1%200%200%200%202.024.227l.026.135a1%201%200%200%200%201.963-.38l-.018-.095c.5-.163.967-.381%201.392-.645l.2%202.403A2%202%200%200%200%2037%2039h3a1%201%200%200%200%201-1V21c0-2.629-.623-4.54-1.672-5.847c.845.163%201.401.445%201.772.802c.557.535.9%201.436.9%203.044l.387%205.42c-.236.365-.387.937-.387%201.58c0%201.105.447%202%201%202s1-.895%201-2c0-.643-.152-1.215-.388-1.58L44%2019c0-1.834-.383-3.4-1.514-4.487c-1.117-1.073-2.756-1.477-4.773-1.511L34.697%2013H21.5c-.751%200-1.423-.046-2.034-.124m18.062%203.258c-.778-.801-1.801-1.119-2.82-1.133H21.5c-2.29%200-3.97-.384-5.374-.863a1%201%200%200%201%20.112-1.924c.683-.147%201.33-.401%201.725-.692a2.9%202.9%200%200%200%20.713-.768c-.327.03-.585.039-.792.046h-.003c-.36.013-.465.022-.583.06c-.12.04-.32.134-.74.443c-.511.377-.895.778-1.12%201.109a1%201%200%200%201-1.514.163c-.69-.653-1.512-1.138-2.78-1.396l.114.102a1%201%200%200%201%20.107%201.363l-3.185%203.98A1%201%200%200%201%207.4%2017h-.24a1%201%200%200%200-.962%201.278l.29%201a1%201%200%200%200%20.96.722h3.122a3%203%200%200%201%201.808.606l1.943%201.468q.177.13.357.174a1%201%200%200%201%20.69.628c1.249%203.446%202.512%206.094%203.827%207.651a1%201%200%200%201%20.232.563l.404%204.84A1%201%200%200%201%2019%2037h2v-8a1%201%200%200%201%201-1h6.23l-.09-.09c-1.13-1.137-2.443-2.573-2.969-3.35l1.657-1.12c.407.601%201.593%201.916%202.73%203.06a27%2027%200%200%200%201.44%201.363c.183.155.29.233.331.26a1%201%200%200%200-.165-.058a1%201%200%200%201%20.344.219c1.38%201.343%202.862%202.344%205.157%202.73a1%201%200%200%201%20.831.903l.335%204.014A1%201%200%200%201%2037%2037h2V21c0-2.58-.676-4.046-1.472-4.866M32%2032c-1.944%200-3.238-.957-3.751-2h2.161c.78.726%201.63%201.378%202.63%201.902q-.484.096-1.04.098%22%20clip-rule%3D%22evenodd%22%2F%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-outline.svg?color=%231a73e8&size=48