aquarius emoji

aquarius from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.

Name
aquarius
Set
Noto Emoji
Style
Default
Category
Symbols
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More symbols icons from Noto Emoji

Use the aquarius emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="64" r="60" fill="#7b1fa2"/><circle cx="60.1" cy="63.1" r="56.1" fill="#ab47bc"/><path fill="#fff" d="M24 29.7c4.5-7.1 14.1-13 24.1-14.8c2.5-.4 5-.6 7.1.2c1.6.6 2.9 2.1 2 3.8c-.7 1.4-2.6 2-4.1 2.5c-9.3 3-17.9 6.4-23.1 14.3c-2 3-4.9 14.4-8.6 12.3c-3.9-2.3-3.1-9.5 2.6-18.3" opacity=".3"/><g fill="#fafafa"><path d="M100 64c-1.4 0-2.7-.7-3.4-1.9l-7.7-12.9c-.4-.7-1.3-.7-1.7 0l-7.7 12.7c-.5.8-1.3 1.5-2.2 1.8c-1.8.6-3.8-.2-4.7-1.7l-7.7-12.9c-.4-.7-1.3-.7-1.7 0l-7.7 12.7c-.5.8-1.3 1.5-2.2 1.8c-1.8.6-3.8-.2-4.7-1.7L40.9 49c-.4-.7-1.3-.7-1.7 0l-7.6 12.7c-1.1 1.8-3.3 2.6-5.2 1.7c-2.2-1-2.9-3.7-1.7-5.7l11.9-19.9c.5-.8 1.3-1.5 2.2-1.8c1.8-.6 3.8.2 4.7 1.7l7.7 12.9c.4.7 1.3.7 1.7 0l7.6-12.7c.5-.8 1.3-1.5 2.2-1.8c1.8-.6 3.8.2 4.7 1.7l7.7 12.9c.4.7 1.3.7 1.7 0L84.5 38c.5-.8 1.3-1.5 2.2-1.8c1.8-.6 3.8.2 4.7 1.7l11.9 19.9c1.1 1.8.7 4.2-1 5.4c-.6.6-1.5.8-2.3.8"/><path d="M100 92c-1.4 0-2.7-.7-3.4-1.9l-7.7-12.9c-.4-.7-1.3-.7-1.7 0l-7.7 12.7c-.5.8-1.3 1.5-2.2 1.8c-1.8.6-3.8-.2-4.7-1.7l-7.7-12.9c-.4-.7-1.3-.7-1.7 0l-7.7 12.7c-.5.8-1.3 1.5-2.2 1.8c-1.8.6-3.8-.2-4.7-1.7L40.9 77c-.4-.7-1.3-.7-1.7 0l-7.6 12.7c-1.1 1.8-3.3 2.6-5.2 1.7c-2.2-1-2.9-3.7-1.7-5.7l11.9-19.9c.5-.8 1.3-1.5 2.2-1.8c1.8-.6 3.8.2 4.7 1.7l7.7 12.8c.4.7 1.3.7 1.7 0L60.5 66c.5-.8 1.3-1.5 2.2-1.8c1.8-.6 3.8.2 4.7 1.7l7.7 12.8c.4.7 1.3.7 1.7 0L84.5 66c.5-.8 1.3-1.5 2.2-1.8c1.8-.6 3.8.2 4.7 1.7l11.9 19.8c1.1 1.8.7 4.2-1 5.4c-.6.7-1.5.9-2.3.9"/></g></svg>

React

import type { SVGProps } from "react";

