horse zodiac icon
horse-zodiac from IconPark Outline by ByteDance · Outline · Animals · Apache-2.0 Free for personal and commercial use.
- Name
- horse-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 horse zodiac icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="4"><path stroke-linejoin="round" d="M18 4C13 4 4 8 4 18.298V25m31 5v14M18.014 22c.486 1.5 1.986 4.5 6.382 3.738C26.98 25.427 33.082 26.14 36 31c1.5 2.5 5.447 2.496 8-3.86"/><path stroke-linejoin="round" d="m26 16l-2-2.5s-1.617-1.755-3-2.5c-1.383-.744-4-1.5-7 0c-1.297.815-4 2-4 6.943V44"/><path d="M27 44v-3a5 5 0 0 0-5-5v0a5 5 0 0 0-5 5v3"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineHorseZodiac(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" stroke="currentColor" strokeLinecap="round" strokeWidth="4"><path strokeLinejoin="round" d="M18 4C13 4 4 8 4 18.298V25m31 5v14M18.014 22c.486 1.5 1.986 4.5 6.382 3.738C26.98 25.427 33.082 26.14 36 31c1.5 2.5 5.447 2.496 8-3.86"/><path strokeLinejoin="round" d="m26 16l-2-2.5s-1.617-1.755-3-2.5c-1.383-.744-4-1.5-7 0c-1.297.815-4 2-4 6.943V44"/><path d="M27 44v-3a5 5 0 0 0-5-5v0a5 5 0 0 0-5 5v3"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="4"><path stroke-linejoin="round" d="M18 4C13 4 4 8 4 18.298V25m31 5v14M18.014 22c.486 1.5 1.986 4.5 6.382 3.738C26.98 25.427 33.082 26.14 36 31c1.5 2.5 5.447 2.496 8-3.86"/><path stroke-linejoin="round" d="m26 16l-2-2.5s-1.617-1.755-3-2.5c-1.383-.744-4-1.5-7 0c-1.297.815-4 2-4 6.943V44"/><path d="M27 44v-3a5 5 0 0 0-5-5v0a5 5 0 0 0-5 5v3"/></g></svg> </template>
CSS
.icon-horse-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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M18%204C13%204%204%208%204%2018.298V25m31%205v14M18.014%2022c.486%201.5%201.986%204.5%206.382%203.738C26.98%2025.427%2033.082%2026.14%2036%2031c1.5%202.5%205.447%202.496%208-3.86%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m26%2016l-2-2.5s-1.617-1.755-3-2.5c-1.383-.744-4-1.5-7%200c-1.297.815-4%202-4%206.943V44%22%2F%3E%3Cpath%20d%3D%22M27%2044v-3a5%205%200%200%200-5-5v0a5%205%200%200%200-5%205v3%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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M18%204C13%204%204%208%204%2018.298V25m31%205v14M18.014%2022c.486%201.5%201.986%204.5%206.382%203.738C26.98%2025.427%2033.082%2026.14%2036%2031c1.5%202.5%205.447%202.496%208-3.86%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m26%2016l-2-2.5s-1.617-1.755-3-2.5c-1.383-.744-4-1.5-7%200c-1.297.815-4%202-4%206.943V44%22%2F%3E%3Cpath%20d%3D%22M27%2044v-3a5%205%200%200%200-5-5v0a5%205%200%200%200-5%205v3%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/horse-zodiac.svg?color=%231a73e8&size=48