rabbit-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
rabbit-thin
Set
Phosphor
Style
Thin
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="M108 164a8 8 0 1 1-8-8a8 8 0 0 1 8 8m48-8a8 8 0 1 0 8 8a8 8 0 0 0-8-8m56 32a48 48 0 0 1-84 31.75a48 48 0 1 1-67.51-68a67.6 67.6 0 0 1 7-22.78C48.85 92.61 36.63 41.7 49.06 21.15a17.92 17.92 0 0 1 16-9.15c12.17 0 23.19 11.41 32.76 33.92c6.71 15.78 11.55 34.08 14.63 47.87a68.44 68.44 0 0 1 31.1 0c3.08-13.8 7.92-32.09 14.63-47.87C167.75 23.41 178.77 12 190.94 12a17.92 17.92 0 0 1 16 9.15c12.43 20.55.21 71.46-18.4 107.86a67.6 67.6 0 0 1 7 22.78A47.8 47.8 0 0 1 212 188m-60.77-91.9a67.9 67.9 0 0 1 22.63 13.69a69 69 0 0 1 9.78 11.11c17.88-37.07 25.59-80.5 16.45-95.61a9.91 9.91 0 0 0-9.15-5.29c-14.4 0-29.16 28.37-39.71 76.1m-78.87 24.8a69 69 0 0 1 9.78-11.11a67.9 67.9 0 0 1 22.63-13.69C94.22 48.37 79.46 20 65.06 20a9.91 9.91 0 0 0-9.15 5.29c-9.14 15.11-1.43 58.54 16.45 95.61M204 188a39.86 39.86 0 0 0-14.82-31.08a4 4 0 0 1-1.46-2.72a60 60 0 0 0-119.44 0a4 4 0 0 1-1.46 2.72a40 40 0 1 0 55.64 57l-13-10.82a4 4 0 1 1 5.12-6.16L128 208.1l13.44-11.18a4 4 0 0 1 5.12 6.16l-13 10.82A40 40 0 0 0 204 188"/></svg>

React

import type { SVGProps } from "react";

