rabbit-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
rabbit-bold
Set
Phosphor
Style
Bold
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="M120 160a16 16 0 1 1-16-16a16 16 0 0 1 16 16m32-16a16 16 0 1 0 16 16a16 16 0 0 0-16-16m68 44a56 56 0 0 1-92 42.89a56 56 0 0 1-75-83a75.5 75.5 0 0 1 5.59-18.74a241.5 241.5 0 0 1-19.8-58.23C35.55 54.21 33.54 31.35 42.21 17A25.89 25.89 0 0 1 65.06 4c22.63 0 40.6 27.11 53.48 80.6a75 75 0 0 1 18.92 0C150.34 31.11 168.31 4 190.94 4a25.89 25.89 0 0 1 22.85 13c8.67 14.34 6.66 37.2 3.45 53.86a241.5 241.5 0 0 1-19.8 58.23a75.6 75.6 0 0 1 5.56 18.75A55.76 55.76 0 0 1 220 188m-59.47-96.68a75.8 75.8 0 0 1 18.72 12.56c.78.71 1.53 1.43 2.28 2.17a211 211 0 0 0 12.14-39.73c3.9-20.23 2.34-32.33-.42-36.9c-.82-1.35-1.25-1.42-2.31-1.42c-6.17 0-19.43 17.4-30.41 63.32m-86.06 14.73c.74-.73 1.5-1.46 2.28-2.17a75.8 75.8 0 0 1 18.72-12.56C84.49 45.4 71.23 28 65.06 28c-1.08 0-1.49.07-2.31 1.42c-6.21 10.28-2.02 43.42 11.72 76.63M196 188a31.9 31.9 0 0 0-11.86-24.87a12 12 0 0 1-4.38-8.17a52 52 0 0 0-103.52 0a12 12 0 0 1-4.38 8.17a32 32 0 0 0 38.47 51.08l-6-5a12 12 0 0 1 15.34-18.46l8.33 6.95l8.33-6.93a12 12 0 1 1 15.34 18.46l-6 5A32 32 0 0 0 196 188"/></svg>

React

import type { SVGProps } from "react";

