virgo from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
virgo
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Use the virgo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M368 96c61.9 0 112 50.1 112 112v26.8c14.5-6.9 30.8-10.8 48-10.8c61.9 0 112 50.1 112 112s-50.1 112-112 112h-48v32c0 16.6 12.6 30.2 28.7 31.8l6.6.3c16.1 1.6 28.7 15.3 28.7 31.8c0 17.7-14.3 32-32 32c-53 0-96-43-96-96v-32h-16c-17.7 0-32-14.3-32-32s14.3-32 32-32h16v-176c0-26.5-21.5-48-48-48s-48 21.5-48 48v304c0 17.7-14.3 32-32 32s-32-14.3-32-32v-304c0-26.5-21.5-48-48-48s-48 21.5-48 48v304c0 17.7-14.3 32-32 32s-32-14.3-32-32v-320c0-16.6-12.6-30.2-28.7-31.8l-6.6-.3C44.6 158.2 32 144.6 32 128c0-17.7 14.3-32 32-32c27 0 51.3 11.1 68.7 29c19.9-18 46.3-29 75.3-29c31.3 0 59.7 12.9 80 33.7c20.3-20.8 48.6-33.7 80-33.7m160 192c-26.5 0-48 21.5-48 48v48h48c26.5 0 48-21.5 48-48s-21.5-48-48-48"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidVirgo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M368 96c61.9 0 112 50.1 112 112v26.8c14.5-6.9 30.8-10.8 48-10.8c61.9 0 112 50.1 112 112s-50.1 112-112 112h-48v32c0 16.6 12.6 30.2 28.7 31.8l6.6.3c16.1 1.6 28.7 15.3 28.7 31.8c0 17.7-14.3 32-32 32c-53 0-96-43-96-96v-32h-16c-17.7 0-32-14.3-32-32s14.3-32 32-32h16v-176c0-26.5-21.5-48-48-48s-48 21.5-48 48v304c0 17.7-14.3 32-32 32s-32-14.3-32-32v-304c0-26.5-21.5-48-48-48s-48 21.5-48 48v304c0 17.7-14.3 32-32 32s-32-14.3-32-32v-320c0-16.6-12.6-30.2-28.7-31.8l-6.6-.3C44.6 158.2 32 144.6 32 128c0-17.7 14.3-32 32-32c27 0 51.3 11.1 68.7 29c19.9-18 46.3-29 75.3-29c31.3 0 59.7 12.9 80 33.7c20.3-20.8 48.6-33.7 80-33.7m160 192c-26.5 0-48 21.5-48 48v48h48c26.5 0 48-21.5 48-48s-21.5-48-48-48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M368 96c61.9 0 112 50.1 112 112v26.8c14.5-6.9 30.8-10.8 48-10.8c61.9 0 112 50.1 112 112s-50.1 112-112 112h-48v32c0 16.6 12.6 30.2 28.7 31.8l6.6.3c16.1 1.6 28.7 15.3 28.7 31.8c0 17.7-14.3 32-32 32c-53 0-96-43-96-96v-32h-16c-17.7 0-32-14.3-32-32s14.3-32 32-32h16v-176c0-26.5-21.5-48-48-48s-48 21.5-48 48v304c0 17.7-14.3 32-32 32s-32-14.3-32-32v-304c0-26.5-21.5-48-48-48s-48 21.5-48 48v304c0 17.7-14.3 32-32 32s-32-14.3-32-32v-320c0-16.6-12.6-30.2-28.7-31.8l-6.6-.3C44.6 158.2 32 144.6 32 128c0-17.7 14.3-32 32-32c27 0 51.3 11.1 68.7 29c19.9-18 46.3-29 75.3-29c31.3 0 59.7 12.9 80 33.7c20.3-20.8 48.6-33.7 80-33.7m160 192c-26.5 0-48 21.5-48 48v48h48c26.5 0 48-21.5 48-48s-21.5-48-48-48"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M368%2096c61.9%200%20112%2050.1%20112%20112v26.8c14.5-6.9%2030.8-10.8%2048-10.8c61.9%200%20112%2050.1%20112%20112s-50.1%20112-112%20112h-48v32c0%2016.6%2012.6%2030.2%2028.7%2031.8l6.6.3c16.1%201.6%2028.7%2015.3%2028.7%2031.8c0%2017.7-14.3%2032-32%2032c-53%200-96-43-96-96v-32h-16c-17.7%200-32-14.3-32-32s14.3-32%2032-32h16v-176c0-26.5-21.5-48-48-48s-48%2021.5-48%2048v304c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-304c0-26.5-21.5-48-48-48s-48%2021.5-48%2048v304c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-320c0-16.6-12.6-30.2-28.7-31.8l-6.6-.3C44.6%20158.2%2032%20144.6%2032%20128c0-17.7%2014.3-32%2032-32c27%200%2051.3%2011.1%2068.7%2029c19.9-18%2046.3-29%2075.3-29c31.3%200%2059.7%2012.9%2080%2033.7c20.3-20.8%2048.6-33.7%2080-33.7m160%20192c-26.5%200-48%2021.5-48%2048v48h48c26.5%200%2048-21.5%2048-48s-21.5-48-48-48%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M368%2096c61.9%200%20112%2050.1%20112%20112v26.8c14.5-6.9%2030.8-10.8%2048-10.8c61.9%200%20112%2050.1%20112%20112s-50.1%20112-112%20112h-48v32c0%2016.6%2012.6%2030.2%2028.7%2031.8l6.6.3c16.1%201.6%2028.7%2015.3%2028.7%2031.8c0%2017.7-14.3%2032-32%2032c-53%200-96-43-96-96v-32h-16c-17.7%200-32-14.3-32-32s14.3-32%2032-32h16v-176c0-26.5-21.5-48-48-48s-48%2021.5-48%2048v304c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-304c0-26.5-21.5-48-48-48s-48%2021.5-48%2048v304c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-320c0-16.6-12.6-30.2-28.7-31.8l-6.6-.3C44.6%20158.2%2032%20144.6%2032%20128c0-17.7%2014.3-32%2032-32c27%200%2051.3%2011.1%2068.7%2029c19.9-18%2046.3-29%2075.3-29c31.3%200%2059.7%2012.9%2080%2033.7c20.3-20.8%2048.6-33.7%2080-33.7m160%20192c-26.5%200-48%2021.5-48%2048v48h48c26.5%200%2048-21.5%2048-48s-21.5-48-48-48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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