rabbit from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
rabbit
Set
Phosphor
Style
Regular
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="M112 164a12 12 0 1 1-12-12a12 12 0 0 1 12 12m44-12a12 12 0 1 0 12 12a12 12 0 0 0-12-12m60 36a52 52 0 0 1-88 37.52a52 52 0 1 1-71.28-75.72A71.6 71.6 0 0 1 63 129C44 91.1 32.53 40.76 45.64 19.08A22 22 0 0 1 65.06 8c14.12 0 26 11.89 36.44 36.36c6.22 14.62 10.85 31.32 14 44.74a71.8 71.8 0 0 1 25 0c3.13-13.42 7.76-30.12 14-44.74C164.9 19.89 176.82 8 190.94 8a22 22 0 0 1 19.42 11.08C223.47 40.76 212 91.1 193 129a71.6 71.6 0 0 1 6.26 20.76A51.77 51.77 0 0 1 216 188m-60.11-94.37a71.7 71.7 0 0 1 26.88 19.64a218.5 218.5 0 0 0 14.83-46.19c3.49-18.13 3.15-33-.93-39.72a6 6 0 0 0-5.73-3.36c-6.61 0-14.52 9.7-21.72 26.62c-5.93 13.94-10.35 30.12-13.33 43.01m-82.66 19.64a71.7 71.7 0 0 1 26.88-19.64c-3-12.89-7.4-29.07-13.33-43C79.58 33.7 71.67 24 65.06 24a6 6 0 0 0-5.73 3.36C55.25 34.1 54.91 49 58.4 67.08a218.5 218.5 0 0 0 14.83 46.19M200 188a35.87 35.87 0 0 0-13.34-28a8 8 0 0 1-2.92-5.45a56 56 0 0 0-111.48 0a8 8 0 0 1-2.92 5.45a36 36 0 1 0 47.28 54.21l-9.74-8.09a8 8 0 1 1 10.24-12.3L128 202.9l10.88-9.05a8 8 0 0 1 10.24 12.3l-9.74 8.09A36 36 0 0 0 200 188"/></svg>

React

import type { SVGProps } from "react";

