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

Name
animal-cat-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M3.64 15h8.043c.858 0 1.553-.696 1.553-1.554V6.914c1.407-.101 2.236-1.676 1.475-2.905l-.435-.702a1.9 1.9 0 0 0-1.619-.902h-1.176v-.483A.92.92 0 0 0 10.56 1a2.186 2.186 0 0 0-2.186 2.186v2.936c-1.096.123-1.93.652-2.542 1.388c-.688.826-1.09 1.899-1.33 2.924a15 15 0 0 0-.35 2.814c-.01.292-.01.548-.008.752h-.503a1.642 1.642 0 0 1-1.2-2.763l.797-.855a3.177 3.177 0 0 0-.076-4.412l-.782-.783a.5.5 0 1 0-.707.707l.783.783A2.176 2.176 0 0 1 2.508 9.7l-.798.855A2.643 2.643 0 0 0 3.64 15m6.841-12.997v.902a.5.5 0 0 0 .5.5h1.676c.313 0 .604.162.77.429l.435.702a.905.905 0 0 1-.77 1.383h-.355a.5.5 0 0 0-.5.5v7.027a.554.554 0 0 1-.554.554h-.553v-.554a2.607 2.607 0 0 0-2.607-2.608h-.878a.5.5 0 0 0 0 1h.878c.887 0 1.607.72 1.607 1.608V14H5.144c-.003-.193-.002-.437.007-.719c.024-.722.105-1.675.325-2.62c.222-.952.577-1.855 1.124-2.511c.531-.638 1.25-1.055 2.274-1.055a.5.5 0 0 0 .5-.5V3.186c0-.628.489-1.143 1.107-1.183"/></svg>

React

import type { SVGProps } from "react";

export function FluentAnimalCat16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.64 15h8.043c.858 0 1.553-.696 1.553-1.554V6.914c1.407-.101 2.236-1.676 1.475-2.905l-.435-.702a1.9 1.9 0 0 0-1.619-.902h-1.176v-.483A.92.92 0 0 0 10.56 1a2.186 2.186 0 0 0-2.186 2.186v2.936c-1.096.123-1.93.652-2.542 1.388c-.688.826-1.09 1.899-1.33 2.924a15 15 0 0 0-.35 2.814c-.01.292-.01.548-.008.752h-.503a1.642 1.642 0 0 1-1.2-2.763l.797-.855a3.177 3.177 0 0 0-.076-4.412l-.782-.783a.5.5 0 1 0-.707.707l.783.783A2.176 2.176 0 0 1 2.508 9.7l-.798.855A2.643 2.643 0 0 0 3.64 15m6.841-12.997v.902a.5.5 0 0 0 .5.5h1.676c.313 0 .604.162.77.429l.435.702a.905.905 0 0 1-.77 1.383h-.355a.5.5 0 0 0-.5.5v7.027a.554.554 0 0 1-.554.554h-.553v-.554a2.607 2.607 0 0 0-2.607-2.608h-.878a.5.5 0 0 0 0 1h.878c.887 0 1.607.72 1.607 1.608V14H5.144c-.003-.193-.002-.437.007-.719c.024-.722.105-1.675.325-2.62c.222-.952.577-1.855 1.124-2.511c.531-.638 1.25-1.055 2.274-1.055a.5.5 0 0 0 .5-.5V3.186c0-.628.489-1.143 1.107-1.183"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.64 15h8.043c.858 0 1.553-.696 1.553-1.554V6.914c1.407-.101 2.236-1.676 1.475-2.905l-.435-.702a1.9 1.9 0 0 0-1.619-.902h-1.176v-.483A.92.92 0 0 0 10.56 1a2.186 2.186 0 0 0-2.186 2.186v2.936c-1.096.123-1.93.652-2.542 1.388c-.688.826-1.09 1.899-1.33 2.924a15 15 0 0 0-.35 2.814c-.01.292-.01.548-.008.752h-.503a1.642 1.642 0 0 1-1.2-2.763l.797-.855a3.177 3.177 0 0 0-.076-4.412l-.782-.783a.5.5 0 1 0-.707.707l.783.783A2.176 2.176 0 0 1 2.508 9.7l-.798.855A2.643 2.643 0 0 0 3.64 15m6.841-12.997v.902a.5.5 0 0 0 .5.5h1.676c.313 0 .604.162.77.429l.435.702a.905.905 0 0 1-.77 1.383h-.355a.5.5 0 0 0-.5.5v7.027a.554.554 0 0 1-.554.554h-.553v-.554a2.607 2.607 0 0 0-2.607-2.608h-.878a.5.5 0 0 0 0 1h.878c.887 0 1.607.72 1.607 1.608V14H5.144c-.003-.193-.002-.437.007-.719c.024-.722.105-1.675.325-2.62c.222-.952.577-1.855 1.124-2.511c.531-.638 1.25-1.055 2.274-1.055a.5.5 0 0 0 .5-.5V3.186c0-.628.489-1.143 1.107-1.183"/></svg>
</template>

