fish2 very sad icon

fish2-very-sad from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
fish2-very-sad
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the fish2 very sad icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15.13 5.02c-.17-.26-.54-.33-.77-.11c-.48.47-1.05.85-1.67 1.12c-.08.48-.15.96-.18 1.46h-1.49c.08-.94.39-1.83.88-2.63c.28-1.03.69-1.97 1.2-2.76c0 0 0-.02.01-.03c-1.77 1.36-2.94 3.27-3.1 5.41h-1c.17-2.64 1.72-4.94 3.98-6.27c-.13-.13-.3-.23-.49-.23c-.27 0-.54.01-.81.02l-.2.02c-2 1.55-3.33 3.86-3.48 6.46h-1c.13-2.5 1.23-4.72 2.91-6.27c-.6.1-1.18.23-1.73.39a10.3 10.3 0 0 0-2.18 5.88h-1c.08-1.97.59-3.77 1.41-5.2c-2.11 1-3.64 2.51-4.19 4.26c-.22.69-.68 1.28-1.34 1.57l-.43.18c-.28.12-.45.39-.45.69v.48c0 .31.19.59.49.7l1.16.44c.56.21 1.04.59 1.38 1.08c.81 1.18 2.08 2.01 3.73 2.55c-1.01-1.51-1.67-3.52-1.75-5.75h1c.11 2.36 1.01 4.5 2.42 6.15c.51.09 1.04.16 1.6.22c-1.73-1.55-2.88-3.82-3.01-6.37h1c.15 2.6 1.48 4.91 3.49 6.47h.18c.27.02.53.03.81.03c.19 0 .36-.1.49-.23c-2.25-1.33-3.8-3.63-3.98-6.27h1c.16 2.14 1.32 4.06 3.1 5.41c0 0 0-.02-.01-.03c-.51-.79-.92-1.72-1.2-2.76c-.49-.8-.8-1.69-.88-2.63h1.49c.03.5.09.98.18 1.46c.62.27 1.19.65 1.67 1.12c.22.22.6.16.77-.11c.55-.86.87-1.88.87-2.98s-.32-2.12-.87-2.98zM3.5 8.13c-.35 0-.63-.28-.63-.63s.28-.63.63-.63s.63.28.63.63s-.28.63-.63.63"/></svg>

React

import type { SVGProps } from "react";