export function PhRabbit(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="M112 164a12 12 0 1 1-12-12a12 12 0 0 1 12 12m44-12a12 12 0 1 0 12 12a12 12 0 0 0-12-12m60 36a52 52 0 0 1-88 37.52a52 52 0 1 1-71.28-75.72A71.6 71.6 0 0 1 63 129C44 91.1 32.53 40.76 45.64 19.08A22 22 0 0 1 65.06 8c14.12 0 26 11.89 36.44 36.36c6.22 14.62 10.85 31.32 14 44.74a71.8 71.8 0 0 1 25 0c3.13-13.42 7.76-30.12 14-44.74C164.9 19.89 176.82 8 190.94 8a22 22 0 0 1 19.42 11.08C223.47 40.76 212 91.1 193 129a71.6 71.6 0 0 1 6.26 20.76A51.77 51.77 0 0 1 216 188m-60.11-94.37a71.7 71.7 0 0 1 26.88 19.64a218.5 218.5 0 0 0 14.83-46.19c3.49-18.13 3.15-33-.93-39.72a6 6 0 0 0-5.73-3.36c-6.61 0-14.52 9.7-21.72 26.62c-5.93 13.94-10.35 30.12-13.33 43.01m-82.66 19.64a71.7 71.7 0 0 1 26.88-19.64c-3-12.89-7.4-29.07-13.33-43C79.58 33.7 71.67 24 65.06 24a6 6 0 0 0-5.73 3.36C55.25 34.1 54.91 49 58.4 67.08a218.5 218.5 0 0 0 14.83 46.19M200 188a35.87 35.87 0 0 0-13.34-28a8 8 0 0 1-2.92-5.45a56 56 0 0 0-111.48 0a8 8 0 0 1-2.92 5.45a36 36 0 1 0 47.28 54.21l-9.74-8.09a8 8 0 1 1 10.24-12.3L128 202.9l10.88-9.05a8 8 0 0 1 10.24 12.3l-9.74 8.09A36 36 0 0 0 200 188"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M112 164a12 12 0 1 1-12-12a12 12 0 0 1 12 12m44-12a12 12 0 1 0 12 12a12 12 0 0 0-12-12m60 36a52 52 0 0 1-88 37.52a52 52 0 1 1-71.28-75.72A71.6 71.6 0 0 1 63 129C44 91.1 32.53 40.76 45.64 19.08A22 22 0 0 1 65.06 8c14.12 0 26 11.89 36.44 36.36c6.22 14.62 10.85 31.32 14 44.74a71.8 71.8 0 0 1 25 0c3.13-13.42 7.76-30.12 14-44.74C164.9 19.89 176.82 8 190.94 8a22 22 0 0 1 19.42 11.08C223.47 40.76 212 91.1 193 129a71.6 71.6 0 0 1 6.26 20.76A51.77 51.77 0 0 1 216 188m-60.11-94.37a71.7 71.7 0 0 1 26.88 19.64a218.5 218.5 0 0 0 14.83-46.19c3.49-18.13 3.15-33-.93-39.72a6 6 0 0 0-5.73-3.36c-6.61 0-14.52 9.7-21.72 26.62c-5.93 13.94-10.35 30.12-13.33 43.01m-82.66 19.64a71.7 71.7 0 0 1 26.88-19.64c-3-12.89-7.4-29.07-13.33-43C79.58 33.7 71.67 24 65.06 24a6 6 0 0 0-5.73 3.36C55.25 34.1 54.91 49 58.4 67.08a218.5 218.5 0 0 0 14.83 46.19M200 188a35.87 35.87 0 0 0-13.34-28a8 8 0 0 1-2.92-5.45a56 56 0 0 0-111.48 0a8 8 0 0 1-2.92 5.45a36 36 0 1 0 47.28 54.21l-9.74-8.09a8 8 0 1 1 10.24-12.3L128 202.9l10.88-9.05a8 8 0 0 1 10.24 12.3l-9.74 8.09A36 36 0 0 0 200 188"/></svg>
</template>

CSS

.icon-rabbit {
  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%22M112%20164a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m44-12a12%2012%200%201%200%2012%2012a12%2012%200%200%200-12-12m60%2036a52%2052%200%200%201-88%2037.52a52%2052%200%201%201-71.28-75.72A71.6%2071.6%200%200%201%2063%20129C44%2091.1%2032.53%2040.76%2045.64%2019.08A22%2022%200%200%201%2065.06%208c14.12%200%2026%2011.89%2036.44%2036.36c6.22%2014.62%2010.85%2031.32%2014%2044.74a71.8%2071.8%200%200%201%2025%200c3.13-13.42%207.76-30.12%2014-44.74C164.9%2019.89%20176.82%208%20190.94%208a22%2022%200%200%201%2019.42%2011.08C223.47%2040.76%20212%2091.1%20193%20129a71.6%2071.6%200%200%201%206.26%2020.76A51.77%2051.77%200%200%201%20216%20188m-60.11-94.37a71.7%2071.7%200%200%201%2026.88%2019.64a218.5%20218.5%200%200%200%2014.83-46.19c3.49-18.13%203.15-33-.93-39.72a6%206%200%200%200-5.73-3.36c-6.61%200-14.52%209.7-21.72%2026.62c-5.93%2013.94-10.35%2030.12-13.33%2043.01m-82.66%2019.64a71.7%2071.7%200%200%201%2026.88-19.64c-3-12.89-7.4-29.07-13.33-43C79.58%2033.7%2071.67%2024%2065.06%2024a6%206%200%200%200-5.73%203.36C55.25%2034.1%2054.91%2049%2058.4%2067.08a218.5%20218.5%200%200%200%2014.83%2046.19M200%20188a35.87%2035.87%200%200%200-13.34-28a8%208%200%200%201-2.92-5.45a56%2056%200%200%200-111.48%200a8%208%200%200%201-2.92%205.45a36%2036%200%201%200%2047.28%2054.21l-9.74-8.09a8%208%200%201%201%2010.24-12.3L128%20202.9l10.88-9.05a8%208%200%200%201%2010.24%2012.3l-9.74%208.09A36%2036%200%200%200%20200%20188%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%22M112%20164a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m44-12a12%2012%200%201%200%2012%2012a12%2012%200%200%200-12-12m60%2036a52%2052%200%200%201-88%2037.52a52%2052%200%201%201-71.28-75.72A71.6%2071.6%200%200%201%2063%20129C44%2091.1%2032.53%2040.76%2045.64%2019.08A22%2022%200%200%201%2065.06%208c14.12%200%2026%2011.89%2036.44%2036.36c6.22%2014.62%2010.85%2031.32%2014%2044.74a71.8%2071.8%200%200%201%2025%200c3.13-13.42%207.76-30.12%2014-44.74C164.9%2019.89%20176.82%208%20190.94%208a22%2022%200%200%201%2019.42%2011.08C223.47%2040.76%20212%2091.1%20193%20129a71.6%2071.6%200%200%201%206.26%2020.76A51.77%2051.77%200%200%201%20216%20188m-60.11-94.37a71.7%2071.7%200%200%201%2026.88%2019.64a218.5%20218.5%200%200%200%2014.83-46.19c3.49-18.13%203.15-33-.93-39.72a6%206%200%200%200-5.73-3.36c-6.61%200-14.52%209.7-21.72%2026.62c-5.93%2013.94-10.35%2030.12-13.33%2043.01m-82.66%2019.64a71.7%2071.7%200%200%201%2026.88-19.64c-3-12.89-7.4-29.07-13.33-43C79.58%2033.7%2071.67%2024%2065.06%2024a6%206%200%200%200-5.73%203.36C55.25%2034.1%2054.91%2049%2058.4%2067.08a218.5%20218.5%200%200%200%2014.83%2046.19M200%20188a35.87%2035.87%200%200%200-13.34-28a8%208%200%200%201-2.92-5.45a56%2056%200%200%200-111.48%200a8%208%200%200%201-2.92%205.45a36%2036%200%201%200%2047.28%2054.21l-9.74-8.09a8%208%200%201%201%2010.24-12.3L128%20202.9l10.88-9.05a8%208%200%200%201%2010.24%2012.3l-9.74%208.09A36%2036%200%200%200%20200%20188%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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