fish from Noto Emoji by Google Inc · Default · Animals & Nature · Apache-2.0 Free for personal and commercial use.

Name
fish
Set
Noto Emoji
Style
Default
Category
Animals & Nature
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More animals & nature icons from Noto Emoji

Use the fish emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><linearGradient id="SVGmL4tqcHE1" x1="55.273" x2="55.273" y1="43.106" y2="106.9" gradientUnits="userSpaceOnUse"><stop offset=".079" stop-color="#1483bc"/><stop offset=".189" stop-color="#1f8cc2"/><stop offset=".381" stop-color="#3ca4d3"/><stop offset=".585" stop-color="#62c2e8"/><stop offset=".962" stop-color="#99d6ef"/></linearGradient><path fill="url(#SVGmL4tqcHE1)" d="m102.92 75.96l-4.08-6.12L82.1 49.39s-15.07-6.58-25.28-6.23c-7.04.24-20.67-2.22-35.63 10.1c-11.21 9.23-13.56 19.9-13.56 19.9l11.09 6.16l-8.45 5.63s9.72 17.82 36.62 21.3c31.89 4.13 43.57-12.49 50.68-21.78c.74-.97 5.35-8.51 5.35-8.51"/><path fill="#1b65a6" d="M57.66 27.63c-.84.47-6.55 5.19-9.22 8.56c-2.36 2.98-4.86 7.32-4.86 7.32s12.67-.4 21.87 2.7s19.58 9.88 27.59 19.33c6.15 7.25 7.77 10.14 7.84 11.47c.07 1.34-5.07 7.81-10.65 13.4c-3.57 3.57-7.09 6.95-16.38 12.29c-4.37 2.51-7.81 3.38-7.81 3.38s10.16 1.77 15.13 1.83c5.54.07 8.78-.33 9.15-1.64c.38-1.31-5.82-6.01-5.82-6.01s6.62-5.35 11.31-10.86c1.86-2.19 6.71-8.38 6.71-8.38s5.18 5.39 8.14 7.88c3.1 2.6 10.42 8.17 11.57 7.7c1.32-.54-1.5-8.92-3.38-12.29c-1.88-3.38-6.76-7.98-6.76-7.98s6.17-4.74 8.42-10.09s3.97-12.34 2.56-13s-10.68 8.87-12.55 10.75c-1.88 1.88-7.02 8.09-7.02 8.09s-4.36-4.58-5.39-5.8s-4.32-5.35-4.32-5.35s-7.03-14.3-19.62-24.31c-8.72-6.93-16.51-8.99-16.51-8.99"/><path fill="#1b65a6" d="M48.93 77.79c0 1.69-.77 7.34 4.22 11.05c5.81 4.31 14.55 5.04 17.83 4.86c5.04-.28 7.23-1.6 7.23-1.6s-5.16-6.48-14.27-10.89s-15.01-3.42-15.01-3.42m-43.64-5c-.86 1.66.28 2.42 3.1 3.73s7.13 2.91 7.13 2.91s-2.72 1.13-4.13 2.06c-1.41.94-3.95 1.89-3.28 3.57c.49 1.24 1.69 1.13 3.94-.09s7.23-4.32 7.32-5.54s-3.21-3.24-5.77-4.6c-3.1-1.64-7.33-3.94-8.31-2.04"/><path fill="#262d33" d="M35.6 69.01c0 1.94-1.23 3.59-3.66 3.75c-2.82.19-3.94-1.86-3.94-3.8s1.83-3.47 3.61-3.64c2.33-.2 3.99 1.75 3.99 3.69"/><path fill="#e0ecf3" d="M46.3 70.89c-.95.13-1.31 1.31-1.22 3.19s.56 3.38.28 4.41s-4.22 6.48-4.97 7.51s-1.69 2.53-.66 3.38s2.35-.28 3.1-1.03s5.82-7.41 6.01-8.92c.19-1.5-.47-5.16-.56-5.91c-.1-.75-.57-2.82-1.98-2.63m4.88 0c-.09 1.6 1.78 1.69 3.94 1.69c1.97 0 13.38.52 19.57.84c6.62.35 15.58 1.95 19.54 2.63c2.35.4 4.6.94 4.6-.66c0-1.52-2.46-1.76-4.88-2.25c-2.04-.42-8.56-2.18-19.19-2.84c-7.97-.49-18.7-.82-19.92-.73c-1.22.1-3.57-.2-3.66 1.32"/></svg>

React

import type { SVGProps } from "react";