export function PhRabbitThin(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="M108 164a8 8 0 1 1-8-8a8 8 0 0 1 8 8m48-8a8 8 0 1 0 8 8a8 8 0 0 0-8-8m56 32a48 48 0 0 1-84 31.75a48 48 0 1 1-67.51-68a67.6 67.6 0 0 1 7-22.78C48.85 92.61 36.63 41.7 49.06 21.15a17.92 17.92 0 0 1 16-9.15c12.17 0 23.19 11.41 32.76 33.92c6.71 15.78 11.55 34.08 14.63 47.87a68.44 68.44 0 0 1 31.1 0c3.08-13.8 7.92-32.09 14.63-47.87C167.75 23.41 178.77 12 190.94 12a17.92 17.92 0 0 1 16 9.15c12.43 20.55.21 71.46-18.4 107.86a67.6 67.6 0 0 1 7 22.78A47.8 47.8 0 0 1 212 188m-60.77-91.9a67.9 67.9 0 0 1 22.63 13.69a69 69 0 0 1 9.78 11.11c17.88-37.07 25.59-80.5 16.45-95.61a9.91 9.91 0 0 0-9.15-5.29c-14.4 0-29.16 28.37-39.71 76.1m-78.87 24.8a69 69 0 0 1 9.78-11.11a67.9 67.9 0 0 1 22.63-13.69C94.22 48.37 79.46 20 65.06 20a9.91 9.91 0 0 0-9.15 5.29c-9.14 15.11-1.43 58.54 16.45 95.61M204 188a39.86 39.86 0 0 0-14.82-31.08a4 4 0 0 1-1.46-2.72a60 60 0 0 0-119.44 0a4 4 0 0 1-1.46 2.72a40 40 0 1 0 55.64 57l-13-10.82a4 4 0 1 1 5.12-6.16L128 208.1l13.44-11.18a4 4 0 0 1 5.12 6.16l-13 10.82A40 40 0 0 0 204 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="M108 164a8 8 0 1 1-8-8a8 8 0 0 1 8 8m48-8a8 8 0 1 0 8 8a8 8 0 0 0-8-8m56 32a48 48 0 0 1-84 31.75a48 48 0 1 1-67.51-68a67.6 67.6 0 0 1 7-22.78C48.85 92.61 36.63 41.7 49.06 21.15a17.92 17.92 0 0 1 16-9.15c12.17 0 23.19 11.41 32.76 33.92c6.71 15.78 11.55 34.08 14.63 47.87a68.44 68.44 0 0 1 31.1 0c3.08-13.8 7.92-32.09 14.63-47.87C167.75 23.41 178.77 12 190.94 12a17.92 17.92 0 0 1 16 9.15c12.43 20.55.21 71.46-18.4 107.86a67.6 67.6 0 0 1 7 22.78A47.8 47.8 0 0 1 212 188m-60.77-91.9a67.9 67.9 0 0 1 22.63 13.69a69 69 0 0 1 9.78 11.11c17.88-37.07 25.59-80.5 16.45-95.61a9.91 9.91 0 0 0-9.15-5.29c-14.4 0-29.16 28.37-39.71 76.1m-78.87 24.8a69 69 0 0 1 9.78-11.11a67.9 67.9 0 0 1 22.63-13.69C94.22 48.37 79.46 20 65.06 20a9.91 9.91 0 0 0-9.15 5.29c-9.14 15.11-1.43 58.54 16.45 95.61M204 188a39.86 39.86 0 0 0-14.82-31.08a4 4 0 0 1-1.46-2.72a60 60 0 0 0-119.44 0a4 4 0 0 1-1.46 2.72a40 40 0 1 0 55.64 57l-13-10.82a4 4 0 1 1 5.12-6.16L128 208.1l13.44-11.18a4 4 0 0 1 5.12 6.16l-13 10.82A40 40 0 0 0 204 188"/></svg>
</template>

CSS

.icon-rabbit-thin {
  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%22M108%20164a8%208%200%201%201-8-8a8%208%200%200%201%208%208m48-8a8%208%200%201%200%208%208a8%208%200%200%200-8-8m56%2032a48%2048%200%200%201-84%2031.75a48%2048%200%201%201-67.51-68a67.6%2067.6%200%200%201%207-22.78C48.85%2092.61%2036.63%2041.7%2049.06%2021.15a17.92%2017.92%200%200%201%2016-9.15c12.17%200%2023.19%2011.41%2032.76%2033.92c6.71%2015.78%2011.55%2034.08%2014.63%2047.87a68.44%2068.44%200%200%201%2031.1%200c3.08-13.8%207.92-32.09%2014.63-47.87C167.75%2023.41%20178.77%2012%20190.94%2012a17.92%2017.92%200%200%201%2016%209.15c12.43%2020.55.21%2071.46-18.4%20107.86a67.6%2067.6%200%200%201%207%2022.78A47.8%2047.8%200%200%201%20212%20188m-60.77-91.9a67.9%2067.9%200%200%201%2022.63%2013.69a69%2069%200%200%201%209.78%2011.11c17.88-37.07%2025.59-80.5%2016.45-95.61a9.91%209.91%200%200%200-9.15-5.29c-14.4%200-29.16%2028.37-39.71%2076.1m-78.87%2024.8a69%2069%200%200%201%209.78-11.11a67.9%2067.9%200%200%201%2022.63-13.69C94.22%2048.37%2079.46%2020%2065.06%2020a9.91%209.91%200%200%200-9.15%205.29c-9.14%2015.11-1.43%2058.54%2016.45%2095.61M204%20188a39.86%2039.86%200%200%200-14.82-31.08a4%204%200%200%201-1.46-2.72a60%2060%200%200%200-119.44%200a4%204%200%200%201-1.46%202.72a40%2040%200%201%200%2055.64%2057l-13-10.82a4%204%200%201%201%205.12-6.16L128%20208.1l13.44-11.18a4%204%200%200%201%205.12%206.16l-13%2010.82A40%2040%200%200%200%20204%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%22M108%20164a8%208%200%201%201-8-8a8%208%200%200%201%208%208m48-8a8%208%200%201%200%208%208a8%208%200%200%200-8-8m56%2032a48%2048%200%200%201-84%2031.75a48%2048%200%201%201-67.51-68a67.6%2067.6%200%200%201%207-22.78C48.85%2092.61%2036.63%2041.7%2049.06%2021.15a17.92%2017.92%200%200%201%2016-9.15c12.17%200%2023.19%2011.41%2032.76%2033.92c6.71%2015.78%2011.55%2034.08%2014.63%2047.87a68.44%2068.44%200%200%201%2031.1%200c3.08-13.8%207.92-32.09%2014.63-47.87C167.75%2023.41%20178.77%2012%20190.94%2012a17.92%2017.92%200%200%201%2016%209.15c12.43%2020.55.21%2071.46-18.4%20107.86a67.6%2067.6%200%200%201%207%2022.78A47.8%2047.8%200%200%201%20212%20188m-60.77-91.9a67.9%2067.9%200%200%201%2022.63%2013.69a69%2069%200%200%201%209.78%2011.11c17.88-37.07%2025.59-80.5%2016.45-95.61a9.91%209.91%200%200%200-9.15-5.29c-14.4%200-29.16%2028.37-39.71%2076.1m-78.87%2024.8a69%2069%200%200%201%209.78-11.11a67.9%2067.9%200%200%201%2022.63-13.69C94.22%2048.37%2079.46%2020%2065.06%2020a9.91%209.91%200%200%200-9.15%205.29c-9.14%2015.11-1.43%2058.54%2016.45%2095.61M204%20188a39.86%2039.86%200%200%200-14.82-31.08a4%204%200%200%201-1.46-2.72a60%2060%200%200%200-119.44%200a4%204%200%200%201-1.46%202.72a40%2040%200%201%200%2055.64%2057l-13-10.82a4%204%200%201%201%205.12-6.16L128%20208.1l13.44-11.18a4%204%200%200%201%205.12%206.16l-13%2010.82A40%2040%200%200%200%20204%20188%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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