squirrel icon

squirrel from Octicons by GitHub · Regular · MIT Free for personal and commercial use.

Name
squirrel
Set
Octicons
Style
Regular
Viewbox
16×16
License
MIT

2 other variants in Octicons

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 16 16"><path fill-rule="evenodd" d="M12 1C9.79 1 8 2.31 8 3.92c0 1.94.5 3.03 0 6.08c0-4.5-2.77-6.34-4-6.34c.05-.5-.48-.66-.48-.66s-.22.11-.3.34c-.27-.31-.56-.27-.56-.27l-.13.58S.7 4.29.68 6.87c.2.33 1.53.6 2.47.43c.89.05.67.79.47.99C2.78 9.13 2 8 1 8S0 9 1 9s1 1 3 1c-3.09 1.2 0 4 0 4H3c-1 0-1 1-1 1h6c3 0 5-1 5-3.47c0-.85-.43-1.79-1-2.53c-1.11-1.46.23-2.68 1-2c.77.68 3 1 3-2c0-2.21-1.79-4-4-4zM2.5 6c-.28 0-.5-.22-.5-.5s.22-.5.5-.5s.5.22.5.5s-.22.5-.5.5z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function OcticonSquirrel(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fillRule="evenodd" d="M12 1C9.79 1 8 2.31 8 3.92c0 1.94.5 3.03 0 6.08c0-4.5-2.77-6.34-4-6.34c.05-.5-.48-.66-.48-.66s-.22.11-.3.34c-.27-.31-.56-.27-.56-.27l-.13.58S.7 4.29.68 6.87c.2.33 1.53.6 2.47.43c.89.05.67.79.47.99C2.78 9.13 2 8 1 8S0 9 1 9s1 1 3 1c-3.09 1.2 0 4 0 4H3c-1 0-1 1-1 1h6c3 0 5-1 5-3.47c0-.85-.43-1.79-1-2.53c-1.11-1.46.23-2.68 1-2c.77.68 3 1 3-2c0-2.21-1.79-4-4-4zM2.5 6c-.28 0-.5-.22-.5-.5s.22-.5.5-.5s.5.22.5.5s-.22.5-.5.5z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M12 1C9.79 1 8 2.31 8 3.92c0 1.94.5 3.03 0 6.08c0-4.5-2.77-6.34-4-6.34c.05-.5-.48-.66-.48-.66s-.22.11-.3.34c-.27-.31-.56-.27-.56-.27l-.13.58S.7 4.29.68 6.87c.2.33 1.53.6 2.47.43c.89.05.67.79.47.99C2.78 9.13 2 8 1 8S0 9 1 9s1 1 3 1c-3.09 1.2 0 4 0 4H3c-1 0-1 1-1 1h6c3 0 5-1 5-3.47c0-.85-.43-1.79-1-2.53c-1.11-1.46.23-2.68 1-2c.77.68 3 1 3-2c0-2.21-1.79-4-4-4zM2.5 6c-.28 0-.5-.22-.5-.5s.22-.5.5-.5s.5.22.5.5s-.22.5-.5.5z" fill="currentColor"/></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%2016%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201C9.79%201%208%202.31%208%203.92c0%201.94.5%203.03%200%206.08c0-4.5-2.77-6.34-4-6.34c.05-.5-.48-.66-.48-.66s-.22.11-.3.34c-.27-.31-.56-.27-.56-.27l-.13.58S.7%204.29.68%206.87c.2.33%201.53.6%202.47.43c.89.05.67.79.47.99C2.78%209.13%202%208%201%208S0%209%201%209s1%201%203%201c-3.09%201.2%200%204%200%204H3c-1%200-1%201-1%201h6c3%200%205-1%205-3.47c0-.85-.43-1.79-1-2.53c-1.11-1.46.23-2.68%201-2c.77.68%203%201%203-2c0-2.21-1.79-4-4-4zM2.5%206c-.28%200-.5-.22-.5-.5s.22-.5.5-.5s.5.22.5.5s-.22.5-.5.5z%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%2016%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201C9.79%201%208%202.31%208%203.92c0%201.94.5%203.03%200%206.08c0-4.5-2.77-6.34-4-6.34c.05-.5-.48-.66-.48-.66s-.22.11-.3.34c-.27-.31-.56-.27-.56-.27l-.13.58S.7%204.29.68%206.87c.2.33%201.53.6%202.47.43c.89.05.67.79.47.99C2.78%209.13%202%208%201%208S0%209%201%209s1%201%203%201c-3.09%201.2%200%204%200%204H3c-1%200-1%201-1%201h6c3%200%205-1%205-3.47c0-.85-.43-1.79-1-2.53c-1.11-1.46.23-2.68%201-2c.77.68%203%201%203-2c0-2.21-1.79-4-4-4zM2.5%206c-.28%200-.5-.22-.5-.5s.22-.5.5-.5s.5.22.5.5s-.22.5-.5.5z%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/octicon/squirrel.svg?color=%231a73e8&size=48