pisces from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
pisces
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Use the pisces icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M136.4 74.4c11.9-13 32.2-13.9 45.2-2c2.9 2.7 28.3 26.7 53.6 67.8c22.3 36.2 45 86.6 51.1 147.8h67.3c6.1-61.1 28.8-111.6 51.1-147.8c25.3-41.1 50.7-65.1 53.6-67.8c13-11.9 33.3-11.1 45.2 2c11.9 13 11 33.3-2 45.2c-1.4 1.3-22 21.1-42.4 54.2c-17.9 29.1-35.4 68-41.2 114.2h94l3.3.2c16.1 1.6 28.7 15.3 28.7 31.8s-12.6 30.2-28.7 31.8l-3.3.2h-94c5.8 46.2 23.3 85.1 41.2 114.2c20.4 33.1 41 52.9 42.4 54.2c13 11.9 13.9 32.2 2 45.2s-32.2 13.9-45.2 2c-2.9-2.7-28.3-26.7-53.6-67.8c-22.3-36.2-45-86.6-51.1-147.8h-67.3c-6.1 61.1-28.8 111.6-51.1 147.8c-25.3 41.1-50.7 65.1-53.6 67.8c-13 11.9-33.3 11.1-45.2-2c-11.9-13-11-33.3 2-45.2c1.4-1.3 22-21.1 42.4-54.2c17.9-29.1 35.4-68 41.2-114.2h-94c-17.7 0-32-14.3-32-32s14.3-32 32-32h94c-5.8-46.2-23.3-85.1-41.2-114.2c-20.4-33.1-41-52.9-42.4-54.2c-13-11.9-13.9-32.2-2-45.2"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidPisces(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M136.4 74.4c11.9-13 32.2-13.9 45.2-2c2.9 2.7 28.3 26.7 53.6 67.8c22.3 36.2 45 86.6 51.1 147.8h67.3c6.1-61.1 28.8-111.6 51.1-147.8c25.3-41.1 50.7-65.1 53.6-67.8c13-11.9 33.3-11.1 45.2 2c11.9 13 11 33.3-2 45.2c-1.4 1.3-22 21.1-42.4 54.2c-17.9 29.1-35.4 68-41.2 114.2h94l3.3.2c16.1 1.6 28.7 15.3 28.7 31.8s-12.6 30.2-28.7 31.8l-3.3.2h-94c5.8 46.2 23.3 85.1 41.2 114.2c20.4 33.1 41 52.9 42.4 54.2c13 11.9 13.9 32.2 2 45.2s-32.2 13.9-45.2 2c-2.9-2.7-28.3-26.7-53.6-67.8c-22.3-36.2-45-86.6-51.1-147.8h-67.3c-6.1 61.1-28.8 111.6-51.1 147.8c-25.3 41.1-50.7 65.1-53.6 67.8c-13 11.9-33.3 11.1-45.2-2c-11.9-13-11-33.3 2-45.2c1.4-1.3 22-21.1 42.4-54.2c17.9-29.1 35.4-68 41.2-114.2h-94c-17.7 0-32-14.3-32-32s14.3-32 32-32h94c-5.8-46.2-23.3-85.1-41.2-114.2c-20.4-33.1-41-52.9-42.4-54.2c-13-11.9-13.9-32.2-2-45.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M136.4 74.4c11.9-13 32.2-13.9 45.2-2c2.9 2.7 28.3 26.7 53.6 67.8c22.3 36.2 45 86.6 51.1 147.8h67.3c6.1-61.1 28.8-111.6 51.1-147.8c25.3-41.1 50.7-65.1 53.6-67.8c13-11.9 33.3-11.1 45.2 2c11.9 13 11 33.3-2 45.2c-1.4 1.3-22 21.1-42.4 54.2c-17.9 29.1-35.4 68-41.2 114.2h94l3.3.2c16.1 1.6 28.7 15.3 28.7 31.8s-12.6 30.2-28.7 31.8l-3.3.2h-94c5.8 46.2 23.3 85.1 41.2 114.2c20.4 33.1 41 52.9 42.4 54.2c13 11.9 13.9 32.2 2 45.2s-32.2 13.9-45.2 2c-2.9-2.7-28.3-26.7-53.6-67.8c-22.3-36.2-45-86.6-51.1-147.8h-67.3c-6.1 61.1-28.8 111.6-51.1 147.8c-25.3 41.1-50.7 65.1-53.6 67.8c-13 11.9-33.3 11.1-45.2-2c-11.9-13-11-33.3 2-45.2c1.4-1.3 22-21.1 42.4-54.2c17.9-29.1 35.4-68 41.2-114.2h-94c-17.7 0-32-14.3-32-32s14.3-32 32-32h94c-5.8-46.2-23.3-85.1-41.2-114.2c-20.4-33.1-41-52.9-42.4-54.2c-13-11.9-13.9-32.2-2-45.2"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M136.4%2074.4c11.9-13%2032.2-13.9%2045.2-2c2.9%202.7%2028.3%2026.7%2053.6%2067.8c22.3%2036.2%2045%2086.6%2051.1%20147.8h67.3c6.1-61.1%2028.8-111.6%2051.1-147.8c25.3-41.1%2050.7-65.1%2053.6-67.8c13-11.9%2033.3-11.1%2045.2%202c11.9%2013%2011%2033.3-2%2045.2c-1.4%201.3-22%2021.1-42.4%2054.2c-17.9%2029.1-35.4%2068-41.2%20114.2h94l3.3.2c16.1%201.6%2028.7%2015.3%2028.7%2031.8s-12.6%2030.2-28.7%2031.8l-3.3.2h-94c5.8%2046.2%2023.3%2085.1%2041.2%20114.2c20.4%2033.1%2041%2052.9%2042.4%2054.2c13%2011.9%2013.9%2032.2%202%2045.2s-32.2%2013.9-45.2%202c-2.9-2.7-28.3-26.7-53.6-67.8c-22.3-36.2-45-86.6-51.1-147.8h-67.3c-6.1%2061.1-28.8%20111.6-51.1%20147.8c-25.3%2041.1-50.7%2065.1-53.6%2067.8c-13%2011.9-33.3%2011.1-45.2-2c-11.9-13-11-33.3%202-45.2c1.4-1.3%2022-21.1%2042.4-54.2c17.9-29.1%2035.4-68%2041.2-114.2h-94c-17.7%200-32-14.3-32-32s14.3-32%2032-32h94c-5.8-46.2-23.3-85.1-41.2-114.2c-20.4-33.1-41-52.9-42.4-54.2c-13-11.9-13.9-32.2-2-45.2%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M136.4%2074.4c11.9-13%2032.2-13.9%2045.2-2c2.9%202.7%2028.3%2026.7%2053.6%2067.8c22.3%2036.2%2045%2086.6%2051.1%20147.8h67.3c6.1-61.1%2028.8-111.6%2051.1-147.8c25.3-41.1%2050.7-65.1%2053.6-67.8c13-11.9%2033.3-11.1%2045.2%202c11.9%2013%2011%2033.3-2%2045.2c-1.4%201.3-22%2021.1-42.4%2054.2c-17.9%2029.1-35.4%2068-41.2%20114.2h94l3.3.2c16.1%201.6%2028.7%2015.3%2028.7%2031.8s-12.6%2030.2-28.7%2031.8l-3.3.2h-94c5.8%2046.2%2023.3%2085.1%2041.2%20114.2c20.4%2033.1%2041%2052.9%2042.4%2054.2c13%2011.9%2013.9%2032.2%202%2045.2s-32.2%2013.9-45.2%202c-2.9-2.7-28.3-26.7-53.6-67.8c-22.3-36.2-45-86.6-51.1-147.8h-67.3c-6.1%2061.1-28.8%20111.6-51.1%20147.8c-25.3%2041.1-50.7%2065.1-53.6%2067.8c-13%2011.9-33.3%2011.1-45.2-2c-11.9-13-11-33.3%202-45.2c1.4-1.3%2022-21.1%2042.4-54.2c17.9-29.1%2035.4-68%2041.2-114.2h-94c-17.7%200-32-14.3-32-32s14.3-32%2032-32h94c-5.8-46.2-23.3-85.1-41.2-114.2c-20.4-33.1-41-52.9-42.4-54.2c-13-11.9-13.9-32.2-2-45.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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