fish from Devicon by konpa · Original · MIT Free for personal and commercial use.

Name
fish
Set
Devicon
Style
Original
Viewbox
128×128
License
MIT

The same logo in other sets

Use the fish logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#00acff" d="M126 66.9q-1.95-2.4-5.4-3.3c2.1-.5 3.7-1.5 4.8-2.8s1.6-3 1.6-4.9c0-2.9-1-5.2-3.1-7s-4.9-2.6-8.4-2.6s-2.5 0-4 .4c-1.5.3-3.2.6-5.2 1.2v4.5c1.7-.6 3.3-1.1 4.8-1.4s3-.5 4.4-.5c2.2 0 3.8.5 5 1.5s1.7 2.4 1.7 4.2s-.6 3.1-1.9 4.1s-3 1.5-5.2 1.5h-3.7v4h3.7c2.4 0 4.4.6 5.8 1.8s2.1 2.9 2.1 5s-.7 4-2.1 5.2s-3.5 1.8-6.1 1.8s-3.2-.2-4.7-.6c-1.6-.4-3.2-1.1-4.8-1.9v4.8c1.7.6 3.3 1 5.1 1.3c1.7.3 3.4.5 5.1.5c3.9 0 7-.9 9.2-2.8s3.3-4.5 3.3-7.8s-.6-4.4-1.9-6v-.2Z"/><path fill="#34c534" d="M102.2 49.2L86.1 63.6v2.8l16.1 14.3v-6.6L91.8 65l10.4-9.2zm-35.5.3v6.4l10.1 9L66.7 74v6.4l15.8-14.1v-2.7zm-14.5-7.6c-3.6-1.2-7.2-1.8-10.9-1.8s-7.2.6-10.8 1.8q-5.4 1.8-11.1 5.4v3.9c3.7-2.1 7.3-3.7 11-4.8c3.6-1.1 7.3-1.6 11-1.6s7.3.5 10.9 1.6s7.3 2.6 11.1 4.8v-3.9q-5.7-3.6-11.1-5.4zm.1 41.4c-3.6 1.1-7.3 1.6-10.9 1.6s-7.3-.5-11-1.6c-3.6-1.1-7.3-2.6-11-4.8v3.9q5.7 3.6 11.1 5.4t10.8 1.8c5.4 0 7.2-.6 10.9-1.8q5.4-1.8 11.1-5.4v-3.9q-5.55 3.15-11.1 4.8Zm3.2-59.8h-2.8L38.9 37h6.3l8.9-8.7L63 37h6.3zM39.7 96.4V92h-5.4v4.4l4.2 8.1h3.3zm-17.6-38h5.4v6.5h-5.4zm-6.2-9L0 63.5v2.7l15.9 14.1v-6.4l-10.1-9l10.1-9.1z"/></svg>

React

import type { SVGProps } from "react";

