bxs-cat from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
bxs-cat
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT

Related icons in BoxIcons v2

Use the bxs cat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M17 14a5 5 0 0 0 2.71-.81L20 13a3.16 3.16 0 0 0 .45-.37l.21-.2a4.48 4.48 0 0 0 .48-.58l.06-.08a4.28 4.28 0 0 0 .41-.76a1.57 1.57 0 0 0 .09-.23a4.21 4.21 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 5zm2-7a1 1 0 1 1-1 1a1 1 0 0 1 1-1zm-4 0a1 1 0 1 1-1 1a1 1 0 0 1 1-1z" fill="currentColor"/><path d="M11 22v-5H8v5H5V11.9a3.49 3.49 0 0 1-2.48-1.64A3.59 3.59 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" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxsCat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M17 14a5 5 0 0 0 2.71-.81L20 13a3.16 3.16 0 0 0 .45-.37l.21-.2a4.48 4.48 0 0 0 .48-.58l.06-.08a4.28 4.28 0 0 0 .41-.76a1.57 1.57 0 0 0 .09-.23a4.21 4.21 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 5zm2-7a1 1 0 1 1-1 1a1 1 0 0 1 1-1zm-4 0a1 1 0 1 1-1 1a1 1 0 0 1 1-1z" fill="currentColor"/><path d="M11 22v-5H8v5H5V11.9a3.49 3.49 0 0 1-2.48-1.64A3.59 3.59 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" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M17 14a5 5 0 0 0 2.71-.81L20 13a3.16 3.16 0 0 0 .45-.37l.21-.2a4.48 4.48 0 0 0 .48-.58l.06-.08a4.28 4.28 0 0 0 .41-.76a1.57 1.57 0 0 0 .09-.23a4.21 4.21 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 5zm2-7a1 1 0 1 1-1 1a1 1 0 0 1 1-1zm-4 0a1 1 0 1 1-1 1a1 1 0 0 1 1-1z" fill="currentColor"/><path d="M11 22v-5H8v5H5V11.9a3.49 3.49 0 0 1-2.48-1.64A3.59 3.59 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" fill="currentColor"/></svg>
</template>

CSS

.icon-bxs-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%20d%3D%22M17%2014a5%205%200%200%200%202.71-.81L20%2013a3.16%203.16%200%200%200%20.45-.37l.21-.2a4.48%204.48%200%200%200%20.48-.58l.06-.08a4.28%204.28%200%200%200%20.41-.76a1.57%201.57%200%200%200%20.09-.23a4.21%204.21%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%205zm2-7a1%201%200%201%201-1%201a1%201%200%200%201%201-1zm-4%200a1%201%200%201%201-1%201a1%201%200%200%201%201-1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M11%2022v-5H8v5H5V11.9a3.49%203.49%200%200%201-2.48-1.64A3.59%203.59%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%20fill%3D%22currentColor%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%20d%3D%22M17%2014a5%205%200%200%200%202.71-.81L20%2013a3.16%203.16%200%200%200%20.45-.37l.21-.2a4.48%204.48%200%200%200%20.48-.58l.06-.08a4.28%204.28%200%200%200%20.41-.76a1.57%201.57%200%200%200%20.09-.23a4.21%204.21%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%205zm2-7a1%201%200%201%201-1%201a1%201%200%200%201%201-1zm-4%200a1%201%200%201%201-1%201a1%201%200%200%201%201-1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M11%2022v-5H8v5H5V11.9a3.49%203.49%200%200%201-2.48-1.64A3.59%203.59%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%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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