export function CodiconFish2VerySad(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15.13 5.02c-.17-.26-.54-.33-.77-.11c-.48.47-1.05.85-1.67 1.12c-.08.48-.15.96-.18 1.46h-1.49c.08-.94.39-1.83.88-2.63c.28-1.03.69-1.97 1.2-2.76c0 0 0-.02.01-.03c-1.77 1.36-2.94 3.27-3.1 5.41h-1c.17-2.64 1.72-4.94 3.98-6.27c-.13-.13-.3-.23-.49-.23c-.27 0-.54.01-.81.02l-.2.02c-2 1.55-3.33 3.86-3.48 6.46h-1c.13-2.5 1.23-4.72 2.91-6.27c-.6.1-1.18.23-1.73.39a10.3 10.3 0 0 0-2.18 5.88h-1c.08-1.97.59-3.77 1.41-5.2c-2.11 1-3.64 2.51-4.19 4.26c-.22.69-.68 1.28-1.34 1.57l-.43.18c-.28.12-.45.39-.45.69v.48c0 .31.19.59.49.7l1.16.44c.56.21 1.04.59 1.38 1.08c.81 1.18 2.08 2.01 3.73 2.55c-1.01-1.51-1.67-3.52-1.75-5.75h1c.11 2.36 1.01 4.5 2.42 6.15c.51.09 1.04.16 1.6.22c-1.73-1.55-2.88-3.82-3.01-6.37h1c.15 2.6 1.48 4.91 3.49 6.47h.18c.27.02.53.03.81.03c.19 0 .36-.1.49-.23c-2.25-1.33-3.8-3.63-3.98-6.27h1c.16 2.14 1.32 4.06 3.1 5.41c0 0 0-.02-.01-.03c-.51-.79-.92-1.72-1.2-2.76c-.49-.8-.8-1.69-.88-2.63h1.49c.03.5.09.98.18 1.46c.62.27 1.19.65 1.67 1.12c.22.22.6.16.77-.11c.55-.86.87-1.88.87-2.98s-.32-2.12-.87-2.98zM3.5 8.13c-.35 0-.63-.28-.63-.63s.28-.63.63-.63s.63.28.63.63s-.28.63-.63.63"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15.13 5.02c-.17-.26-.54-.33-.77-.11c-.48.47-1.05.85-1.67 1.12c-.08.48-.15.96-.18 1.46h-1.49c.08-.94.39-1.83.88-2.63c.28-1.03.69-1.97 1.2-2.76c0 0 0-.02.01-.03c-1.77 1.36-2.94 3.27-3.1 5.41h-1c.17-2.64 1.72-4.94 3.98-6.27c-.13-.13-.3-.23-.49-.23c-.27 0-.54.01-.81.02l-.2.02c-2 1.55-3.33 3.86-3.48 6.46h-1c.13-2.5 1.23-4.72 2.91-6.27c-.6.1-1.18.23-1.73.39a10.3 10.3 0 0 0-2.18 5.88h-1c.08-1.97.59-3.77 1.41-5.2c-2.11 1-3.64 2.51-4.19 4.26c-.22.69-.68 1.28-1.34 1.57l-.43.18c-.28.12-.45.39-.45.69v.48c0 .31.19.59.49.7l1.16.44c.56.21 1.04.59 1.38 1.08c.81 1.18 2.08 2.01 3.73 2.55c-1.01-1.51-1.67-3.52-1.75-5.75h1c.11 2.36 1.01 4.5 2.42 6.15c.51.09 1.04.16 1.6.22c-1.73-1.55-2.88-3.82-3.01-6.37h1c.15 2.6 1.48 4.91 3.49 6.47h.18c.27.02.53.03.81.03c.19 0 .36-.1.49-.23c-2.25-1.33-3.8-3.63-3.98-6.27h1c.16 2.14 1.32 4.06 3.1 5.41c0 0 0-.02-.01-.03c-.51-.79-.92-1.72-1.2-2.76c-.49-.8-.8-1.69-.88-2.63h1.49c.03.5.09.98.18 1.46c.62.27 1.19.65 1.67 1.12c.22.22.6.16.77-.11c.55-.86.87-1.88.87-2.98s-.32-2.12-.87-2.98zM3.5 8.13c-.35 0-.63-.28-.63-.63s.28-.63.63-.63s.63.28.63.63s-.28.63-.63.63"/></svg>
</template>

CSS

.icon-fish2-very-sad {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.13%205.02c-.17-.26-.54-.33-.77-.11c-.48.47-1.05.85-1.67%201.12c-.08.48-.15.96-.18%201.46h-1.49c.08-.94.39-1.83.88-2.63c.28-1.03.69-1.97%201.2-2.76c0%200%200-.02.01-.03c-1.77%201.36-2.94%203.27-3.1%205.41h-1c.17-2.64%201.72-4.94%203.98-6.27c-.13-.13-.3-.23-.49-.23c-.27%200-.54.01-.81.02l-.2.02c-2%201.55-3.33%203.86-3.48%206.46h-1c.13-2.5%201.23-4.72%202.91-6.27c-.6.1-1.18.23-1.73.39a10.3%2010.3%200%200%200-2.18%205.88h-1c.08-1.97.59-3.77%201.41-5.2c-2.11%201-3.64%202.51-4.19%204.26c-.22.69-.68%201.28-1.34%201.57l-.43.18c-.28.12-.45.39-.45.69v.48c0%20.31.19.59.49.7l1.16.44c.56.21%201.04.59%201.38%201.08c.81%201.18%202.08%202.01%203.73%202.55c-1.01-1.51-1.67-3.52-1.75-5.75h1c.11%202.36%201.01%204.5%202.42%206.15c.51.09%201.04.16%201.6.22c-1.73-1.55-2.88-3.82-3.01-6.37h1c.15%202.6%201.48%204.91%203.49%206.47h.18c.27.02.53.03.81.03c.19%200%20.36-.1.49-.23c-2.25-1.33-3.8-3.63-3.98-6.27h1c.16%202.14%201.32%204.06%203.1%205.41c0%200%200-.02-.01-.03c-.51-.79-.92-1.72-1.2-2.76c-.49-.8-.8-1.69-.88-2.63h1.49c.03.5.09.98.18%201.46c.62.27%201.19.65%201.67%201.12c.22.22.6.16.77-.11c.55-.86.87-1.88.87-2.98s-.32-2.12-.87-2.98zM3.5%208.13c-.35%200-.63-.28-.63-.63s.28-.63.63-.63s.63.28.63.63s-.28.63-.63.63%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.13%205.02c-.17-.26-.54-.33-.77-.11c-.48.47-1.05.85-1.67%201.12c-.08.48-.15.96-.18%201.46h-1.49c.08-.94.39-1.83.88-2.63c.28-1.03.69-1.97%201.2-2.76c0%200%200-.02.01-.03c-1.77%201.36-2.94%203.27-3.1%205.41h-1c.17-2.64%201.72-4.94%203.98-6.27c-.13-.13-.3-.23-.49-.23c-.27%200-.54.01-.81.02l-.2.02c-2%201.55-3.33%203.86-3.48%206.46h-1c.13-2.5%201.23-4.72%202.91-6.27c-.6.1-1.18.23-1.73.39a10.3%2010.3%200%200%200-2.18%205.88h-1c.08-1.97.59-3.77%201.41-5.2c-2.11%201-3.64%202.51-4.19%204.26c-.22.69-.68%201.28-1.34%201.57l-.43.18c-.28.12-.45.39-.45.69v.48c0%20.31.19.59.49.7l1.16.44c.56.21%201.04.59%201.38%201.08c.81%201.18%202.08%202.01%203.73%202.55c-1.01-1.51-1.67-3.52-1.75-5.75h1c.11%202.36%201.01%204.5%202.42%206.15c.51.09%201.04.16%201.6.22c-1.73-1.55-2.88-3.82-3.01-6.37h1c.15%202.6%201.48%204.91%203.49%206.47h.18c.27.02.53.03.81.03c.19%200%20.36-.1.49-.23c-2.25-1.33-3.8-3.63-3.98-6.27h1c.16%202.14%201.32%204.06%203.1%205.41c0%200%200-.02-.01-.03c-.51-.79-.92-1.72-1.2-2.76c-.49-.8-.8-1.69-.88-2.63h1.49c.03.5.09.98.18%201.46c.62.27%201.19.65%201.67%201.12c.22.22.6.16.77-.11c.55-.86.87-1.88.87-2.98s-.32-2.12-.87-2.98zM3.5%208.13c-.35%200-.63-.28-.63-.63s.28-.63.63-.63s.63.28.63.63s-.28.63-.63.63%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/fish2-very-sad.svg?color=%231a73e8&size=48