animal-rabbit-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
animal-rabbit-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M16.996 10.772L15.079 8.88a2.27 2.27 0 0 1 0-3.213a2.274 2.274 0 0 1 3.214 0l6.33 6.292a4.696 4.696 0 0 1 0 6.646a4.7 4.7 0 0 1-3.7 1.36a3.18 3.18 0 0 1-2.971 2.044H9.191A3.19 3.19 0 0 1 6 18.829v-1.864q-.245.036-.5.036a3.5 3.5 0 1 1 3.048-5.221a5.3 5.3 0 0 1 2.771-.777h4.505q.46 0 .901.076q.124-.157.27-.308m.238-4.044a.774.774 0 0 0-1.094 0a.77.77 0 0 0-.002 1.09l.002.001L19.362 11l-1.004.577c-.246.159-.51.468-.648.713l-.289.513l-.567-.159a3.8 3.8 0 0 0-1.03-.14h-4.505A3.816 3.816 0 0 0 7.5 16.308v2.52c0 .923.758 1.68 1.69 1.68H14v-.327c0-.927-.753-1.68-1.683-1.68h-1.571a.75.75 0 0 1 0-1.5h1.571a3.18 3.18 0 0 1 3.182 3.18v.327h2.453a1.68 1.68 0 0 0 1.668-1.477l.099-.84l.822.199a3.2 3.2 0 0 0 3.021-.848a3.196 3.196 0 0 0 .001-4.522v-.001zM7.36 12.766a2 2 0 1 0-1.286 2.65a5.3 5.3 0 0 1 1.286-2.65"/></svg>

React

import type { SVGProps } from "react";

export function FluentAnimalRabbit28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M16.996 10.772L15.079 8.88a2.27 2.27 0 0 1 0-3.213a2.274 2.274 0 0 1 3.214 0l6.33 6.292a4.696 4.696 0 0 1 0 6.646a4.7 4.7 0 0 1-3.7 1.36a3.18 3.18 0 0 1-2.971 2.044H9.191A3.19 3.19 0 0 1 6 18.829v-1.864q-.245.036-.5.036a3.5 3.5 0 1 1 3.048-5.221a5.3 5.3 0 0 1 2.771-.777h4.505q.46 0 .901.076q.124-.157.27-.308m.238-4.044a.774.774 0 0 0-1.094 0a.77.77 0 0 0-.002 1.09l.002.001L19.362 11l-1.004.577c-.246.159-.51.468-.648.713l-.289.513l-.567-.159a3.8 3.8 0 0 0-1.03-.14h-4.505A3.816 3.816 0 0 0 7.5 16.308v2.52c0 .923.758 1.68 1.69 1.68H14v-.327c0-.927-.753-1.68-1.683-1.68h-1.571a.75.75 0 0 1 0-1.5h1.571a3.18 3.18 0 0 1 3.182 3.18v.327h2.453a1.68 1.68 0 0 0 1.668-1.477l.099-.84l.822.199a3.2 3.2 0 0 0 3.021-.848a3.196 3.196 0 0 0 .001-4.522v-.001zM7.36 12.766a2 2 0 1 0-1.286 2.65a5.3 5.3 0 0 1 1.286-2.65"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M16.996 10.772L15.079 8.88a2.27 2.27 0 0 1 0-3.213a2.274 2.274 0 0 1 3.214 0l6.33 6.292a4.696 4.696 0 0 1 0 6.646a4.7 4.7 0 0 1-3.7 1.36a3.18 3.18 0 0 1-2.971 2.044H9.191A3.19 3.19 0 0 1 6 18.829v-1.864q-.245.036-.5.036a3.5 3.5 0 1 1 3.048-5.221a5.3 5.3 0 0 1 2.771-.777h4.505q.46 0 .901.076q.124-.157.27-.308m.238-4.044a.774.774 0 0 0-1.094 0a.77.77 0 0 0-.002 1.09l.002.001L19.362 11l-1.004.577c-.246.159-.51.468-.648.713l-.289.513l-.567-.159a3.8 3.8 0 0 0-1.03-.14h-4.505A3.816 3.816 0 0 0 7.5 16.308v2.52c0 .923.758 1.68 1.69 1.68H14v-.327c0-.927-.753-1.68-1.683-1.68h-1.571a.75.75 0 0 1 0-1.5h1.571a3.18 3.18 0 0 1 3.182 3.18v.327h2.453a1.68 1.68 0 0 0 1.668-1.477l.099-.84l.822.199a3.2 3.2 0 0 0 3.021-.848a3.196 3.196 0 0 0 .001-4.522v-.001zM7.36 12.766a2 2 0 1 0-1.286 2.65a5.3 5.3 0 0 1 1.286-2.65"/></svg>
</template>

