virgo icon
virgo from IconPark by ByteDance · Color · Constellation · Apache-2.0 Free for personal and commercial use.
- Name
- virgo
- Set
- IconPark
- Style
- Color
- Category
- Constellation
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More constellation icons from IconPark
Use the virgo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M30 17C34 17 41.0879 16.8877 41.9586 23.6392C42.417 27.1934 39.2376 32.6747 24 43.0005"/><path fill="#000" d="M16 11C16 12.1046 16.8954 13 18 13C19.1046 13 20 12.1046 20 11H16ZM4 11C4 12.1046 4.89543 13 6 13C7.10457 13 8 12.1046 8 11H4ZM8 11C8 8.79086 9.79086 7 12 7V3C7.58172 3 4 6.58172 4 11H8ZM12 7C14.2091 7 16 8.79086 16 11H20C20 6.58172 16.4183 3 12 3V7Z"/><path fill="#000" d="M28 11C28 12.1046 28.8954 13 30 13C31.1046 13 32 12.1046 32 11H28ZM16 11C16 12.1046 16.8954 13 18 13C19.1046 13 20 12.1046 20 11H16ZM20 11C20 8.79086 21.7909 7 24 7V3C19.5817 3 16 6.58172 16 11H20ZM24 7C26.2091 7 28 8.79086 28 11H32C32 6.58172 28.4183 3 24 3V7Z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M6 11V29"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M18 11V29"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M30 11V29C30 34 32.5 39 42 39"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkVirgo(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="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M30 17C34 17 41.0879 16.8877 41.9586 23.6392C42.417 27.1934 39.2376 32.6747 24 43.0005"/><path fill="#000" d="M16 11C16 12.1046 16.8954 13 18 13C19.1046 13 20 12.1046 20 11H16ZM4 11C4 12.1046 4.89543 13 6 13C7.10457 13 8 12.1046 8 11H4ZM8 11C8 8.79086 9.79086 7 12 7V3C7.58172 3 4 6.58172 4 11H8ZM12 7C14.2091 7 16 8.79086 16 11H20C20 6.58172 16.4183 3 12 3V7Z"/><path fill="#000" d="M28 11C28 12.1046 28.8954 13 30 13C31.1046 13 32 12.1046 32 11H28ZM16 11C16 12.1046 16.8954 13 18 13C19.1046 13 20 12.1046 20 11H16ZM20 11C20 8.79086 21.7909 7 24 7V3C19.5817 3 16 6.58172 16 11H20ZM24 7C26.2091 7 28 8.79086 28 11H32C32 6.58172 28.4183 3 24 3V7Z"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M6 11V29"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M18 11V29"/><path stroke="#000" strokeLinecap="round" strokeWidth="4" d="M30 11V29C30 34 32.5 39 42 39"/></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="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M30 17C34 17 41.0879 16.8877 41.9586 23.6392C42.417 27.1934 39.2376 32.6747 24 43.0005"/><path fill="#000" d="M16 11C16 12.1046 16.8954 13 18 13C19.1046 13 20 12.1046 20 11H16ZM4 11C4 12.1046 4.89543 13 6 13C7.10457 13 8 12.1046 8 11H4ZM8 11C8 8.79086 9.79086 7 12 7V3C7.58172 3 4 6.58172 4 11H8ZM12 7C14.2091 7 16 8.79086 16 11H20C20 6.58172 16.4183 3 12 3V7Z"/><path fill="#000" d="M28 11C28 12.1046 28.8954 13 30 13C31.1046 13 32 12.1046 32 11H28ZM16 11C16 12.1046 16.8954 13 18 13C19.1046 13 20 12.1046 20 11H16ZM20 11C20 8.79086 21.7909 7 24 7V3C19.5817 3 16 6.58172 16 11H20ZM24 7C26.2091 7 28 8.79086 28 11H32C32 6.58172 28.4183 3 24 3V7Z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M6 11V29"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M18 11V29"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M30 11V29C30 34 32.5 39 42 39"/></g></svg> </template>
CSS
.icon-virgo {
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%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M30%2017C34%2017%2041.0879%2016.8877%2041.9586%2023.6392C42.417%2027.1934%2039.2376%2032.6747%2024%2043.0005%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M16%2011C16%2012.1046%2016.8954%2013%2018%2013C19.1046%2013%2020%2012.1046%2020%2011H16ZM4%2011C4%2012.1046%204.89543%2013%206%2013C7.10457%2013%208%2012.1046%208%2011H4ZM8%2011C8%208.79086%209.79086%207%2012%207V3C7.58172%203%204%206.58172%204%2011H8ZM12%207C14.2091%207%2016%208.79086%2016%2011H20C20%206.58172%2016.4183%203%2012%203V7Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M28%2011C28%2012.1046%2028.8954%2013%2030%2013C31.1046%2013%2032%2012.1046%2032%2011H28ZM16%2011C16%2012.1046%2016.8954%2013%2018%2013C19.1046%2013%2020%2012.1046%2020%2011H16ZM20%2011C20%208.79086%2021.7909%207%2024%207V3C19.5817%203%2016%206.58172%2016%2011H20ZM24%207C26.2091%207%2028%208.79086%2028%2011H32C32%206.58172%2028.4183%203%2024%203V7Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M6%2011V29%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M18%2011V29%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M30%2011V29C30%2034%2032.5%2039%2042%2039%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%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M30%2017C34%2017%2041.0879%2016.8877%2041.9586%2023.6392C42.417%2027.1934%2039.2376%2032.6747%2024%2043.0005%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M16%2011C16%2012.1046%2016.8954%2013%2018%2013C19.1046%2013%2020%2012.1046%2020%2011H16ZM4%2011C4%2012.1046%204.89543%2013%206%2013C7.10457%2013%208%2012.1046%208%2011H4ZM8%2011C8%208.79086%209.79086%207%2012%207V3C7.58172%203%204%206.58172%204%2011H8ZM12%207C14.2091%207%2016%208.79086%2016%2011H20C20%206.58172%2016.4183%203%2012%203V7Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M28%2011C28%2012.1046%2028.8954%2013%2030%2013C31.1046%2013%2032%2012.1046%2032%2011H28ZM16%2011C16%2012.1046%2016.8954%2013%2018%2013C19.1046%2013%2020%2012.1046%2020%2011H16ZM20%2011C20%208.79086%2021.7909%207%2024%207V3C19.5817%203%2016%206.58172%2016%2011H20ZM24%207C26.2091%207%2028%208.79086%2028%2011H32C32%206.58172%2028.4183%203%2024%203V7Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M6%2011V29%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M18%2011V29%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M30%2011V29C30%2034%2032.5%2039%2042%2039%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/virgo.svg?color=%231a73e8&size=48