cat icon
cat from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- cat
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
catBoxIcons v2 SolidcatEmoji One (Colored)catFramework7 IconscatFont Awesome 6 SolidcatFont Awesome SolidcatFluent EmojicatFluent Emoji FlatcatFluent Emoji High ContrastcatFirefox OS EmojicatIconParkcatIconPark 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8 11v.5m8-.5v.5M11 15h2l-1 1zm7-.5l4-.5m-4 3l3.5 1M6 14.5L2 14m4 3l-3.5 1m.781-7q.098-.334.224-.656c.214-.54.321-.81.33-.976c.008-.165-.08-.47-.254-1.081c-.341-1.194-.384-2.656-.055-3.78c.127-.434.19-.651.858-.925c.667-.275 1.016-.08 1.713.306l2.9 1.612s1-.5 3-.5s3 .5 3 .5L17.9 3.888c.697-.387 1.045-.58 1.713-.306c.667.274.73.49.858.925c.328 1.124.286 2.586-.055 3.78c-.175.61-.262.916-.254 1.081s.115.436.329.976q.128.323.224.656M17 19.653c-1.43.85-3.15 1.347-5 1.347s-3.57-.496-5-1.347"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCat(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="1.5" d="M8 11v.5m8-.5v.5M11 15h2l-1 1zm7-.5l4-.5m-4 3l3.5 1M6 14.5L2 14m4 3l-3.5 1m.781-7q.098-.334.224-.656c.214-.54.321-.81.33-.976c.008-.165-.08-.47-.254-1.081c-.341-1.194-.384-2.656-.055-3.78c.127-.434.19-.651.858-.925c.667-.275 1.016-.08 1.713.306l2.9 1.612s1-.5 3-.5s3 .5 3 .5L17.9 3.888c.697-.387 1.045-.58 1.713-.306c.667.274.73.49.858.925c.328 1.124.286 2.586-.055 3.78c-.175.61-.262.916-.254 1.081s.115.436.329.976q.128.323.224.656M17 19.653c-1.43.85-3.15 1.347-5 1.347s-3.57-.496-5-1.347"/></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="1.5" d="M8 11v.5m8-.5v.5M11 15h2l-1 1zm7-.5l4-.5m-4 3l3.5 1M6 14.5L2 14m4 3l-3.5 1m.781-7q.098-.334.224-.656c.214-.54.321-.81.33-.976c.008-.165-.08-.47-.254-1.081c-.341-1.194-.384-2.656-.055-3.78c.127-.434.19-.651.858-.925c.667-.275 1.016-.08 1.713.306l2.9 1.612s1-.5 3-.5s3 .5 3 .5L17.9 3.888c.697-.387 1.045-.58 1.713-.306c.667.274.73.49.858.925c.328 1.124.286 2.586-.055 3.78c-.175.61-.262.916-.254 1.081s.115.436.329.976q.128.323.224.656M17 19.653c-1.43.85-3.15 1.347-5 1.347s-3.57-.496-5-1.347"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8%2011v.5m8-.5v.5M11%2015h2l-1%201zm7-.5l4-.5m-4%203l3.5%201M6%2014.5L2%2014m4%203l-3.5%201m.781-7q.098-.334.224-.656c.214-.54.321-.81.33-.976c.008-.165-.08-.47-.254-1.081c-.341-1.194-.384-2.656-.055-3.78c.127-.434.19-.651.858-.925c.667-.275%201.016-.08%201.713.306l2.9%201.612s1-.5%203-.5s3%20.5%203%20.5L17.9%203.888c.697-.387%201.045-.58%201.713-.306c.667.274.73.49.858.925c.328%201.124.286%202.586-.055%203.78c-.175.61-.262.916-.254%201.081s.115.436.329.976q.128.323.224.656M17%2019.653c-1.43.85-3.15%201.347-5%201.347s-3.57-.496-5-1.347%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%221.5%22%20d%3D%22M8%2011v.5m8-.5v.5M11%2015h2l-1%201zm7-.5l4-.5m-4%203l3.5%201M6%2014.5L2%2014m4%203l-3.5%201m.781-7q.098-.334.224-.656c.214-.54.321-.81.33-.976c.008-.165-.08-.47-.254-1.081c-.341-1.194-.384-2.656-.055-3.78c.127-.434.19-.651.858-.925c.667-.275%201.016-.08%201.713.306l2.9%201.612s1-.5%203-.5s3%20.5%203%20.5L17.9%203.888c.697-.387%201.045-.58%201.713-.306c.667.274.73.49.858.925c.328%201.124.286%202.586-.055%203.78c-.175.61-.262.916-.254%201.081s.115.436.329.976q.128.323.224.656M17%2019.653c-1.43.85-3.15%201.347-5%201.347s-3.57-.496-5-1.347%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/cat.svg?color=%231a73e8&size=48