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

Name
cat
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 cat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M42 26C42 34.8366 33.9411 42 24 42C14.0589 42 6 34.8366 6 26M15 12.1405C17.6476 10.7792 20.7214 10 24 10C27.2786 10 30.3524 10.7792 33 12.1405"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M6 26V8.48814C6 6.757 8.05005 5.84346 9.33729 7.00098L15 12.093"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M42 26V8.48814C42 6.757 39.9499 5.84346 38.6627 7.00098L33 12.093"/><circle cx="30" cy="22" r="2" fill="#000"/><circle cx="18" cy="22" r="2" fill="#000"/><circle cx="24" cy="28" r="2" fill="#000"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M16 30L4 31"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M19 35L7 41"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M32 30L44 31"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M29 35L41 41"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkCat(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 stroke="#000" strokeLinecap="round" strokeWidth="4" d="M42 26C42 34.8366 33.9411 42 24 42C14.0589 42 6 34.8366 6 26M15 12.1405C17.6476 10.7792 20.7214 10 24 10C27.2786 10 30.3524 10.7792 33 12.1405"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M6 26V8.48814C6 6.757 8.05005 5.84346 9.33729 7.00098L15 12.093"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M42 26V8.48814C42 6.757 39.9499 5.84346 38.6627 7.00098L33 12.093"/><circle cx="30" cy="22" r="2" fill="#000"/><circle cx="18" cy="22" r="2" fill="#000"/><circle cx="24" cy="28" r="2" fill="#000"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M16 30L4 31"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M19 35L7 41"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M32 30L44 31"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M29 35L41 41"/></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 stroke="#000" stroke-linecap="round" stroke-width="4" d="M42 26C42 34.8366 33.9411 42 24 42C14.0589 42 6 34.8366 6 26M15 12.1405C17.6476 10.7792 20.7214 10 24 10C27.2786 10 30.3524 10.7792 33 12.1405"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M6 26V8.48814C6 6.757 8.05005 5.84346 9.33729 7.00098L15 12.093"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M42 26V8.48814C42 6.757 39.9499 5.84346 38.6627 7.00098L33 12.093"/><circle cx="30" cy="22" r="2" fill="#000"/><circle cx="18" cy="22" r="2" fill="#000"/><circle cx="24" cy="28" r="2" fill="#000"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M16 30L4 31"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M19 35L7 41"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M32 30L44 31"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M29 35L41 41"/></g></svg>
</template>

CSS

.icon-cat {
  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%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M42%2026C42%2034.8366%2033.9411%2042%2024%2042C14.0589%2042%206%2034.8366%206%2026M15%2012.1405C17.6476%2010.7792%2020.7214%2010%2024%2010C27.2786%2010%2030.3524%2010.7792%2033%2012.1405%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%22M6%2026V8.48814C6%206.757%208.05005%205.84346%209.33729%207.00098L15%2012.093%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%22M42%2026V8.48814C42%206.757%2039.9499%205.84346%2038.6627%207.00098L33%2012.093%22%2F%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%2222%22%20r%3D%222%22%20fill%3D%22%23000%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2222%22%20r%3D%222%22%20fill%3D%22%23000%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2228%22%20r%3D%222%22%20fill%3D%22%23000%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%22M16%2030L4%2031%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%22M19%2035L7%2041%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%22M32%2030L44%2031%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%22M29%2035L41%2041%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%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M42%2026C42%2034.8366%2033.9411%2042%2024%2042C14.0589%2042%206%2034.8366%206%2026M15%2012.1405C17.6476%2010.7792%2020.7214%2010%2024%2010C27.2786%2010%2030.3524%2010.7792%2033%2012.1405%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%22M6%2026V8.48814C6%206.757%208.05005%205.84346%209.33729%207.00098L15%2012.093%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%22M42%2026V8.48814C42%206.757%2039.9499%205.84346%2038.6627%207.00098L33%2012.093%22%2F%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%2222%22%20r%3D%222%22%20fill%3D%22%23000%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2222%22%20r%3D%222%22%20fill%3D%22%23000%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2228%22%20r%3D%222%22%20fill%3D%22%23000%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%22M16%2030L4%2031%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%22M19%2035L7%2041%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%22M32%2030L44%2031%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%22M29%2035L41%2041%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/cat.svg?color=%231a73e8&size=48