sheep-zodiac from IconPark Outline by ByteDance · Outline · Animals · Apache-2.0 Free for personal and commercial use.

Name
sheep-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 sheep 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="M5 14c-1.5-2.5-2-8 3-9c2-.15 3.5.5 6 3l11 12l-3 4"/><path stroke-linejoin="round" d="M19 14c-4.071.707-12 4-11 14c.5 3 1.86 5.946 5 9v5m16-25c4.221-.43 13.312.439 15 8c.563 1.861.066 7.157-5 13v4"/><path d="M33 42c0-3.866-3.4-6-7-6s-7 2.134-7 6"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineSheepZodiac(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="M5 14c-1.5-2.5-2-8 3-9c2-.15 3.5.5 6 3l11 12l-3 4"/><path strokeLinejoin="round" d="M19 14c-4.071.707-12 4-11 14c.5 3 1.86 5.946 5 9v5m16-25c4.221-.43 13.312.439 15 8c.563 1.861.066 7.157-5 13v4"/><path d="M33 42c0-3.866-3.4-6-7-6s-7 2.134-7 6"/></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="M5 14c-1.5-2.5-2-8 3-9c2-.15 3.5.5 6 3l11 12l-3 4"/><path stroke-linejoin="round" d="M19 14c-4.071.707-12 4-11 14c.5 3 1.86 5.946 5 9v5m16-25c4.221-.43 13.312.439 15 8c.563 1.861.066 7.157-5 13v4"/><path d="M33 42c0-3.866-3.4-6-7-6s-7 2.134-7 6"/></g></svg>
</template>

CSS

.icon-sheep-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%22M5%2014c-1.5-2.5-2-8%203-9c2-.15%203.5.5%206%203l11%2012l-3%204%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2014c-4.071.707-12%204-11%2014c.5%203%201.86%205.946%205%209v5m16-25c4.221-.43%2013.312.439%2015%208c.563%201.861.066%207.157-5%2013v4%22%2F%3E%3Cpath%20d%3D%22M33%2042c0-3.866-3.4-6-7-6s-7%202.134-7%206%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%22M5%2014c-1.5-2.5-2-8%203-9c2-.15%203.5.5%206%203l11%2012l-3%204%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2014c-4.071.707-12%204-11%2014c.5%203%201.86%205.946%205%209v5m16-25c4.221-.43%2013.312.439%2015%208c.563%201.861.066%207.157-5%2013v4%22%2F%3E%3Cpath%20d%3D%22M33%2042c0-3.866-3.4-6-7-6s-7%202.134-7%206%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/sheep-zodiac.svg?color=%231a73e8&size=48