cat from Line Awesome by Icons8 · Line · Halloween · Apache-2.0 Free for personal and commercial use.

Name
cat
Set
Line Awesome
Style
Line
Category
Halloween
Viewbox
32×32
License
Apache 2.0
Aliases
cat-solid

The same icon in other sets

More halloween icons from Line Awesome

Use the cat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 4c0 1.117-.883 2-2 2H7c-2.2 0-4 1.8-4 4s1.8 4 4 4h1.156A7.3 7.3 0 0 0 8 15.5V28h2V15.5c0-3.031 2.469-5.5 5.5-5.5c.902 0 1.75.207 2.5.594V8.438A7.5 7.5 0 0 0 15.5 8c-2.867 0-5.363 1.629-6.625 4H7c-1.117 0-2-.883-2-2s.883-2 2-2h1c2.2 0 4-1.8 4-4zm9 2.094V12.5c0 2.55 2.316 4.5 5 4.5s5-1.95 5-4.5V6.094l-1.563 1.093l-1.656 1.157c-.57-.203-1.133-.438-1.781-.438s-1.21.235-1.781.438l-1.657-1.156zm5 3.812c.578 0 1.11.14 1.563.375l.53.281l.5-.343l.407-.281V12.5c0 1.316-1.266 2.5-3 2.5s-3-1.184-3-2.5V9.937l.406.282l.5.344l.532-.282A3.4 3.4 0 0 1 24 9.906M17 15c-2.758 0-5 2.242-5 5v8h2v-8c0-1.652 1.348-3 3-3s3 1.348 3 3v8h2v-8c0-.965-.273-1.86-.75-2.625a5.9 5.9 0 0 1-2.344-2A5 5 0 0 0 17 15m9 2.688A6.5 6.5 0 0 1 24 18v10h2z"/></svg>

React

import type { SVGProps } from "react";

