animal cat icon
animal-cat-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- animal-cat-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M17.802 26H6.455a4.456 4.456 0 0 1-3.257-7.499l1.38-1.48a3.88 3.88 0 0 0-.092-5.392L3.13 10.274a.75.75 0 0 1 1.06-1.06l1.355 1.354a5.38 5.38 0 0 1 .129 7.477l-1.38 1.48a2.958 2.958 0 0 0 2.16 4.975h.988c-.006-.37-.006-.852.013-1.413c.044-1.311.19-3.074.603-4.849c.412-1.765 1.103-3.603 2.277-5.013c1.063-1.276 2.51-2.184 4.427-2.371V5.669A3.67 3.67 0 0 1 18.43 2a1.48 1.48 0 0 1 1.479 1.48v.952h2.152c1.1 0 2.123.57 2.703 1.506l.753 1.216c1.29 2.082-.156 4.761-2.57 4.857v11.415A2.574 2.574 0 0 1 20.376 26h-1.074v-2.574a4.397 4.397 0 0 0-4.396-4.399h-1.52a.75.75 0 0 0 0 1.5h1.52c1.6 0 2.897 1.298 2.897 2.899z"/></svg>
React
import type { SVGProps } from "react";
export function FluentAnimalCat28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.802 26H6.455a4.456 4.456 0 0 1-3.257-7.499l1.38-1.48a3.88 3.88 0 0 0-.092-5.392L3.13 10.274a.75.75 0 0 1 1.06-1.06l1.355 1.354a5.38 5.38 0 0 1 .129 7.477l-1.38 1.48a2.958 2.958 0 0 0 2.16 4.975h.988c-.006-.37-.006-.852.013-1.413c.044-1.311.19-3.074.603-4.849c.412-1.765 1.103-3.603 2.277-5.013c1.063-1.276 2.51-2.184 4.427-2.371V5.669A3.67 3.67 0 0 1 18.43 2a1.48 1.48 0 0 1 1.479 1.48v.952h2.152c1.1 0 2.123.57 2.703 1.506l.753 1.216c1.29 2.082-.156 4.761-2.57 4.857v11.415A2.574 2.574 0 0 1 20.376 26h-1.074v-2.574a4.397 4.397 0 0 0-4.396-4.399h-1.52a.75.75 0 0 0 0 1.5h1.52c1.6 0 2.897 1.298 2.897 2.899z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.802 26H6.455a4.456 4.456 0 0 1-3.257-7.499l1.38-1.48a3.88 3.88 0 0 0-.092-5.392L3.13 10.274a.75.75 0 0 1 1.06-1.06l1.355 1.354a5.38 5.38 0 0 1 .129 7.477l-1.38 1.48a2.958 2.958 0 0 0 2.16 4.975h.988c-.006-.37-.006-.852.013-1.413c.044-1.311.19-3.074.603-4.849c.412-1.765 1.103-3.603 2.277-5.013c1.063-1.276 2.51-2.184 4.427-2.371V5.669A3.67 3.67 0 0 1 18.43 2a1.48 1.48 0 0 1 1.479 1.48v.952h2.152c1.1 0 2.123.57 2.703 1.506l.753 1.216c1.29 2.082-.156 4.761-2.57 4.857v11.415A2.574 2.574 0 0 1 20.376 26h-1.074v-2.574a4.397 4.397 0 0 0-4.396-4.399h-1.52a.75.75 0 0 0 0 1.5h1.52c1.6 0 2.897 1.298 2.897 2.899z"/></svg> </template>
CSS
.icon-animal-cat-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.802%2026H6.455a4.456%204.456%200%200%201-3.257-7.499l1.38-1.48a3.88%203.88%200%200%200-.092-5.392L3.13%2010.274a.75.75%200%200%201%201.06-1.06l1.355%201.354a5.38%205.38%200%200%201%20.129%207.477l-1.38%201.48a2.958%202.958%200%200%200%202.16%204.975h.988c-.006-.37-.006-.852.013-1.413c.044-1.311.19-3.074.603-4.849c.412-1.765%201.103-3.603%202.277-5.013c1.063-1.276%202.51-2.184%204.427-2.371V5.669A3.67%203.67%200%200%201%2018.43%202a1.48%201.48%200%200%201%201.479%201.48v.952h2.152c1.1%200%202.123.57%202.703%201.506l.753%201.216c1.29%202.082-.156%204.761-2.57%204.857v11.415A2.574%202.574%200%200%201%2020.376%2026h-1.074v-2.574a4.397%204.397%200%200%200-4.396-4.399h-1.52a.75.75%200%200%200%200%201.5h1.52c1.6%200%202.897%201.298%202.897%202.899z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.802%2026H6.455a4.456%204.456%200%200%201-3.257-7.499l1.38-1.48a3.88%203.88%200%200%200-.092-5.392L3.13%2010.274a.75.75%200%200%201%201.06-1.06l1.355%201.354a5.38%205.38%200%200%201%20.129%207.477l-1.38%201.48a2.958%202.958%200%200%200%202.16%204.975h.988c-.006-.37-.006-.852.013-1.413c.044-1.311.19-3.074.603-4.849c.412-1.765%201.103-3.603%202.277-5.013c1.063-1.276%202.51-2.184%204.427-2.371V5.669A3.67%203.67%200%200%201%2018.43%202a1.48%201.48%200%200%201%201.479%201.48v.952h2.152c1.1%200%202.123.57%202.703%201.506l.753%201.216c1.29%202.082-.156%204.761-2.57%204.857v11.415A2.574%202.574%200%200%201%2020.376%2026h-1.074v-2.574a4.397%204.397%200%200%200-4.396-4.399h-1.52a.75.75%200%200%200%200%201.5h1.52c1.6%200%202.897%201.298%202.897%202.899z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/animal-cat-28-filled.svg?color=%231a73e8&size=48