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

Name
animal-rabbit-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

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 20 20"><path fill="currentColor" d="m12.677 4.383l4.23 4.23a2.778 2.778 0 0 1-2.606 4.666v.16c0 .86-.698 1.558-1.559 1.558H11V13.75c0-.535-.285-.983-.67-1.28A2.35 2.35 0 0 0 8.903 12H7.5a.5.5 0 1 0 0 1h1.402c.326 0 .616.107.815.26s.282.33.282.49v1.247H5.558c-.86 0-1.558-.698-1.558-1.558v-2.033q0-.09.004-.177a2.121 2.121 0 1 1 2.048-2.925c.446-.194.942-.3 1.464-.3h3.288c.47 0 .919.092 1.329.26l.078-.134c.109-.19.231-.404.377-.554l-1.552-1.552a1.16 1.16 0 1 1 1.64-1.641"/></svg>

React

import type { SVGProps } from "react";

export function FluentAnimalRabbit20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m12.677 4.383l4.23 4.23a2.778 2.778 0 0 1-2.606 4.666v.16c0 .86-.698 1.558-1.559 1.558H11V13.75c0-.535-.285-.983-.67-1.28A2.35 2.35 0 0 0 8.903 12H7.5a.5.5 0 1 0 0 1h1.402c.326 0 .616.107.815.26s.282.33.282.49v1.247H5.558c-.86 0-1.558-.698-1.558-1.558v-2.033q0-.09.004-.177a2.121 2.121 0 1 1 2.048-2.925c.446-.194.942-.3 1.464-.3h3.288c.47 0 .919.092 1.329.26l.078-.134c.109-.19.231-.404.377-.554l-1.552-1.552a1.16 1.16 0 1 1 1.64-1.641"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m12.677 4.383l4.23 4.23a2.778 2.778 0 0 1-2.606 4.666v.16c0 .86-.698 1.558-1.559 1.558H11V13.75c0-.535-.285-.983-.67-1.28A2.35 2.35 0 0 0 8.903 12H7.5a.5.5 0 1 0 0 1h1.402c.326 0 .616.107.815.26s.282.33.282.49v1.247H5.558c-.86 0-1.558-.698-1.558-1.558v-2.033q0-.09.004-.177a2.121 2.121 0 1 1 2.048-2.925c.446-.194.942-.3 1.464-.3h3.288c.47 0 .919.092 1.329.26l.078-.134c.109-.19.231-.404.377-.554l-1.552-1.552a1.16 1.16 0 1 1 1.64-1.641"/></svg>
</template>

CSS

.icon-animal-rabbit-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.677%204.383l4.23%204.23a2.778%202.778%200%200%201-2.606%204.666v.16c0%20.86-.698%201.558-1.559%201.558H11V13.75c0-.535-.285-.983-.67-1.28A2.35%202.35%200%200%200%208.903%2012H7.5a.5.5%200%201%200%200%201h1.402c.326%200%20.616.107.815.26s.282.33.282.49v1.247H5.558c-.86%200-1.558-.698-1.558-1.558v-2.033q0-.09.004-.177a2.121%202.121%200%201%201%202.048-2.925c.446-.194.942-.3%201.464-.3h3.288c.47%200%20.919.092%201.329.26l.078-.134c.109-.19.231-.404.377-.554l-1.552-1.552a1.16%201.16%200%201%201%201.64-1.641%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.677%204.383l4.23%204.23a2.778%202.778%200%200%201-2.606%204.666v.16c0%20.86-.698%201.558-1.559%201.558H11V13.75c0-.535-.285-.983-.67-1.28A2.35%202.35%200%200%200%208.903%2012H7.5a.5.5%200%201%200%200%201h1.402c.326%200%20.616.107.815.26s.282.33.282.49v1.247H5.558c-.86%200-1.558-.698-1.558-1.558v-2.033q0-.09.004-.177a2.121%202.121%200%201%201%202.048-2.925c.446-.194.942-.3%201.464-.3h3.288c.47%200%20.919.092%201.329.26l.078-.134c.109-.19.231-.404.377-.554l-1.552-1.552a1.16%201.16%200%201%201%201.64-1.641%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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