cat-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
cat-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the cat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.293 3.293a1 1 0 0 1 1.69.522l1.341 7.155c.129.686.17 1.367.134 2.03H21a1 1 0 1 1 0 2h-.898a8.4 8.4 0 0 1-.55 1.36l1.073.859a1 1 0 0 1-1.25 1.562l-.939-.75A8.42 8.42 0 0 1 12 21a8.43 8.43 0 0 1-6.437-2.97l-.938.751a1 1 0 0 1-1.25-1.562l1.071-.858A8.4 8.4 0 0 1 3.897 15H3a1 1 0 1 1 0-2h.542a8.5 8.5 0 0 1 .134-2.03l1.342-7.155a1 1 0 0 1 1.689-.522l2.414 2.414c.188.187.443.293.708.293h4.343a1 1 0 0 0 .707-.293zm-3.398 11.76a1 1 0 0 0-1.342-.448l-.553.277l-.553-.277a1 1 0 0 0-.894 1.79l.552.276a2 2 0 0 0 1.79 0l.552-.277a1 1 0 0 0 .448-1.341M9.5 10a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m5 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteCatFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.293 3.293a1 1 0 0 1 1.69.522l1.341 7.155c.129.686.17 1.367.134 2.03H21a1 1 0 1 1 0 2h-.898a8.4 8.4 0 0 1-.55 1.36l1.073.859a1 1 0 0 1-1.25 1.562l-.939-.75A8.42 8.42 0 0 1 12 21a8.43 8.43 0 0 1-6.437-2.97l-.938.751a1 1 0 0 1-1.25-1.562l1.071-.858A8.4 8.4 0 0 1 3.897 15H3a1 1 0 1 1 0-2h.542a8.5 8.5 0 0 1 .134-2.03l1.342-7.155a1 1 0 0 1 1.689-.522l2.414 2.414c.188.187.443.293.708.293h4.343a1 1 0 0 0 .707-.293zm-3.398 11.76a1 1 0 0 0-1.342-.448l-.553.277l-.553-.277a1 1 0 0 0-.894 1.79l.552.276a2 2 0 0 0 1.79 0l.552-.277a1 1 0 0 0 .448-1.341M9.5 10a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m5 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.293 3.293a1 1 0 0 1 1.69.522l1.341 7.155c.129.686.17 1.367.134 2.03H21a1 1 0 1 1 0 2h-.898a8.4 8.4 0 0 1-.55 1.36l1.073.859a1 1 0 0 1-1.25 1.562l-.939-.75A8.42 8.42 0 0 1 12 21a8.43 8.43 0 0 1-6.437-2.97l-.938.751a1 1 0 0 1-1.25-1.562l1.071-.858A8.4 8.4 0 0 1 3.897 15H3a1 1 0 1 1 0-2h.542a8.5 8.5 0 0 1 .134-2.03l1.342-7.155a1 1 0 0 1 1.689-.522l2.414 2.414c.188.187.443.293.708.293h4.343a1 1 0 0 0 .707-.293zm-3.398 11.76a1 1 0 0 0-1.342-.448l-.553.277l-.553-.277a1 1 0 0 0-.894 1.79l.552.276a2 2 0 0 0 1.79 0l.552-.277a1 1 0 0 0 .448-1.341M9.5 10a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m5 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
</template>

CSS

.icon-cat-fill {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.293%203.293a1%201%200%200%201%201.69.522l1.341%207.155c.129.686.17%201.367.134%202.03H21a1%201%200%201%201%200%202h-.898a8.4%208.4%200%200%201-.55%201.36l1.073.859a1%201%200%200%201-1.25%201.562l-.939-.75A8.42%208.42%200%200%201%2012%2021a8.43%208.43%200%200%201-6.437-2.97l-.938.751a1%201%200%200%201-1.25-1.562l1.071-.858A8.4%208.4%200%200%201%203.897%2015H3a1%201%200%201%201%200-2h.542a8.5%208.5%200%200%201%20.134-2.03l1.342-7.155a1%201%200%200%201%201.689-.522l2.414%202.414c.188.187.443.293.708.293h4.343a1%201%200%200%200%20.707-.293zm-3.398%2011.76a1%201%200%200%200-1.342-.448l-.553.277l-.553-.277a1%201%200%200%200-.894%201.79l.552.276a2%202%200%200%200%201.79%200l.552-.277a1%201%200%200%200%20.448-1.341M9.5%2010a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m5%200a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.293%203.293a1%201%200%200%201%201.69.522l1.341%207.155c.129.686.17%201.367.134%202.03H21a1%201%200%201%201%200%202h-.898a8.4%208.4%200%200%201-.55%201.36l1.073.859a1%201%200%200%201-1.25%201.562l-.939-.75A8.42%208.42%200%200%201%2012%2021a8.43%208.43%200%200%201-6.437-2.97l-.938.751a1%201%200%200%201-1.25-1.562l1.071-.858A8.4%208.4%200%200%201%203.897%2015H3a1%201%200%201%201%200-2h.542a8.5%208.5%200%200%201%20.134-2.03l1.342-7.155a1%201%200%200%201%201.689-.522l2.414%202.414c.188.187.443.293.708.293h4.343a1%201%200%200%200%20.707-.293zm-3.398%2011.76a1%201%200%200%200-1.342-.448l-.553.277l-.553-.277a1%201%200%200%200-.894%201.79l.552.276a2%202%200%200%200%201.79%200l.552-.277a1%201%200%200%200%20.448-1.341M9.5%2010a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m5%200a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/cat-fill.svg?color=%231a73e8&size=48