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

Name
pisces
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 pisces 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="#c28fef"/><path fill="#fff" stroke="#fff" stroke-miterlimit="10" d="M45.3 45.9c-4.2-3.2-6.5-7.7-7-12.3h6.2c2 0 2-3.1 0-3.1h-6.2c.4-4.6 2.7-9.1 7-12.3c1.6-1.2 0-3.9-1.6-2.7c-5.2 3.9-8 9.4-8.4 15h-6.2c-.4-5.7-3.4-11.3-8.8-15.2c-1.6-1.2-3.2 1.5-1.6 2.7c4.4 3.2 6.8 7.8 7.3 12.5h-6.4c-2 0-2 3.1 0 3.1H26c-.4 4.7-2.8 9.3-7.2 12.5c-1.6 1.2 0 3.8 1.6 2.7c5.4-3.9 8.3-9.5 8.7-15.2h6.2c.4 5.6 3.2 11 8.5 15c1.5 1.1 3.1-1.6 1.5-2.7z"/></svg>

React

import type { SVGProps } from "react";

export function EmojionePisces(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="#c28fef"/><path fill="#fff" stroke="#fff" strokeMiterlimit="10" d="M45.3 45.9c-4.2-3.2-6.5-7.7-7-12.3h6.2c2 0 2-3.1 0-3.1h-6.2c.4-4.6 2.7-9.1 7-12.3c1.6-1.2 0-3.9-1.6-2.7c-5.2 3.9-8 9.4-8.4 15h-6.2c-.4-5.7-3.4-11.3-8.8-15.2c-1.6-1.2-3.2 1.5-1.6 2.7c4.4 3.2 6.8 7.8 7.3 12.5h-6.4c-2 0-2 3.1 0 3.1H26c-.4 4.7-2.8 9.3-7.2 12.5c-1.6 1.2 0 3.8 1.6 2.7c5.4-3.9 8.3-9.5 8.7-15.2h6.2c.4 5.6 3.2 11 8.5 15c1.5 1.1 3.1-1.6 1.5-2.7z"/></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="#c28fef"/><path fill="#fff" stroke="#fff" stroke-miterlimit="10" d="M45.3 45.9c-4.2-3.2-6.5-7.7-7-12.3h6.2c2 0 2-3.1 0-3.1h-6.2c.4-4.6 2.7-9.1 7-12.3c1.6-1.2 0-3.9-1.6-2.7c-5.2 3.9-8 9.4-8.4 15h-6.2c-.4-5.7-3.4-11.3-8.8-15.2c-1.6-1.2-3.2 1.5-1.6 2.7c4.4 3.2 6.8 7.8 7.3 12.5h-6.4c-2 0-2 3.1 0 3.1H26c-.4 4.7-2.8 9.3-7.2 12.5c-1.6 1.2 0 3.8 1.6 2.7c5.4-3.9 8.3-9.5 8.7-15.2h6.2c.4 5.6 3.2 11 8.5 15c1.5 1.1 3.1-1.6 1.5-2.7z"/></svg>
</template>

CSS

.icon-pisces {
  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%23c28fef%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M45.3%2045.9c-4.2-3.2-6.5-7.7-7-12.3h6.2c2%200%202-3.1%200-3.1h-6.2c.4-4.6%202.7-9.1%207-12.3c1.6-1.2%200-3.9-1.6-2.7c-5.2%203.9-8%209.4-8.4%2015h-6.2c-.4-5.7-3.4-11.3-8.8-15.2c-1.6-1.2-3.2%201.5-1.6%202.7c4.4%203.2%206.8%207.8%207.3%2012.5h-6.4c-2%200-2%203.1%200%203.1H26c-.4%204.7-2.8%209.3-7.2%2012.5c-1.6%201.2%200%203.8%201.6%202.7c5.4-3.9%208.3-9.5%208.7-15.2h6.2c.4%205.6%203.2%2011%208.5%2015c1.5%201.1%203.1-1.6%201.5-2.7z%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%23c28fef%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M45.3%2045.9c-4.2-3.2-6.5-7.7-7-12.3h6.2c2%200%202-3.1%200-3.1h-6.2c.4-4.6%202.7-9.1%207-12.3c1.6-1.2%200-3.9-1.6-2.7c-5.2%203.9-8%209.4-8.4%2015h-6.2c-.4-5.7-3.4-11.3-8.8-15.2c-1.6-1.2-3.2%201.5-1.6%202.7c4.4%203.2%206.8%207.8%207.3%2012.5h-6.4c-2%200-2%203.1%200%203.1H26c-.4%204.7-2.8%209.3-7.2%2012.5c-1.6%201.2%200%203.8%201.6%202.7c5.4-3.9%208.3-9.5%208.7-15.2h6.2c.4%205.6%203.2%2011%208.5%2015c1.5%201.1%203.1-1.6%201.5-2.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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