animal-rabbit-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
animal-rabbit-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT
Aliases
fast-mode-24-filled

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the animal rabbit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.53 5.437l5.426 5.437a3.576 3.576 0 0 1 0 5.049a3.56 3.56 0 0 1-3.342.95v.124a2 2 0 0 1-2 2.003h-2.11l.001-.748l-.005-.168a2.75 2.75 0 0 0-2.57-2.58l-.174-.006h-1l-.101.007a.751.751 0 0 0 0 1.488l.102.007h1l.127.007a1.25 1.25 0 0 1 1.115 1.117l.007.128l-.001.748h-5a2 2 0 0 1-1.998-2.003v-2.504q0-.286.034-.562q-.261.06-.542.06A2.5 2.5 0 0 1 2 11.489a2.5 2.5 0 0 1 2.499-2.504a2.5 2.5 0 0 1 2.407 1.83a4.46 4.46 0 0 1 2.599-.829h3.611c.603 0 1.179.12 1.705.335a4.2 4.2 0 0 1 .597-.779l-1.992-1.995a1.494 1.494 0 0 1 0-2.11a1.486 1.486 0 0 1 2.105 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentAnimalRabbit24Filled(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="m15.53 5.437l5.426 5.437a3.576 3.576 0 0 1 0 5.049a3.56 3.56 0 0 1-3.342.95v.124a2 2 0 0 1-2 2.003h-2.11l.001-.748l-.005-.168a2.75 2.75 0 0 0-2.57-2.58l-.174-.006h-1l-.101.007a.751.751 0 0 0 0 1.488l.102.007h1l.127.007a1.25 1.25 0 0 1 1.115 1.117l.007.128l-.001.748h-5a2 2 0 0 1-1.998-2.003v-2.504q0-.286.034-.562q-.261.06-.542.06A2.5 2.5 0 0 1 2 11.489a2.5 2.5 0 0 1 2.499-2.504a2.5 2.5 0 0 1 2.407 1.83a4.46 4.46 0 0 1 2.599-.829h3.611c.603 0 1.179.12 1.705.335a4.2 4.2 0 0 1 .597-.779l-1.992-1.995a1.494 1.494 0 0 1 0-2.11a1.486 1.486 0 0 1 2.105 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.53 5.437l5.426 5.437a3.576 3.576 0 0 1 0 5.049a3.56 3.56 0 0 1-3.342.95v.124a2 2 0 0 1-2 2.003h-2.11l.001-.748l-.005-.168a2.75 2.75 0 0 0-2.57-2.58l-.174-.006h-1l-.101.007a.751.751 0 0 0 0 1.488l.102.007h1l.127.007a1.25 1.25 0 0 1 1.115 1.117l.007.128l-.001.748h-5a2 2 0 0 1-1.998-2.003v-2.504q0-.286.034-.562q-.261.06-.542.06A2.5 2.5 0 0 1 2 11.489a2.5 2.5 0 0 1 2.499-2.504a2.5 2.5 0 0 1 2.407 1.83a4.46 4.46 0 0 1 2.599-.829h3.611c.603 0 1.179.12 1.705.335a4.2 4.2 0 0 1 .597-.779l-1.992-1.995a1.494 1.494 0 0 1 0-2.11a1.486 1.486 0 0 1 2.105 0"/></svg>
</template>

CSS

.icon-animal-rabbit-24-filled {
  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%22m15.53%205.437l5.426%205.437a3.576%203.576%200%200%201%200%205.049a3.56%203.56%200%200%201-3.342.95v.124a2%202%200%200%201-2%202.003h-2.11l.001-.748l-.005-.168a2.75%202.75%200%200%200-2.57-2.58l-.174-.006h-1l-.101.007a.751.751%200%200%200%200%201.488l.102.007h1l.127.007a1.25%201.25%200%200%201%201.115%201.117l.007.128l-.001.748h-5a2%202%200%200%201-1.998-2.003v-2.504q0-.286.034-.562q-.261.06-.542.06A2.5%202.5%200%200%201%202%2011.489a2.5%202.5%200%200%201%202.499-2.504a2.5%202.5%200%200%201%202.407%201.83a4.46%204.46%200%200%201%202.599-.829h3.611c.603%200%201.179.12%201.705.335a4.2%204.2%200%200%201%20.597-.779l-1.992-1.995a1.494%201.494%200%200%201%200-2.11a1.486%201.486%200%200%201%202.105%200%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%22m15.53%205.437l5.426%205.437a3.576%203.576%200%200%201%200%205.049a3.56%203.56%200%200%201-3.342.95v.124a2%202%200%200%201-2%202.003h-2.11l.001-.748l-.005-.168a2.75%202.75%200%200%200-2.57-2.58l-.174-.006h-1l-.101.007a.751.751%200%200%200%200%201.488l.102.007h1l.127.007a1.25%201.25%200%200%201%201.115%201.117l.007.128l-.001.748h-5a2%202%200%200%201-1.998-2.003v-2.504q0-.286.034-.562q-.261.06-.542.06A2.5%202.5%200%200%201%202%2011.489a2.5%202.5%200%200%201%202.499-2.504a2.5%202.5%200%200%201%202.407%201.83a4.46%204.46%200%200%201%202.599-.829h3.611c.603%200%201.179.12%201.705.335a4.2%204.2%200%200%201%20.597-.779l-1.992-1.995a1.494%201.494%200%200%201%200-2.11a1.486%201.486%200%200%201%202.105%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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