rabbit-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
rabbit-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the rabbit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M199.28 149.8A71.6 71.6 0 0 0 193 129c19-37.94 30.45-88.28 17.34-110a22 22 0 0 0-19.4-11c-14.12 0-26 11.89-36.44 36.36c-6.22 14.62-10.85 31.32-14 44.74a71.8 71.8 0 0 0-25 0c-3.13-13.42-7.76-30.12-14-44.74C91.1 19.89 79.18 8 65.06 8a22 22 0 0 0-19.42 11.08C32.53 40.76 44 91.1 63 129a71.6 71.6 0 0 0-6.26 20.76A52 52 0 1 0 128 225.52l-21.12-19.37a8 8 0 1 1 10.24-12.3L128 202.9l10.88-9.05a8 8 0 0 1 10.24 12.3L128 225.52a52 52 0 1 0 71.28-75.72m-126-36.53A218.5 218.5 0 0 1 58.4 67.08c-3.49-18.13-3.15-33 .93-39.72A6 6 0 0 1 65.06 24c6.61 0 14.52 9.7 21.72 26.62c5.93 13.94 10.35 30.12 13.33 43a71.7 71.7 0 0 0-26.88 19.64ZM100 176a12 12 0 1 1 12-12a12 12 0 0 1-12 12m56 0a12 12 0 1 1 12-12a12 12 0 0 1-12 12m20.55-69.17a71.9 71.9 0 0 0-20.66-13.2c3-12.89 7.4-29.07 13.33-43C176.42 33.7 184.33 24 190.94 24a6 6 0 0 1 5.73 3.36c4.08 6.74 4.42 21.59.93 39.72a218.5 218.5 0 0 1-14.83 46.19a73 73 0 0 0-6.22-6.44"/></svg>

React

import type { SVGProps } from "react";

export function PhRabbitFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M199.28 149.8A71.6 71.6 0 0 0 193 129c19-37.94 30.45-88.28 17.34-110a22 22 0 0 0-19.4-11c-14.12 0-26 11.89-36.44 36.36c-6.22 14.62-10.85 31.32-14 44.74a71.8 71.8 0 0 0-25 0c-3.13-13.42-7.76-30.12-14-44.74C91.1 19.89 79.18 8 65.06 8a22 22 0 0 0-19.42 11.08C32.53 40.76 44 91.1 63 129a71.6 71.6 0 0 0-6.26 20.76A52 52 0 1 0 128 225.52l-21.12-19.37a8 8 0 1 1 10.24-12.3L128 202.9l10.88-9.05a8 8 0 0 1 10.24 12.3L128 225.52a52 52 0 1 0 71.28-75.72m-126-36.53A218.5 218.5 0 0 1 58.4 67.08c-3.49-18.13-3.15-33 .93-39.72A6 6 0 0 1 65.06 24c6.61 0 14.52 9.7 21.72 26.62c5.93 13.94 10.35 30.12 13.33 43a71.7 71.7 0 0 0-26.88 19.64ZM100 176a12 12 0 1 1 12-12a12 12 0 0 1-12 12m56 0a12 12 0 1 1 12-12a12 12 0 0 1-12 12m20.55-69.17a71.9 71.9 0 0 0-20.66-13.2c3-12.89 7.4-29.07 13.33-43C176.42 33.7 184.33 24 190.94 24a6 6 0 0 1 5.73 3.36c4.08 6.74 4.42 21.59.93 39.72a218.5 218.5 0 0 1-14.83 46.19a73 73 0 0 0-6.22-6.44"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M199.28 149.8A71.6 71.6 0 0 0 193 129c19-37.94 30.45-88.28 17.34-110a22 22 0 0 0-19.4-11c-14.12 0-26 11.89-36.44 36.36c-6.22 14.62-10.85 31.32-14 44.74a71.8 71.8 0 0 0-25 0c-3.13-13.42-7.76-30.12-14-44.74C91.1 19.89 79.18 8 65.06 8a22 22 0 0 0-19.42 11.08C32.53 40.76 44 91.1 63 129a71.6 71.6 0 0 0-6.26 20.76A52 52 0 1 0 128 225.52l-21.12-19.37a8 8 0 1 1 10.24-12.3L128 202.9l10.88-9.05a8 8 0 0 1 10.24 12.3L128 225.52a52 52 0 1 0 71.28-75.72m-126-36.53A218.5 218.5 0 0 1 58.4 67.08c-3.49-18.13-3.15-33 .93-39.72A6 6 0 0 1 65.06 24c6.61 0 14.52 9.7 21.72 26.62c5.93 13.94 10.35 30.12 13.33 43a71.7 71.7 0 0 0-26.88 19.64ZM100 176a12 12 0 1 1 12-12a12 12 0 0 1-12 12m56 0a12 12 0 1 1 12-12a12 12 0 0 1-12 12m20.55-69.17a71.9 71.9 0 0 0-20.66-13.2c3-12.89 7.4-29.07 13.33-43C176.42 33.7 184.33 24 190.94 24a6 6 0 0 1 5.73 3.36c4.08 6.74 4.42 21.59.93 39.72a218.5 218.5 0 0 1-14.83 46.19a73 73 0 0 0-6.22-6.44"/></svg>
</template>

