fish from Font Awesome 6 Solid by Dave Gandy · Regular · Animals · CC-BY-4.0 Attribution required.

Name
fish
Set
Font Awesome 6 Solid
Style
Regular
Category
Animals
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

More animals icons from Font Awesome 6 Solid

Use the fish icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M180.5 141.5C219.7 108.5 272.6 80 336 80s116.3 28.5 155.5 61.5c39.1 33 66.9 72.4 81 99.8c4.7 9.2 4.7 20.1 0 29.3c-14.1 27.4-41.9 66.8-81 99.8C452.3 403.5 399.4 432 336 432s-116.3-28.5-155.5-61.5c-16.2-13.7-30.5-28.5-42.7-43.1l-89.7 52.2c-12.5 7.3-28.4 5.3-38.7-4.9s-12.4-26-5.2-38.6L50 256L4.2 175.9c-7.2-12.6-5-28.4 5.3-38.6s26.1-12.2 38.7-4.9l89.7 52.3c12.2-14.6 26.5-29.4 42.7-43.1zM448 256a32 32 0 1 0-64 0a32 32 0 1 0 64 0"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidFish(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M180.5 141.5C219.7 108.5 272.6 80 336 80s116.3 28.5 155.5 61.5c39.1 33 66.9 72.4 81 99.8c4.7 9.2 4.7 20.1 0 29.3c-14.1 27.4-41.9 66.8-81 99.8C452.3 403.5 399.4 432 336 432s-116.3-28.5-155.5-61.5c-16.2-13.7-30.5-28.5-42.7-43.1l-89.7 52.2c-12.5 7.3-28.4 5.3-38.7-4.9s-12.4-26-5.2-38.6L50 256L4.2 175.9c-7.2-12.6-5-28.4 5.3-38.6s26.1-12.2 38.7-4.9l89.7 52.3c12.2-14.6 26.5-29.4 42.7-43.1zM448 256a32 32 0 1 0-64 0a32 32 0 1 0 64 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M180.5 141.5C219.7 108.5 272.6 80 336 80s116.3 28.5 155.5 61.5c39.1 33 66.9 72.4 81 99.8c4.7 9.2 4.7 20.1 0 29.3c-14.1 27.4-41.9 66.8-81 99.8C452.3 403.5 399.4 432 336 432s-116.3-28.5-155.5-61.5c-16.2-13.7-30.5-28.5-42.7-43.1l-89.7 52.2c-12.5 7.3-28.4 5.3-38.7-4.9s-12.4-26-5.2-38.6L50 256L4.2 175.9c-7.2-12.6-5-28.4 5.3-38.6s26.1-12.2 38.7-4.9l89.7 52.3c12.2-14.6 26.5-29.4 42.7-43.1zM448 256a32 32 0 1 0-64 0a32 32 0 1 0 64 0"/></svg>
</template>

CSS

.icon-fish {
  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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M180.5%20141.5C219.7%20108.5%20272.6%2080%20336%2080s116.3%2028.5%20155.5%2061.5c39.1%2033%2066.9%2072.4%2081%2099.8c4.7%209.2%204.7%2020.1%200%2029.3c-14.1%2027.4-41.9%2066.8-81%2099.8C452.3%20403.5%20399.4%20432%20336%20432s-116.3-28.5-155.5-61.5c-16.2-13.7-30.5-28.5-42.7-43.1l-89.7%2052.2c-12.5%207.3-28.4%205.3-38.7-4.9s-12.4-26-5.2-38.6L50%20256L4.2%20175.9c-7.2-12.6-5-28.4%205.3-38.6s26.1-12.2%2038.7-4.9l89.7%2052.3c12.2-14.6%2026.5-29.4%2042.7-43.1zM448%20256a32%2032%200%201%200-64%200a32%2032%200%201%200%2064%200%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M180.5%20141.5C219.7%20108.5%20272.6%2080%20336%2080s116.3%2028.5%20155.5%2061.5c39.1%2033%2066.9%2072.4%2081%2099.8c4.7%209.2%204.7%2020.1%200%2029.3c-14.1%2027.4-41.9%2066.8-81%2099.8C452.3%20403.5%20399.4%20432%20336%20432s-116.3-28.5-155.5-61.5c-16.2-13.7-30.5-28.5-42.7-43.1l-89.7%2052.2c-12.5%207.3-28.4%205.3-38.7-4.9s-12.4-26-5.2-38.6L50%20256L4.2%20175.9c-7.2-12.6-5-28.4%205.3-38.6s26.1-12.2%2038.7-4.9l89.7%2052.3c12.2-14.6%2026.5-29.4%2042.7-43.1zM448%20256a32%2032%200%201%200-64%200a32%2032%200%201%200%2064%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Fish icon — Font Awesome 6 Solid · IconsDB