virgo from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.

Name
virgo
Set
Emoji One (Colored)
Style
Default
Category
Symbols
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Emoji One (Colored)

Use the virgo emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#83bf4f"/><path fill="#fff" stroke="#fff" stroke-miterlimit="10" d="M44.13 45.05c-1.4-1.076-2.914-3.112-3.215-5.04c3.275-4.105 5.716-9.195 4.947-14.506c-.09-.629-.814-1.188-1.396-1.134c-1.356.124-2.588.538-3.617 1.214v-3.93c0-.162-.025-.306-.06-.441c-.349-3-2.514-5.04-5.39-5.198c-1.627-.089-3.037.69-4.02 1.898c-.978-1.114-2.363-1.809-3.982-1.898c-1.621-.089-3.02.685-4 1.884a5.5 5.5 0 0 0-3.989-1.884c-1.869-.053-1.865 3.036 0 3.089c1.35.038 2.494 1.045 2.549 2.524l-.004.026l.006 21.948c.002 1.991 2.9 1.991 2.898 0l-.005-21.862c.001-.029.007-.055.005-.086l-.001-.014c.194-3.301 4.923-3.295 5.097.014v21.948c0 1.991 2.898 1.991 2.898 0V21.654c.174-3.316 4.928-3.316 5.102 0v8.898a1.7 1.7 0 0 0 0 .368v8.05a38 38 0 0 1-3.576 3.543c-1.444 1.267.618 3.438 2.05 2.185a38 38 0 0 0 2.245-2.141c.855 2.069 2.368 3.913 3.998 5.165c1.52 1.17 2.963-1.512 1.463-2.665zm-1.08-17.262c.84 3.449-1.473 5.797-2.201 7.104v-4.343c.154-1.454 1.074-2.322 2.201-2.761z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneVirgo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#83bf4f"/><path fill="#fff" stroke="#fff" strokeMiterlimit="10" d="M44.13 45.05c-1.4-1.076-2.914-3.112-3.215-5.04c3.275-4.105 5.716-9.195 4.947-14.506c-.09-.629-.814-1.188-1.396-1.134c-1.356.124-2.588.538-3.617 1.214v-3.93c0-.162-.025-.306-.06-.441c-.349-3-2.514-5.04-5.39-5.198c-1.627-.089-3.037.69-4.02 1.898c-.978-1.114-2.363-1.809-3.982-1.898c-1.621-.089-3.02.685-4 1.884a5.5 5.5 0 0 0-3.989-1.884c-1.869-.053-1.865 3.036 0 3.089c1.35.038 2.494 1.045 2.549 2.524l-.004.026l.006 21.948c.002 1.991 2.9 1.991 2.898 0l-.005-21.862c.001-.029.007-.055.005-.086l-.001-.014c.194-3.301 4.923-3.295 5.097.014v21.948c0 1.991 2.898 1.991 2.898 0V21.654c.174-3.316 4.928-3.316 5.102 0v8.898a1.7 1.7 0 0 0 0 .368v8.05a38 38 0 0 1-3.576 3.543c-1.444 1.267.618 3.438 2.05 2.185a38 38 0 0 0 2.245-2.141c.855 2.069 2.368 3.913 3.998 5.165c1.52 1.17 2.963-1.512 1.463-2.665zm-1.08-17.262c.84 3.449-1.473 5.797-2.201 7.104v-4.343c.154-1.454 1.074-2.322 2.201-2.761z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#83bf4f"/><path fill="#fff" stroke="#fff" stroke-miterlimit="10" d="M44.13 45.05c-1.4-1.076-2.914-3.112-3.215-5.04c3.275-4.105 5.716-9.195 4.947-14.506c-.09-.629-.814-1.188-1.396-1.134c-1.356.124-2.588.538-3.617 1.214v-3.93c0-.162-.025-.306-.06-.441c-.349-3-2.514-5.04-5.39-5.198c-1.627-.089-3.037.69-4.02 1.898c-.978-1.114-2.363-1.809-3.982-1.898c-1.621-.089-3.02.685-4 1.884a5.5 5.5 0 0 0-3.989-1.884c-1.869-.053-1.865 3.036 0 3.089c1.35.038 2.494 1.045 2.549 2.524l-.004.026l.006 21.948c.002 1.991 2.9 1.991 2.898 0l-.005-21.862c.001-.029.007-.055.005-.086l-.001-.014c.194-3.301 4.923-3.295 5.097.014v21.948c0 1.991 2.898 1.991 2.898 0V21.654c.174-3.316 4.928-3.316 5.102 0v8.898a1.7 1.7 0 0 0 0 .368v8.05a38 38 0 0 1-3.576 3.543c-1.444 1.267.618 3.438 2.05 2.185a38 38 0 0 0 2.245-2.141c.855 2.069 2.368 3.913 3.998 5.165c1.52 1.17 2.963-1.512 1.463-2.665zm-1.08-17.262c.84 3.449-1.473 5.797-2.201 7.104v-4.343c.154-1.454 1.074-2.322 2.201-2.761z"/></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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%2383bf4f%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M44.13%2045.05c-1.4-1.076-2.914-3.112-3.215-5.04c3.275-4.105%205.716-9.195%204.947-14.506c-.09-.629-.814-1.188-1.396-1.134c-1.356.124-2.588.538-3.617%201.214v-3.93c0-.162-.025-.306-.06-.441c-.349-3-2.514-5.04-5.39-5.198c-1.627-.089-3.037.69-4.02%201.898c-.978-1.114-2.363-1.809-3.982-1.898c-1.621-.089-3.02.685-4%201.884a5.5%205.5%200%200%200-3.989-1.884c-1.869-.053-1.865%203.036%200%203.089c1.35.038%202.494%201.045%202.549%202.524l-.004.026l.006%2021.948c.002%201.991%202.9%201.991%202.898%200l-.005-21.862c.001-.029.007-.055.005-.086l-.001-.014c.194-3.301%204.923-3.295%205.097.014v21.948c0%201.991%202.898%201.991%202.898%200V21.654c.174-3.316%204.928-3.316%205.102%200v8.898a1.7%201.7%200%200%200%200%20.368v8.05a38%2038%200%200%201-3.576%203.543c-1.444%201.267.618%203.438%202.05%202.185a38%2038%200%200%200%202.245-2.141c.855%202.069%202.368%203.913%203.998%205.165c1.52%201.17%202.963-1.512%201.463-2.665zm-1.08-17.262c.84%203.449-1.473%205.797-2.201%207.104v-4.343c.154-1.454%201.074-2.322%202.201-2.761z%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%2383bf4f%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M44.13%2045.05c-1.4-1.076-2.914-3.112-3.215-5.04c3.275-4.105%205.716-9.195%204.947-14.506c-.09-.629-.814-1.188-1.396-1.134c-1.356.124-2.588.538-3.617%201.214v-3.93c0-.162-.025-.306-.06-.441c-.349-3-2.514-5.04-5.39-5.198c-1.627-.089-3.037.69-4.02%201.898c-.978-1.114-2.363-1.809-3.982-1.898c-1.621-.089-3.02.685-4%201.884a5.5%205.5%200%200%200-3.989-1.884c-1.869-.053-1.865%203.036%200%203.089c1.35.038%202.494%201.045%202.549%202.524l-.004.026l.006%2021.948c.002%201.991%202.9%201.991%202.898%200l-.005-21.862c.001-.029.007-.055.005-.086l-.001-.014c.194-3.301%204.923-3.295%205.097.014v21.948c0%201.991%202.898%201.991%202.898%200V21.654c.174-3.316%204.928-3.316%205.102%200v8.898a1.7%201.7%200%200%200%200%20.368v8.05a38%2038%200%200%201-3.576%203.543c-1.444%201.267.618%203.438%202.05%202.185a38%2038%200%200%200%202.245-2.141c.855%202.069%202.368%203.913%203.998%205.165c1.52%201.17%202.963-1.512%201.463-2.665zm-1.08-17.262c.84%203.449-1.473%205.797-2.201%207.104v-4.343c.154-1.454%201.074-2.322%202.201-2.761z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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