cat big icon
cat-big from Lucide Lab by Lucide Contributors · Outline · ISC Free for personal and commercial use.
- Name
- cat-big
- Set
- Lucide Lab
- Style
- Outline
- Viewbox
- 24×24
- License
- ISC
Use the cat big icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 7l.5.5M18 7l-.5.5M5 13a5 5 0 1 0 6.8 7.2l3-3.6A1 1 0 0 0 14 15h-4a1 1 0 0 0-.8 1.6l3 3.6A5 5 0 1 0 19 13h3c0-1.2-.4-2.4-1-3.4a3 3 0 0 0-5.8-5.3l-1 1a7 4 0 0 0-4.4 0l-1-1A3 3 0 0 0 3 9.6c-.6 1-1 2.2-1 3.4Zm5-2v-.5m4 .5v-.5M5 18H2m17 0h3"/></svg>
React
import type { SVGProps } from "react";
export function LucideLabCatBig(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m6 7l.5.5M18 7l-.5.5M5 13a5 5 0 1 0 6.8 7.2l3-3.6A1 1 0 0 0 14 15h-4a1 1 0 0 0-.8 1.6l3 3.6A5 5 0 1 0 19 13h3c0-1.2-.4-2.4-1-3.4a3 3 0 0 0-5.8-5.3l-1 1a7 4 0 0 0-4.4 0l-1-1A3 3 0 0 0 3 9.6c-.6 1-1 2.2-1 3.4Zm5-2v-.5m4 .5v-.5M5 18H2m17 0h3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 7l.5.5M18 7l-.5.5M5 13a5 5 0 1 0 6.8 7.2l3-3.6A1 1 0 0 0 14 15h-4a1 1 0 0 0-.8 1.6l3 3.6A5 5 0 1 0 19 13h3c0-1.2-.4-2.4-1-3.4a3 3 0 0 0-5.8-5.3l-1 1a7 4 0 0 0-4.4 0l-1-1A3 3 0 0 0 3 9.6c-.6 1-1 2.2-1 3.4Zm5-2v-.5m4 .5v-.5M5 18H2m17 0h3"/></svg> </template>
CSS
.icon-cat-big {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m6%207l.5.5M18%207l-.5.5M5%2013a5%205%200%201%200%206.8%207.2l3-3.6A1%201%200%200%200%2014%2015h-4a1%201%200%200%200-.8%201.6l3%203.6A5%205%200%201%200%2019%2013h3c0-1.2-.4-2.4-1-3.4a3%203%200%200%200-5.8-5.3l-1%201a7%204%200%200%200-4.4%200l-1-1A3%203%200%200%200%203%209.6c-.6%201-1%202.2-1%203.4Zm5-2v-.5m4%20.5v-.5M5%2018H2m17%200h3%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m6%207l.5.5M18%207l-.5.5M5%2013a5%205%200%201%200%206.8%207.2l3-3.6A1%201%200%200%200%2014%2015h-4a1%201%200%200%200-.8%201.6l3%203.6A5%205%200%201%200%2019%2013h3c0-1.2-.4-2.4-1-3.4a3%203%200%200%200-5.8-5.3l-1%201a7%204%200%200%200-4.4%200l-1-1A3%203%200%200%200%203%209.6c-.6%201-1%202.2-1%203.4Zm5-2v-.5m4%20.5v-.5M5%2018H2m17%200h3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lucide-lab/cat-big.svg?color=%231a73e8&size=48