pisces from Fluent Emoji Flat by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.

Name
pisces
Set
Fluent Emoji Flat
Style
Default
Category
Symbols
Viewbox
32×32
License
MIT

The same emoji in other sets

More symbols icons from Fluent Emoji Flat

Use the pisces emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#8d65c5" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#fff" d="M25 15h-3.96c.22-2.69 1.32-5.21 3.22-7.33a.998.998 0 1 0-1.49-1.33c-1.2 1.33-2.13 2.83-2.77 4.44c-.54 1.36-.87 2.78-.97 4.22h-6.07c-.1-1.45-.43-2.86-.97-4.22c-.63-1.61-1.56-3.11-2.75-4.45a.998.998 0 1 0-1.49 1.33c1.9 2.13 3 4.65 3.22 7.33H7c-.55 0-1 .45-1 1s.45 1 1 1h3.96c-.22 2.69-1.32 5.21-3.22 7.33a1 1 0 0 0 .08 1.41c.19.19.43.27.67.27c.28 0 .55-.11.75-.33c1.19-1.34 2.12-2.83 2.76-4.44c.54-1.36.87-2.78.97-4.22h6.07c.1 1.45.43 2.86.97 4.22a14.9 14.9 0 0 0 2.76 4.44c.2.22.47.33.75.33c.24 0 .47-.08.66-.25c.41-.37.45-1 .08-1.41c-1.9-2.13-3-4.65-3.22-7.33H25c.55 0 1-.45 1-1S25.55 15 25 15"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatPisces(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#8d65c5" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#fff" d="M25 15h-3.96c.22-2.69 1.32-5.21 3.22-7.33a.998.998 0 1 0-1.49-1.33c-1.2 1.33-2.13 2.83-2.77 4.44c-.54 1.36-.87 2.78-.97 4.22h-6.07c-.1-1.45-.43-2.86-.97-4.22c-.63-1.61-1.56-3.11-2.75-4.45a.998.998 0 1 0-1.49 1.33c1.9 2.13 3 4.65 3.22 7.33H7c-.55 0-1 .45-1 1s.45 1 1 1h3.96c-.22 2.69-1.32 5.21-3.22 7.33a1 1 0 0 0 .08 1.41c.19.19.43.27.67.27c.28 0 .55-.11.75-.33c1.19-1.34 2.12-2.83 2.76-4.44c.54-1.36.87-2.78.97-4.22h6.07c.1 1.45.43 2.86.97 4.22a14.9 14.9 0 0 0 2.76 4.44c.2.22.47.33.75.33c.24 0 .47-.08.66-.25c.41-.37.45-1 .08-1.41c-1.9-2.13-3-4.65-3.22-7.33H25c.55 0 1-.45 1-1S25.55 15 25 15"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#8d65c5" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#fff" d="M25 15h-3.96c.22-2.69 1.32-5.21 3.22-7.33a.998.998 0 1 0-1.49-1.33c-1.2 1.33-2.13 2.83-2.77 4.44c-.54 1.36-.87 2.78-.97 4.22h-6.07c-.1-1.45-.43-2.86-.97-4.22c-.63-1.61-1.56-3.11-2.75-4.45a.998.998 0 1 0-1.49 1.33c1.9 2.13 3 4.65 3.22 7.33H7c-.55 0-1 .45-1 1s.45 1 1 1h3.96c-.22 2.69-1.32 5.21-3.22 7.33a1 1 0 0 0 .08 1.41c.19.19.43.27.67.27c.28 0 .55-.11.75-.33c1.19-1.34 2.12-2.83 2.76-4.44c.54-1.36.87-2.78.97-4.22h6.07c.1 1.45.43 2.86.97 4.22a14.9 14.9 0 0 0 2.76 4.44c.2.22.47.33.75.33c.24 0 .47-.08.66-.25c.41-.37.45-1 .08-1.41c-1.9-2.13-3-4.65-3.22-7.33H25c.55 0 1-.45 1-1S25.55 15 25 15"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%238d65c5%22%20d%3D%22M2%206a4%204%200%200%201%204-4h20a4%204%200%200%201%204%204v20a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25%2015h-3.96c.22-2.69%201.32-5.21%203.22-7.33a.998.998%200%201%200-1.49-1.33c-1.2%201.33-2.13%202.83-2.77%204.44c-.54%201.36-.87%202.78-.97%204.22h-6.07c-.1-1.45-.43-2.86-.97-4.22c-.63-1.61-1.56-3.11-2.75-4.45a.998.998%200%201%200-1.49%201.33c1.9%202.13%203%204.65%203.22%207.33H7c-.55%200-1%20.45-1%201s.45%201%201%201h3.96c-.22%202.69-1.32%205.21-3.22%207.33a1%201%200%200%200%20.08%201.41c.19.19.43.27.67.27c.28%200%20.55-.11.75-.33c1.19-1.34%202.12-2.83%202.76-4.44c.54-1.36.87-2.78.97-4.22h6.07c.1%201.45.43%202.86.97%204.22a14.9%2014.9%200%200%200%202.76%204.44c.2.22.47.33.75.33c.24%200%20.47-.08.66-.25c.41-.37.45-1%20.08-1.41c-1.9-2.13-3-4.65-3.22-7.33H25c.55%200%201-.45%201-1S25.55%2015%2025%2015%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%238d65c5%22%20d%3D%22M2%206a4%204%200%200%201%204-4h20a4%204%200%200%201%204%204v20a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25%2015h-3.96c.22-2.69%201.32-5.21%203.22-7.33a.998.998%200%201%200-1.49-1.33c-1.2%201.33-2.13%202.83-2.77%204.44c-.54%201.36-.87%202.78-.97%204.22h-6.07c-.1-1.45-.43-2.86-.97-4.22c-.63-1.61-1.56-3.11-2.75-4.45a.998.998%200%201%200-1.49%201.33c1.9%202.13%203%204.65%203.22%207.33H7c-.55%200-1%20.45-1%201s.45%201%201%201h3.96c-.22%202.69-1.32%205.21-3.22%207.33a1%201%200%200%200%20.08%201.41c.19.19.43.27.67.27c.28%200%20.55-.11.75-.33c1.19-1.34%202.12-2.83%202.76-4.44c.54-1.36.87-2.78.97-4.22h6.07c.1%201.45.43%202.86.97%204.22a14.9%2014.9%200%200%200%202.76%204.44c.2.22.47.33.75.33c.24%200%20.47-.08.66-.25c.41-.37.45-1%20.08-1.41c-1.9-2.13-3-4.65-3.22-7.33H25c.55%200%201-.45%201-1S25.55%2015%2025%2015%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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