scorpius from Firefox OS Emoji by Mozilla · Default · Symbols · Apache-2.0 Free for personal and commercial use.

Name
scorpius
Set
Firefox OS Emoji
Style
Default
Category
Symbols
Viewbox
512×512
License
Apache 2.0

More symbols icons from Firefox OS Emoji

Use the scorpius 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="m448.574 403.488l-46.086-38.434c-6.013-5.014-15.145-.739-15.145 7.09v18.867h-25.426c-22.042 0-29.756-4.325-29.756-52.798V134.597c0-36.131-29.394-65.525-65.524-65.525c-17.948 0-34.228 7.258-46.074 18.987c-11.846-11.729-28.127-18.987-46.074-18.987c-17.377 0-33.183 6.812-44.923 17.889c-12.773-12.185-31.248-17.889-58.01-17.889c-10.807 0-19.567 8.76-19.567 19.567s8.76 19.567 19.567 19.567c15.703 0 26.524 2.533 31.295 7.325c4.113 4.132 6.113 12.46 6.113 25.46v193.99c0 10.807 8.76 19.566 19.567 19.566s19.567-8.76 19.567-19.566V140.99c0-1.576-.021-3.228-.074-4.936c.036-.483.074-.966.074-1.458c0-14.552 11.839-26.392 26.392-26.392s26.392 11.839 26.392 26.392V334.98c0 10.807 8.76 19.566 19.567 19.566s19.567-8.76 19.567-19.566V137.449c.137-.933.231-1.881.231-2.852c0-14.552 11.839-26.392 26.392-26.392s26.392 11.839 26.392 26.392v203.617c0 25.278 1.751 45.403 10.299 61.458c10.766 20.221 30.478 30.473 58.59 30.473h25.426v18.867c0 7.829 9.133 12.104 15.145 7.09l46.086-38.434c4.423-3.691 4.423-10.489-.003-14.18"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiScorpius(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="m448.574 403.488l-46.086-38.434c-6.013-5.014-15.145-.739-15.145 7.09v18.867h-25.426c-22.042 0-29.756-4.325-29.756-52.798V134.597c0-36.131-29.394-65.525-65.524-65.525c-17.948 0-34.228 7.258-46.074 18.987c-11.846-11.729-28.127-18.987-46.074-18.987c-17.377 0-33.183 6.812-44.923 17.889c-12.773-12.185-31.248-17.889-58.01-17.889c-10.807 0-19.567 8.76-19.567 19.567s8.76 19.567 19.567 19.567c15.703 0 26.524 2.533 31.295 7.325c4.113 4.132 6.113 12.46 6.113 25.46v193.99c0 10.807 8.76 19.566 19.567 19.566s19.567-8.76 19.567-19.566V140.99c0-1.576-.021-3.228-.074-4.936c.036-.483.074-.966.074-1.458c0-14.552 11.839-26.392 26.392-26.392s26.392 11.839 26.392 26.392V334.98c0 10.807 8.76 19.566 19.567 19.566s19.567-8.76 19.567-19.566V137.449c.137-.933.231-1.881.231-2.852c0-14.552 11.839-26.392 26.392-26.392s26.392 11.839 26.392 26.392v203.617c0 25.278 1.751 45.403 10.299 61.458c10.766 20.221 30.478 30.473 58.59 30.473h25.426v18.867c0 7.829 9.133 12.104 15.145 7.09l46.086-38.434c4.423-3.691 4.423-10.489-.003-14.18"/></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="m448.574 403.488l-46.086-38.434c-6.013-5.014-15.145-.739-15.145 7.09v18.867h-25.426c-22.042 0-29.756-4.325-29.756-52.798V134.597c0-36.131-29.394-65.525-65.524-65.525c-17.948 0-34.228 7.258-46.074 18.987c-11.846-11.729-28.127-18.987-46.074-18.987c-17.377 0-33.183 6.812-44.923 17.889c-12.773-12.185-31.248-17.889-58.01-17.889c-10.807 0-19.567 8.76-19.567 19.567s8.76 19.567 19.567 19.567c15.703 0 26.524 2.533 31.295 7.325c4.113 4.132 6.113 12.46 6.113 25.46v193.99c0 10.807 8.76 19.566 19.567 19.566s19.567-8.76 19.567-19.566V140.99c0-1.576-.021-3.228-.074-4.936c.036-.483.074-.966.074-1.458c0-14.552 11.839-26.392 26.392-26.392s26.392 11.839 26.392 26.392V334.98c0 10.807 8.76 19.566 19.567 19.566s19.567-8.76 19.567-19.566V137.449c.137-.933.231-1.881.231-2.852c0-14.552 11.839-26.392 26.392-26.392s26.392 11.839 26.392 26.392v203.617c0 25.278 1.751 45.403 10.299 61.458c10.766 20.221 30.478 30.473 58.59 30.473h25.426v18.867c0 7.829 9.133 12.104 15.145 7.09l46.086-38.434c4.423-3.691 4.423-10.489-.003-14.18"/></svg>
</template>

CSS

.icon-scorpius {
  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%22m448.574%20403.488l-46.086-38.434c-6.013-5.014-15.145-.739-15.145%207.09v18.867h-25.426c-22.042%200-29.756-4.325-29.756-52.798V134.597c0-36.131-29.394-65.525-65.524-65.525c-17.948%200-34.228%207.258-46.074%2018.987c-11.846-11.729-28.127-18.987-46.074-18.987c-17.377%200-33.183%206.812-44.923%2017.889c-12.773-12.185-31.248-17.889-58.01-17.889c-10.807%200-19.567%208.76-19.567%2019.567s8.76%2019.567%2019.567%2019.567c15.703%200%2026.524%202.533%2031.295%207.325c4.113%204.132%206.113%2012.46%206.113%2025.46v193.99c0%2010.807%208.76%2019.566%2019.567%2019.566s19.567-8.76%2019.567-19.566V140.99c0-1.576-.021-3.228-.074-4.936c.036-.483.074-.966.074-1.458c0-14.552%2011.839-26.392%2026.392-26.392s26.392%2011.839%2026.392%2026.392V334.98c0%2010.807%208.76%2019.566%2019.567%2019.566s19.567-8.76%2019.567-19.566V137.449c.137-.933.231-1.881.231-2.852c0-14.552%2011.839-26.392%2026.392-26.392s26.392%2011.839%2026.392%2026.392v203.617c0%2025.278%201.751%2045.403%2010.299%2061.458c10.766%2020.221%2030.478%2030.473%2058.59%2030.473h25.426v18.867c0%207.829%209.133%2012.104%2015.145%207.09l46.086-38.434c4.423-3.691%204.423-10.489-.003-14.18%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%22m448.574%20403.488l-46.086-38.434c-6.013-5.014-15.145-.739-15.145%207.09v18.867h-25.426c-22.042%200-29.756-4.325-29.756-52.798V134.597c0-36.131-29.394-65.525-65.524-65.525c-17.948%200-34.228%207.258-46.074%2018.987c-11.846-11.729-28.127-18.987-46.074-18.987c-17.377%200-33.183%206.812-44.923%2017.889c-12.773-12.185-31.248-17.889-58.01-17.889c-10.807%200-19.567%208.76-19.567%2019.567s8.76%2019.567%2019.567%2019.567c15.703%200%2026.524%202.533%2031.295%207.325c4.113%204.132%206.113%2012.46%206.113%2025.46v193.99c0%2010.807%208.76%2019.566%2019.567%2019.566s19.567-8.76%2019.567-19.566V140.99c0-1.576-.021-3.228-.074-4.936c.036-.483.074-.966.074-1.458c0-14.552%2011.839-26.392%2026.392-26.392s26.392%2011.839%2026.392%2026.392V334.98c0%2010.807%208.76%2019.566%2019.567%2019.566s19.567-8.76%2019.567-19.566V137.449c.137-.933.231-1.881.231-2.852c0-14.552%2011.839-26.392%2026.392-26.392s26.392%2011.839%2026.392%2026.392v203.617c0%2025.278%201.751%2045.403%2010.299%2061.458c10.766%2020.221%2030.478%2030.473%2058.59%2030.473h25.426v18.867c0%207.829%209.133%2012.104%2015.145%207.09l46.086-38.434c4.423-3.691%204.423-10.489-.003-14.18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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