virgo emoji
virgo from Firefox OS Emoji by Mozilla · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- virgo
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 512×512
- License
- Apache 2.0
The same emoji in other sets
More symbols icons from Firefox OS Emoji
alarmclockantennawithbarsanticlockwiseupwardsanddownwardsarrowsaquariusariesarrowrightwardsdownwardsarrowrightwardsupwardsautomatedtellermachinebabysymbolbackwithleftwardsarrowbaggageclaimballotboxwithcheckblackclubsuitblackdiamondsuitblackdownpointingdoublearrowblackheartsuitblacklargesquareblackleftpointingarrowblackleftpointingdoublearrowblackmediumsmallsquareblackmediumsquareblackquestionmarkblackrightpointingarrowblackrightpointingdoublearrow
Use the virgo emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#A97DFF" d="M508.333 32.666C508.333 16.35 494.984 3 478.668 3H29.032C14.348 3 2.333 15.015 2.333 29.699v452.602C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#7F4AFF" d="M478.668 488.915H29.032c-14.684 0-26.699-12.015-26.699-26.699v20.085C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.349 29.666-29.665 29.666"/><path fill="#FFF" d="M422.123 130.914c-11.126-11.126-26.814-14.021-41.969-7.745c-13.265 5.495-25.845 17.661-36.744 35.214v-7.927c0-34.161-27.792-61.953-61.952-61.953c-16.969 0-32.362 6.862-43.562 17.952c-11.2-11.09-26.593-17.952-43.562-17.952c-16.429 0-31.373 6.44-42.473 16.914c-12.076-11.52-29.544-16.914-54.848-16.914c-10.217 0-18.5 8.283-18.5 18.5s8.283 18.5 18.5 18.5c14.847 0 25.079 2.395 29.589 6.926c3.889 3.907 5.78 11.781 5.78 24.072v197.424c0 10.218 8.283 18.5 18.5 18.5s18.5-8.282 18.5-18.5V156.501c0-1.49-.02-3.052-.07-4.667c.034-.457.07-.913.07-1.378c0-13.759 11.194-24.953 24.953-24.953s24.953 11.194 24.953 24.953v203.469c0 10.218 8.283 18.5 18.5 18.5s18.5-8.282 18.5-18.5v-200.77c.129-.883.219-1.78.219-2.699c0-13.759 11.194-24.953 24.953-24.953s24.952 11.194 24.952 24.953V370.23c0 .626.006 1.235.009 1.855c-16.389 18.924-31.983 29.396-44.37 29.396c-10.217 0-18.5 8.283-18.5 18.5s8.283 18.5 18.5 18.5c16.459 0 33.136-6.765 49.854-20.158c1.17 3.508 2.561 6.85 4.246 10.015c10.179 19.118 28.816 28.812 55.396 28.812c10.218 0 18.5-8.282 18.5-18.5s-8.282-18.5-18.5-18.5c-18.367 0-26.21-3.182-27.814-35.309c20.217-26.369 40.445-62.849 57.017-102.858c12.737-30.75 22.537-61.644 27.595-86.989c6.654-33.36 4.736-53.123-6.222-64.08m-42.402 101.818c-9.824 29.314-22.468 58.428-36.29 83.942c.354-36.923 5.259-71.354 14.24-99.828c7.446-23.608 17.854-43.151 28.556-53.618c4.027-3.939 7.062-5.558 8.68-6.112c1.025 7.547-.15 30.752-15.186 75.616"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiVirgo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#A97DFF" d="M508.333 32.666C508.333 16.35 494.984 3 478.668 3H29.032C14.348 3 2.333 15.015 2.333 29.699v452.602C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#7F4AFF" d="M478.668 488.915H29.032c-14.684 0-26.699-12.015-26.699-26.699v20.085C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.349 29.666-29.665 29.666"/><path fill="#FFF" d="M422.123 130.914c-11.126-11.126-26.814-14.021-41.969-7.745c-13.265 5.495-25.845 17.661-36.744 35.214v-7.927c0-34.161-27.792-61.953-61.952-61.953c-16.969 0-32.362 6.862-43.562 17.952c-11.2-11.09-26.593-17.952-43.562-17.952c-16.429 0-31.373 6.44-42.473 16.914c-12.076-11.52-29.544-16.914-54.848-16.914c-10.217 0-18.5 8.283-18.5 18.5s8.283 18.5 18.5 18.5c14.847 0 25.079 2.395 29.589 6.926c3.889 3.907 5.78 11.781 5.78 24.072v197.424c0 10.218 8.283 18.5 18.5 18.5s18.5-8.282 18.5-18.5V156.501c0-1.49-.02-3.052-.07-4.667c.034-.457.07-.913.07-1.378c0-13.759 11.194-24.953 24.953-24.953s24.953 11.194 24.953 24.953v203.469c0 10.218 8.283 18.5 18.5 18.5s18.5-8.282 18.5-18.5v-200.77c.129-.883.219-1.78.219-2.699c0-13.759 11.194-24.953 24.953-24.953s24.952 11.194 24.952 24.953V370.23c0 .626.006 1.235.009 1.855c-16.389 18.924-31.983 29.396-44.37 29.396c-10.217 0-18.5 8.283-18.5 18.5s8.283 18.5 18.5 18.5c16.459 0 33.136-6.765 49.854-20.158c1.17 3.508 2.561 6.85 4.246 10.015c10.179 19.118 28.816 28.812 55.396 28.812c10.218 0 18.5-8.282 18.5-18.5s-8.282-18.5-18.5-18.5c-18.367 0-26.21-3.182-27.814-35.309c20.217-26.369 40.445-62.849 57.017-102.858c12.737-30.75 22.537-61.644 27.595-86.989c6.654-33.36 4.736-53.123-6.222-64.08m-42.402 101.818c-9.824 29.314-22.468 58.428-36.29 83.942c.354-36.923 5.259-71.354 14.24-99.828c7.446-23.608 17.854-43.151 28.556-53.618c4.027-3.939 7.062-5.558 8.68-6.112c1.025 7.547-.15 30.752-15.186 75.616"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#A97DFF" d="M508.333 32.666C508.333 16.35 494.984 3 478.668 3H29.032C14.348 3 2.333 15.015 2.333 29.699v452.602C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#7F4AFF" d="M478.668 488.915H29.032c-14.684 0-26.699-12.015-26.699-26.699v20.085C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.349 29.666-29.665 29.666"/><path fill="#FFF" d="M422.123 130.914c-11.126-11.126-26.814-14.021-41.969-7.745c-13.265 5.495-25.845 17.661-36.744 35.214v-7.927c0-34.161-27.792-61.953-61.952-61.953c-16.969 0-32.362 6.862-43.562 17.952c-11.2-11.09-26.593-17.952-43.562-17.952c-16.429 0-31.373 6.44-42.473 16.914c-12.076-11.52-29.544-16.914-54.848-16.914c-10.217 0-18.5 8.283-18.5 18.5s8.283 18.5 18.5 18.5c14.847 0 25.079 2.395 29.589 6.926c3.889 3.907 5.78 11.781 5.78 24.072v197.424c0 10.218 8.283 18.5 18.5 18.5s18.5-8.282 18.5-18.5V156.501c0-1.49-.02-3.052-.07-4.667c.034-.457.07-.913.07-1.378c0-13.759 11.194-24.953 24.953-24.953s24.953 11.194 24.953 24.953v203.469c0 10.218 8.283 18.5 18.5 18.5s18.5-8.282 18.5-18.5v-200.77c.129-.883.219-1.78.219-2.699c0-13.759 11.194-24.953 24.953-24.953s24.952 11.194 24.952 24.953V370.23c0 .626.006 1.235.009 1.855c-16.389 18.924-31.983 29.396-44.37 29.396c-10.217 0-18.5 8.283-18.5 18.5s8.283 18.5 18.5 18.5c16.459 0 33.136-6.765 49.854-20.158c1.17 3.508 2.561 6.85 4.246 10.015c10.179 19.118 28.816 28.812 55.396 28.812c10.218 0 18.5-8.282 18.5-18.5s-8.282-18.5-18.5-18.5c-18.367 0-26.21-3.182-27.814-35.309c20.217-26.369 40.445-62.849 57.017-102.858c12.737-30.75 22.537-61.644 27.595-86.989c6.654-33.36 4.736-53.123-6.222-64.08m-42.402 101.818c-9.824 29.314-22.468 58.428-36.29 83.942c.354-36.923 5.259-71.354 14.24-99.828c7.446-23.608 17.854-43.151 28.556-53.618c4.027-3.939 7.062-5.558 8.68-6.112c1.025 7.547-.15 30.752-15.186 75.616"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22%23A97DFF%22%20d%3D%22M508.333%2032.666C508.333%2016.35%20494.984%203%20478.668%203H29.032C14.348%203%202.333%2015.015%202.333%2029.699v452.602C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666z%22%2F%3E%3Cpath%20fill%3D%22%237F4AFF%22%20d%3D%22M478.668%20488.915H29.032c-14.684%200-26.699-12.015-26.699-26.699v20.085C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666v-20.085c0%2016.316-13.349%2029.666-29.665%2029.666%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M422.123%20130.914c-11.126-11.126-26.814-14.021-41.969-7.745c-13.265%205.495-25.845%2017.661-36.744%2035.214v-7.927c0-34.161-27.792-61.953-61.952-61.953c-16.969%200-32.362%206.862-43.562%2017.952c-11.2-11.09-26.593-17.952-43.562-17.952c-16.429%200-31.373%206.44-42.473%2016.914c-12.076-11.52-29.544-16.914-54.848-16.914c-10.217%200-18.5%208.283-18.5%2018.5s8.283%2018.5%2018.5%2018.5c14.847%200%2025.079%202.395%2029.589%206.926c3.889%203.907%205.78%2011.781%205.78%2024.072v197.424c0%2010.218%208.283%2018.5%2018.5%2018.5s18.5-8.282%2018.5-18.5V156.501c0-1.49-.02-3.052-.07-4.667c.034-.457.07-.913.07-1.378c0-13.759%2011.194-24.953%2024.953-24.953s24.953%2011.194%2024.953%2024.953v203.469c0%2010.218%208.283%2018.5%2018.5%2018.5s18.5-8.282%2018.5-18.5v-200.77c.129-.883.219-1.78.219-2.699c0-13.759%2011.194-24.953%2024.953-24.953s24.952%2011.194%2024.952%2024.953V370.23c0%20.626.006%201.235.009%201.855c-16.389%2018.924-31.983%2029.396-44.37%2029.396c-10.217%200-18.5%208.283-18.5%2018.5s8.283%2018.5%2018.5%2018.5c16.459%200%2033.136-6.765%2049.854-20.158c1.17%203.508%202.561%206.85%204.246%2010.015c10.179%2019.118%2028.816%2028.812%2055.396%2028.812c10.218%200%2018.5-8.282%2018.5-18.5s-8.282-18.5-18.5-18.5c-18.367%200-26.21-3.182-27.814-35.309c20.217-26.369%2040.445-62.849%2057.017-102.858c12.737-30.75%2022.537-61.644%2027.595-86.989c6.654-33.36%204.736-53.123-6.222-64.08m-42.402%20101.818c-9.824%2029.314-22.468%2058.428-36.29%2083.942c.354-36.923%205.259-71.354%2014.24-99.828c7.446-23.608%2017.854-43.151%2028.556-53.618c4.027-3.939%207.062-5.558%208.68-6.112c1.025%207.547-.15%2030.752-15.186%2075.616%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23A97DFF%22%20d%3D%22M508.333%2032.666C508.333%2016.35%20494.984%203%20478.668%203H29.032C14.348%203%202.333%2015.015%202.333%2029.699v452.602C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666z%22%2F%3E%3Cpath%20fill%3D%22%237F4AFF%22%20d%3D%22M478.668%20488.915H29.032c-14.684%200-26.699-12.015-26.699-26.699v20.085C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666v-20.085c0%2016.316-13.349%2029.666-29.665%2029.666%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M422.123%20130.914c-11.126-11.126-26.814-14.021-41.969-7.745c-13.265%205.495-25.845%2017.661-36.744%2035.214v-7.927c0-34.161-27.792-61.953-61.952-61.953c-16.969%200-32.362%206.862-43.562%2017.952c-11.2-11.09-26.593-17.952-43.562-17.952c-16.429%200-31.373%206.44-42.473%2016.914c-12.076-11.52-29.544-16.914-54.848-16.914c-10.217%200-18.5%208.283-18.5%2018.5s8.283%2018.5%2018.5%2018.5c14.847%200%2025.079%202.395%2029.589%206.926c3.889%203.907%205.78%2011.781%205.78%2024.072v197.424c0%2010.218%208.283%2018.5%2018.5%2018.5s18.5-8.282%2018.5-18.5V156.501c0-1.49-.02-3.052-.07-4.667c.034-.457.07-.913.07-1.378c0-13.759%2011.194-24.953%2024.953-24.953s24.953%2011.194%2024.953%2024.953v203.469c0%2010.218%208.283%2018.5%2018.5%2018.5s18.5-8.282%2018.5-18.5v-200.77c.129-.883.219-1.78.219-2.699c0-13.759%2011.194-24.953%2024.953-24.953s24.952%2011.194%2024.952%2024.953V370.23c0%20.626.006%201.235.009%201.855c-16.389%2018.924-31.983%2029.396-44.37%2029.396c-10.217%200-18.5%208.283-18.5%2018.5s8.283%2018.5%2018.5%2018.5c16.459%200%2033.136-6.765%2049.854-20.158c1.17%203.508%202.561%206.85%204.246%2010.015c10.179%2019.118%2028.816%2028.812%2055.396%2028.812c10.218%200%2018.5-8.282%2018.5-18.5s-8.282-18.5-18.5-18.5c-18.367%200-26.21-3.182-27.814-35.309c20.217-26.369%2040.445-62.849%2057.017-102.858c12.737-30.75%2022.537-61.644%2027.595-86.989c6.654-33.36%204.736-53.123-6.222-64.08m-42.402%20101.818c-9.824%2029.314-22.468%2058.428-36.29%2083.942c.354-36.923%205.259-71.354%2014.24-99.828c7.446-23.608%2017.854-43.151%2028.556-53.618c4.027-3.939%207.062-5.558%208.68-6.112c1.025%207.547-.15%2030.752-15.186%2075.616%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/virgo.svg?color=%231a73e8&size=48