cattle from IconPark by ByteDance · Color · Animals · Apache-2.0 Free for personal and commercial use.

Name
cattle
Set
IconPark
Style
Color
Category
Animals
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More animals icons from IconPark

Use the cattle 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-width="4" d="M11.4651 19.9231C10.6818 12.4814 16.5167 6 23.9995 6C31.4823 6 37.3173 12.4814 36.5339 19.9231L35.0464 34.055C34.4513 39.7083 29.6841 44 23.9995 44C18.315 44 13.5478 39.7083 12.9527 34.0549L11.4651 19.9231Z"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M13.9995 31C17.4916 27.8746 25.4281 23.8297 33.9995 31"/><circle cx="19" cy="18" r="2" fill="#fff"/><circle cx="21" cy="34" r="2" fill="#fff"/><circle cx="29" cy="18" r="2" fill="#fff"/><circle cx="27" cy="34" r="2" fill="#fff"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M33 7.91262C35.1667 5.91262 40.3923 2.30498 43 4.91262C45.6077 7.5203 43 9.9126 41 10.4126C38.5 11.0376 36.8 12.7128 36 13.9128"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M15.0962 7.91262C12.9295 5.91262 7.70391 2.30498 5.09619 4.91262C2.48848 7.5203 5.09619 9.9126 7.09619 10.4126C9.59619 11.0376 11.2962 12.7128 12.0962 13.9128"/><path stroke="#000" stroke-width="4" d="M12 25L13 34.5"/><path stroke="#000" stroke-width="4" d="M36 25L35 34.5"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkCattle(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" strokeWidth="4" d="M11.4651 19.9231C10.6818 12.4814 16.5167 6 23.9995 6C31.4823 6 37.3173 12.4814 36.5339 19.9231L35.0464 34.055C34.4513 39.7083 29.6841 44 23.9995 44C18.315 44 13.5478 39.7083 12.9527 34.0549L11.4651 19.9231Z"/><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M13.9995 31C17.4916 27.8746 25.4281 23.8297 33.9995 31"/><circle cx="19" cy="18" r="2" fill="#fff"/><circle cx="21" cy="34" r="2" fill="#fff"/><circle cx="29" cy="18" r="2" fill="#fff"/><circle cx="27" cy="34" r="2" fill="#fff"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M33 7.91262C35.1667 5.91262 40.3923 2.30498 43 4.91262C45.6077 7.5203 43 9.9126 41 10.4126C38.5 11.0376 36.8 12.7128 36 13.9128"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M15.0962 7.91262C12.9295 5.91262 7.70391 2.30498 5.09619 4.91262C2.48848 7.5203 5.09619 9.9126 7.09619 10.4126C9.59619 11.0376 11.2962 12.7128 12.0962 13.9128"/><path stroke="#000" strokeWidth="4" d="M12 25L13 34.5"/><path stroke="#000" strokeWidth="4" d="M36 25L35 34.5"/></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-width="4" d="M11.4651 19.9231C10.6818 12.4814 16.5167 6 23.9995 6C31.4823 6 37.3173 12.4814 36.5339 19.9231L35.0464 34.055C34.4513 39.7083 29.6841 44 23.9995 44C18.315 44 13.5478 39.7083 12.9527 34.0549L11.4651 19.9231Z"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M13.9995 31C17.4916 27.8746 25.4281 23.8297 33.9995 31"/><circle cx="19" cy="18" r="2" fill="#fff"/><circle cx="21" cy="34" r="2" fill="#fff"/><circle cx="29" cy="18" r="2" fill="#fff"/><circle cx="27" cy="34" r="2" fill="#fff"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M33 7.91262C35.1667 5.91262 40.3923 2.30498 43 4.91262C45.6077 7.5203 43 9.9126 41 10.4126C38.5 11.0376 36.8 12.7128 36 13.9128"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M15.0962 7.91262C12.9295 5.91262 7.70391 2.30498 5.09619 4.91262C2.48848 7.5203 5.09619 9.9126 7.09619 10.4126C9.59619 11.0376 11.2962 12.7128 12.0962 13.9128"/><path stroke="#000" stroke-width="4" d="M12 25L13 34.5"/><path stroke="#000" stroke-width="4" d="M36 25L35 34.5"/></g></svg>
</template>

CSS

.icon-cattle {
  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-width%3D%224%22%20d%3D%22M11.4651%2019.9231C10.6818%2012.4814%2016.5167%206%2023.9995%206C31.4823%206%2037.3173%2012.4814%2036.5339%2019.9231L35.0464%2034.055C34.4513%2039.7083%2029.6841%2044%2023.9995%2044C18.315%2044%2013.5478%2039.7083%2012.9527%2034.0549L11.4651%2019.9231Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M13.9995%2031C17.4916%2027.8746%2025.4281%2023.8297%2033.9995%2031%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2218%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%2234%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%2218%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2227%22%20cy%3D%2234%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M33%207.91262C35.1667%205.91262%2040.3923%202.30498%2043%204.91262C45.6077%207.5203%2043%209.9126%2041%2010.4126C38.5%2011.0376%2036.8%2012.7128%2036%2013.9128%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M15.0962%207.91262C12.9295%205.91262%207.70391%202.30498%205.09619%204.91262C2.48848%207.5203%205.09619%209.9126%207.09619%2010.4126C9.59619%2011.0376%2011.2962%2012.7128%2012.0962%2013.9128%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20d%3D%22M12%2025L13%2034.5%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20d%3D%22M36%2025L35%2034.5%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-width%3D%224%22%20d%3D%22M11.4651%2019.9231C10.6818%2012.4814%2016.5167%206%2023.9995%206C31.4823%206%2037.3173%2012.4814%2036.5339%2019.9231L35.0464%2034.055C34.4513%2039.7083%2029.6841%2044%2023.9995%2044C18.315%2044%2013.5478%2039.7083%2012.9527%2034.0549L11.4651%2019.9231Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M13.9995%2031C17.4916%2027.8746%2025.4281%2023.8297%2033.9995%2031%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2218%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%2234%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%2218%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2227%22%20cy%3D%2234%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M33%207.91262C35.1667%205.91262%2040.3923%202.30498%2043%204.91262C45.6077%207.5203%2043%209.9126%2041%2010.4126C38.5%2011.0376%2036.8%2012.7128%2036%2013.9128%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M15.0962%207.91262C12.9295%205.91262%207.70391%202.30498%205.09619%204.91262C2.48848%207.5203%205.09619%209.9126%207.09619%2010.4126C9.59619%2011.0376%2011.2962%2012.7128%2012.0962%2013.9128%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20d%3D%22M12%2025L13%2034.5%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20d%3D%22M36%2025L35%2034.5%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/cattle.svg?color=%231a73e8&size=48