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

Name
animal-cat-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M4.97 18h9.28c.947 0 1.715-.768 1.715-1.716v-7.61c1.61-.064 2.573-1.85 1.713-3.238l-.502-.81a2.12 2.12 0 0 0-1.802-1.004h-1.435v-.636A.986.986 0 0 0 12.953 2a2.445 2.445 0 0 0-2.444 2.446v3.456c-1.278.126-2.243.73-2.952 1.582c-.782.94-1.243 2.165-1.517 3.342c-.276 1.182-.373 2.358-.403 3.232c-.012.374-.012.696-.008.942H4.97a1.971 1.971 0 0 1-1.44-3.317l.92-.987a3.59 3.59 0 0 0-.086-4.984l-.903-.903a.5.5 0 1 0-.707.707l.903.903a2.587 2.587 0 0 1 .062 3.595l-.92.987A2.973 2.973 0 0 0 4.97 18m7.97-15v1.122a.5.5 0 0 0 .5.5h1.934c.388 0 .748.2.952.53l.503.811a1.122 1.122 0 0 1-.953 1.713h-.41a.5.5 0 0 0-.5.5v8.108c0 .395-.32.716-.716.716h-.716v-.716a2.93 2.93 0 0 0-2.93-2.933H9.59a.5.5 0 0 0 0 1h1.013c1.067 0 1.932.865 1.932 1.933V17H6.629c-.005-.234-.005-.544.007-.909c.028-.836.12-1.94.377-3.038c.257-1.104.67-2.159 1.312-2.93c.627-.751 1.478-1.245 2.684-1.245a.5.5 0 0 0 .5-.5V4.446c0-.794.639-1.439 1.43-1.446"/></svg>

React

import type { SVGProps } from "react";

export function FluentAnimalCat20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.97 18h9.28c.947 0 1.715-.768 1.715-1.716v-7.61c1.61-.064 2.573-1.85 1.713-3.238l-.502-.81a2.12 2.12 0 0 0-1.802-1.004h-1.435v-.636A.986.986 0 0 0 12.953 2a2.445 2.445 0 0 0-2.444 2.446v3.456c-1.278.126-2.243.73-2.952 1.582c-.782.94-1.243 2.165-1.517 3.342c-.276 1.182-.373 2.358-.403 3.232c-.012.374-.012.696-.008.942H4.97a1.971 1.971 0 0 1-1.44-3.317l.92-.987a3.59 3.59 0 0 0-.086-4.984l-.903-.903a.5.5 0 1 0-.707.707l.903.903a2.587 2.587 0 0 1 .062 3.595l-.92.987A2.973 2.973 0 0 0 4.97 18m7.97-15v1.122a.5.5 0 0 0 .5.5h1.934c.388 0 .748.2.952.53l.503.811a1.122 1.122 0 0 1-.953 1.713h-.41a.5.5 0 0 0-.5.5v8.108c0 .395-.32.716-.716.716h-.716v-.716a2.93 2.93 0 0 0-2.93-2.933H9.59a.5.5 0 0 0 0 1h1.013c1.067 0 1.932.865 1.932 1.933V17H6.629c-.005-.234-.005-.544.007-.909c.028-.836.12-1.94.377-3.038c.257-1.104.67-2.159 1.312-2.93c.627-.751 1.478-1.245 2.684-1.245a.5.5 0 0 0 .5-.5V4.446c0-.794.639-1.439 1.43-1.446"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.97 18h9.28c.947 0 1.715-.768 1.715-1.716v-7.61c1.61-.064 2.573-1.85 1.713-3.238l-.502-.81a2.12 2.12 0 0 0-1.802-1.004h-1.435v-.636A.986.986 0 0 0 12.953 2a2.445 2.445 0 0 0-2.444 2.446v3.456c-1.278.126-2.243.73-2.952 1.582c-.782.94-1.243 2.165-1.517 3.342c-.276 1.182-.373 2.358-.403 3.232c-.012.374-.012.696-.008.942H4.97a1.971 1.971 0 0 1-1.44-3.317l.92-.987a3.59 3.59 0 0 0-.086-4.984l-.903-.903a.5.5 0 1 0-.707.707l.903.903a2.587 2.587 0 0 1 .062 3.595l-.92.987A2.973 2.973 0 0 0 4.97 18m7.97-15v1.122a.5.5 0 0 0 .5.5h1.934c.388 0 .748.2.952.53l.503.811a1.122 1.122 0 0 1-.953 1.713h-.41a.5.5 0 0 0-.5.5v8.108c0 .395-.32.716-.716.716h-.716v-.716a2.93 2.93 0 0 0-2.93-2.933H9.59a.5.5 0 0 0 0 1h1.013c1.067 0 1.932.865 1.932 1.933V17H6.629c-.005-.234-.005-.544.007-.909c.028-.836.12-1.94.377-3.038c.257-1.104.67-2.159 1.312-2.93c.627-.751 1.478-1.245 2.684-1.245a.5.5 0 0 0 .5-.5V4.446c0-.794.639-1.439 1.43-1.446"/></svg>
</template>

