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

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

The same icon in other sets

Use the rabbit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M17.072 8.96a2.346 2.346 0 0 0-2.485 1.59l-.179.537a.432.432 0 0 1-.715.17a1.73 1.73 0 0 0-1.221-.507h-2.035c-.232 0-.348 0-.446.004a5 5 0 0 0-4.8 4.8c-.004.098-.004.214-.004.446s0 .349.004.447a5 5 0 0 0 4.8 4.8c.098.003.214.003.446.003h7.25a1.5 1.5 0 0 0 1.5-1.5v-.319a1.18 1.18 0 0 0-1.18-1.18a.59.59 0 0 1-.56-.778l.433-1.3c.076-.229.114-.343.17-.437a1 1 0 0 1 .642-.462c.106-.024.227-.024.467-.024h.177c.212 0 .318 0 .417-.01a2 2 0 0 0 1.406-.796c.06-.08.114-.17.223-.352c.125-.209.188-.313.235-.415a2 2 0 0 0-.072-1.804a5 5 0 0 0-.267-.396l-.655-.916a6 6 0 0 0-.315-.422a3 3 0 0 0-1.7-.998a7 7 0 0 0-.522-.069z"/><path d="M5.187 14.518a2 2 0 1 0 0 3.465"/><path stroke-linecap="round" d="M11.187 21.25a3 3 0 1 0 0-6"/><path stroke-linecap="round" stroke-linejoin="round" d="m15.687 9.25l-.109-.763a5 5 0 0 0-2.616-3.847c-.059-.032-.122-.063-.248-.126c-.07-.035-.105-.053-.13-.064a1 1 0 0 0-1.395.862c-.002.028-.002.067-.002.146v.13c0 .313 0 .47.009.619a5 5 0 0 0 1.566 3.344c.11.103.23.203.47.403l.955.796m.003-5.288a4.5 4.5 0 0 1 .211-1.518l.16-.5c.221-.69 1.154-.924 1.727-.434l.224.191c1.239 1.06 1.846 2.601 1.633 4.143L17.95 8.75m.237 3h.01"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRabbit(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" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M17.072 8.96a2.346 2.346 0 0 0-2.485 1.59l-.179.537a.432.432 0 0 1-.715.17a1.73 1.73 0 0 0-1.221-.507h-2.035c-.232 0-.348 0-.446.004a5 5 0 0 0-4.8 4.8c-.004.098-.004.214-.004.446s0 .349.004.447a5 5 0 0 0 4.8 4.8c.098.003.214.003.446.003h7.25a1.5 1.5 0 0 0 1.5-1.5v-.319a1.18 1.18 0 0 0-1.18-1.18a.59.59 0 0 1-.56-.778l.433-1.3c.076-.229.114-.343.17-.437a1 1 0 0 1 .642-.462c.106-.024.227-.024.467-.024h.177c.212 0 .318 0 .417-.01a2 2 0 0 0 1.406-.796c.06-.08.114-.17.223-.352c.125-.209.188-.313.235-.415a2 2 0 0 0-.072-1.804a5 5 0 0 0-.267-.396l-.655-.916a6 6 0 0 0-.315-.422a3 3 0 0 0-1.7-.998a7 7 0 0 0-.522-.069z"/><path d="M5.187 14.518a2 2 0 1 0 0 3.465"/><path strokeLinecap="round" d="M11.187 21.25a3 3 0 1 0 0-6"/><path strokeLinecap="round" strokeLinejoin="round" d="m15.687 9.25l-.109-.763a5 5 0 0 0-2.616-3.847c-.059-.032-.122-.063-.248-.126c-.07-.035-.105-.053-.13-.064a1 1 0 0 0-1.395.862c-.002.028-.002.067-.002.146v.13c0 .313 0 .47.009.619a5 5 0 0 0 1.566 3.344c.11.103.23.203.47.403l.955.796m.003-5.288a4.5 4.5 0 0 1 .211-1.518l.16-.5c.221-.69 1.154-.924 1.727-.434l.224.191c1.239 1.06 1.846 2.601 1.633 4.143L17.95 8.75m.237 3h.01"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M17.072 8.96a2.346 2.346 0 0 0-2.485 1.59l-.179.537a.432.432 0 0 1-.715.17a1.73 1.73 0 0 0-1.221-.507h-2.035c-.232 0-.348 0-.446.004a5 5 0 0 0-4.8 4.8c-.004.098-.004.214-.004.446s0 .349.004.447a5 5 0 0 0 4.8 4.8c.098.003.214.003.446.003h7.25a1.5 1.5 0 0 0 1.5-1.5v-.319a1.18 1.18 0 0 0-1.18-1.18a.59.59 0 0 1-.56-.778l.433-1.3c.076-.229.114-.343.17-.437a1 1 0 0 1 .642-.462c.106-.024.227-.024.467-.024h.177c.212 0 .318 0 .417-.01a2 2 0 0 0 1.406-.796c.06-.08.114-.17.223-.352c.125-.209.188-.313.235-.415a2 2 0 0 0-.072-1.804a5 5 0 0 0-.267-.396l-.655-.916a6 6 0 0 0-.315-.422a3 3 0 0 0-1.7-.998a7 7 0 0 0-.522-.069z"/><path d="M5.187 14.518a2 2 0 1 0 0 3.465"/><path stroke-linecap="round" d="M11.187 21.25a3 3 0 1 0 0-6"/><path stroke-linecap="round" stroke-linejoin="round" d="m15.687 9.25l-.109-.763a5 5 0 0 0-2.616-3.847c-.059-.032-.122-.063-.248-.126c-.07-.035-.105-.053-.13-.064a1 1 0 0 0-1.395.862c-.002.028-.002.067-.002.146v.13c0 .313 0 .47.009.619a5 5 0 0 0 1.566 3.344c.11.103.23.203.47.403l.955.796m.003-5.288a4.5 4.5 0 0 1 .211-1.518l.16-.5c.221-.69 1.154-.924 1.727-.434l.224.191c1.239 1.06 1.846 2.601 1.633 4.143L17.95 8.75m.237 3h.01"/></g></svg>
</template>

