animal-cat-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
animal-cat-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the animal cat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.247 22H5.796a3.797 3.797 0 0 1-2.775-6.39l1.135-1.217a3.06 3.06 0 0 0-.073-4.248L2.969 9.03a.75.75 0 0 1 1.06-1.06l1.114 1.114a4.56 4.56 0 0 1 .11 6.332l-1.136 1.217a2.3 2.3 0 0 0 1.68 3.867h.677c-.003-.285-.001-.634.012-1.033c.036-1.083.157-2.542.5-4.012c.34-1.462.915-2.996 1.899-4.177c.872-1.047 2.055-1.801 3.61-1.985V5.15A3.15 3.15 0 0 1 15.641 2c.746 0 1.35.604 1.35 1.35V4h1.636c.95 0 1.834.492 2.335 1.3l.62 1c1.092 1.763-.084 4.02-2.093 4.19v9.26A2.25 2.25 0 0 1 17.242 22h-.75v-2.25A3.75 3.75 0 0 0 12.744 16h-1.25a.75.75 0 0 0 0 1.5h1.25a2.25 2.25 0 0 1 2.249 2.25V22z"/></svg>

React

import type { SVGProps } from "react";

export function FluentAnimalCat24Filled(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="M7.247 22H5.796a3.797 3.797 0 0 1-2.775-6.39l1.135-1.217a3.06 3.06 0 0 0-.073-4.248L2.969 9.03a.75.75 0 0 1 1.06-1.06l1.114 1.114a4.56 4.56 0 0 1 .11 6.332l-1.136 1.217a2.3 2.3 0 0 0 1.68 3.867h.677c-.003-.285-.001-.634.012-1.033c.036-1.083.157-2.542.5-4.012c.34-1.462.915-2.996 1.899-4.177c.872-1.047 2.055-1.801 3.61-1.985V5.15A3.15 3.15 0 0 1 15.641 2c.746 0 1.35.604 1.35 1.35V4h1.636c.95 0 1.834.492 2.335 1.3l.62 1c1.092 1.763-.084 4.02-2.093 4.19v9.26A2.25 2.25 0 0 1 17.242 22h-.75v-2.25A3.75 3.75 0 0 0 12.744 16h-1.25a.75.75 0 0 0 0 1.5h1.25a2.25 2.25 0 0 1 2.249 2.25V22z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.247 22H5.796a3.797 3.797 0 0 1-2.775-6.39l1.135-1.217a3.06 3.06 0 0 0-.073-4.248L2.969 9.03a.75.75 0 0 1 1.06-1.06l1.114 1.114a4.56 4.56 0 0 1 .11 6.332l-1.136 1.217a2.3 2.3 0 0 0 1.68 3.867h.677c-.003-.285-.001-.634.012-1.033c.036-1.083.157-2.542.5-4.012c.34-1.462.915-2.996 1.899-4.177c.872-1.047 2.055-1.801 3.61-1.985V5.15A3.15 3.15 0 0 1 15.641 2c.746 0 1.35.604 1.35 1.35V4h1.636c.95 0 1.834.492 2.335 1.3l.62 1c1.092 1.763-.084 4.02-2.093 4.19v9.26A2.25 2.25 0 0 1 17.242 22h-.75v-2.25A3.75 3.75 0 0 0 12.744 16h-1.25a.75.75 0 0 0 0 1.5h1.25a2.25 2.25 0 0 1 2.249 2.25V22z"/></svg>
</template>

CSS

.icon-animal-cat-24-filled {
  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%22M7.247%2022H5.796a3.797%203.797%200%200%201-2.775-6.39l1.135-1.217a3.06%203.06%200%200%200-.073-4.248L2.969%209.03a.75.75%200%200%201%201.06-1.06l1.114%201.114a4.56%204.56%200%200%201%20.11%206.332l-1.136%201.217a2.3%202.3%200%200%200%201.68%203.867h.677c-.003-.285-.001-.634.012-1.033c.036-1.083.157-2.542.5-4.012c.34-1.462.915-2.996%201.899-4.177c.872-1.047%202.055-1.801%203.61-1.985V5.15A3.15%203.15%200%200%201%2015.641%202c.746%200%201.35.604%201.35%201.35V4h1.636c.95%200%201.834.492%202.335%201.3l.62%201c1.092%201.763-.084%204.02-2.093%204.19v9.26A2.25%202.25%200%200%201%2017.242%2022h-.75v-2.25A3.75%203.75%200%200%200%2012.744%2016h-1.25a.75.75%200%200%200%200%201.5h1.25a2.25%202.25%200%200%201%202.249%202.25V22z%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%22M7.247%2022H5.796a3.797%203.797%200%200%201-2.775-6.39l1.135-1.217a3.06%203.06%200%200%200-.073-4.248L2.969%209.03a.75.75%200%200%201%201.06-1.06l1.114%201.114a4.56%204.56%200%200%201%20.11%206.332l-1.136%201.217a2.3%202.3%200%200%200%201.68%203.867h.677c-.003-.285-.001-.634.012-1.033c.036-1.083.157-2.542.5-4.012c.34-1.462.915-2.996%201.899-4.177c.872-1.047%202.055-1.801%203.61-1.985V5.15A3.15%203.15%200%200%201%2015.641%202c.746%200%201.35.604%201.35%201.35V4h1.636c.95%200%201.834.492%202.335%201.3l.62%201c1.092%201.763-.084%204.02-2.093%204.19v9.26A2.25%202.25%200%200%201%2017.242%2022h-.75v-2.25A3.75%203.75%200%200%200%2012.744%2016h-1.25a.75.75%200%200%200%200%201.5h1.25a2.25%202.25%200%200%201%202.249%202.25V22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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