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

Name
sagittarius
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 sagittarius 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="#428bc1"/><path fill="#fff" stroke="#fff" stroke-miterlimit="10" d="M48 17.4c-.1-.8-.6-1.4-1.4-1.4H32c-1.9 0-1.9 2.9 0 2.9h11L24.7 37.2L18.5 31c-1.3-1.3-3.4.7-2.1 2.1l6.2 6.2l-6.2 6.2c-.4.5-.5 1.1-.2 1.5q.3.75 1.2.9h.4c.1 0 .1 0 .2-.1c.1 0 .1-.1.2-.1c.1-.1.2-.1.2-.2l6.2-6.2l6.2 6.2c1.3 1.3 3.4-.7 2.1-2.1l-6.2-6.2c6.2-6 12.3-12.1 18.4-18.2v11c0 1.9 2.9 1.9 2.9 0z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneSagittarius(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="#428bc1"/><path fill="#fff" stroke="#fff" strokeMiterlimit="10" d="M48 17.4c-.1-.8-.6-1.4-1.4-1.4H32c-1.9 0-1.9 2.9 0 2.9h11L24.7 37.2L18.5 31c-1.3-1.3-3.4.7-2.1 2.1l6.2 6.2l-6.2 6.2c-.4.5-.5 1.1-.2 1.5q.3.75 1.2.9h.4c.1 0 .1 0 .2-.1c.1 0 .1-.1.2-.1c.1-.1.2-.1.2-.2l6.2-6.2l6.2 6.2c1.3 1.3 3.4-.7 2.1-2.1l-6.2-6.2c6.2-6 12.3-12.1 18.4-18.2v11c0 1.9 2.9 1.9 2.9 0z"/></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="#428bc1"/><path fill="#fff" stroke="#fff" stroke-miterlimit="10" d="M48 17.4c-.1-.8-.6-1.4-1.4-1.4H32c-1.9 0-1.9 2.9 0 2.9h11L24.7 37.2L18.5 31c-1.3-1.3-3.4.7-2.1 2.1l6.2 6.2l-6.2 6.2c-.4.5-.5 1.1-.2 1.5q.3.75 1.2.9h.4c.1 0 .1 0 .2-.1c.1 0 .1-.1.2-.1c.1-.1.2-.1.2-.2l6.2-6.2l6.2 6.2c1.3 1.3 3.4-.7 2.1-2.1l-6.2-6.2c6.2-6 12.3-12.1 18.4-18.2v11c0 1.9 2.9 1.9 2.9 0z"/></svg>
</template>

CSS

.icon-sagittarius {
  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%23428bc1%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M48%2017.4c-.1-.8-.6-1.4-1.4-1.4H32c-1.9%200-1.9%202.9%200%202.9h11L24.7%2037.2L18.5%2031c-1.3-1.3-3.4.7-2.1%202.1l6.2%206.2l-6.2%206.2c-.4.5-.5%201.1-.2%201.5q.3.75%201.2.9h.4c.1%200%20.1%200%20.2-.1c.1%200%20.1-.1.2-.1c.1-.1.2-.1.2-.2l6.2-6.2l6.2%206.2c1.3%201.3%203.4-.7%202.1-2.1l-6.2-6.2c6.2-6%2012.3-12.1%2018.4-18.2v11c0%201.9%202.9%201.9%202.9%200z%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%23428bc1%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M48%2017.4c-.1-.8-.6-1.4-1.4-1.4H32c-1.9%200-1.9%202.9%200%202.9h11L24.7%2037.2L18.5%2031c-1.3-1.3-3.4.7-2.1%202.1l6.2%206.2l-6.2%206.2c-.4.5-.5%201.1-.2%201.5q.3.75%201.2.9h.4c.1%200%20.1%200%20.2-.1c.1%200%20.1-.1.2-.1c.1-.1.2-.1.2-.2l6.2-6.2l6.2%206.2c1.3%201.3%203.4-.7%202.1-2.1l-6.2-6.2c6.2-6%2012.3-12.1%2018.4-18.2v11c0%201.9%202.9%201.9%202.9%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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