CSS

.icon-rabbit-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M199.28%20149.8A71.6%2071.6%200%200%200%20193%20129c19-37.94%2030.45-88.28%2017.34-110a22%2022%200%200%200-19.4-11c-14.12%200-26%2011.89-36.44%2036.36c-6.22%2014.62-10.85%2031.32-14%2044.74a71.8%2071.8%200%200%200-25%200c-3.13-13.42-7.76-30.12-14-44.74C91.1%2019.89%2079.18%208%2065.06%208a22%2022%200%200%200-19.42%2011.08C32.53%2040.76%2044%2091.1%2063%20129a71.6%2071.6%200%200%200-6.26%2020.76A52%2052%200%201%200%20128%20225.52l-21.12-19.37a8%208%200%201%201%2010.24-12.3L128%20202.9l10.88-9.05a8%208%200%200%201%2010.24%2012.3L128%20225.52a52%2052%200%201%200%2071.28-75.72m-126-36.53A218.5%20218.5%200%200%201%2058.4%2067.08c-3.49-18.13-3.15-33%20.93-39.72A6%206%200%200%201%2065.06%2024c6.61%200%2014.52%209.7%2021.72%2026.62c5.93%2013.94%2010.35%2030.12%2013.33%2043a71.7%2071.7%200%200%200-26.88%2019.64ZM100%20176a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m56%200a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m20.55-69.17a71.9%2071.9%200%200%200-20.66-13.2c3-12.89%207.4-29.07%2013.33-43C176.42%2033.7%20184.33%2024%20190.94%2024a6%206%200%200%201%205.73%203.36c4.08%206.74%204.42%2021.59.93%2039.72a218.5%20218.5%200%200%201-14.83%2046.19a73%2073%200%200%200-6.22-6.44%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M199.28%20149.8A71.6%2071.6%200%200%200%20193%20129c19-37.94%2030.45-88.28%2017.34-110a22%2022%200%200%200-19.4-11c-14.12%200-26%2011.89-36.44%2036.36c-6.22%2014.62-10.85%2031.32-14%2044.74a71.8%2071.8%200%200%200-25%200c-3.13-13.42-7.76-30.12-14-44.74C91.1%2019.89%2079.18%208%2065.06%208a22%2022%200%200%200-19.42%2011.08C32.53%2040.76%2044%2091.1%2063%20129a71.6%2071.6%200%200%200-6.26%2020.76A52%2052%200%201%200%20128%20225.52l-21.12-19.37a8%208%200%201%201%2010.24-12.3L128%20202.9l10.88-9.05a8%208%200%200%201%2010.24%2012.3L128%20225.52a52%2052%200%201%200%2071.28-75.72m-126-36.53A218.5%20218.5%200%200%201%2058.4%2067.08c-3.49-18.13-3.15-33%20.93-39.72A6%206%200%200%201%2065.06%2024c6.61%200%2014.52%209.7%2021.72%2026.62c5.93%2013.94%2010.35%2030.12%2013.33%2043a71.7%2071.7%200%200%200-26.88%2019.64ZM100%20176a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m56%200a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m20.55-69.17a71.9%2071.9%200%200%200-20.66-13.2c3-12.89%207.4-29.07%2013.33-43C176.42%2033.7%20184.33%2024%20190.94%2024a6%206%200%200%201%205.73%203.36c4.08%206.74%204.42%2021.59.93%2039.72a218.5%20218.5%200%200%201-14.83%2046.19a73%2073%200%200%200-6.22-6.44%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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