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

Name
animal-rabbit-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="m10.202 4.004l3.185 3.185a2.092 2.092 0 0 1-1.962 3.515v.12c0 .648-.525 1.174-1.174 1.174H8.063v-.499c0-.8-.64-1.499-1.563-1.499h-1a.5.5 0 1 0 0 1h1c.373 0 .563.253.563.5v.498h-2.89A1.174 1.174 0 0 1 3 10.824v-1.53q0-.053.002-.105A1.783 1.783 0 1 1 5.43 7.008Q5.546 7 5.666 7H8.81c.355 0 .693.057 1.001.183c.04-.066.078-.183.12-.309c.059-.182.124-.382.206-.465l-1.17-1.17a.874.874 0 0 1 1.236-1.235"/></svg>

React

import type { SVGProps } from "react";

export function FluentAnimalRabbit16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m10.202 4.004l3.185 3.185a2.092 2.092 0 0 1-1.962 3.515v.12c0 .648-.525 1.174-1.174 1.174H8.063v-.499c0-.8-.64-1.499-1.563-1.499h-1a.5.5 0 1 0 0 1h1c.373 0 .563.253.563.5v.498h-2.89A1.174 1.174 0 0 1 3 10.824v-1.53q0-.053.002-.105A1.783 1.783 0 1 1 5.43 7.008Q5.546 7 5.666 7H8.81c.355 0 .693.057 1.001.183c.04-.066.078-.183.12-.309c.059-.182.124-.382.206-.465l-1.17-1.17a.874.874 0 0 1 1.236-1.235"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m10.202 4.004l3.185 3.185a2.092 2.092 0 0 1-1.962 3.515v.12c0 .648-.525 1.174-1.174 1.174H8.063v-.499c0-.8-.64-1.499-1.563-1.499h-1a.5.5 0 1 0 0 1h1c.373 0 .563.253.563.5v.498h-2.89A1.174 1.174 0 0 1 3 10.824v-1.53q0-.053.002-.105A1.783 1.783 0 1 1 5.43 7.008Q5.546 7 5.666 7H8.81c.355 0 .693.057 1.001.183c.04-.066.078-.183.12-.309c.059-.182.124-.382.206-.465l-1.17-1.17a.874.874 0 0 1 1.236-1.235"/></svg>
</template>

CSS

.icon-animal-rabbit-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.202%204.004l3.185%203.185a2.092%202.092%200%200%201-1.962%203.515v.12c0%20.648-.525%201.174-1.174%201.174H8.063v-.499c0-.8-.64-1.499-1.563-1.499h-1a.5.5%200%201%200%200%201h1c.373%200%20.563.253.563.5v.498h-2.89A1.174%201.174%200%200%201%203%2010.824v-1.53q0-.053.002-.105A1.783%201.783%200%201%201%205.43%207.008Q5.546%207%205.666%207H8.81c.355%200%20.693.057%201.001.183c.04-.066.078-.183.12-.309c.059-.182.124-.382.206-.465l-1.17-1.17a.874.874%200%200%201%201.236-1.235%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.202%204.004l3.185%203.185a2.092%202.092%200%200%201-1.962%203.515v.12c0%20.648-.525%201.174-1.174%201.174H8.063v-.499c0-.8-.64-1.499-1.563-1.499h-1a.5.5%200%201%200%200%201h1c.373%200%20.563.253.563.5v.498h-2.89A1.174%201.174%200%200%201%203%2010.824v-1.53q0-.053.002-.105A1.783%201.783%200%201%201%205.43%207.008Q5.546%207%205.666%207H8.81c.355%200%20.693.057%201.001.183c.04-.066.078-.183.12-.309c.059-.182.124-.382.206-.465l-1.17-1.17a.874.874%200%200%201%201.236-1.235%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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