animal cat icon
animal-cat-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- animal-cat-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- 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 18H13v-1.5a2.5 2.5 0 0 0-2.5-2.5h-1a.5.5 0 0 1 0-1h1a3.5 3.5 0 0 1 3.5 3.5V18h.25c.472 0 .9-.191 1.21-.5h.04v-.041a1.7 1.7 0 0 0 .465-1.175v-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-.44.528-.779 1.148-1.04 1.798c-.227.46-.386.959-.464 1.485l-.013.059c-.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 18"/></svg>
React
import type { SVGProps } from "react";
export function FluentAnimalCat20Filled(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 18H13v-1.5a2.5 2.5 0 0 0-2.5-2.5h-1a.5.5 0 0 1 0-1h1a3.5 3.5 0 0 1 3.5 3.5V18h.25c.472 0 .9-.191 1.21-.5h.04v-.041a1.7 1.7 0 0 0 .465-1.175v-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-.44.528-.779 1.148-1.04 1.798c-.227.46-.386.959-.464 1.485l-.013.059c-.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 18"/></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 18H13v-1.5a2.5 2.5 0 0 0-2.5-2.5h-1a.5.5 0 0 1 0-1h1a3.5 3.5 0 0 1 3.5 3.5V18h.25c.472 0 .9-.191 1.21-.5h.04v-.041a1.7 1.7 0 0 0 .465-1.175v-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-.44.528-.779 1.148-1.04 1.798c-.227.46-.386.959-.464 1.485l-.013.059c-.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 18"/></svg> </template>
CSS
.icon-animal-cat-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.97%2018H13v-1.5a2.5%202.5%200%200%200-2.5-2.5h-1a.5.5%200%200%201%200-1h1a3.5%203.5%200%200%201%203.5%203.5V18h.25c.472%200%20.9-.191%201.21-.5h.04v-.041a1.7%201.7%200%200%200%20.465-1.175v-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-.44.528-.779%201.148-1.04%201.798c-.227.46-.386.959-.464%201.485l-.013.059c-.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%2018%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%2018H13v-1.5a2.5%202.5%200%200%200-2.5-2.5h-1a.5.5%200%200%201%200-1h1a3.5%203.5%200%200%201%203.5%203.5V18h.25c.472%200%20.9-.191%201.21-.5h.04v-.041a1.7%201.7%200%200%200%20.465-1.175v-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-.44.528-.779%201.148-1.04%201.798c-.227.46-.386.959-.464%201.485l-.013.059c-.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%2018%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-filled.svg?color=%231a73e8&size=48