rabbit zodiac icon
rabbit-zodiac from IconPark Outline by ByteDance · Outline · Animals · Apache-2.0 Free for personal and commercial use.
- Name
- rabbit-zodiac
- Set
- IconPark Outline
- Style
- Outline
- Category
- Animals
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More animals icons from IconPark Outline
Use the rabbit zodiac icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M6 44V24c.167-1.667 1.2-6.8 6-10l-4-4c-2-2.452-.5-8 5-6c2 1 3 2.5 4.5 4l6.5 7c.667 1 2.5 2.809 2 7.452"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M16 25c5 0 15 3 18 11c.667 2.262 1.5 6 2 8"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M18 44c0-3.89 2.8-12.042 14-10.548"/><circle cx="40.5" cy="41.452" r="2" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineRabbitZodiac(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M6 44V24c.167-1.667 1.2-6.8 6-10l-4-4c-2-2.452-.5-8 5-6c2 1 3 2.5 4.5 4l6.5 7c.667 1 2.5 2.809 2 7.452"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M16 25c5 0 15 3 18 11c.667 2.262 1.5 6 2 8"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M18 44c0-3.89 2.8-12.042 14-10.548"/><circle cx="40.5" cy="41.452" r="2" fill="currentColor"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M6 44V24c.167-1.667 1.2-6.8 6-10l-4-4c-2-2.452-.5-8 5-6c2 1 3 2.5 4.5 4l6.5 7c.667 1 2.5 2.809 2 7.452"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M16 25c5 0 15 3 18 11c.667 2.262 1.5 6 2 8"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M18 44c0-3.89 2.8-12.042 14-10.548"/><circle cx="40.5" cy="41.452" r="2" fill="currentColor"/></g></svg> </template>
CSS
.icon-rabbit-zodiac {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M6%2044V24c.167-1.667%201.2-6.8%206-10l-4-4c-2-2.452-.5-8%205-6c2%201%203%202.5%204.5%204l6.5%207c.667%201%202.5%202.809%202%207.452%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M16%2025c5%200%2015%203%2018%2011c.667%202.262%201.5%206%202%208%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M18%2044c0-3.89%202.8-12.042%2014-10.548%22%2F%3E%3Ccircle%20cx%3D%2240.5%22%20cy%3D%2241.452%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M6%2044V24c.167-1.667%201.2-6.8%206-10l-4-4c-2-2.452-.5-8%205-6c2%201%203%202.5%204.5%204l6.5%207c.667%201%202.5%202.809%202%207.452%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M16%2025c5%200%2015%203%2018%2011c.667%202.262%201.5%206%202%208%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M18%2044c0-3.89%202.8-12.042%2014-10.548%22%2F%3E%3Ccircle%20cx%3D%2240.5%22%20cy%3D%2241.452%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/rabbit-zodiac.svg?color=%231a73e8&size=48