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

Name
animal-cat-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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="M15.493 3.507a1.65 1.65 0 0 0-1.5 1.643V10a.75.75 0 0 1-.75.75c-1.443 0-2.457.588-3.206 1.488c-.773.928-1.276 2.206-1.591 3.557c-.313 1.343-.427 2.696-.461 3.722a22 22 0 0 0-.012.983h7.02v-.75a2.25 2.25 0 0 0-2.249-2.25h-1.25a.75.75 0 0 1 0-1.5h1.25a3.75 3.75 0 0 1 3.748 3.75v.75h.75a.75.75 0 0 0 .75-.75v-10A.75.75 0 0 1 18.74 9h.506a1.25 1.25 0 0 0 1.062-1.909l-.62-1a1.25 1.25 0 0 0-1.061-.591h-2.386a.75.75 0 0 1-.75-.75zM6.473 20.5c-.002-.284 0-.634.013-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 22H5.795a3.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.333l-1.136 1.216a2.3 2.3 0 0 0 1.68 3.867z"/></svg>

React

import type { SVGProps } from "react";

export function FluentAnimalCat24Regular(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="M15.493 3.507a1.65 1.65 0 0 0-1.5 1.643V10a.75.75 0 0 1-.75.75c-1.443 0-2.457.588-3.206 1.488c-.773.928-1.276 2.206-1.591 3.557c-.313 1.343-.427 2.696-.461 3.722a22 22 0 0 0-.012.983h7.02v-.75a2.25 2.25 0 0 0-2.249-2.25h-1.25a.75.75 0 0 1 0-1.5h1.25a3.75 3.75 0 0 1 3.748 3.75v.75h.75a.75.75 0 0 0 .75-.75v-10A.75.75 0 0 1 18.74 9h.506a1.25 1.25 0 0 0 1.062-1.909l-.62-1a1.25 1.25 0 0 0-1.061-.591h-2.386a.75.75 0 0 1-.75-.75zM6.473 20.5c-.002-.284 0-.634.013-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 22H5.795a3.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.333l-1.136 1.216a2.3 2.3 0 0 0 1.68 3.867z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.493 3.507a1.65 1.65 0 0 0-1.5 1.643V10a.75.75 0 0 1-.75.75c-1.443 0-2.457.588-3.206 1.488c-.773.928-1.276 2.206-1.591 3.557c-.313 1.343-.427 2.696-.461 3.722a22 22 0 0 0-.012.983h7.02v-.75a2.25 2.25 0 0 0-2.249-2.25h-1.25a.75.75 0 0 1 0-1.5h1.25a3.75 3.75 0 0 1 3.748 3.75v.75h.75a.75.75 0 0 0 .75-.75v-10A.75.75 0 0 1 18.74 9h.506a1.25 1.25 0 0 0 1.062-1.909l-.62-1a1.25 1.25 0 0 0-1.061-.591h-2.386a.75.75 0 0 1-.75-.75zM6.473 20.5c-.002-.284 0-.634.013-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 22H5.795a3.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.333l-1.136 1.216a2.3 2.3 0 0 0 1.68 3.867z"/></svg>
</template>

CSS

.icon-animal-cat-24-regular {
  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%22M15.493%203.507a1.65%201.65%200%200%200-1.5%201.643V10a.75.75%200%200%201-.75.75c-1.443%200-2.457.588-3.206%201.488c-.773.928-1.276%202.206-1.591%203.557c-.313%201.343-.427%202.696-.461%203.722a22%2022%200%200%200-.012.983h7.02v-.75a2.25%202.25%200%200%200-2.249-2.25h-1.25a.75.75%200%200%201%200-1.5h1.25a3.75%203.75%200%200%201%203.748%203.75v.75h.75a.75.75%200%200%200%20.75-.75v-10A.75.75%200%200%201%2018.74%209h.506a1.25%201.25%200%200%200%201.062-1.909l-.62-1a1.25%201.25%200%200%200-1.061-.591h-2.386a.75.75%200%200%201-.75-.75zM6.473%2020.5c-.002-.284%200-.634.013-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%2022H5.795a3.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.333l-1.136%201.216a2.3%202.3%200%200%200%201.68%203.867z%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%22M15.493%203.507a1.65%201.65%200%200%200-1.5%201.643V10a.75.75%200%200%201-.75.75c-1.443%200-2.457.588-3.206%201.488c-.773.928-1.276%202.206-1.591%203.557c-.313%201.343-.427%202.696-.461%203.722a22%2022%200%200%200-.012.983h7.02v-.75a2.25%202.25%200%200%200-2.249-2.25h-1.25a.75.75%200%200%201%200-1.5h1.25a3.75%203.75%200%200%201%203.748%203.75v.75h.75a.75.75%200%200%200%20.75-.75v-10A.75.75%200%200%201%2018.74%209h.506a1.25%201.25%200%200%200%201.062-1.909l-.62-1a1.25%201.25%200%200%200-1.061-.591h-2.386a.75.75%200%200%201-.75-.75zM6.473%2020.5c-.002-.284%200-.634.013-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%2022H5.795a3.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.333l-1.136%201.216a2.3%202.3%200%200%200%201.68%203.867z%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-regular.svg?color=%231a73e8&size=48