cat icon
cat from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- cat
- Set
- BoxIcons v2 Solid
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
catEmoji One (Colored)catFramework7 IconscatFont Awesome 6 SolidcatFont Awesome SolidcatFluent EmojicatFluent Emoji FlatcatFluent Emoji High ContrastcatFirefox OS EmojicatHuge IconscatIconParkcatIconPark OutlinecatLine AwesomecatLucidecatMaterial Design Iconscat-fillMingCute IconcatNoto EmojicatOpenMojicatPhosphorcat-boldSolarcatStreamline EmojiscatTabler IconscatTDesign IconscatWeb3 Icons BrandedcatTwitter Emoji
Use the cat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 14a5 5 0 0 0 2.71-.81L20 13a3 3 0 0 0 .45-.37l.21-.2a4.5 4.5 0 0 0 .48-.58l.06-.08a4.3 4.3 0 0 0 .41-.76a2 2 0 0 0 .09-.23a4 4 0 0 0 .2-.63l.06-.25A5.5 5.5 0 0 0 22 9V2l-3 3h-4l-3-3v7a5 5 0 0 0 5 5m2-7a1 1 0 1 1-1 1a1 1 0 0 1 1-1m-4 0a1 1 0 1 1-1 1a1 1 0 0 1 1-1"/><path fill="currentColor" d="M11 22v-5H8v5H5V11.9a3.49 3.49 0 0 1-2.48-1.64A3.6 3.6 0 0 1 2 8.5A3.65 3.65 0 0 1 6 5a1.89 1.89 0 0 0 2-2a1 1 0 0 1 1-1a1 1 0 0 1 1 1a3.89 3.89 0 0 1-4 4C4.19 7 4 8.16 4 8.51S4.18 10 6 10h5.09A6 6 0 0 0 19 14.65V22h-3v-5h-2v5z"/></svg>
React
import type { SVGProps } from "react";
export function BxsCat(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="M17 14a5 5 0 0 0 2.71-.81L20 13a3 3 0 0 0 .45-.37l.21-.2a4.5 4.5 0 0 0 .48-.58l.06-.08a4.3 4.3 0 0 0 .41-.76a2 2 0 0 0 .09-.23a4 4 0 0 0 .2-.63l.06-.25A5.5 5.5 0 0 0 22 9V2l-3 3h-4l-3-3v7a5 5 0 0 0 5 5m2-7a1 1 0 1 1-1 1a1 1 0 0 1 1-1m-4 0a1 1 0 1 1-1 1a1 1 0 0 1 1-1"/><path fill="currentColor" d="M11 22v-5H8v5H5V11.9a3.49 3.49 0 0 1-2.48-1.64A3.6 3.6 0 0 1 2 8.5A3.65 3.65 0 0 1 6 5a1.89 1.89 0 0 0 2-2a1 1 0 0 1 1-1a1 1 0 0 1 1 1a3.89 3.89 0 0 1-4 4C4.19 7 4 8.16 4 8.51S4.18 10 6 10h5.09A6 6 0 0 0 19 14.65V22h-3v-5h-2v5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 14a5 5 0 0 0 2.71-.81L20 13a3 3 0 0 0 .45-.37l.21-.2a4.5 4.5 0 0 0 .48-.58l.06-.08a4.3 4.3 0 0 0 .41-.76a2 2 0 0 0 .09-.23a4 4 0 0 0 .2-.63l.06-.25A5.5 5.5 0 0 0 22 9V2l-3 3h-4l-3-3v7a5 5 0 0 0 5 5m2-7a1 1 0 1 1-1 1a1 1 0 0 1 1-1m-4 0a1 1 0 1 1-1 1a1 1 0 0 1 1-1"/><path fill="currentColor" d="M11 22v-5H8v5H5V11.9a3.49 3.49 0 0 1-2.48-1.64A3.6 3.6 0 0 1 2 8.5A3.65 3.65 0 0 1 6 5a1.89 1.89 0 0 0 2-2a1 1 0 0 1 1-1a1 1 0 0 1 1 1a3.89 3.89 0 0 1-4 4C4.19 7 4 8.16 4 8.51S4.18 10 6 10h5.09A6 6 0 0 0 19 14.65V22h-3v-5h-2v5z"/></svg> </template>
CSS
.icon-cat {
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%22M17%2014a5%205%200%200%200%202.71-.81L20%2013a3%203%200%200%200%20.45-.37l.21-.2a4.5%204.5%200%200%200%20.48-.58l.06-.08a4.3%204.3%200%200%200%20.41-.76a2%202%200%200%200%20.09-.23a4%204%200%200%200%20.2-.63l.06-.25A5.5%205.5%200%200%200%2022%209V2l-3%203h-4l-3-3v7a5%205%200%200%200%205%205m2-7a1%201%200%201%201-1%201a1%201%200%200%201%201-1m-4%200a1%201%200%201%201-1%201a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2022v-5H8v5H5V11.9a3.49%203.49%200%200%201-2.48-1.64A3.6%203.6%200%200%201%202%208.5A3.65%203.65%200%200%201%206%205a1.89%201.89%200%200%200%202-2a1%201%200%200%201%201-1a1%201%200%200%201%201%201a3.89%203.89%200%200%201-4%204C4.19%207%204%208.16%204%208.51S4.18%2010%206%2010h5.09A6%206%200%200%200%2019%2014.65V22h-3v-5h-2v5z%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%22M17%2014a5%205%200%200%200%202.71-.81L20%2013a3%203%200%200%200%20.45-.37l.21-.2a4.5%204.5%200%200%200%20.48-.58l.06-.08a4.3%204.3%200%200%200%20.41-.76a2%202%200%200%200%20.09-.23a4%204%200%200%200%20.2-.63l.06-.25A5.5%205.5%200%200%200%2022%209V2l-3%203h-4l-3-3v7a5%205%200%200%200%205%205m2-7a1%201%200%201%201-1%201a1%201%200%200%201%201-1m-4%200a1%201%200%201%201-1%201a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2022v-5H8v5H5V11.9a3.49%203.49%200%200%201-2.48-1.64A3.6%203.6%200%200%201%202%208.5A3.65%203.65%200%200%201%206%205a1.89%201.89%200%200%200%202-2a1%201%200%200%201%201-1a1%201%200%200%201%201%201a3.89%203.89%200%200%201-4%204C4.19%207%204%208.16%204%208.51S4.18%2010%206%2010h5.09A6%206%200%200%200%2019%2014.65V22h-3v-5h-2v5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/cat.svg?color=%231a73e8&size=48