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

Name
fish-fins
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Use the fish fins icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M307.2 102.4c-10.6-8-25-8.5-36.3-1.5s-16.9 20.4-14.3 33.4l9.7 48.6c-19.4 9-36.9 19.9-52.4 31.5c-15.3 11.5-29 23.9-40.7 36.3l-93.1-54.3c-12.5-7.3-28.4-5.3-38.7 4.9s-12.4 26-5.3 38.6L82 320l-45.8 80.1c-7.2 12.6-5 28.4 5.3 38.6s26.1 12.2 38.7 4.9l93.1-54.3c11.8 12.3 25.4 24.8 40.7 36.3c15.5 11.6 33 22.5 52.4 31.5l-9.7 48.6c-2.6 13 3.1 26.3 14.3 33.3s25.6 6.5 36.3-1.5l77.6-58.2c54.9-4 101.5-27 137.2-53.8c39.2-29.4 67.2-64.7 81.6-89.5c5.8-9.9 5.8-22.2 0-32.1c-14.4-24.8-42.5-60.1-81.6-89.5c-35.8-26.8-82.3-49.8-137.2-53.8zM416 320c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidFishFins(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="M307.2 102.4c-10.6-8-25-8.5-36.3-1.5s-16.9 20.4-14.3 33.4l9.7 48.6c-19.4 9-36.9 19.9-52.4 31.5c-15.3 11.5-29 23.9-40.7 36.3l-93.1-54.3c-12.5-7.3-28.4-5.3-38.7 4.9s-12.4 26-5.3 38.6L82 320l-45.8 80.1c-7.2 12.6-5 28.4 5.3 38.6s26.1 12.2 38.7 4.9l93.1-54.3c11.8 12.3 25.4 24.8 40.7 36.3c15.5 11.6 33 22.5 52.4 31.5l-9.7 48.6c-2.6 13 3.1 26.3 14.3 33.3s25.6 6.5 36.3-1.5l77.6-58.2c54.9-4 101.5-27 137.2-53.8c39.2-29.4 67.2-64.7 81.6-89.5c5.8-9.9 5.8-22.2 0-32.1c-14.4-24.8-42.5-60.1-81.6-89.5c-35.8-26.8-82.3-49.8-137.2-53.8zM416 320c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M307.2 102.4c-10.6-8-25-8.5-36.3-1.5s-16.9 20.4-14.3 33.4l9.7 48.6c-19.4 9-36.9 19.9-52.4 31.5c-15.3 11.5-29 23.9-40.7 36.3l-93.1-54.3c-12.5-7.3-28.4-5.3-38.7 4.9s-12.4 26-5.3 38.6L82 320l-45.8 80.1c-7.2 12.6-5 28.4 5.3 38.6s26.1 12.2 38.7 4.9l93.1-54.3c11.8 12.3 25.4 24.8 40.7 36.3c15.5 11.6 33 22.5 52.4 31.5l-9.7 48.6c-2.6 13 3.1 26.3 14.3 33.3s25.6 6.5 36.3-1.5l77.6-58.2c54.9-4 101.5-27 137.2-53.8c39.2-29.4 67.2-64.7 81.6-89.5c5.8-9.9 5.8-22.2 0-32.1c-14.4-24.8-42.5-60.1-81.6-89.5c-35.8-26.8-82.3-49.8-137.2-53.8zM416 320c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32"/></svg>
</template>

CSS

.icon-fish-fins {
  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%22M307.2%20102.4c-10.6-8-25-8.5-36.3-1.5s-16.9%2020.4-14.3%2033.4l9.7%2048.6c-19.4%209-36.9%2019.9-52.4%2031.5c-15.3%2011.5-29%2023.9-40.7%2036.3l-93.1-54.3c-12.5-7.3-28.4-5.3-38.7%204.9s-12.4%2026-5.3%2038.6L82%20320l-45.8%2080.1c-7.2%2012.6-5%2028.4%205.3%2038.6s26.1%2012.2%2038.7%204.9l93.1-54.3c11.8%2012.3%2025.4%2024.8%2040.7%2036.3c15.5%2011.6%2033%2022.5%2052.4%2031.5l-9.7%2048.6c-2.6%2013%203.1%2026.3%2014.3%2033.3s25.6%206.5%2036.3-1.5l77.6-58.2c54.9-4%20101.5-27%20137.2-53.8c39.2-29.4%2067.2-64.7%2081.6-89.5c5.8-9.9%205.8-22.2%200-32.1c-14.4-24.8-42.5-60.1-81.6-89.5c-35.8-26.8-82.3-49.8-137.2-53.8zM416%20320c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32%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%22M307.2%20102.4c-10.6-8-25-8.5-36.3-1.5s-16.9%2020.4-14.3%2033.4l9.7%2048.6c-19.4%209-36.9%2019.9-52.4%2031.5c-15.3%2011.5-29%2023.9-40.7%2036.3l-93.1-54.3c-12.5-7.3-28.4-5.3-38.7%204.9s-12.4%2026-5.3%2038.6L82%20320l-45.8%2080.1c-7.2%2012.6-5%2028.4%205.3%2038.6s26.1%2012.2%2038.7%204.9l93.1-54.3c11.8%2012.3%2025.4%2024.8%2040.7%2036.3c15.5%2011.6%2033%2022.5%2052.4%2031.5l-9.7%2048.6c-2.6%2013%203.1%2026.3%2014.3%2033.3s25.6%206.5%2036.3-1.5l77.6-58.2c54.9-4%20101.5-27%20137.2-53.8c39.2-29.4%2067.2-64.7%2081.6-89.5c5.8-9.9%205.8-22.2%200-32.1c-14.4-24.8-42.5-60.1-81.6-89.5c-35.8-26.8-82.3-49.8-137.2-53.8zM416%20320c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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