squirrel icon

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

Name
squirrel-24
Set
Octicons
Style
24
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M18.377 3.49c-1.862-.31-3.718.62-4.456 2.095c-.428.857-.691 1.624-.728 2.361c-.035.71.138 1.444.67 2.252c.644.854 1.199 1.913 1.608 3.346a.75.75 0 1 1-1.442.412c-.353-1.236-.82-2.135-1.372-2.865l-.008-.01c-.53-.698-1.14-1.242-1.807-1.778a51 51 0 0 0-.667-.524C9.024 7.884 7.71 6.863 6.471 5.16c-.59.287-1.248.798-1.806 1.454c-.665.78-1.097 1.66-1.158 2.446c.246.36.685.61 1.246.715c.643.12 1.278.015 1.633-.182a.75.75 0 1 1 .728 1.311c-.723.402-1.728.516-2.637.346c-.916-.172-1.898-.667-2.398-1.666L2 9.427V9.25c0-1.323.678-2.615 1.523-3.607c.7-.824 1.59-1.528 2.477-1.917V2.75a.75.75 0 1 1 1.5 0v1.27c1.154 1.67 2.363 2.612 3.568 3.551q.311.242.621.489q.002-.095.006-.188c.052-1.034.414-2.017.884-2.958c1.06-2.118 3.594-3.313 6.044-2.904c1.225.204 2.329.795 3.125 1.748C22.546 4.713 23 5.988 23 7.5c0 1.496-.913 3.255-2.688 3.652c.838 1.699 1.438 3.768 1.181 5.697c-.269 2.017-1.04 3.615-2.582 4.675C17.409 22.558 15.288 23 12.5 23H4.75a.75.75 0 0 1 0-1.5h2.322c-.58-.701-.998-1.578-1.223-2.471c-.327-1.3-.297-2.786.265-4.131c-.92.091-1.985-.02-3.126-.445a.75.75 0 1 1 .524-1.406c1.964.733 3.428.266 4.045-.19q.102-.09.208-.18a.745.745 0 0 1 .861-.076a.75.75 0 0 1 .32.368a.75.75 0 0 1-.173.819q-.115.114-.252.221c-1.322 1.234-1.62 3.055-1.218 4.654c.438 1.737 1.574 2.833 2.69 2.837H12.5c2.674 0 4.429-.433 5.56-1.212c1.094-.752 1.715-1.904 1.946-3.637c.236-1.768-.445-3.845-1.407-5.529l-.012-.02a3.56 3.56 0 0 1-1.553-.94c-.556-.565-.89-1.243-1.012-1.73a.75.75 0 0 1 1.456-.364c.057.231.26.67.626 1.043c.35.357.822.623 1.443.623c1.172 0 1.953-1.058 1.953-2.234c0-1.205-.357-2.127-.903-2.78c-.547-.654-1.318-1.08-2.22-1.23"/></svg>

React

import type { SVGProps } from "react";