export function LaCat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 4c0 1.117-.883 2-2 2H7c-2.2 0-4 1.8-4 4s1.8 4 4 4h1.156A7.3 7.3 0 0 0 8 15.5V28h2V15.5c0-3.031 2.469-5.5 5.5-5.5c.902 0 1.75.207 2.5.594V8.438A7.5 7.5 0 0 0 15.5 8c-2.867 0-5.363 1.629-6.625 4H7c-1.117 0-2-.883-2-2s.883-2 2-2h1c2.2 0 4-1.8 4-4zm9 2.094V12.5c0 2.55 2.316 4.5 5 4.5s5-1.95 5-4.5V6.094l-1.563 1.093l-1.656 1.157c-.57-.203-1.133-.438-1.781-.438s-1.21.235-1.781.438l-1.657-1.156zm5 3.812c.578 0 1.11.14 1.563.375l.53.281l.5-.343l.407-.281V12.5c0 1.316-1.266 2.5-3 2.5s-3-1.184-3-2.5V9.937l.406.282l.5.344l.532-.282A3.4 3.4 0 0 1 24 9.906M17 15c-2.758 0-5 2.242-5 5v8h2v-8c0-1.652 1.348-3 3-3s3 1.348 3 3v8h2v-8c0-.965-.273-1.86-.75-2.625a5.9 5.9 0 0 1-2.344-2A5 5 0 0 0 17 15m9 2.688A6.5 6.5 0 0 1 24 18v10h2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 4c0 1.117-.883 2-2 2H7c-2.2 0-4 1.8-4 4s1.8 4 4 4h1.156A7.3 7.3 0 0 0 8 15.5V28h2V15.5c0-3.031 2.469-5.5 5.5-5.5c.902 0 1.75.207 2.5.594V8.438A7.5 7.5 0 0 0 15.5 8c-2.867 0-5.363 1.629-6.625 4H7c-1.117 0-2-.883-2-2s.883-2 2-2h1c2.2 0 4-1.8 4-4zm9 2.094V12.5c0 2.55 2.316 4.5 5 4.5s5-1.95 5-4.5V6.094l-1.563 1.093l-1.656 1.157c-.57-.203-1.133-.438-1.781-.438s-1.21.235-1.781.438l-1.657-1.156zm5 3.812c.578 0 1.11.14 1.563.375l.53.281l.5-.343l.407-.281V12.5c0 1.316-1.266 2.5-3 2.5s-3-1.184-3-2.5V9.937l.406.282l.5.344l.532-.282A3.4 3.4 0 0 1 24 9.906M17 15c-2.758 0-5 2.242-5 5v8h2v-8c0-1.652 1.348-3 3-3s3 1.348 3 3v8h2v-8c0-.965-.273-1.86-.75-2.625a5.9 5.9 0 0 1-2.344-2A5 5 0 0 0 17 15m9 2.688A6.5 6.5 0 0 1 24 18v10h2z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%204c0%201.117-.883%202-2%202H7c-2.2%200-4%201.8-4%204s1.8%204%204%204h1.156A7.3%207.3%200%200%200%208%2015.5V28h2V15.5c0-3.031%202.469-5.5%205.5-5.5c.902%200%201.75.207%202.5.594V8.438A7.5%207.5%200%200%200%2015.5%208c-2.867%200-5.363%201.629-6.625%204H7c-1.117%200-2-.883-2-2s.883-2%202-2h1c2.2%200%204-1.8%204-4zm9%202.094V12.5c0%202.55%202.316%204.5%205%204.5s5-1.95%205-4.5V6.094l-1.563%201.093l-1.656%201.157c-.57-.203-1.133-.438-1.781-.438s-1.21.235-1.781.438l-1.657-1.156zm5%203.812c.578%200%201.11.14%201.563.375l.53.281l.5-.343l.407-.281V12.5c0%201.316-1.266%202.5-3%202.5s-3-1.184-3-2.5V9.937l.406.282l.5.344l.532-.282A3.4%203.4%200%200%201%2024%209.906M17%2015c-2.758%200-5%202.242-5%205v8h2v-8c0-1.652%201.348-3%203-3s3%201.348%203%203v8h2v-8c0-.965-.273-1.86-.75-2.625a5.9%205.9%200%200%201-2.344-2A5%205%200%200%200%2017%2015m9%202.688A6.5%206.5%200%200%201%2024%2018v10h2z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%204c0%201.117-.883%202-2%202H7c-2.2%200-4%201.8-4%204s1.8%204%204%204h1.156A7.3%207.3%200%200%200%208%2015.5V28h2V15.5c0-3.031%202.469-5.5%205.5-5.5c.902%200%201.75.207%202.5.594V8.438A7.5%207.5%200%200%200%2015.5%208c-2.867%200-5.363%201.629-6.625%204H7c-1.117%200-2-.883-2-2s.883-2%202-2h1c2.2%200%204-1.8%204-4zm9%202.094V12.5c0%202.55%202.316%204.5%205%204.5s5-1.95%205-4.5V6.094l-1.563%201.093l-1.656%201.157c-.57-.203-1.133-.438-1.781-.438s-1.21.235-1.781.438l-1.657-1.156zm5%203.812c.578%200%201.11.14%201.563.375l.53.281l.5-.343l.407-.281V12.5c0%201.316-1.266%202.5-3%202.5s-3-1.184-3-2.5V9.937l.406.282l.5.344l.532-.282A3.4%203.4%200%200%201%2024%209.906M17%2015c-2.758%200-5%202.242-5%205v8h2v-8c0-1.652%201.348-3%203-3s3%201.348%203%203v8h2v-8c0-.965-.273-1.86-.75-2.625a5.9%205.9%200%200%201-2.344-2A5%205%200%200%200%2017%2015m9%202.688A6.5%206.5%200%200%201%2024%2018v10h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/cat.svg?color=%231a73e8&size=48