cat-duotone from Reicon by REICON · Duotone · UI · MIT Free for personal and commercial use.

Name
cat-duotone
Set
Reicon
Style
Duotone
Category
UI
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All cat icons →

More ui icons from Reicon

Use the cat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.606 5.563c.766 0 .914-.157 2.394-.157s1.628.157 2.394.157c.638 0 2.554-1.563 3.511-1.563s2.075.563 2.075 2.188v1.875c-.002.492-.18 2-.88 1.597c1.111 1.314.88 2.922.88 4.34c0 3.906-5.267 5-7.98 5s-7.98-1.094-7.98-5c0-1.418-.231-3.026.88-4.34c-.7.403-.878-1.105-.88-1.598V6.188C4.02 4.563 5.137 4 6.095 4c.957 0 2.873 1.563 3.511 1.563" opacity=".5"/><path d="M9.016 11.063c-.489 0-.815.317-.98.583a1.8 1.8 0 0 0-.254.948c0 .332.082.67.254.947c.165.266.491.584.98.584c.49 0 .815-.318.98-.584c.172-.278.254-.615.254-.947c0-.333-.082-.67-.254-.948c-.165-.266-.49-.584-.98-.584m5.021.584c.164-.266.49-.584.98-.584c.488 0 .814.318.979.584c.172.278.254.615.254.948s-.082.67-.254.947c-.165.266-.49.584-.98.584c-.489 0-.815-.318-.98-.584a1.8 1.8 0 0 1-.254-.947c0-.333.082-.67.255-.948"/><path fill-rule="evenodd" d="M11.178 14.08a2.4 2.4 0 0 1 .841-.143c.292 0 .59.045.842.143a1.3 1.3 0 0 1 .408.245c.134.123.307.35.307.675a.92.92 0 0 1-.307.675a1.3 1.3 0 0 1-.408.245c-.253.098-.55.143-.842.143c-.29 0-.588-.045-.84-.143a1.3 1.3 0 0 1-.41-.245a.92.92 0 0 1-.306-.675c0-.325.173-.552.307-.675a1.3 1.3 0 0 1 .408-.245" clip-rule="evenodd"/><path d="M17.863 13.375a.75.75 0 0 1 .75-.75c.296 0 .65.067.981.149c.345.085.72.199 1.076.321c.684.234 1.41.532 1.737.744a.75.75 0 0 1-.813 1.26c-.157-.101-.722-.35-1.409-.585a12 12 0 0 0-.95-.284a3 3 0 0 0-.622-.105a.75.75 0 0 1-.75-.75m.105 1.75a.75.75 0 1 0 0 1.5c.206 0 .55.115.98.343c.342.18.656.385.901.545l.131.086a.75.75 0 0 0 .814-1.26l-.113-.074a13 13 0 0 0-1.032-.623c-.457-.242-1.08-.517-1.681-.517m-14.153-.611c-.687.235-1.252.484-1.408.585a.75.75 0 0 1-.814-1.26c.328-.212 1.053-.51 1.737-.744c.357-.122.732-.237 1.077-.321c.33-.082.684-.149.98-.149a.75.75 0 0 1 0 1.5c-.107 0-.317.03-.622.105c-.29.072-.621.172-.95.284m.205 3.085l.131-.086c.246-.16.56-.365.901-.545c.431-.228.775-.343.98-.343a.75.75 0 0 0 0-1.5c-.6 0-1.224.275-1.68.517c-.41.216-.79.465-1.033.623l-.113.074a.75.75 0 0 0 .814 1.26"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCatDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.606 5.563c.766 0 .914-.157 2.394-.157s1.628.157 2.394.157c.638 0 2.554-1.563 3.511-1.563s2.075.563 2.075 2.188v1.875c-.002.492-.18 2-.88 1.597c1.111 1.314.88 2.922.88 4.34c0 3.906-5.267 5-7.98 5s-7.98-1.094-7.98-5c0-1.418-.231-3.026.88-4.34c-.7.403-.878-1.105-.88-1.598V6.188C4.02 4.563 5.137 4 6.095 4c.957 0 2.873 1.563 3.511 1.563" opacity=".5"/><path d="M9.016 11.063c-.489 0-.815.317-.98.583a1.8 1.8 0 0 0-.254.948c0 .332.082.67.254.947c.165.266.491.584.98.584c.49 0 .815-.318.98-.584c.172-.278.254-.615.254-.947c0-.333-.082-.67-.254-.948c-.165-.266-.49-.584-.98-.584m5.021.584c.164-.266.49-.584.98-.584c.488 0 .814.318.979.584c.172.278.254.615.254.948s-.082.67-.254.947c-.165.266-.49.584-.98.584c-.489 0-.815-.318-.98-.584a1.8 1.8 0 0 1-.254-.947c0-.333.082-.67.255-.948"/><path fillRule="evenodd" d="M11.178 14.08a2.4 2.4 0 0 1 .841-.143c.292 0 .59.045.842.143a1.3 1.3 0 0 1 .408.245c.134.123.307.35.307.675a.92.92 0 0 1-.307.675a1.3 1.3 0 0 1-.408.245c-.253.098-.55.143-.842.143c-.29 0-.588-.045-.84-.143a1.3 1.3 0 0 1-.41-.245a.92.92 0 0 1-.306-.675c0-.325.173-.552.307-.675a1.3 1.3 0 0 1 .408-.245" clipRule="evenodd"/><path d="M17.863 13.375a.75.75 0 0 1 .75-.75c.296 0 .65.067.981.149c.345.085.72.199 1.076.321c.684.234 1.41.532 1.737.744a.75.75 0 0 1-.813 1.26c-.157-.101-.722-.35-1.409-.585a12 12 0 0 0-.95-.284a3 3 0 0 0-.622-.105a.75.75 0 0 1-.75-.75m.105 1.75a.75.75 0 1 0 0 1.5c.206 0 .55.115.98.343c.342.18.656.385.901.545l.131.086a.75.75 0 0 0 .814-1.26l-.113-.074a13 13 0 0 0-1.032-.623c-.457-.242-1.08-.517-1.681-.517m-14.153-.611c-.687.235-1.252.484-1.408.585a.75.75 0 0 1-.814-1.26c.328-.212 1.053-.51 1.737-.744c.357-.122.732-.237 1.077-.321c.33-.082.684-.149.98-.149a.75.75 0 0 1 0 1.5c-.107 0-.317.03-.622.105c-.29.072-.621.172-.95.284m.205 3.085l.131-.086c.246-.16.56-.365.901-.545c.431-.228.775-.343.98-.343a.75.75 0 0 0 0-1.5c-.6 0-1.224.275-1.68.517c-.41.216-.79.465-1.033.623l-.113.074a.75.75 0 0 0 .814 1.26"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.606 5.563c.766 0 .914-.157 2.394-.157s1.628.157 2.394.157c.638 0 2.554-1.563 3.511-1.563s2.075.563 2.075 2.188v1.875c-.002.492-.18 2-.88 1.597c1.111 1.314.88 2.922.88 4.34c0 3.906-5.267 5-7.98 5s-7.98-1.094-7.98-5c0-1.418-.231-3.026.88-4.34c-.7.403-.878-1.105-.88-1.598V6.188C4.02 4.563 5.137 4 6.095 4c.957 0 2.873 1.563 3.511 1.563" opacity=".5"/><path d="M9.016 11.063c-.489 0-.815.317-.98.583a1.8 1.8 0 0 0-.254.948c0 .332.082.67.254.947c.165.266.491.584.98.584c.49 0 .815-.318.98-.584c.172-.278.254-.615.254-.947c0-.333-.082-.67-.254-.948c-.165-.266-.49-.584-.98-.584m5.021.584c.164-.266.49-.584.98-.584c.488 0 .814.318.979.584c.172.278.254.615.254.948s-.082.67-.254.947c-.165.266-.49.584-.98.584c-.489 0-.815-.318-.98-.584a1.8 1.8 0 0 1-.254-.947c0-.333.082-.67.255-.948"/><path fill-rule="evenodd" d="M11.178 14.08a2.4 2.4 0 0 1 .841-.143c.292 0 .59.045.842.143a1.3 1.3 0 0 1 .408.245c.134.123.307.35.307.675a.92.92 0 0 1-.307.675a1.3 1.3 0 0 1-.408.245c-.253.098-.55.143-.842.143c-.29 0-.588-.045-.84-.143a1.3 1.3 0 0 1-.41-.245a.92.92 0 0 1-.306-.675c0-.325.173-.552.307-.675a1.3 1.3 0 0 1 .408-.245" clip-rule="evenodd"/><path d="M17.863 13.375a.75.75 0 0 1 .75-.75c.296 0 .65.067.981.149c.345.085.72.199 1.076.321c.684.234 1.41.532 1.737.744a.75.75 0 0 1-.813 1.26c-.157-.101-.722-.35-1.409-.585a12 12 0 0 0-.95-.284a3 3 0 0 0-.622-.105a.75.75 0 0 1-.75-.75m.105 1.75a.75.75 0 1 0 0 1.5c.206 0 .55.115.98.343c.342.18.656.385.901.545l.131.086a.75.75 0 0 0 .814-1.26l-.113-.074a13 13 0 0 0-1.032-.623c-.457-.242-1.08-.517-1.681-.517m-14.153-.611c-.687.235-1.252.484-1.408.585a.75.75 0 0 1-.814-1.26c.328-.212 1.053-.51 1.737-.744c.357-.122.732-.237 1.077-.321c.33-.082.684-.149.98-.149a.75.75 0 0 1 0 1.5c-.107 0-.317.03-.622.105c-.29.072-.621.172-.95.284m.205 3.085l.131-.086c.246-.16.56-.365.901-.545c.431-.228.775-.343.98-.343a.75.75 0 0 0 0-1.5c-.6 0-1.224.275-1.68.517c-.41.216-.79.465-1.033.623l-.113.074a.75.75 0 0 0 .814 1.26"/></g></svg>
</template>