export function NotoFish(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><linearGradient id="SVGmL4tqcHE1" x1="55.273" x2="55.273" y1="43.106" y2="106.9" gradientUnits="userSpaceOnUse"><stop offset=".079" stopColor="#1483bc"/><stop offset=".189" stopColor="#1f8cc2"/><stop offset=".381" stopColor="#3ca4d3"/><stop offset=".585" stopColor="#62c2e8"/><stop offset=".962" stopColor="#99d6ef"/></linearGradient><path fill="url(#SVGmL4tqcHE1)" d="m102.92 75.96l-4.08-6.12L82.1 49.39s-15.07-6.58-25.28-6.23c-7.04.24-20.67-2.22-35.63 10.1c-11.21 9.23-13.56 19.9-13.56 19.9l11.09 6.16l-8.45 5.63s9.72 17.82 36.62 21.3c31.89 4.13 43.57-12.49 50.68-21.78c.74-.97 5.35-8.51 5.35-8.51"/><path fill="#1b65a6" d="M57.66 27.63c-.84.47-6.55 5.19-9.22 8.56c-2.36 2.98-4.86 7.32-4.86 7.32s12.67-.4 21.87 2.7s19.58 9.88 27.59 19.33c6.15 7.25 7.77 10.14 7.84 11.47c.07 1.34-5.07 7.81-10.65 13.4c-3.57 3.57-7.09 6.95-16.38 12.29c-4.37 2.51-7.81 3.38-7.81 3.38s10.16 1.77 15.13 1.83c5.54.07 8.78-.33 9.15-1.64c.38-1.31-5.82-6.01-5.82-6.01s6.62-5.35 11.31-10.86c1.86-2.19 6.71-8.38 6.71-8.38s5.18 5.39 8.14 7.88c3.1 2.6 10.42 8.17 11.57 7.7c1.32-.54-1.5-8.92-3.38-12.29c-1.88-3.38-6.76-7.98-6.76-7.98s6.17-4.74 8.42-10.09s3.97-12.34 2.56-13s-10.68 8.87-12.55 10.75c-1.88 1.88-7.02 8.09-7.02 8.09s-4.36-4.58-5.39-5.8s-4.32-5.35-4.32-5.35s-7.03-14.3-19.62-24.31c-8.72-6.93-16.51-8.99-16.51-8.99"/><path fill="#1b65a6" d="M48.93 77.79c0 1.69-.77 7.34 4.22 11.05c5.81 4.31 14.55 5.04 17.83 4.86c5.04-.28 7.23-1.6 7.23-1.6s-5.16-6.48-14.27-10.89s-15.01-3.42-15.01-3.42m-43.64-5c-.86 1.66.28 2.42 3.1 3.73s7.13 2.91 7.13 2.91s-2.72 1.13-4.13 2.06c-1.41.94-3.95 1.89-3.28 3.57c.49 1.24 1.69 1.13 3.94-.09s7.23-4.32 7.32-5.54s-3.21-3.24-5.77-4.6c-3.1-1.64-7.33-3.94-8.31-2.04"/><path fill="#262d33" d="M35.6 69.01c0 1.94-1.23 3.59-3.66 3.75c-2.82.19-3.94-1.86-3.94-3.8s1.83-3.47 3.61-3.64c2.33-.2 3.99 1.75 3.99 3.69"/><path fill="#e0ecf3" d="M46.3 70.89c-.95.13-1.31 1.31-1.22 3.19s.56 3.38.28 4.41s-4.22 6.48-4.97 7.51s-1.69 2.53-.66 3.38s2.35-.28 3.1-1.03s5.82-7.41 6.01-8.92c.19-1.5-.47-5.16-.56-5.91c-.1-.75-.57-2.82-1.98-2.63m4.88 0c-.09 1.6 1.78 1.69 3.94 1.69c1.97 0 13.38.52 19.57.84c6.62.35 15.58 1.95 19.54 2.63c2.35.4 4.6.94 4.6-.66c0-1.52-2.46-1.76-4.88-2.25c-2.04-.42-8.56-2.18-19.19-2.84c-7.97-.49-18.7-.82-19.92-.73c-1.22.1-3.57-.2-3.66 1.32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><linearGradient id="SVGmL4tqcHE1" x1="55.273" x2="55.273" y1="43.106" y2="106.9" gradientUnits="userSpaceOnUse"><stop offset=".079" stop-color="#1483bc"/><stop offset=".189" stop-color="#1f8cc2"/><stop offset=".381" stop-color="#3ca4d3"/><stop offset=".585" stop-color="#62c2e8"/><stop offset=".962" stop-color="#99d6ef"/></linearGradient><path fill="url(#SVGmL4tqcHE1)" d="m102.92 75.96l-4.08-6.12L82.1 49.39s-15.07-6.58-25.28-6.23c-7.04.24-20.67-2.22-35.63 10.1c-11.21 9.23-13.56 19.9-13.56 19.9l11.09 6.16l-8.45 5.63s9.72 17.82 36.62 21.3c31.89 4.13 43.57-12.49 50.68-21.78c.74-.97 5.35-8.51 5.35-8.51"/><path fill="#1b65a6" d="M57.66 27.63c-.84.47-6.55 5.19-9.22 8.56c-2.36 2.98-4.86 7.32-4.86 7.32s12.67-.4 21.87 2.7s19.58 9.88 27.59 19.33c6.15 7.25 7.77 10.14 7.84 11.47c.07 1.34-5.07 7.81-10.65 13.4c-3.57 3.57-7.09 6.95-16.38 12.29c-4.37 2.51-7.81 3.38-7.81 3.38s10.16 1.77 15.13 1.83c5.54.07 8.78-.33 9.15-1.64c.38-1.31-5.82-6.01-5.82-6.01s6.62-5.35 11.31-10.86c1.86-2.19 6.71-8.38 6.71-8.38s5.18 5.39 8.14 7.88c3.1 2.6 10.42 8.17 11.57 7.7c1.32-.54-1.5-8.92-3.38-12.29c-1.88-3.38-6.76-7.98-6.76-7.98s6.17-4.74 8.42-10.09s3.97-12.34 2.56-13s-10.68 8.87-12.55 10.75c-1.88 1.88-7.02 8.09-7.02 8.09s-4.36-4.58-5.39-5.8s-4.32-5.35-4.32-5.35s-7.03-14.3-19.62-24.31c-8.72-6.93-16.51-8.99-16.51-8.99"/><path fill="#1b65a6" d="M48.93 77.79c0 1.69-.77 7.34 4.22 11.05c5.81 4.31 14.55 5.04 17.83 4.86c5.04-.28 7.23-1.6 7.23-1.6s-5.16-6.48-14.27-10.89s-15.01-3.42-15.01-3.42m-43.64-5c-.86 1.66.28 2.42 3.1 3.73s7.13 2.91 7.13 2.91s-2.72 1.13-4.13 2.06c-1.41.94-3.95 1.89-3.28 3.57c.49 1.24 1.69 1.13 3.94-.09s7.23-4.32 7.32-5.54s-3.21-3.24-5.77-4.6c-3.1-1.64-7.33-3.94-8.31-2.04"/><path fill="#262d33" d="M35.6 69.01c0 1.94-1.23 3.59-3.66 3.75c-2.82.19-3.94-1.86-3.94-3.8s1.83-3.47 3.61-3.64c2.33-.2 3.99 1.75 3.99 3.69"/><path fill="#e0ecf3" d="M46.3 70.89c-.95.13-1.31 1.31-1.22 3.19s.56 3.38.28 4.41s-4.22 6.48-4.97 7.51s-1.69 2.53-.66 3.38s2.35-.28 3.1-1.03s5.82-7.41 6.01-8.92c.19-1.5-.47-5.16-.56-5.91c-.1-.75-.57-2.82-1.98-2.63m4.88 0c-.09 1.6 1.78 1.69 3.94 1.69c1.97 0 13.38.52 19.57.84c6.62.35 15.58 1.95 19.54 2.63c2.35.4 4.6.94 4.6-.66c0-1.52-2.46-1.76-4.88-2.25c-2.04-.42-8.56-2.18-19.19-2.84c-7.97-.49-18.7-.82-19.92-.73c-1.22.1-3.57-.2-3.66 1.32"/></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%3ClinearGradient%20id%3D%22SVGmL4tqcHE1%22%20x1%3D%2255.273%22%20x2%3D%2255.273%22%20y1%3D%2243.106%22%20y2%3D%22106.9%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.079%22%20stop-color%3D%22%231483bc%22%2F%3E%3Cstop%20offset%3D%22.189%22%20stop-color%3D%22%231f8cc2%22%2F%3E%3Cstop%20offset%3D%22.381%22%20stop-color%3D%22%233ca4d3%22%2F%3E%3Cstop%20offset%3D%22.585%22%20stop-color%3D%22%2362c2e8%22%2F%3E%3Cstop%20offset%3D%22.962%22%20stop-color%3D%22%2399d6ef%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGmL4tqcHE1)%22%20d%3D%22m102.92%2075.96l-4.08-6.12L82.1%2049.39s-15.07-6.58-25.28-6.23c-7.04.24-20.67-2.22-35.63%2010.1c-11.21%209.23-13.56%2019.9-13.56%2019.9l11.09%206.16l-8.45%205.63s9.72%2017.82%2036.62%2021.3c31.89%204.13%2043.57-12.49%2050.68-21.78c.74-.97%205.35-8.51%205.35-8.51%22%2F%3E%3Cpath%20fill%3D%22%231b65a6%22%20d%3D%22M57.66%2027.63c-.84.47-6.55%205.19-9.22%208.56c-2.36%202.98-4.86%207.32-4.86%207.32s12.67-.4%2021.87%202.7s19.58%209.88%2027.59%2019.33c6.15%207.25%207.77%2010.14%207.84%2011.47c.07%201.34-5.07%207.81-10.65%2013.4c-3.57%203.57-7.09%206.95-16.38%2012.29c-4.37%202.51-7.81%203.38-7.81%203.38s10.16%201.77%2015.13%201.83c5.54.07%208.78-.33%209.15-1.64c.38-1.31-5.82-6.01-5.82-6.01s6.62-5.35%2011.31-10.86c1.86-2.19%206.71-8.38%206.71-8.38s5.18%205.39%208.14%207.88c3.1%202.6%2010.42%208.17%2011.57%207.7c1.32-.54-1.5-8.92-3.38-12.29c-1.88-3.38-6.76-7.98-6.76-7.98s6.17-4.74%208.42-10.09s3.97-12.34%202.56-13s-10.68%208.87-12.55%2010.75c-1.88%201.88-7.02%208.09-7.02%208.09s-4.36-4.58-5.39-5.8s-4.32-5.35-4.32-5.35s-7.03-14.3-19.62-24.31c-8.72-6.93-16.51-8.99-16.51-8.99%22%2F%3E%3Cpath%20fill%3D%22%231b65a6%22%20d%3D%22M48.93%2077.79c0%201.69-.77%207.34%204.22%2011.05c5.81%204.31%2014.55%205.04%2017.83%204.86c5.04-.28%207.23-1.6%207.23-1.6s-5.16-6.48-14.27-10.89s-15.01-3.42-15.01-3.42m-43.64-5c-.86%201.66.28%202.42%203.1%203.73s7.13%202.91%207.13%202.91s-2.72%201.13-4.13%202.06c-1.41.94-3.95%201.89-3.28%203.57c.49%201.24%201.69%201.13%203.94-.09s7.23-4.32%207.32-5.54s-3.21-3.24-5.77-4.6c-3.1-1.64-7.33-3.94-8.31-2.04%22%2F%3E%3Cpath%20fill%3D%22%23262d33%22%20d%3D%22M35.6%2069.01c0%201.94-1.23%203.59-3.66%203.75c-2.82.19-3.94-1.86-3.94-3.8s1.83-3.47%203.61-3.64c2.33-.2%203.99%201.75%203.99%203.69%22%2F%3E%3Cpath%20fill%3D%22%23e0ecf3%22%20d%3D%22M46.3%2070.89c-.95.13-1.31%201.31-1.22%203.19s.56%203.38.28%204.41s-4.22%206.48-4.97%207.51s-1.69%202.53-.66%203.38s2.35-.28%203.1-1.03s5.82-7.41%206.01-8.92c.19-1.5-.47-5.16-.56-5.91c-.1-.75-.57-2.82-1.98-2.63m4.88%200c-.09%201.6%201.78%201.69%203.94%201.69c1.97%200%2013.38.52%2019.57.84c6.62.35%2015.58%201.95%2019.54%202.63c2.35.4%204.6.94%204.6-.66c0-1.52-2.46-1.76-4.88-2.25c-2.04-.42-8.56-2.18-19.19-2.84c-7.97-.49-18.7-.82-19.92-.73c-1.22.1-3.57-.2-3.66%201.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%20128%20128%22%3E%3ClinearGradient%20id%3D%22SVGmL4tqcHE1%22%20x1%3D%2255.273%22%20x2%3D%2255.273%22%20y1%3D%2243.106%22%20y2%3D%22106.9%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.079%22%20stop-color%3D%22%231483bc%22%2F%3E%3Cstop%20offset%3D%22.189%22%20stop-color%3D%22%231f8cc2%22%2F%3E%3Cstop%20offset%3D%22.381%22%20stop-color%3D%22%233ca4d3%22%2F%3E%3Cstop%20offset%3D%22.585%22%20stop-color%3D%22%2362c2e8%22%2F%3E%3Cstop%20offset%3D%22.962%22%20stop-color%3D%22%2399d6ef%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGmL4tqcHE1)%22%20d%3D%22m102.92%2075.96l-4.08-6.12L82.1%2049.39s-15.07-6.58-25.28-6.23c-7.04.24-20.67-2.22-35.63%2010.1c-11.21%209.23-13.56%2019.9-13.56%2019.9l11.09%206.16l-8.45%205.63s9.72%2017.82%2036.62%2021.3c31.89%204.13%2043.57-12.49%2050.68-21.78c.74-.97%205.35-8.51%205.35-8.51%22%2F%3E%3Cpath%20fill%3D%22%231b65a6%22%20d%3D%22M57.66%2027.63c-.84.47-6.55%205.19-9.22%208.56c-2.36%202.98-4.86%207.32-4.86%207.32s12.67-.4%2021.87%202.7s19.58%209.88%2027.59%2019.33c6.15%207.25%207.77%2010.14%207.84%2011.47c.07%201.34-5.07%207.81-10.65%2013.4c-3.57%203.57-7.09%206.95-16.38%2012.29c-4.37%202.51-7.81%203.38-7.81%203.38s10.16%201.77%2015.13%201.83c5.54.07%208.78-.33%209.15-1.64c.38-1.31-5.82-6.01-5.82-6.01s6.62-5.35%2011.31-10.86c1.86-2.19%206.71-8.38%206.71-8.38s5.18%205.39%208.14%207.88c3.1%202.6%2010.42%208.17%2011.57%207.7c1.32-.54-1.5-8.92-3.38-12.29c-1.88-3.38-6.76-7.98-6.76-7.98s6.17-4.74%208.42-10.09s3.97-12.34%202.56-13s-10.68%208.87-12.55%2010.75c-1.88%201.88-7.02%208.09-7.02%208.09s-4.36-4.58-5.39-5.8s-4.32-5.35-4.32-5.35s-7.03-14.3-19.62-24.31c-8.72-6.93-16.51-8.99-16.51-8.99%22%2F%3E%3Cpath%20fill%3D%22%231b65a6%22%20d%3D%22M48.93%2077.79c0%201.69-.77%207.34%204.22%2011.05c5.81%204.31%2014.55%205.04%2017.83%204.86c5.04-.28%207.23-1.6%207.23-1.6s-5.16-6.48-14.27-10.89s-15.01-3.42-15.01-3.42m-43.64-5c-.86%201.66.28%202.42%203.1%203.73s7.13%202.91%207.13%202.91s-2.72%201.13-4.13%202.06c-1.41.94-3.95%201.89-3.28%203.57c.49%201.24%201.69%201.13%203.94-.09s7.23-4.32%207.32-5.54s-3.21-3.24-5.77-4.6c-3.1-1.64-7.33-3.94-8.31-2.04%22%2F%3E%3Cpath%20fill%3D%22%23262d33%22%20d%3D%22M35.6%2069.01c0%201.94-1.23%203.59-3.66%203.75c-2.82.19-3.94-1.86-3.94-3.8s1.83-3.47%203.61-3.64c2.33-.2%203.99%201.75%203.99%203.69%22%2F%3E%3Cpath%20fill%3D%22%23e0ecf3%22%20d%3D%22M46.3%2070.89c-.95.13-1.31%201.31-1.22%203.19s.56%203.38.28%204.41s-4.22%206.48-4.97%207.51s-1.69%202.53-.66%203.38s2.35-.28%203.1-1.03s5.82-7.41%206.01-8.92c.19-1.5-.47-5.16-.56-5.91c-.1-.75-.57-2.82-1.98-2.63m4.88%200c-.09%201.6%201.78%201.69%203.94%201.69c1.97%200%2013.38.52%2019.57.84c6.62.35%2015.58%201.95%2019.54%202.63c2.35.4%204.6.94%204.6-.66c0-1.52-2.46-1.76-4.88-2.25c-2.04-.42-8.56-2.18-19.19-2.84c-7.97-.49-18.7-.82-19.92-.73c-1.22.1-3.57-.2-3.66%201.32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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