CSS

.icon-animal-rabbit-28-regular {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.996%2010.772L15.079%208.88a2.27%202.27%200%200%201%200-3.213a2.274%202.274%200%200%201%203.214%200l6.33%206.292a4.696%204.696%200%200%201%200%206.646a4.7%204.7%200%200%201-3.7%201.36a3.18%203.18%200%200%201-2.971%202.044H9.191A3.19%203.19%200%200%201%206%2018.829v-1.864q-.245.036-.5.036a3.5%203.5%200%201%201%203.048-5.221a5.3%205.3%200%200%201%202.771-.777h4.505q.46%200%20.901.076q.124-.157.27-.308m.238-4.044a.774.774%200%200%200-1.094%200a.77.77%200%200%200-.002%201.09l.002.001L19.362%2011l-1.004.577c-.246.159-.51.468-.648.713l-.289.513l-.567-.159a3.8%203.8%200%200%200-1.03-.14h-4.505A3.816%203.816%200%200%200%207.5%2016.308v2.52c0%20.923.758%201.68%201.69%201.68H14v-.327c0-.927-.753-1.68-1.683-1.68h-1.571a.75.75%200%200%201%200-1.5h1.571a3.18%203.18%200%200%201%203.182%203.18v.327h2.453a1.68%201.68%200%200%200%201.668-1.477l.099-.84l.822.199a3.2%203.2%200%200%200%203.021-.848a3.196%203.196%200%200%200%20.001-4.522v-.001zM7.36%2012.766a2%202%200%201%200-1.286%202.65a5.3%205.3%200%200%201%201.286-2.65%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.996%2010.772L15.079%208.88a2.27%202.27%200%200%201%200-3.213a2.274%202.274%200%200%201%203.214%200l6.33%206.292a4.696%204.696%200%200%201%200%206.646a4.7%204.7%200%200%201-3.7%201.36a3.18%203.18%200%200%201-2.971%202.044H9.191A3.19%203.19%200%200%201%206%2018.829v-1.864q-.245.036-.5.036a3.5%203.5%200%201%201%203.048-5.221a5.3%205.3%200%200%201%202.771-.777h4.505q.46%200%20.901.076q.124-.157.27-.308m.238-4.044a.774.774%200%200%200-1.094%200a.77.77%200%200%200-.002%201.09l.002.001L19.362%2011l-1.004.577c-.246.159-.51.468-.648.713l-.289.513l-.567-.159a3.8%203.8%200%200%200-1.03-.14h-4.505A3.816%203.816%200%200%200%207.5%2016.308v2.52c0%20.923.758%201.68%201.69%201.68H14v-.327c0-.927-.753-1.68-1.683-1.68h-1.571a.75.75%200%200%201%200-1.5h1.571a3.18%203.18%200%200%201%203.182%203.18v.327h2.453a1.68%201.68%200%200%200%201.668-1.477l.099-.84l.822.199a3.2%203.2%200%200%200%203.021-.848a3.196%203.196%200%200%200%20.001-4.522v-.001zM7.36%2012.766a2%202%200%201%200-1.286%202.65a5.3%205.3%200%200%201%201.286-2.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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