export function DeviconFish(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#00acff" d="M126 66.9q-1.95-2.4-5.4-3.3c2.1-.5 3.7-1.5 4.8-2.8s1.6-3 1.6-4.9c0-2.9-1-5.2-3.1-7s-4.9-2.6-8.4-2.6s-2.5 0-4 .4c-1.5.3-3.2.6-5.2 1.2v4.5c1.7-.6 3.3-1.1 4.8-1.4s3-.5 4.4-.5c2.2 0 3.8.5 5 1.5s1.7 2.4 1.7 4.2s-.6 3.1-1.9 4.1s-3 1.5-5.2 1.5h-3.7v4h3.7c2.4 0 4.4.6 5.8 1.8s2.1 2.9 2.1 5s-.7 4-2.1 5.2s-3.5 1.8-6.1 1.8s-3.2-.2-4.7-.6c-1.6-.4-3.2-1.1-4.8-1.9v4.8c1.7.6 3.3 1 5.1 1.3c1.7.3 3.4.5 5.1.5c3.9 0 7-.9 9.2-2.8s3.3-4.5 3.3-7.8s-.6-4.4-1.9-6v-.2Z"/><path fill="#34c534" d="M102.2 49.2L86.1 63.6v2.8l16.1 14.3v-6.6L91.8 65l10.4-9.2zm-35.5.3v6.4l10.1 9L66.7 74v6.4l15.8-14.1v-2.7zm-14.5-7.6c-3.6-1.2-7.2-1.8-10.9-1.8s-7.2.6-10.8 1.8q-5.4 1.8-11.1 5.4v3.9c3.7-2.1 7.3-3.7 11-4.8c3.6-1.1 7.3-1.6 11-1.6s7.3.5 10.9 1.6s7.3 2.6 11.1 4.8v-3.9q-5.7-3.6-11.1-5.4zm.1 41.4c-3.6 1.1-7.3 1.6-10.9 1.6s-7.3-.5-11-1.6c-3.6-1.1-7.3-2.6-11-4.8v3.9q5.7 3.6 11.1 5.4t10.8 1.8c5.4 0 7.2-.6 10.9-1.8q5.4-1.8 11.1-5.4v-3.9q-5.55 3.15-11.1 4.8Zm3.2-59.8h-2.8L38.9 37h6.3l8.9-8.7L63 37h6.3zM39.7 96.4V92h-5.4v4.4l4.2 8.1h3.3zm-17.6-38h5.4v6.5h-5.4zm-6.2-9L0 63.5v2.7l15.9 14.1v-6.4l-10.1-9l10.1-9.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#00acff" d="M126 66.9q-1.95-2.4-5.4-3.3c2.1-.5 3.7-1.5 4.8-2.8s1.6-3 1.6-4.9c0-2.9-1-5.2-3.1-7s-4.9-2.6-8.4-2.6s-2.5 0-4 .4c-1.5.3-3.2.6-5.2 1.2v4.5c1.7-.6 3.3-1.1 4.8-1.4s3-.5 4.4-.5c2.2 0 3.8.5 5 1.5s1.7 2.4 1.7 4.2s-.6 3.1-1.9 4.1s-3 1.5-5.2 1.5h-3.7v4h3.7c2.4 0 4.4.6 5.8 1.8s2.1 2.9 2.1 5s-.7 4-2.1 5.2s-3.5 1.8-6.1 1.8s-3.2-.2-4.7-.6c-1.6-.4-3.2-1.1-4.8-1.9v4.8c1.7.6 3.3 1 5.1 1.3c1.7.3 3.4.5 5.1.5c3.9 0 7-.9 9.2-2.8s3.3-4.5 3.3-7.8s-.6-4.4-1.9-6v-.2Z"/><path fill="#34c534" d="M102.2 49.2L86.1 63.6v2.8l16.1 14.3v-6.6L91.8 65l10.4-9.2zm-35.5.3v6.4l10.1 9L66.7 74v6.4l15.8-14.1v-2.7zm-14.5-7.6c-3.6-1.2-7.2-1.8-10.9-1.8s-7.2.6-10.8 1.8q-5.4 1.8-11.1 5.4v3.9c3.7-2.1 7.3-3.7 11-4.8c3.6-1.1 7.3-1.6 11-1.6s7.3.5 10.9 1.6s7.3 2.6 11.1 4.8v-3.9q-5.7-3.6-11.1-5.4zm.1 41.4c-3.6 1.1-7.3 1.6-10.9 1.6s-7.3-.5-11-1.6c-3.6-1.1-7.3-2.6-11-4.8v3.9q5.7 3.6 11.1 5.4t10.8 1.8c5.4 0 7.2-.6 10.9-1.8q5.4-1.8 11.1-5.4v-3.9q-5.55 3.15-11.1 4.8Zm3.2-59.8h-2.8L38.9 37h6.3l8.9-8.7L63 37h6.3zM39.7 96.4V92h-5.4v4.4l4.2 8.1h3.3zm-17.6-38h5.4v6.5h-5.4zm-6.2-9L0 63.5v2.7l15.9 14.1v-6.4l-10.1-9l10.1-9.1z"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%2300acff%22%20d%3D%22M126%2066.9q-1.95-2.4-5.4-3.3c2.1-.5%203.7-1.5%204.8-2.8s1.6-3%201.6-4.9c0-2.9-1-5.2-3.1-7s-4.9-2.6-8.4-2.6s-2.5%200-4%20.4c-1.5.3-3.2.6-5.2%201.2v4.5c1.7-.6%203.3-1.1%204.8-1.4s3-.5%204.4-.5c2.2%200%203.8.5%205%201.5s1.7%202.4%201.7%204.2s-.6%203.1-1.9%204.1s-3%201.5-5.2%201.5h-3.7v4h3.7c2.4%200%204.4.6%205.8%201.8s2.1%202.9%202.1%205s-.7%204-2.1%205.2s-3.5%201.8-6.1%201.8s-3.2-.2-4.7-.6c-1.6-.4-3.2-1.1-4.8-1.9v4.8c1.7.6%203.3%201%205.1%201.3c1.7.3%203.4.5%205.1.5c3.9%200%207-.9%209.2-2.8s3.3-4.5%203.3-7.8s-.6-4.4-1.9-6v-.2Z%22%2F%3E%3Cpath%20fill%3D%22%2334c534%22%20d%3D%22M102.2%2049.2L86.1%2063.6v2.8l16.1%2014.3v-6.6L91.8%2065l10.4-9.2zm-35.5.3v6.4l10.1%209L66.7%2074v6.4l15.8-14.1v-2.7zm-14.5-7.6c-3.6-1.2-7.2-1.8-10.9-1.8s-7.2.6-10.8%201.8q-5.4%201.8-11.1%205.4v3.9c3.7-2.1%207.3-3.7%2011-4.8c3.6-1.1%207.3-1.6%2011-1.6s7.3.5%2010.9%201.6s7.3%202.6%2011.1%204.8v-3.9q-5.7-3.6-11.1-5.4zm.1%2041.4c-3.6%201.1-7.3%201.6-10.9%201.6s-7.3-.5-11-1.6c-3.6-1.1-7.3-2.6-11-4.8v3.9q5.7%203.6%2011.1%205.4t10.8%201.8c5.4%200%207.2-.6%2010.9-1.8q5.4-1.8%2011.1-5.4v-3.9q-5.55%203.15-11.1%204.8Zm3.2-59.8h-2.8L38.9%2037h6.3l8.9-8.7L63%2037h6.3zM39.7%2096.4V92h-5.4v4.4l4.2%208.1h3.3zm-17.6-38h5.4v6.5h-5.4zm-6.2-9L0%2063.5v2.7l15.9%2014.1v-6.4l-10.1-9l10.1-9.1z%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%3Cpath%20fill%3D%22%2300acff%22%20d%3D%22M126%2066.9q-1.95-2.4-5.4-3.3c2.1-.5%203.7-1.5%204.8-2.8s1.6-3%201.6-4.9c0-2.9-1-5.2-3.1-7s-4.9-2.6-8.4-2.6s-2.5%200-4%20.4c-1.5.3-3.2.6-5.2%201.2v4.5c1.7-.6%203.3-1.1%204.8-1.4s3-.5%204.4-.5c2.2%200%203.8.5%205%201.5s1.7%202.4%201.7%204.2s-.6%203.1-1.9%204.1s-3%201.5-5.2%201.5h-3.7v4h3.7c2.4%200%204.4.6%205.8%201.8s2.1%202.9%202.1%205s-.7%204-2.1%205.2s-3.5%201.8-6.1%201.8s-3.2-.2-4.7-.6c-1.6-.4-3.2-1.1-4.8-1.9v4.8c1.7.6%203.3%201%205.1%201.3c1.7.3%203.4.5%205.1.5c3.9%200%207-.9%209.2-2.8s3.3-4.5%203.3-7.8s-.6-4.4-1.9-6v-.2Z%22%2F%3E%3Cpath%20fill%3D%22%2334c534%22%20d%3D%22M102.2%2049.2L86.1%2063.6v2.8l16.1%2014.3v-6.6L91.8%2065l10.4-9.2zm-35.5.3v6.4l10.1%209L66.7%2074v6.4l15.8-14.1v-2.7zm-14.5-7.6c-3.6-1.2-7.2-1.8-10.9-1.8s-7.2.6-10.8%201.8q-5.4%201.8-11.1%205.4v3.9c3.7-2.1%207.3-3.7%2011-4.8c3.6-1.1%207.3-1.6%2011-1.6s7.3.5%2010.9%201.6s7.3%202.6%2011.1%204.8v-3.9q-5.7-3.6-11.1-5.4zm.1%2041.4c-3.6%201.1-7.3%201.6-10.9%201.6s-7.3-.5-11-1.6c-3.6-1.1-7.3-2.6-11-4.8v3.9q5.7%203.6%2011.1%205.4t10.8%201.8c5.4%200%207.2-.6%2010.9-1.8q5.4-1.8%2011.1-5.4v-3.9q-5.55%203.15-11.1%204.8Zm3.2-59.8h-2.8L38.9%2037h6.3l8.9-8.7L63%2037h6.3zM39.7%2096.4V92h-5.4v4.4l4.2%208.1h3.3zm-17.6-38h5.4v6.5h-5.4zm-6.2-9L0%2063.5v2.7l15.9%2014.1v-6.4l-10.1-9l10.1-9.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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