export function OcticonSquirrel24(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.377 3.49c-1.862-.31-3.718.62-4.456 2.095c-.428.857-.691 1.624-.728 2.361c-.035.71.138 1.444.67 2.252c.644.854 1.199 1.913 1.608 3.346a.75.75 0 1 1-1.442.412c-.353-1.236-.82-2.135-1.372-2.865l-.008-.01c-.53-.698-1.14-1.242-1.807-1.778a51 51 0 0 0-.667-.524C9.024 7.884 7.71 6.863 6.471 5.16c-.59.287-1.248.798-1.806 1.454c-.665.78-1.097 1.66-1.158 2.446c.246.36.685.61 1.246.715c.643.12 1.278.015 1.633-.182a.75.75 0 1 1 .728 1.311c-.723.402-1.728.516-2.637.346c-.916-.172-1.898-.667-2.398-1.666L2 9.427V9.25c0-1.323.678-2.615 1.523-3.607c.7-.824 1.59-1.528 2.477-1.917V2.75a.75.75 0 1 1 1.5 0v1.27c1.154 1.67 2.363 2.612 3.568 3.551q.311.242.621.489q.002-.095.006-.188c.052-1.034.414-2.017.884-2.958c1.06-2.118 3.594-3.313 6.044-2.904c1.225.204 2.329.795 3.125 1.748C22.546 4.713 23 5.988 23 7.5c0 1.496-.913 3.255-2.688 3.652c.838 1.699 1.438 3.768 1.181 5.697c-.269 2.017-1.04 3.615-2.582 4.675C17.409 22.558 15.288 23 12.5 23H4.75a.75.75 0 0 1 0-1.5h2.322c-.58-.701-.998-1.578-1.223-2.471c-.327-1.3-.297-2.786.265-4.131c-.92.091-1.985-.02-3.126-.445a.75.75 0 1 1 .524-1.406c1.964.733 3.428.266 4.045-.19q.102-.09.208-.18a.745.745 0 0 1 .861-.076a.75.75 0 0 1 .32.368a.75.75 0 0 1-.173.819q-.115.114-.252.221c-1.322 1.234-1.62 3.055-1.218 4.654c.438 1.737 1.574 2.833 2.69 2.837H12.5c2.674 0 4.429-.433 5.56-1.212c1.094-.752 1.715-1.904 1.946-3.637c.236-1.768-.445-3.845-1.407-5.529l-.012-.02a3.56 3.56 0 0 1-1.553-.94c-.556-.565-.89-1.243-1.012-1.73a.75.75 0 0 1 1.456-.364c.057.231.26.67.626 1.043c.35.357.822.623 1.443.623c1.172 0 1.953-1.058 1.953-2.234c0-1.205-.357-2.127-.903-2.78c-.547-.654-1.318-1.08-2.22-1.23"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.377 3.49c-1.862-.31-3.718.62-4.456 2.095c-.428.857-.691 1.624-.728 2.361c-.035.71.138 1.444.67 2.252c.644.854 1.199 1.913 1.608 3.346a.75.75 0 1 1-1.442.412c-.353-1.236-.82-2.135-1.372-2.865l-.008-.01c-.53-.698-1.14-1.242-1.807-1.778a51 51 0 0 0-.667-.524C9.024 7.884 7.71 6.863 6.471 5.16c-.59.287-1.248.798-1.806 1.454c-.665.78-1.097 1.66-1.158 2.446c.246.36.685.61 1.246.715c.643.12 1.278.015 1.633-.182a.75.75 0 1 1 .728 1.311c-.723.402-1.728.516-2.637.346c-.916-.172-1.898-.667-2.398-1.666L2 9.427V9.25c0-1.323.678-2.615 1.523-3.607c.7-.824 1.59-1.528 2.477-1.917V2.75a.75.75 0 1 1 1.5 0v1.27c1.154 1.67 2.363 2.612 3.568 3.551q.311.242.621.489q.002-.095.006-.188c.052-1.034.414-2.017.884-2.958c1.06-2.118 3.594-3.313 6.044-2.904c1.225.204 2.329.795 3.125 1.748C22.546 4.713 23 5.988 23 7.5c0 1.496-.913 3.255-2.688 3.652c.838 1.699 1.438 3.768 1.181 5.697c-.269 2.017-1.04 3.615-2.582 4.675C17.409 22.558 15.288 23 12.5 23H4.75a.75.75 0 0 1 0-1.5h2.322c-.58-.701-.998-1.578-1.223-2.471c-.327-1.3-.297-2.786.265-4.131c-.92.091-1.985-.02-3.126-.445a.75.75 0 1 1 .524-1.406c1.964.733 3.428.266 4.045-.19q.102-.09.208-.18a.745.745 0 0 1 .861-.076a.75.75 0 0 1 .32.368a.75.75 0 0 1-.173.819q-.115.114-.252.221c-1.322 1.234-1.62 3.055-1.218 4.654c.438 1.737 1.574 2.833 2.69 2.837H12.5c2.674 0 4.429-.433 5.56-1.212c1.094-.752 1.715-1.904 1.946-3.637c.236-1.768-.445-3.845-1.407-5.529l-.012-.02a3.56 3.56 0 0 1-1.553-.94c-.556-.565-.89-1.243-1.012-1.73a.75.75 0 0 1 1.456-.364c.057.231.26.67.626 1.043c.35.357.822.623 1.443.623c1.172 0 1.953-1.058 1.953-2.234c0-1.205-.357-2.127-.903-2.78c-.547-.654-1.318-1.08-2.22-1.23"/></svg>
</template>

CSS

.icon-squirrel-24 {
  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%22currentColor%22%20d%3D%22M18.377%203.49c-1.862-.31-3.718.62-4.456%202.095c-.428.857-.691%201.624-.728%202.361c-.035.71.138%201.444.67%202.252c.644.854%201.199%201.913%201.608%203.346a.75.75%200%201%201-1.442.412c-.353-1.236-.82-2.135-1.372-2.865l-.008-.01c-.53-.698-1.14-1.242-1.807-1.778a51%2051%200%200%200-.667-.524C9.024%207.884%207.71%206.863%206.471%205.16c-.59.287-1.248.798-1.806%201.454c-.665.78-1.097%201.66-1.158%202.446c.246.36.685.61%201.246.715c.643.12%201.278.015%201.633-.182a.75.75%200%201%201%20.728%201.311c-.723.402-1.728.516-2.637.346c-.916-.172-1.898-.667-2.398-1.666L2%209.427V9.25c0-1.323.678-2.615%201.523-3.607c.7-.824%201.59-1.528%202.477-1.917V2.75a.75.75%200%201%201%201.5%200v1.27c1.154%201.67%202.363%202.612%203.568%203.551q.311.242.621.489q.002-.095.006-.188c.052-1.034.414-2.017.884-2.958c1.06-2.118%203.594-3.313%206.044-2.904c1.225.204%202.329.795%203.125%201.748C22.546%204.713%2023%205.988%2023%207.5c0%201.496-.913%203.255-2.688%203.652c.838%201.699%201.438%203.768%201.181%205.697c-.269%202.017-1.04%203.615-2.582%204.675C17.409%2022.558%2015.288%2023%2012.5%2023H4.75a.75.75%200%200%201%200-1.5h2.322c-.58-.701-.998-1.578-1.223-2.471c-.327-1.3-.297-2.786.265-4.131c-.92.091-1.985-.02-3.126-.445a.75.75%200%201%201%20.524-1.406c1.964.733%203.428.266%204.045-.19q.102-.09.208-.18a.745.745%200%200%201%20.861-.076a.75.75%200%200%201%20.32.368a.75.75%200%200%201-.173.819q-.115.114-.252.221c-1.322%201.234-1.62%203.055-1.218%204.654c.438%201.737%201.574%202.833%202.69%202.837H12.5c2.674%200%204.429-.433%205.56-1.212c1.094-.752%201.715-1.904%201.946-3.637c.236-1.768-.445-3.845-1.407-5.529l-.012-.02a3.56%203.56%200%200%201-1.553-.94c-.556-.565-.89-1.243-1.012-1.73a.75.75%200%200%201%201.456-.364c.057.231.26.67.626%201.043c.35.357.822.623%201.443.623c1.172%200%201.953-1.058%201.953-2.234c0-1.205-.357-2.127-.903-2.78c-.547-.654-1.318-1.08-2.22-1.23%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%22currentColor%22%20d%3D%22M18.377%203.49c-1.862-.31-3.718.62-4.456%202.095c-.428.857-.691%201.624-.728%202.361c-.035.71.138%201.444.67%202.252c.644.854%201.199%201.913%201.608%203.346a.75.75%200%201%201-1.442.412c-.353-1.236-.82-2.135-1.372-2.865l-.008-.01c-.53-.698-1.14-1.242-1.807-1.778a51%2051%200%200%200-.667-.524C9.024%207.884%207.71%206.863%206.471%205.16c-.59.287-1.248.798-1.806%201.454c-.665.78-1.097%201.66-1.158%202.446c.246.36.685.61%201.246.715c.643.12%201.278.015%201.633-.182a.75.75%200%201%201%20.728%201.311c-.723.402-1.728.516-2.637.346c-.916-.172-1.898-.667-2.398-1.666L2%209.427V9.25c0-1.323.678-2.615%201.523-3.607c.7-.824%201.59-1.528%202.477-1.917V2.75a.75.75%200%201%201%201.5%200v1.27c1.154%201.67%202.363%202.612%203.568%203.551q.311.242.621.489q.002-.095.006-.188c.052-1.034.414-2.017.884-2.958c1.06-2.118%203.594-3.313%206.044-2.904c1.225.204%202.329.795%203.125%201.748C22.546%204.713%2023%205.988%2023%207.5c0%201.496-.913%203.255-2.688%203.652c.838%201.699%201.438%203.768%201.181%205.697c-.269%202.017-1.04%203.615-2.582%204.675C17.409%2022.558%2015.288%2023%2012.5%2023H4.75a.75.75%200%200%201%200-1.5h2.322c-.58-.701-.998-1.578-1.223-2.471c-.327-1.3-.297-2.786.265-4.131c-.92.091-1.985-.02-3.126-.445a.75.75%200%201%201%20.524-1.406c1.964.733%203.428.266%204.045-.19q.102-.09.208-.18a.745.745%200%200%201%20.861-.076a.75.75%200%200%201%20.32.368a.75.75%200%200%201-.173.819q-.115.114-.252.221c-1.322%201.234-1.62%203.055-1.218%204.654c.438%201.737%201.574%202.833%202.69%202.837H12.5c2.674%200%204.429-.433%205.56-1.212c1.094-.752%201.715-1.904%201.946-3.637c.236-1.768-.445-3.845-1.407-5.529l-.012-.02a3.56%203.56%200%200%201-1.553-.94c-.556-.565-.89-1.243-1.012-1.73a.75.75%200%200%201%201.456-.364c.057.231.26.67.626%201.043c.35.357.822.623%201.443.623c1.172%200%201.953-1.058%201.953-2.234c0-1.205-.357-2.127-.903-2.78c-.547-.654-1.318-1.08-2.22-1.23%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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