aquarius from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.

Name
aquarius
Set
Twitter Emoji
Style
Default
Category
Symbols
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Twitter Emoji

Use the aquarius emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9266cc" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M21.5 16.5A1.5 1.5 0 0 1 20 15v-3.694l-5.512 4.823A1.5 1.5 0 0 1 12 15v-3.548l-4.977 4.645a1.5 1.5 0 0 1-2.047-2.193l7.5-7A1.503 1.503 0 0 1 15 8v3.694l5.513-4.823A1.5 1.5 0 0 1 23 8v3.694l5.513-4.823A1.5 1.5 0 0 1 31 8v7a1.5 1.5 0 1 1-3 0v-3.694l-5.513 4.823a1.5 1.5 0 0 1-.987.371m0 13A1.5 1.5 0 0 1 20 28v-3.694l-5.512 4.823A1.5 1.5 0 0 1 12 28v-3.548l-4.977 4.645a1.5 1.5 0 0 1-2.047-2.193l7.5-7A1.503 1.503 0 0 1 15 21v3.694l5.513-4.823A1.5 1.5 0 0 1 23 21v3.694l5.513-4.823A1.5 1.5 0 0 1 31 21v7a1.5 1.5 0 1 1-3 0v-3.694l-5.513 4.823a1.5 1.5 0 0 1-.987.371"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiAquarius(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9266cc" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M21.5 16.5A1.5 1.5 0 0 1 20 15v-3.694l-5.512 4.823A1.5 1.5 0 0 1 12 15v-3.548l-4.977 4.645a1.5 1.5 0 0 1-2.047-2.193l7.5-7A1.503 1.503 0 0 1 15 8v3.694l5.513-4.823A1.5 1.5 0 0 1 23 8v3.694l5.513-4.823A1.5 1.5 0 0 1 31 8v7a1.5 1.5 0 1 1-3 0v-3.694l-5.513 4.823a1.5 1.5 0 0 1-.987.371m0 13A1.5 1.5 0 0 1 20 28v-3.694l-5.512 4.823A1.5 1.5 0 0 1 12 28v-3.548l-4.977 4.645a1.5 1.5 0 0 1-2.047-2.193l7.5-7A1.503 1.503 0 0 1 15 21v3.694l5.513-4.823A1.5 1.5 0 0 1 23 21v3.694l5.513-4.823A1.5 1.5 0 0 1 31 21v7a1.5 1.5 0 1 1-3 0v-3.694l-5.513 4.823a1.5 1.5 0 0 1-.987.371"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9266cc" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M21.5 16.5A1.5 1.5 0 0 1 20 15v-3.694l-5.512 4.823A1.5 1.5 0 0 1 12 15v-3.548l-4.977 4.645a1.5 1.5 0 0 1-2.047-2.193l7.5-7A1.503 1.503 0 0 1 15 8v3.694l5.513-4.823A1.5 1.5 0 0 1 23 8v3.694l5.513-4.823A1.5 1.5 0 0 1 31 8v7a1.5 1.5 0 1 1-3 0v-3.694l-5.513 4.823a1.5 1.5 0 0 1-.987.371m0 13A1.5 1.5 0 0 1 20 28v-3.694l-5.512 4.823A1.5 1.5 0 0 1 12 28v-3.548l-4.977 4.645a1.5 1.5 0 0 1-2.047-2.193l7.5-7A1.503 1.503 0 0 1 15 21v3.694l5.513-4.823A1.5 1.5 0 0 1 23 21v3.694l5.513-4.823A1.5 1.5 0 0 1 31 21v7a1.5 1.5 0 1 1-3 0v-3.694l-5.513 4.823a1.5 1.5 0 0 1-.987.371"/></svg>
</template>

CSS

.icon-aquarius {
  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%2036%2036%22%3E%3Cpath%20fill%3D%22%239266cc%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.5%2016.5A1.5%201.5%200%200%201%2020%2015v-3.694l-5.512%204.823A1.5%201.5%200%200%201%2012%2015v-3.548l-4.977%204.645a1.5%201.5%200%200%201-2.047-2.193l7.5-7A1.503%201.503%200%200%201%2015%208v3.694l5.513-4.823A1.5%201.5%200%200%201%2023%208v3.694l5.513-4.823A1.5%201.5%200%200%201%2031%208v7a1.5%201.5%200%201%201-3%200v-3.694l-5.513%204.823a1.5%201.5%200%200%201-.987.371m0%2013A1.5%201.5%200%200%201%2020%2028v-3.694l-5.512%204.823A1.5%201.5%200%200%201%2012%2028v-3.548l-4.977%204.645a1.5%201.5%200%200%201-2.047-2.193l7.5-7A1.503%201.503%200%200%201%2015%2021v3.694l5.513-4.823A1.5%201.5%200%200%201%2023%2021v3.694l5.513-4.823A1.5%201.5%200%200%201%2031%2021v7a1.5%201.5%200%201%201-3%200v-3.694l-5.513%204.823a1.5%201.5%200%200%201-.987.371%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%2036%2036%22%3E%3Cpath%20fill%3D%22%239266cc%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.5%2016.5A1.5%201.5%200%200%201%2020%2015v-3.694l-5.512%204.823A1.5%201.5%200%200%201%2012%2015v-3.548l-4.977%204.645a1.5%201.5%200%200%201-2.047-2.193l7.5-7A1.503%201.503%200%200%201%2015%208v3.694l5.513-4.823A1.5%201.5%200%200%201%2023%208v3.694l5.513-4.823A1.5%201.5%200%200%201%2031%208v7a1.5%201.5%200%201%201-3%200v-3.694l-5.513%204.823a1.5%201.5%200%200%201-.987.371m0%2013A1.5%201.5%200%200%201%2020%2028v-3.694l-5.512%204.823A1.5%201.5%200%200%201%2012%2028v-3.548l-4.977%204.645a1.5%201.5%200%200%201-2.047-2.193l7.5-7A1.503%201.503%200%200%201%2015%2021v3.694l5.513-4.823A1.5%201.5%200%200%201%2023%2021v3.694l5.513-4.823A1.5%201.5%200%200%201%2031%2021v7a1.5%201.5%200%201%201-3%200v-3.694l-5.513%204.823a1.5%201.5%200%200%201-.987.371%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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