CSS

.icon-rabbit {
  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%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.072%208.96a2.346%202.346%200%200%200-2.485%201.59l-.179.537a.432.432%200%200%201-.715.17a1.73%201.73%200%200%200-1.221-.507h-2.035c-.232%200-.348%200-.446.004a5%205%200%200%200-4.8%204.8c-.004.098-.004.214-.004.446s0%20.349.004.447a5%205%200%200%200%204.8%204.8c.098.003.214.003.446.003h7.25a1.5%201.5%200%200%200%201.5-1.5v-.319a1.18%201.18%200%200%200-1.18-1.18a.59.59%200%200%201-.56-.778l.433-1.3c.076-.229.114-.343.17-.437a1%201%200%200%201%20.642-.462c.106-.024.227-.024.467-.024h.177c.212%200%20.318%200%20.417-.01a2%202%200%200%200%201.406-.796c.06-.08.114-.17.223-.352c.125-.209.188-.313.235-.415a2%202%200%200%200-.072-1.804a5%205%200%200%200-.267-.396l-.655-.916a6%206%200%200%200-.315-.422a3%203%200%200%200-1.7-.998a7%207%200%200%200-.522-.069z%22%2F%3E%3Cpath%20d%3D%22M5.187%2014.518a2%202%200%201%200%200%203.465%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.187%2021.25a3%203%200%201%200%200-6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m15.687%209.25l-.109-.763a5%205%200%200%200-2.616-3.847c-.059-.032-.122-.063-.248-.126c-.07-.035-.105-.053-.13-.064a1%201%200%200%200-1.395.862c-.002.028-.002.067-.002.146v.13c0%20.313%200%20.47.009.619a5%205%200%200%200%201.566%203.344c.11.103.23.203.47.403l.955.796m.003-5.288a4.5%204.5%200%200%201%20.211-1.518l.16-.5c.221-.69%201.154-.924%201.727-.434l.224.191c1.239%201.06%201.846%202.601%201.633%204.143L17.95%208.75m.237%203h.01%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%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.072%208.96a2.346%202.346%200%200%200-2.485%201.59l-.179.537a.432.432%200%200%201-.715.17a1.73%201.73%200%200%200-1.221-.507h-2.035c-.232%200-.348%200-.446.004a5%205%200%200%200-4.8%204.8c-.004.098-.004.214-.004.446s0%20.349.004.447a5%205%200%200%200%204.8%204.8c.098.003.214.003.446.003h7.25a1.5%201.5%200%200%200%201.5-1.5v-.319a1.18%201.18%200%200%200-1.18-1.18a.59.59%200%200%201-.56-.778l.433-1.3c.076-.229.114-.343.17-.437a1%201%200%200%201%20.642-.462c.106-.024.227-.024.467-.024h.177c.212%200%20.318%200%20.417-.01a2%202%200%200%200%201.406-.796c.06-.08.114-.17.223-.352c.125-.209.188-.313.235-.415a2%202%200%200%200-.072-1.804a5%205%200%200%200-.267-.396l-.655-.916a6%206%200%200%200-.315-.422a3%203%200%200%200-1.7-.998a7%207%200%200%200-.522-.069z%22%2F%3E%3Cpath%20d%3D%22M5.187%2014.518a2%202%200%201%200%200%203.465%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.187%2021.25a3%203%200%201%200%200-6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m15.687%209.25l-.109-.763a5%205%200%200%200-2.616-3.847c-.059-.032-.122-.063-.248-.126c-.07-.035-.105-.053-.13-.064a1%201%200%200%200-1.395.862c-.002.028-.002.067-.002.146v.13c0%20.313%200%20.47.009.619a5%205%200%200%200%201.566%203.344c.11.103.23.203.47.403l.955.796m.003-5.288a4.5%204.5%200%200%201%20.211-1.518l.16-.5c.221-.69%201.154-.924%201.727-.434l.224.191c1.239%201.06%201.846%202.601%201.633%204.143L17.95%208.75m.237%203h.01%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/rabbit.svg?color=%231a73e8&size=48