CSS

.icon-animal-cat-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.97%2018h9.28c.947%200%201.715-.768%201.715-1.716v-7.61c1.61-.064%202.573-1.85%201.713-3.238l-.502-.81a2.12%202.12%200%200%200-1.802-1.004h-1.435v-.636A.986.986%200%200%200%2012.953%202a2.445%202.445%200%200%200-2.444%202.446v3.456c-1.278.126-2.243.73-2.952%201.582c-.782.94-1.243%202.165-1.517%203.342c-.276%201.182-.373%202.358-.403%203.232c-.012.374-.012.696-.008.942H4.97a1.971%201.971%200%200%201-1.44-3.317l.92-.987a3.59%203.59%200%200%200-.086-4.984l-.903-.903a.5.5%200%201%200-.707.707l.903.903a2.587%202.587%200%200%201%20.062%203.595l-.92.987A2.973%202.973%200%200%200%204.97%2018m7.97-15v1.122a.5.5%200%200%200%20.5.5h1.934c.388%200%20.748.2.952.53l.503.811a1.122%201.122%200%200%201-.953%201.713h-.41a.5.5%200%200%200-.5.5v8.108c0%20.395-.32.716-.716.716h-.716v-.716a2.93%202.93%200%200%200-2.93-2.933H9.59a.5.5%200%200%200%200%201h1.013c1.067%200%201.932.865%201.932%201.933V17H6.629c-.005-.234-.005-.544.007-.909c.028-.836.12-1.94.377-3.038c.257-1.104.67-2.159%201.312-2.93c.627-.751%201.478-1.245%202.684-1.245a.5.5%200%200%200%20.5-.5V4.446c0-.794.639-1.439%201.43-1.446%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.97%2018h9.28c.947%200%201.715-.768%201.715-1.716v-7.61c1.61-.064%202.573-1.85%201.713-3.238l-.502-.81a2.12%202.12%200%200%200-1.802-1.004h-1.435v-.636A.986.986%200%200%200%2012.953%202a2.445%202.445%200%200%200-2.444%202.446v3.456c-1.278.126-2.243.73-2.952%201.582c-.782.94-1.243%202.165-1.517%203.342c-.276%201.182-.373%202.358-.403%203.232c-.012.374-.012.696-.008.942H4.97a1.971%201.971%200%200%201-1.44-3.317l.92-.987a3.59%203.59%200%200%200-.086-4.984l-.903-.903a.5.5%200%201%200-.707.707l.903.903a2.587%202.587%200%200%201%20.062%203.595l-.92.987A2.973%202.973%200%200%200%204.97%2018m7.97-15v1.122a.5.5%200%200%200%20.5.5h1.934c.388%200%20.748.2.952.53l.503.811a1.122%201.122%200%200%201-.953%201.713h-.41a.5.5%200%200%200-.5.5v8.108c0%20.395-.32.716-.716.716h-.716v-.716a2.93%202.93%200%200%200-2.93-2.933H9.59a.5.5%200%200%200%200%201h1.013c1.067%200%201.932.865%201.932%201.933V17H6.629c-.005-.234-.005-.544.007-.909c.028-.836.12-1.94.377-3.038c.257-1.104.67-2.159%201.312-2.93c.627-.751%201.478-1.245%202.684-1.245a.5.5%200%200%200%20.5-.5V4.446c0-.794.639-1.439%201.43-1.446%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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