pisces emoji
pisces from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- pisces
- 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
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the pisces emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><path id="SVGPCQy4bZr" fill="#e380a1" 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"/></defs><circle cx="64" cy="64" r="60" fill="#c2185b"/><circle cx="60.1" cy="63.1" r="56.1" fill="#ec407a"/><use href="#SVGPCQy4bZr" opacity=".65"/><path fill="#fafafa" d="M96.6 60H86c-.6 0-1.1-.5-1-1.1c1.1-11.8 5.7-20 9.7-22.3c1.3-.7 2.1-2.1 2.1-3.6c-.1-3-3.3-4.9-5.9-3.4c-7.3 4-12.8 15.5-13.9 29.5c-.1.5-.5.9-1 .9H52c-.5 0-1-.4-1-.9c-1-13.7-6.4-25-13.5-29.2c-2.6-1.6-5.5-.6-6.2 2.3c-.4 1.8.4 3.6 1.9 4.4c4 2.2 8.7 10.5 9.8 22.3c0 .6-.4 1.1-1 1.1H31.4c-2.1 0-4 1.5-4.1 3.6C27 66 28.9 68 31.2 68H42c.6 0 1 .5 1 1.1c-1.1 11.8-5.7 20-9.7 22.3c-1.3.7-2.1 2.1-2.1 3.6c.1 3 3.3 4.8 5.9 3.4c7.3-4.1 12.8-15.5 13.9-29.5c0-.5.5-.9 1-.9h24c.5 0 .9.4 1 .9c1 13.7 6.4 25 13.5 29.2c2.6 1.6 5.5.7 6.2-2.3c.4-1.8-.4-3.6-1.9-4.4c-4-2.2-8.7-10.4-9.8-22.3c0-.6.4-1.1 1-1.1h10.8c2.3 0 4.2-2 4-4.4c-.2-2.1-2.1-3.6-4.2-3.6"/><use href="#SVGPCQy4bZr" opacity=".3"/></svg>
React
import type { SVGProps } from "react";
export function NotoPisces(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><path id="SVGPCQy4bZr" fill="#e380a1" 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"/></defs><circle cx="64" cy="64" r="60" fill="#c2185b"/><circle cx="60.1" cy="63.1" r="56.1" fill="#ec407a"/><use href="#SVGPCQy4bZr" opacity=".65"/><path fill="#fafafa" d="M96.6 60H86c-.6 0-1.1-.5-1-1.1c1.1-11.8 5.7-20 9.7-22.3c1.3-.7 2.1-2.1 2.1-3.6c-.1-3-3.3-4.9-5.9-3.4c-7.3 4-12.8 15.5-13.9 29.5c-.1.5-.5.9-1 .9H52c-.5 0-1-.4-1-.9c-1-13.7-6.4-25-13.5-29.2c-2.6-1.6-5.5-.6-6.2 2.3c-.4 1.8.4 3.6 1.9 4.4c4 2.2 8.7 10.5 9.8 22.3c0 .6-.4 1.1-1 1.1H31.4c-2.1 0-4 1.5-4.1 3.6C27 66 28.9 68 31.2 68H42c.6 0 1 .5 1 1.1c-1.1 11.8-5.7 20-9.7 22.3c-1.3.7-2.1 2.1-2.1 3.6c.1 3 3.3 4.8 5.9 3.4c7.3-4.1 12.8-15.5 13.9-29.5c0-.5.5-.9 1-.9h24c.5 0 .9.4 1 .9c1 13.7 6.4 25 13.5 29.2c2.6 1.6 5.5.7 6.2-2.3c.4-1.8-.4-3.6-1.9-4.4c-4-2.2-8.7-10.4-9.8-22.3c0-.6.4-1.1 1-1.1h10.8c2.3 0 4.2-2 4-4.4c-.2-2.1-2.1-3.6-4.2-3.6"/><use href="#SVGPCQy4bZr" opacity=".3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><path id="SVGPCQy4bZr" fill="#e380a1" 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"/></defs><circle cx="64" cy="64" r="60" fill="#c2185b"/><circle cx="60.1" cy="63.1" r="56.1" fill="#ec407a"/><use href="#SVGPCQy4bZr" opacity=".65"/><path fill="#fafafa" d="M96.6 60H86c-.6 0-1.1-.5-1-1.1c1.1-11.8 5.7-20 9.7-22.3c1.3-.7 2.1-2.1 2.1-3.6c-.1-3-3.3-4.9-5.9-3.4c-7.3 4-12.8 15.5-13.9 29.5c-.1.5-.5.9-1 .9H52c-.5 0-1-.4-1-.9c-1-13.7-6.4-25-13.5-29.2c-2.6-1.6-5.5-.6-6.2 2.3c-.4 1.8.4 3.6 1.9 4.4c4 2.2 8.7 10.5 9.8 22.3c0 .6-.4 1.1-1 1.1H31.4c-2.1 0-4 1.5-4.1 3.6C27 66 28.9 68 31.2 68H42c.6 0 1 .5 1 1.1c-1.1 11.8-5.7 20-9.7 22.3c-1.3.7-2.1 2.1-2.1 3.6c.1 3 3.3 4.8 5.9 3.4c7.3-4.1 12.8-15.5 13.9-29.5c0-.5.5-.9 1-.9h24c.5 0 .9.4 1 .9c1 13.7 6.4 25 13.5 29.2c2.6 1.6 5.5.7 6.2-2.3c.4-1.8-.4-3.6-1.9-4.4c-4-2.2-8.7-10.4-9.8-22.3c0-.6.4-1.1 1-1.1h10.8c2.3 0 4.2-2 4-4.4c-.2-2.1-2.1-3.6-4.2-3.6"/><use href="#SVGPCQy4bZr" opacity=".3"/></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%20128%20128%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGPCQy4bZr%22%20fill%3D%22%23e380a1%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%2F%3E%3C%2Fdefs%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%2264%22%20r%3D%2260%22%20fill%3D%22%23c2185b%22%2F%3E%3Ccircle%20cx%3D%2260.1%22%20cy%3D%2263.1%22%20r%3D%2256.1%22%20fill%3D%22%23ec407a%22%2F%3E%3Cuse%20href%3D%22%23SVGPCQy4bZr%22%20opacity%3D%22.65%22%2F%3E%3Cpath%20fill%3D%22%23fafafa%22%20d%3D%22M96.6%2060H86c-.6%200-1.1-.5-1-1.1c1.1-11.8%205.7-20%209.7-22.3c1.3-.7%202.1-2.1%202.1-3.6c-.1-3-3.3-4.9-5.9-3.4c-7.3%204-12.8%2015.5-13.9%2029.5c-.1.5-.5.9-1%20.9H52c-.5%200-1-.4-1-.9c-1-13.7-6.4-25-13.5-29.2c-2.6-1.6-5.5-.6-6.2%202.3c-.4%201.8.4%203.6%201.9%204.4c4%202.2%208.7%2010.5%209.8%2022.3c0%20.6-.4%201.1-1%201.1H31.4c-2.1%200-4%201.5-4.1%203.6C27%2066%2028.9%2068%2031.2%2068H42c.6%200%201%20.5%201%201.1c-1.1%2011.8-5.7%2020-9.7%2022.3c-1.3.7-2.1%202.1-2.1%203.6c.1%203%203.3%204.8%205.9%203.4c7.3-4.1%2012.8-15.5%2013.9-29.5c0-.5.5-.9%201-.9h24c.5%200%20.9.4%201%20.9c1%2013.7%206.4%2025%2013.5%2029.2c2.6%201.6%205.5.7%206.2-2.3c.4-1.8-.4-3.6-1.9-4.4c-4-2.2-8.7-10.4-9.8-22.3c0-.6.4-1.1%201-1.1h10.8c2.3%200%204.2-2%204-4.4c-.2-2.1-2.1-3.6-4.2-3.6%22%2F%3E%3Cuse%20href%3D%22%23SVGPCQy4bZr%22%20opacity%3D%22.3%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%20128%20128%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGPCQy4bZr%22%20fill%3D%22%23e380a1%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%2F%3E%3C%2Fdefs%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%2264%22%20r%3D%2260%22%20fill%3D%22%23c2185b%22%2F%3E%3Ccircle%20cx%3D%2260.1%22%20cy%3D%2263.1%22%20r%3D%2256.1%22%20fill%3D%22%23ec407a%22%2F%3E%3Cuse%20href%3D%22%23SVGPCQy4bZr%22%20opacity%3D%22.65%22%2F%3E%3Cpath%20fill%3D%22%23fafafa%22%20d%3D%22M96.6%2060H86c-.6%200-1.1-.5-1-1.1c1.1-11.8%205.7-20%209.7-22.3c1.3-.7%202.1-2.1%202.1-3.6c-.1-3-3.3-4.9-5.9-3.4c-7.3%204-12.8%2015.5-13.9%2029.5c-.1.5-.5.9-1%20.9H52c-.5%200-1-.4-1-.9c-1-13.7-6.4-25-13.5-29.2c-2.6-1.6-5.5-.6-6.2%202.3c-.4%201.8.4%203.6%201.9%204.4c4%202.2%208.7%2010.5%209.8%2022.3c0%20.6-.4%201.1-1%201.1H31.4c-2.1%200-4%201.5-4.1%203.6C27%2066%2028.9%2068%2031.2%2068H42c.6%200%201%20.5%201%201.1c-1.1%2011.8-5.7%2020-9.7%2022.3c-1.3.7-2.1%202.1-2.1%203.6c.1%203%203.3%204.8%205.9%203.4c7.3-4.1%2012.8-15.5%2013.9-29.5c0-.5.5-.9%201-.9h24c.5%200%20.9.4%201%20.9c1%2013.7%206.4%2025%2013.5%2029.2c2.6%201.6%205.5.7%206.2-2.3c.4-1.8-.4-3.6-1.9-4.4c-4-2.2-8.7-10.4-9.8-22.3c0-.6.4-1.1%201-1.1h10.8c2.3%200%204.2-2%204-4.4c-.2-2.1-2.1-3.6-4.2-3.6%22%2F%3E%3Cuse%20href%3D%22%23SVGPCQy4bZr%22%20opacity%3D%22.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/pisces.svg?color=%231a73e8&size=48