CSS

.icon-cat-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.606%205.563c.766%200%20.914-.157%202.394-.157s1.628.157%202.394.157c.638%200%202.554-1.563%203.511-1.563s2.075.563%202.075%202.188v1.875c-.002.492-.18%202-.88%201.597c1.111%201.314.88%202.922.88%204.34c0%203.906-5.267%205-7.98%205s-7.98-1.094-7.98-5c0-1.418-.231-3.026.88-4.34c-.7.403-.878-1.105-.88-1.598V6.188C4.02%204.563%205.137%204%206.095%204c.957%200%202.873%201.563%203.511%201.563%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9.016%2011.063c-.489%200-.815.317-.98.583a1.8%201.8%200%200%200-.254.948c0%20.332.082.67.254.947c.165.266.491.584.98.584c.49%200%20.815-.318.98-.584c.172-.278.254-.615.254-.947c0-.333-.082-.67-.254-.948c-.165-.266-.49-.584-.98-.584m5.021.584c.164-.266.49-.584.98-.584c.488%200%20.814.318.979.584c.172.278.254.615.254.948s-.082.67-.254.947c-.165.266-.49.584-.98.584c-.489%200-.815-.318-.98-.584a1.8%201.8%200%200%201-.254-.947c0-.333.082-.67.255-.948%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.178%2014.08a2.4%202.4%200%200%201%20.841-.143c.292%200%20.59.045.842.143a1.3%201.3%200%200%201%20.408.245c.134.123.307.35.307.675a.92.92%200%200%201-.307.675a1.3%201.3%200%200%201-.408.245c-.253.098-.55.143-.842.143c-.29%200-.588-.045-.84-.143a1.3%201.3%200%200%201-.41-.245a.92.92%200%200%201-.306-.675c0-.325.173-.552.307-.675a1.3%201.3%200%200%201%20.408-.245%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.863%2013.375a.75.75%200%200%201%20.75-.75c.296%200%20.65.067.981.149c.345.085.72.199%201.076.321c.684.234%201.41.532%201.737.744a.75.75%200%200%201-.813%201.26c-.157-.101-.722-.35-1.409-.585a12%2012%200%200%200-.95-.284a3%203%200%200%200-.622-.105a.75.75%200%200%201-.75-.75m.105%201.75a.75.75%200%201%200%200%201.5c.206%200%20.55.115.98.343c.342.18.656.385.901.545l.131.086a.75.75%200%200%200%20.814-1.26l-.113-.074a13%2013%200%200%200-1.032-.623c-.457-.242-1.08-.517-1.681-.517m-14.153-.611c-.687.235-1.252.484-1.408.585a.75.75%200%200%201-.814-1.26c.328-.212%201.053-.51%201.737-.744c.357-.122.732-.237%201.077-.321c.33-.082.684-.149.98-.149a.75.75%200%200%201%200%201.5c-.107%200-.317.03-.622.105c-.29.072-.621.172-.95.284m.205%203.085l.131-.086c.246-.16.56-.365.901-.545c.431-.228.775-.343.98-.343a.75.75%200%200%200%200-1.5c-.6%200-1.224.275-1.68.517c-.41.216-.79.465-1.033.623l-.113.074a.75.75%200%200%200%20.814%201.26%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.606%205.563c.766%200%20.914-.157%202.394-.157s1.628.157%202.394.157c.638%200%202.554-1.563%203.511-1.563s2.075.563%202.075%202.188v1.875c-.002.492-.18%202-.88%201.597c1.111%201.314.88%202.922.88%204.34c0%203.906-5.267%205-7.98%205s-7.98-1.094-7.98-5c0-1.418-.231-3.026.88-4.34c-.7.403-.878-1.105-.88-1.598V6.188C4.02%204.563%205.137%204%206.095%204c.957%200%202.873%201.563%203.511%201.563%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9.016%2011.063c-.489%200-.815.317-.98.583a1.8%201.8%200%200%200-.254.948c0%20.332.082.67.254.947c.165.266.491.584.98.584c.49%200%20.815-.318.98-.584c.172-.278.254-.615.254-.947c0-.333-.082-.67-.254-.948c-.165-.266-.49-.584-.98-.584m5.021.584c.164-.266.49-.584.98-.584c.488%200%20.814.318.979.584c.172.278.254.615.254.948s-.082.67-.254.947c-.165.266-.49.584-.98.584c-.489%200-.815-.318-.98-.584a1.8%201.8%200%200%201-.254-.947c0-.333.082-.67.255-.948%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.178%2014.08a2.4%202.4%200%200%201%20.841-.143c.292%200%20.59.045.842.143a1.3%201.3%200%200%201%20.408.245c.134.123.307.35.307.675a.92.92%200%200%201-.307.675a1.3%201.3%200%200%201-.408.245c-.253.098-.55.143-.842.143c-.29%200-.588-.045-.84-.143a1.3%201.3%200%200%201-.41-.245a.92.92%200%200%201-.306-.675c0-.325.173-.552.307-.675a1.3%201.3%200%200%201%20.408-.245%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.863%2013.375a.75.75%200%200%201%20.75-.75c.296%200%20.65.067.981.149c.345.085.72.199%201.076.321c.684.234%201.41.532%201.737.744a.75.75%200%200%201-.813%201.26c-.157-.101-.722-.35-1.409-.585a12%2012%200%200%200-.95-.284a3%203%200%200%200-.622-.105a.75.75%200%200%201-.75-.75m.105%201.75a.75.75%200%201%200%200%201.5c.206%200%20.55.115.98.343c.342.18.656.385.901.545l.131.086a.75.75%200%200%200%20.814-1.26l-.113-.074a13%2013%200%200%200-1.032-.623c-.457-.242-1.08-.517-1.681-.517m-14.153-.611c-.687.235-1.252.484-1.408.585a.75.75%200%200%201-.814-1.26c.328-.212%201.053-.51%201.737-.744c.357-.122.732-.237%201.077-.321c.33-.082.684-.149.98-.149a.75.75%200%200%201%200%201.5c-.107%200-.317.03-.622.105c-.29.072-.621.172-.95.284m.205%203.085l.131-.086c.246-.16.56-.365.901-.545c.431-.228.775-.343.98-.343a.75.75%200%200%200%200-1.5c-.6%200-1.224.275-1.68.517c-.41.216-.79.465-1.033.623l-.113.074a.75.75%200%200%200%20.814%201.26%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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