scorpio from Fluent Emoji Flat by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.

Name
scorpio
Set
Fluent Emoji Flat
Style
Default
Category
Symbols
Viewbox
32×32
License
MIT

The same emoji in other sets

More symbols icons from Fluent Emoji Flat

Use the scorpio emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#8d65c5" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#fff" d="m27.55 18.67l-2-2.12a.76.76 0 0 0-.55-.24c-.21 0-.4.09-.55.24l-2 2.12c-.28.3-.27.78.03 1.06s.78.27 1.06-.03l.46-.48v2.3a1.5 1.5 0 0 1-3-.02V11c0-2.21-1.79-4-4-4a4 4 0 0 0-3 1.36A4 4 0 0 0 11 7a4 4 0 0 0-3 1.36A4 4 0 0 0 5 7c-.55 0-1 .45-1 1s.45 1 1 1c1.1 0 2 .9 2 2v13c0 .55.45 1 1 1s1-.45 1-1V11c0-1.1.9-2 2-2s2 .9 2 2v13c0 .55.45 1 1 1s1-.45 1-1V11c0-1.1.9-2 2-2s2 .9 2 2v10.5c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5v-2.28l.45.48a.75.75 0 0 0 1.06.04c.31-.29.32-.76.04-1.07"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatScorpio(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#8d65c5" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#fff" d="m27.55 18.67l-2-2.12a.76.76 0 0 0-.55-.24c-.21 0-.4.09-.55.24l-2 2.12c-.28.3-.27.78.03 1.06s.78.27 1.06-.03l.46-.48v2.3a1.5 1.5 0 0 1-3-.02V11c0-2.21-1.79-4-4-4a4 4 0 0 0-3 1.36A4 4 0 0 0 11 7a4 4 0 0 0-3 1.36A4 4 0 0 0 5 7c-.55 0-1 .45-1 1s.45 1 1 1c1.1 0 2 .9 2 2v13c0 .55.45 1 1 1s1-.45 1-1V11c0-1.1.9-2 2-2s2 .9 2 2v13c0 .55.45 1 1 1s1-.45 1-1V11c0-1.1.9-2 2-2s2 .9 2 2v10.5c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5v-2.28l.45.48a.75.75 0 0 0 1.06.04c.31-.29.32-.76.04-1.07"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#8d65c5" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#fff" d="m27.55 18.67l-2-2.12a.76.76 0 0 0-.55-.24c-.21 0-.4.09-.55.24l-2 2.12c-.28.3-.27.78.03 1.06s.78.27 1.06-.03l.46-.48v2.3a1.5 1.5 0 0 1-3-.02V11c0-2.21-1.79-4-4-4a4 4 0 0 0-3 1.36A4 4 0 0 0 11 7a4 4 0 0 0-3 1.36A4 4 0 0 0 5 7c-.55 0-1 .45-1 1s.45 1 1 1c1.1 0 2 .9 2 2v13c0 .55.45 1 1 1s1-.45 1-1V11c0-1.1.9-2 2-2s2 .9 2 2v13c0 .55.45 1 1 1s1-.45 1-1V11c0-1.1.9-2 2-2s2 .9 2 2v10.5c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5v-2.28l.45.48a.75.75 0 0 0 1.06.04c.31-.29.32-.76.04-1.07"/></g></svg>
</template>

CSS

.icon-scorpio {
  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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%238d65c5%22%20d%3D%22M2%206a4%204%200%200%201%204-4h20a4%204%200%200%201%204%204v20a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m27.55%2018.67l-2-2.12a.76.76%200%200%200-.55-.24c-.21%200-.4.09-.55.24l-2%202.12c-.28.3-.27.78.03%201.06s.78.27%201.06-.03l.46-.48v2.3a1.5%201.5%200%200%201-3-.02V11c0-2.21-1.79-4-4-4a4%204%200%200%200-3%201.36A4%204%200%200%200%2011%207a4%204%200%200%200-3%201.36A4%204%200%200%200%205%207c-.55%200-1%20.45-1%201s.45%201%201%201c1.1%200%202%20.9%202%202v13c0%20.55.45%201%201%201s1-.45%201-1V11c0-1.1.9-2%202-2s2%20.9%202%202v13c0%20.55.45%201%201%201s1-.45%201-1V11c0-1.1.9-2%202-2s2%20.9%202%202v10.5c0%201.93%201.57%203.5%203.5%203.5s3.5-1.57%203.5-3.5v-2.28l.45.48a.75.75%200%200%200%201.06.04c.31-.29.32-.76.04-1.07%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%238d65c5%22%20d%3D%22M2%206a4%204%200%200%201%204-4h20a4%204%200%200%201%204%204v20a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m27.55%2018.67l-2-2.12a.76.76%200%200%200-.55-.24c-.21%200-.4.09-.55.24l-2%202.12c-.28.3-.27.78.03%201.06s.78.27%201.06-.03l.46-.48v2.3a1.5%201.5%200%200%201-3-.02V11c0-2.21-1.79-4-4-4a4%204%200%200%200-3%201.36A4%204%200%200%200%2011%207a4%204%200%200%200-3%201.36A4%204%200%200%200%205%207c-.55%200-1%20.45-1%201s.45%201%201%201c1.1%200%202%20.9%202%202v13c0%20.55.45%201%201%201s1-.45%201-1V11c0-1.1.9-2%202-2s2%20.9%202%202v13c0%20.55.45%201%201%201s1-.45%201-1V11c0-1.1.9-2%202-2s2%20.9%202%202v10.5c0%201.93%201.57%203.5%203.5%203.5s3.5-1.57%203.5-3.5v-2.28l.45.48a.75.75%200%200%200%201.06.04c.31-.29.32-.76.04-1.07%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/scorpio.svg?color=%231a73e8&size=48