export function NotoAquarius(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="64" r="60" fill="#7b1fa2"/><circle cx="60.1" cy="63.1" r="56.1" fill="#ab47bc"/><path fill="#fff" d="M24 29.7c4.5-7.1 14.1-13 24.1-14.8c2.5-.4 5-.6 7.1.2c1.6.6 2.9 2.1 2 3.8c-.7 1.4-2.6 2-4.1 2.5c-9.3 3-17.9 6.4-23.1 14.3c-2 3-4.9 14.4-8.6 12.3c-3.9-2.3-3.1-9.5 2.6-18.3" opacity=".3"/><g fill="#fafafa"><path d="M100 64c-1.4 0-2.7-.7-3.4-1.9l-7.7-12.9c-.4-.7-1.3-.7-1.7 0l-7.7 12.7c-.5.8-1.3 1.5-2.2 1.8c-1.8.6-3.8-.2-4.7-1.7l-7.7-12.9c-.4-.7-1.3-.7-1.7 0l-7.7 12.7c-.5.8-1.3 1.5-2.2 1.8c-1.8.6-3.8-.2-4.7-1.7L40.9 49c-.4-.7-1.3-.7-1.7 0l-7.6 12.7c-1.1 1.8-3.3 2.6-5.2 1.7c-2.2-1-2.9-3.7-1.7-5.7l11.9-19.9c.5-.8 1.3-1.5 2.2-1.8c1.8-.6 3.8.2 4.7 1.7l7.7 12.9c.4.7 1.3.7 1.7 0l7.6-12.7c.5-.8 1.3-1.5 2.2-1.8c1.8-.6 3.8.2 4.7 1.7l7.7 12.9c.4.7 1.3.7 1.7 0L84.5 38c.5-.8 1.3-1.5 2.2-1.8c1.8-.6 3.8.2 4.7 1.7l11.9 19.9c1.1 1.8.7 4.2-1 5.4c-.6.6-1.5.8-2.3.8"/><path d="M100 92c-1.4 0-2.7-.7-3.4-1.9l-7.7-12.9c-.4-.7-1.3-.7-1.7 0l-7.7 12.7c-.5.8-1.3 1.5-2.2 1.8c-1.8.6-3.8-.2-4.7-1.7l-7.7-12.9c-.4-.7-1.3-.7-1.7 0l-7.7 12.7c-.5.8-1.3 1.5-2.2 1.8c-1.8.6-3.8-.2-4.7-1.7L40.9 77c-.4-.7-1.3-.7-1.7 0l-7.6 12.7c-1.1 1.8-3.3 2.6-5.2 1.7c-2.2-1-2.9-3.7-1.7-5.7l11.9-19.9c.5-.8 1.3-1.5 2.2-1.8c1.8-.6 3.8.2 4.7 1.7l7.7 12.8c.4.7 1.3.7 1.7 0L60.5 66c.5-.8 1.3-1.5 2.2-1.8c1.8-.6 3.8.2 4.7 1.7l7.7 12.8c.4.7 1.3.7 1.7 0L84.5 66c.5-.8 1.3-1.5 2.2-1.8c1.8-.6 3.8.2 4.7 1.7l11.9 19.8c1.1 1.8.7 4.2-1 5.4c-.6.7-1.5.9-2.3.9"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="64" r="60" fill="#7b1fa2"/><circle cx="60.1" cy="63.1" r="56.1" fill="#ab47bc"/><path fill="#fff" d="M24 29.7c4.5-7.1 14.1-13 24.1-14.8c2.5-.4 5-.6 7.1.2c1.6.6 2.9 2.1 2 3.8c-.7 1.4-2.6 2-4.1 2.5c-9.3 3-17.9 6.4-23.1 14.3c-2 3-4.9 14.4-8.6 12.3c-3.9-2.3-3.1-9.5 2.6-18.3" opacity=".3"/><g fill="#fafafa"><path d="M100 64c-1.4 0-2.7-.7-3.4-1.9l-7.7-12.9c-.4-.7-1.3-.7-1.7 0l-7.7 12.7c-.5.8-1.3 1.5-2.2 1.8c-1.8.6-3.8-.2-4.7-1.7l-7.7-12.9c-.4-.7-1.3-.7-1.7 0l-7.7 12.7c-.5.8-1.3 1.5-2.2 1.8c-1.8.6-3.8-.2-4.7-1.7L40.9 49c-.4-.7-1.3-.7-1.7 0l-7.6 12.7c-1.1 1.8-3.3 2.6-5.2 1.7c-2.2-1-2.9-3.7-1.7-5.7l11.9-19.9c.5-.8 1.3-1.5 2.2-1.8c1.8-.6 3.8.2 4.7 1.7l7.7 12.9c.4.7 1.3.7 1.7 0l7.6-12.7c.5-.8 1.3-1.5 2.2-1.8c1.8-.6 3.8.2 4.7 1.7l7.7 12.9c.4.7 1.3.7 1.7 0L84.5 38c.5-.8 1.3-1.5 2.2-1.8c1.8-.6 3.8.2 4.7 1.7l11.9 19.9c1.1 1.8.7 4.2-1 5.4c-.6.6-1.5.8-2.3.8"/><path d="M100 92c-1.4 0-2.7-.7-3.4-1.9l-7.7-12.9c-.4-.7-1.3-.7-1.7 0l-7.7 12.7c-.5.8-1.3 1.5-2.2 1.8c-1.8.6-3.8-.2-4.7-1.7l-7.7-12.9c-.4-.7-1.3-.7-1.7 0l-7.7 12.7c-.5.8-1.3 1.5-2.2 1.8c-1.8.6-3.8-.2-4.7-1.7L40.9 77c-.4-.7-1.3-.7-1.7 0l-7.6 12.7c-1.1 1.8-3.3 2.6-5.2 1.7c-2.2-1-2.9-3.7-1.7-5.7l11.9-19.9c.5-.8 1.3-1.5 2.2-1.8c1.8-.6 3.8.2 4.7 1.7l7.7 12.8c.4.7 1.3.7 1.7 0L60.5 66c.5-.8 1.3-1.5 2.2-1.8c1.8-.6 3.8.2 4.7 1.7l7.7 12.8c.4.7 1.3.7 1.7 0L84.5 66c.5-.8 1.3-1.5 2.2-1.8c1.8-.6 3.8.2 4.7 1.7l11.9 19.8c1.1 1.8.7 4.2-1 5.4c-.6.7-1.5.9-2.3.9"/></g></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%20128%20128%22%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%2264%22%20r%3D%2260%22%20fill%3D%22%237b1fa2%22%2F%3E%3Ccircle%20cx%3D%2260.1%22%20cy%3D%2263.1%22%20r%3D%2256.1%22%20fill%3D%22%23ab47bc%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2029.7c4.5-7.1%2014.1-13%2024.1-14.8c2.5-.4%205-.6%207.1.2c1.6.6%202.9%202.1%202%203.8c-.7%201.4-2.6%202-4.1%202.5c-9.3%203-17.9%206.4-23.1%2014.3c-2%203-4.9%2014.4-8.6%2012.3c-3.9-2.3-3.1-9.5%202.6-18.3%22%20opacity%3D%22.3%22%2F%3E%3Cg%20fill%3D%22%23fafafa%22%3E%3Cpath%20d%3D%22M100%2064c-1.4%200-2.7-.7-3.4-1.9l-7.7-12.9c-.4-.7-1.3-.7-1.7%200l-7.7%2012.7c-.5.8-1.3%201.5-2.2%201.8c-1.8.6-3.8-.2-4.7-1.7l-7.7-12.9c-.4-.7-1.3-.7-1.7%200l-7.7%2012.7c-.5.8-1.3%201.5-2.2%201.8c-1.8.6-3.8-.2-4.7-1.7L40.9%2049c-.4-.7-1.3-.7-1.7%200l-7.6%2012.7c-1.1%201.8-3.3%202.6-5.2%201.7c-2.2-1-2.9-3.7-1.7-5.7l11.9-19.9c.5-.8%201.3-1.5%202.2-1.8c1.8-.6%203.8.2%204.7%201.7l7.7%2012.9c.4.7%201.3.7%201.7%200l7.6-12.7c.5-.8%201.3-1.5%202.2-1.8c1.8-.6%203.8.2%204.7%201.7l7.7%2012.9c.4.7%201.3.7%201.7%200L84.5%2038c.5-.8%201.3-1.5%202.2-1.8c1.8-.6%203.8.2%204.7%201.7l11.9%2019.9c1.1%201.8.7%204.2-1%205.4c-.6.6-1.5.8-2.3.8%22%2F%3E%3Cpath%20d%3D%22M100%2092c-1.4%200-2.7-.7-3.4-1.9l-7.7-12.9c-.4-.7-1.3-.7-1.7%200l-7.7%2012.7c-.5.8-1.3%201.5-2.2%201.8c-1.8.6-3.8-.2-4.7-1.7l-7.7-12.9c-.4-.7-1.3-.7-1.7%200l-7.7%2012.7c-.5.8-1.3%201.5-2.2%201.8c-1.8.6-3.8-.2-4.7-1.7L40.9%2077c-.4-.7-1.3-.7-1.7%200l-7.6%2012.7c-1.1%201.8-3.3%202.6-5.2%201.7c-2.2-1-2.9-3.7-1.7-5.7l11.9-19.9c.5-.8%201.3-1.5%202.2-1.8c1.8-.6%203.8.2%204.7%201.7l7.7%2012.8c.4.7%201.3.7%201.7%200L60.5%2066c.5-.8%201.3-1.5%202.2-1.8c1.8-.6%203.8.2%204.7%201.7l7.7%2012.8c.4.7%201.3.7%201.7%200L84.5%2066c.5-.8%201.3-1.5%202.2-1.8c1.8-.6%203.8.2%204.7%201.7l11.9%2019.8c1.1%201.8.7%204.2-1%205.4c-.6.7-1.5.9-2.3.9%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%20128%20128%22%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%2264%22%20r%3D%2260%22%20fill%3D%22%237b1fa2%22%2F%3E%3Ccircle%20cx%3D%2260.1%22%20cy%3D%2263.1%22%20r%3D%2256.1%22%20fill%3D%22%23ab47bc%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2029.7c4.5-7.1%2014.1-13%2024.1-14.8c2.5-.4%205-.6%207.1.2c1.6.6%202.9%202.1%202%203.8c-.7%201.4-2.6%202-4.1%202.5c-9.3%203-17.9%206.4-23.1%2014.3c-2%203-4.9%2014.4-8.6%2012.3c-3.9-2.3-3.1-9.5%202.6-18.3%22%20opacity%3D%22.3%22%2F%3E%3Cg%20fill%3D%22%23fafafa%22%3E%3Cpath%20d%3D%22M100%2064c-1.4%200-2.7-.7-3.4-1.9l-7.7-12.9c-.4-.7-1.3-.7-1.7%200l-7.7%2012.7c-.5.8-1.3%201.5-2.2%201.8c-1.8.6-3.8-.2-4.7-1.7l-7.7-12.9c-.4-.7-1.3-.7-1.7%200l-7.7%2012.7c-.5.8-1.3%201.5-2.2%201.8c-1.8.6-3.8-.2-4.7-1.7L40.9%2049c-.4-.7-1.3-.7-1.7%200l-7.6%2012.7c-1.1%201.8-3.3%202.6-5.2%201.7c-2.2-1-2.9-3.7-1.7-5.7l11.9-19.9c.5-.8%201.3-1.5%202.2-1.8c1.8-.6%203.8.2%204.7%201.7l7.7%2012.9c.4.7%201.3.7%201.7%200l7.6-12.7c.5-.8%201.3-1.5%202.2-1.8c1.8-.6%203.8.2%204.7%201.7l7.7%2012.9c.4.7%201.3.7%201.7%200L84.5%2038c.5-.8%201.3-1.5%202.2-1.8c1.8-.6%203.8.2%204.7%201.7l11.9%2019.9c1.1%201.8.7%204.2-1%205.4c-.6.6-1.5.8-2.3.8%22%2F%3E%3Cpath%20d%3D%22M100%2092c-1.4%200-2.7-.7-3.4-1.9l-7.7-12.9c-.4-.7-1.3-.7-1.7%200l-7.7%2012.7c-.5.8-1.3%201.5-2.2%201.8c-1.8.6-3.8-.2-4.7-1.7l-7.7-12.9c-.4-.7-1.3-.7-1.7%200l-7.7%2012.7c-.5.8-1.3%201.5-2.2%201.8c-1.8.6-3.8-.2-4.7-1.7L40.9%2077c-.4-.7-1.3-.7-1.7%200l-7.6%2012.7c-1.1%201.8-3.3%202.6-5.2%201.7c-2.2-1-2.9-3.7-1.7-5.7l11.9-19.9c.5-.8%201.3-1.5%202.2-1.8c1.8-.6%203.8.2%204.7%201.7l7.7%2012.8c.4.7%201.3.7%201.7%200L60.5%2066c.5-.8%201.3-1.5%202.2-1.8c1.8-.6%203.8.2%204.7%201.7l7.7%2012.8c.4.7%201.3.7%201.7%200L84.5%2066c.5-.8%201.3-1.5%202.2-1.8c1.8-.6%203.8.2%204.7%201.7l11.9%2019.8c1.1%201.8.7%204.2-1%205.4c-.6.7-1.5.9-2.3.9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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