rabbit from Material Design Icons by Pictogrammers · Filled · Animal · Apache-2.0 Free for personal and commercial use.

Name
rabbit
Set
Material Design Icons
Style
Filled
Category
Animal
Viewbox
24×24
License
Apache 2.0
Aliases
bunny, hare

The same icon in other sets

More animal icons from Material Design Icons

Use the rabbit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.05 21l-2.73-4.74c0-1.73-1.07-2.84-2.37-2.84c-.9 0-1.68.5-2.08 1.24c.33-.19.72-.29 1.13-.29c1.3 0 2.36 1.06 2.36 2.36c0 1.31-1.05 2.38-2.36 2.38h3.3V21H6.79c-.24 0-.49-.09-.67-.28a.95.95 0 0 1 0-1.34l.5-.5c-.34-.15-.62-.38-.9-.62c-.22.5-.72.85-1.3.85a1.425 1.425 0 0 1 0-2.85l.47.08v-1.97a4.73 4.73 0 0 1 4.74-4.74h.02c2.12.01 3.77.84 3.77-.47c0-.93.2-1.3.54-1.82c-.73-.34-1.56-.55-2.43-.55c-.53 0-.95-.42-.95-.95c0-.43.28-.79.67-.91l-.67-.04c-.52 0-.95-.42-.95-.94c0-.53.43-.95.95-.95h.95c2.1 0 3.94 1.15 4.93 2.85l.28-.01c.71 0 1.37.23 1.91.61l.45.38c2.17 1.95 1.9 3.27 1.9 3.28c0 1.28-1.06 2.33-2.35 2.33l-.49-.05v.08c0 1.11-.48 2.1-1.23 2.8L20.24 21zm.11-13.26c-.53 0-.95.42-.95.94c0 .53.42.95.95.95c.52 0 .95-.42.95-.95c0-.52-.43-.94-.95-.94"/></svg>

React

import type { SVGProps } from "react";