CSS

.icon-animal-cat-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.64%2015h8.043c.858%200%201.553-.696%201.553-1.554V6.914c1.407-.101%202.236-1.676%201.475-2.905l-.435-.702a1.9%201.9%200%200%200-1.619-.902h-1.176v-.483A.92.92%200%200%200%2010.56%201a2.186%202.186%200%200%200-2.186%202.186v2.936c-1.096.123-1.93.652-2.542%201.388c-.688.826-1.09%201.899-1.33%202.924a15%2015%200%200%200-.35%202.814c-.01.292-.01.548-.008.752h-.503a1.642%201.642%200%200%201-1.2-2.763l.797-.855a3.177%203.177%200%200%200-.076-4.412l-.782-.783a.5.5%200%201%200-.707.707l.783.783A2.176%202.176%200%200%201%202.508%209.7l-.798.855A2.643%202.643%200%200%200%203.64%2015m6.841-12.997v.902a.5.5%200%200%200%20.5.5h1.676c.313%200%20.604.162.77.429l.435.702a.905.905%200%200%201-.77%201.383h-.355a.5.5%200%200%200-.5.5v7.027a.554.554%200%200%201-.554.554h-.553v-.554a2.607%202.607%200%200%200-2.607-2.608h-.878a.5.5%200%200%200%200%201h.878c.887%200%201.607.72%201.607%201.608V14H5.144c-.003-.193-.002-.437.007-.719c.024-.722.105-1.675.325-2.62c.222-.952.577-1.855%201.124-2.511c.531-.638%201.25-1.055%202.274-1.055a.5.5%200%200%200%20.5-.5V3.186c0-.628.489-1.143%201.107-1.183%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.64%2015h8.043c.858%200%201.553-.696%201.553-1.554V6.914c1.407-.101%202.236-1.676%201.475-2.905l-.435-.702a1.9%201.9%200%200%200-1.619-.902h-1.176v-.483A.92.92%200%200%200%2010.56%201a2.186%202.186%200%200%200-2.186%202.186v2.936c-1.096.123-1.93.652-2.542%201.388c-.688.826-1.09%201.899-1.33%202.924a15%2015%200%200%200-.35%202.814c-.01.292-.01.548-.008.752h-.503a1.642%201.642%200%200%201-1.2-2.763l.797-.855a3.177%203.177%200%200%200-.076-4.412l-.782-.783a.5.5%200%201%200-.707.707l.783.783A2.176%202.176%200%200%201%202.508%209.7l-.798.855A2.643%202.643%200%200%200%203.64%2015m6.841-12.997v.902a.5.5%200%200%200%20.5.5h1.676c.313%200%20.604.162.77.429l.435.702a.905.905%200%200%201-.77%201.383h-.355a.5.5%200%200%200-.5.5v7.027a.554.554%200%200%201-.554.554h-.553v-.554a2.607%202.607%200%200%200-2.607-2.608h-.878a.5.5%200%200%200%200%201h.878c.887%200%201.607.72%201.607%201.608V14H5.144c-.003-.193-.002-.437.007-.719c.024-.722.105-1.675.325-2.62c.222-.952.577-1.855%201.124-2.511c.531-.638%201.25-1.055%202.274-1.055a.5.5%200%200%200%20.5-.5V3.186c0-.628.489-1.143%201.107-1.183%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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