export function PhRabbitBold(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="M120 160a16 16 0 1 1-16-16a16 16 0 0 1 16 16m32-16a16 16 0 1 0 16 16a16 16 0 0 0-16-16m68 44a56 56 0 0 1-92 42.89a56 56 0 0 1-75-83a75.5 75.5 0 0 1 5.59-18.74a241.5 241.5 0 0 1-19.8-58.23C35.55 54.21 33.54 31.35 42.21 17A25.89 25.89 0 0 1 65.06 4c22.63 0 40.6 27.11 53.48 80.6a75 75 0 0 1 18.92 0C150.34 31.11 168.31 4 190.94 4a25.89 25.89 0 0 1 22.85 13c8.67 14.34 6.66 37.2 3.45 53.86a241.5 241.5 0 0 1-19.8 58.23a75.6 75.6 0 0 1 5.56 18.75A55.76 55.76 0 0 1 220 188m-59.47-96.68a75.8 75.8 0 0 1 18.72 12.56c.78.71 1.53 1.43 2.28 2.17a211 211 0 0 0 12.14-39.73c3.9-20.23 2.34-32.33-.42-36.9c-.82-1.35-1.25-1.42-2.31-1.42c-6.17 0-19.43 17.4-30.41 63.32m-86.06 14.73c.74-.73 1.5-1.46 2.28-2.17a75.8 75.8 0 0 1 18.72-12.56C84.49 45.4 71.23 28 65.06 28c-1.08 0-1.49.07-2.31 1.42c-6.21 10.28-2.02 43.42 11.72 76.63M196 188a31.9 31.9 0 0 0-11.86-24.87a12 12 0 0 1-4.38-8.17a52 52 0 0 0-103.52 0a12 12 0 0 1-4.38 8.17a32 32 0 0 0 38.47 51.08l-6-5a12 12 0 0 1 15.34-18.46l8.33 6.95l8.33-6.93a12 12 0 1 1 15.34 18.46l-6 5A32 32 0 0 0 196 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="M120 160a16 16 0 1 1-16-16a16 16 0 0 1 16 16m32-16a16 16 0 1 0 16 16a16 16 0 0 0-16-16m68 44a56 56 0 0 1-92 42.89a56 56 0 0 1-75-83a75.5 75.5 0 0 1 5.59-18.74a241.5 241.5 0 0 1-19.8-58.23C35.55 54.21 33.54 31.35 42.21 17A25.89 25.89 0 0 1 65.06 4c22.63 0 40.6 27.11 53.48 80.6a75 75 0 0 1 18.92 0C150.34 31.11 168.31 4 190.94 4a25.89 25.89 0 0 1 22.85 13c8.67 14.34 6.66 37.2 3.45 53.86a241.5 241.5 0 0 1-19.8 58.23a75.6 75.6 0 0 1 5.56 18.75A55.76 55.76 0 0 1 220 188m-59.47-96.68a75.8 75.8 0 0 1 18.72 12.56c.78.71 1.53 1.43 2.28 2.17a211 211 0 0 0 12.14-39.73c3.9-20.23 2.34-32.33-.42-36.9c-.82-1.35-1.25-1.42-2.31-1.42c-6.17 0-19.43 17.4-30.41 63.32m-86.06 14.73c.74-.73 1.5-1.46 2.28-2.17a75.8 75.8 0 0 1 18.72-12.56C84.49 45.4 71.23 28 65.06 28c-1.08 0-1.49.07-2.31 1.42c-6.21 10.28-2.02 43.42 11.72 76.63M196 188a31.9 31.9 0 0 0-11.86-24.87a12 12 0 0 1-4.38-8.17a52 52 0 0 0-103.52 0a12 12 0 0 1-4.38 8.17a32 32 0 0 0 38.47 51.08l-6-5a12 12 0 0 1 15.34-18.46l8.33 6.95l8.33-6.93a12 12 0 1 1 15.34 18.46l-6 5A32 32 0 0 0 196 188"/></svg>
</template>

CSS

.icon-rabbit-bold {
  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%22M120%20160a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m32-16a16%2016%200%201%200%2016%2016a16%2016%200%200%200-16-16m68%2044a56%2056%200%200%201-92%2042.89a56%2056%200%200%201-75-83a75.5%2075.5%200%200%201%205.59-18.74a241.5%20241.5%200%200%201-19.8-58.23C35.55%2054.21%2033.54%2031.35%2042.21%2017A25.89%2025.89%200%200%201%2065.06%204c22.63%200%2040.6%2027.11%2053.48%2080.6a75%2075%200%200%201%2018.92%200C150.34%2031.11%20168.31%204%20190.94%204a25.89%2025.89%200%200%201%2022.85%2013c8.67%2014.34%206.66%2037.2%203.45%2053.86a241.5%20241.5%200%200%201-19.8%2058.23a75.6%2075.6%200%200%201%205.56%2018.75A55.76%2055.76%200%200%201%20220%20188m-59.47-96.68a75.8%2075.8%200%200%201%2018.72%2012.56c.78.71%201.53%201.43%202.28%202.17a211%20211%200%200%200%2012.14-39.73c3.9-20.23%202.34-32.33-.42-36.9c-.82-1.35-1.25-1.42-2.31-1.42c-6.17%200-19.43%2017.4-30.41%2063.32m-86.06%2014.73c.74-.73%201.5-1.46%202.28-2.17a75.8%2075.8%200%200%201%2018.72-12.56C84.49%2045.4%2071.23%2028%2065.06%2028c-1.08%200-1.49.07-2.31%201.42c-6.21%2010.28-2.02%2043.42%2011.72%2076.63M196%20188a31.9%2031.9%200%200%200-11.86-24.87a12%2012%200%200%201-4.38-8.17a52%2052%200%200%200-103.52%200a12%2012%200%200%201-4.38%208.17a32%2032%200%200%200%2038.47%2051.08l-6-5a12%2012%200%200%201%2015.34-18.46l8.33%206.95l8.33-6.93a12%2012%200%201%201%2015.34%2018.46l-6%205A32%2032%200%200%200%20196%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%22M120%20160a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m32-16a16%2016%200%201%200%2016%2016a16%2016%200%200%200-16-16m68%2044a56%2056%200%200%201-92%2042.89a56%2056%200%200%201-75-83a75.5%2075.5%200%200%201%205.59-18.74a241.5%20241.5%200%200%201-19.8-58.23C35.55%2054.21%2033.54%2031.35%2042.21%2017A25.89%2025.89%200%200%201%2065.06%204c22.63%200%2040.6%2027.11%2053.48%2080.6a75%2075%200%200%201%2018.92%200C150.34%2031.11%20168.31%204%20190.94%204a25.89%2025.89%200%200%201%2022.85%2013c8.67%2014.34%206.66%2037.2%203.45%2053.86a241.5%20241.5%200%200%201-19.8%2058.23a75.6%2075.6%200%200%201%205.56%2018.75A55.76%2055.76%200%200%201%20220%20188m-59.47-96.68a75.8%2075.8%200%200%201%2018.72%2012.56c.78.71%201.53%201.43%202.28%202.17a211%20211%200%200%200%2012.14-39.73c3.9-20.23%202.34-32.33-.42-36.9c-.82-1.35-1.25-1.42-2.31-1.42c-6.17%200-19.43%2017.4-30.41%2063.32m-86.06%2014.73c.74-.73%201.5-1.46%202.28-2.17a75.8%2075.8%200%200%201%2018.72-12.56C84.49%2045.4%2071.23%2028%2065.06%2028c-1.08%200-1.49.07-2.31%201.42c-6.21%2010.28-2.02%2043.42%2011.72%2076.63M196%20188a31.9%2031.9%200%200%200-11.86-24.87a12%2012%200%200%201-4.38-8.17a52%2052%200%200%200-103.52%200a12%2012%200%200%201-4.38%208.17a32%2032%200%200%200%2038.47%2051.08l-6-5a12%2012%200%200%201%2015.34-18.46l8.33%206.95l8.33-6.93a12%2012%200%201%201%2015.34%2018.46l-6%205A32%2032%200%200%200%20196%20188%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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