export function MdiRabbit(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.05 21l-2.73-4.74c0-1.73-1.07-2.84-2.37-2.84c-.9 0-1.68.5-2.08 1.24c.33-.19.72-.29 1.13-.29c1.3 0 2.36 1.06 2.36 2.36c0 1.31-1.05 2.38-2.36 2.38h3.3V21H6.79c-.24 0-.49-.09-.67-.28a.95.95 0 0 1 0-1.34l.5-.5c-.34-.15-.62-.38-.9-.62c-.22.5-.72.85-1.3.85a1.425 1.425 0 0 1 0-2.85l.47.08v-1.97a4.73 4.73 0 0 1 4.74-4.74h.02c2.12.01 3.77.84 3.77-.47c0-.93.2-1.3.54-1.82c-.73-.34-1.56-.55-2.43-.55c-.53 0-.95-.42-.95-.95c0-.43.28-.79.67-.91l-.67-.04c-.52 0-.95-.42-.95-.94c0-.53.43-.95.95-.95h.95c2.1 0 3.94 1.15 4.93 2.85l.28-.01c.71 0 1.37.23 1.91.61l.45.38c2.17 1.95 1.9 3.27 1.9 3.28c0 1.28-1.06 2.33-2.35 2.33l-.49-.05v.08c0 1.11-.48 2.1-1.23 2.8L20.24 21zm.11-13.26c-.53 0-.95.42-.95.94c0 .53.42.95.95.95c.52 0 .95-.42.95-.95c0-.52-.43-.94-.95-.94"/></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.05 21l-2.73-4.74c0-1.73-1.07-2.84-2.37-2.84c-.9 0-1.68.5-2.08 1.24c.33-.19.72-.29 1.13-.29c1.3 0 2.36 1.06 2.36 2.36c0 1.31-1.05 2.38-2.36 2.38h3.3V21H6.79c-.24 0-.49-.09-.67-.28a.95.95 0 0 1 0-1.34l.5-.5c-.34-.15-.62-.38-.9-.62c-.22.5-.72.85-1.3.85a1.425 1.425 0 0 1 0-2.85l.47.08v-1.97a4.73 4.73 0 0 1 4.74-4.74h.02c2.12.01 3.77.84 3.77-.47c0-.93.2-1.3.54-1.82c-.73-.34-1.56-.55-2.43-.55c-.53 0-.95-.42-.95-.95c0-.43.28-.79.67-.91l-.67-.04c-.52 0-.95-.42-.95-.94c0-.53.43-.95.95-.95h.95c2.1 0 3.94 1.15 4.93 2.85l.28-.01c.71 0 1.37.23 1.91.61l.45.38c2.17 1.95 1.9 3.27 1.9 3.28c0 1.28-1.06 2.33-2.35 2.33l-.49-.05v.08c0 1.11-.48 2.1-1.23 2.8L20.24 21zm.11-13.26c-.53 0-.95.42-.95.94c0 .53.42.95.95.95c.52 0 .95-.42.95-.95c0-.52-.43-.94-.95-.94"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.05%2021l-2.73-4.74c0-1.73-1.07-2.84-2.37-2.84c-.9%200-1.68.5-2.08%201.24c.33-.19.72-.29%201.13-.29c1.3%200%202.36%201.06%202.36%202.36c0%201.31-1.05%202.38-2.36%202.38h3.3V21H6.79c-.24%200-.49-.09-.67-.28a.95.95%200%200%201%200-1.34l.5-.5c-.34-.15-.62-.38-.9-.62c-.22.5-.72.85-1.3.85a1.425%201.425%200%200%201%200-2.85l.47.08v-1.97a4.73%204.73%200%200%201%204.74-4.74h.02c2.12.01%203.77.84%203.77-.47c0-.93.2-1.3.54-1.82c-.73-.34-1.56-.55-2.43-.55c-.53%200-.95-.42-.95-.95c0-.43.28-.79.67-.91l-.67-.04c-.52%200-.95-.42-.95-.94c0-.53.43-.95.95-.95h.95c2.1%200%203.94%201.15%204.93%202.85l.28-.01c.71%200%201.37.23%201.91.61l.45.38c2.17%201.95%201.9%203.27%201.9%203.28c0%201.28-1.06%202.33-2.35%202.33l-.49-.05v.08c0%201.11-.48%202.1-1.23%202.8L20.24%2021zm.11-13.26c-.53%200-.95.42-.95.94c0%20.53.42.95.95.95c.52%200%20.95-.42.95-.95c0-.52-.43-.94-.95-.94%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.05%2021l-2.73-4.74c0-1.73-1.07-2.84-2.37-2.84c-.9%200-1.68.5-2.08%201.24c.33-.19.72-.29%201.13-.29c1.3%200%202.36%201.06%202.36%202.36c0%201.31-1.05%202.38-2.36%202.38h3.3V21H6.79c-.24%200-.49-.09-.67-.28a.95.95%200%200%201%200-1.34l.5-.5c-.34-.15-.62-.38-.9-.62c-.22.5-.72.85-1.3.85a1.425%201.425%200%200%201%200-2.85l.47.08v-1.97a4.73%204.73%200%200%201%204.74-4.74h.02c2.12.01%203.77.84%203.77-.47c0-.93.2-1.3.54-1.82c-.73-.34-1.56-.55-2.43-.55c-.53%200-.95-.42-.95-.95c0-.43.28-.79.67-.91l-.67-.04c-.52%200-.95-.42-.95-.94c0-.53.43-.95.95-.95h.95c2.1%200%203.94%201.15%204.93%202.85l.28-.01c.71%200%201.37.23%201.91.61l.45.38c2.17%201.95%201.9%203.27%201.9%203.28c0%201.28-1.06%202.33-2.35%202.33l-.49-.05v.08c0%201.11-.48%202.1-1.23%202.8L20.24%2021zm.11-13.26c-.53%200-.95.42-.95.94c0%20.53.42.95.95.95c.52%200%20.95-.42.95-.95c0-.52-.43-.94-.95-.94%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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