squirrel from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
squirrel
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the squirrel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m15.992 18.5l1.121-.56c.75-.375 1.124-.563 1.383-.858q.22-.252.348-.563c.148-.363.148-.782.148-1.62V13.5a2 2 0 0 1 2-2a1 1 0 0 0 1-1V10a4 4 0 0 0-4-4V5a1 1 0 0 0-1-1a2 2 0 0 0-2 2v1l-1 3a5.5 5.5 0 1 0 0 11h2zm0 0V17a3 3 0 0 0-3-3"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.992 11.5V7a4 4 0 1 0-8 0v1a2.5 2.5 0 0 0 5 0"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4.992 10.5V12c0 2.796 0 4.194.457 5.296a6 6 0 0 0 3.247 3.247C9.8 21 11.196 21 13.992 21"/><path fill="currentColor" d="M17.992 21.75a.75.75 0 0 0 0-1.5zm-7-.75v.75h7v-1.5h-7z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSquirrel(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m15.992 18.5l1.121-.56c.75-.375 1.124-.563 1.383-.858q.22-.252.348-.563c.148-.363.148-.782.148-1.62V13.5a2 2 0 0 1 2-2a1 1 0 0 0 1-1V10a4 4 0 0 0-4-4V5a1 1 0 0 0-1-1a2 2 0 0 0-2 2v1l-1 3a5.5 5.5 0 1 0 0 11h2zm0 0V17a3 3 0 0 0-3-3"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M9.992 11.5V7a4 4 0 1 0-8 0v1a2.5 2.5 0 0 0 5 0"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M4.992 10.5V12c0 2.796 0 4.194.457 5.296a6 6 0 0 0 3.247 3.247C9.8 21 11.196 21 13.992 21"/><path fill="currentColor" d="M17.992 21.75a.75.75 0 0 0 0-1.5zm-7-.75v.75h7v-1.5h-7z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m15.992 18.5l1.121-.56c.75-.375 1.124-.563 1.383-.858q.22-.252.348-.563c.148-.363.148-.782.148-1.62V13.5a2 2 0 0 1 2-2a1 1 0 0 0 1-1V10a4 4 0 0 0-4-4V5a1 1 0 0 0-1-1a2 2 0 0 0-2 2v1l-1 3a5.5 5.5 0 1 0 0 11h2zm0 0V17a3 3 0 0 0-3-3"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.992 11.5V7a4 4 0 1 0-8 0v1a2.5 2.5 0 0 0 5 0"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4.992 10.5V12c0 2.796 0 4.194.457 5.296a6 6 0 0 0 3.247 3.247C9.8 21 11.196 21 13.992 21"/><path fill="currentColor" d="M17.992 21.75a.75.75 0 0 0 0-1.5zm-7-.75v.75h7v-1.5h-7z"/></g></svg>
</template>

CSS

.icon-squirrel {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m15.992%2018.5l1.121-.56c.75-.375%201.124-.563%201.383-.858q.22-.252.348-.563c.148-.363.148-.782.148-1.62V13.5a2%202%200%200%201%202-2a1%201%200%200%200%201-1V10a4%204%200%200%200-4-4V5a1%201%200%200%200-1-1a2%202%200%200%200-2%202v1l-1%203a5.5%205.5%200%201%200%200%2011h2zm0%200V17a3%203%200%200%200-3-3%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9.992%2011.5V7a4%204%200%201%200-8%200v1a2.5%202.5%200%200%200%205%200%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M4.992%2010.5V12c0%202.796%200%204.194.457%205.296a6%206%200%200%200%203.247%203.247C9.8%2021%2011.196%2021%2013.992%2021%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.992%2021.75a.75.75%200%200%200%200-1.5zm-7-.75v.75h7v-1.5h-7z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m15.992%2018.5l1.121-.56c.75-.375%201.124-.563%201.383-.858q.22-.252.348-.563c.148-.363.148-.782.148-1.62V13.5a2%202%200%200%201%202-2a1%201%200%200%200%201-1V10a4%204%200%200%200-4-4V5a1%201%200%200%200-1-1a2%202%200%200%200-2%202v1l-1%203a5.5%205.5%200%201%200%200%2011h2zm0%200V17a3%203%200%200%200-3-3%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9.992%2011.5V7a4%204%200%201%200-8%200v1a2.5%202.5%200%200%200%205%200%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M4.992%2010.5V12c0%202.796%200%204.194.457%205.296a6%206%200%200%200%203.247%203.247C9.8%2021%2011.196%2021%2013.992%2021%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.992%2021.75a.75.75%200%200%200%200-1.5zm-7-.75v.75h7v-1.5h-7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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