fish3 very sad icon

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

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

Related icons in Codicons

Use the fish3 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="M11 12.89v1.61a1.498 1.498 0 0 1-2.4 1.2l-1.14-.86c1.37-.29 2.59-.99 3.54-1.96zm0-9.78V1.5A1.498 1.498 0 0 0 8.6.3l-1.14.86c1.37.29 2.59.99 3.54 1.96zm5 3.14v3.5c0 .69-.56 1.25-1.25 1.25c-.11 0-.22-.02-.33-.04l-1.87-.51a7 7 0 0 0 .43-1.95h-1.01v.11a5.96 5.96 0 0 1-1.99 3.86c.58-1.22.94-2.56 1.01-3.98h-1c-.1 1.9-.77 3.65-1.82 5.09c-.51.2-1.06.33-1.62.38A8.5 8.5 0 0 0 9 8.49H8a7.48 7.48 0 0 1-2.89 5.41c-.44-.07-.88-.17-1.29-.33a6.6 6.6 0 0 0 1.83-1.62c.02-.02.03-.04.05-.06c.14-.19.28-.39.4-.59c.02-.03.04-.06.05-.09c.26-.45.46-.93.61-1.43c.02-.07.03-.13.05-.2c.05-.19.09-.38.12-.58l.03-.22l.03-.29h-1a5.5 5.5 0 0 1-3.25 4.52A6 6 0 0 1 .01 7.99c0-2.1 1.09-3.95 2.73-5.02a5.5 5.5 0 0 1 3.25 4.52h1c0-.1-.02-.2-.03-.29c0-.07-.02-.15-.03-.22c-.03-.19-.07-.39-.12-.58c-.02-.07-.03-.13-.05-.2c-.15-.51-.35-.99-.61-1.43a.4.4 0 0 1-.05-.09c-.12-.21-.26-.4-.4-.59c-.02-.02-.03-.04-.05-.06c-.5-.65-1.12-1.2-1.83-1.62c.41-.16.84-.26 1.29-.33A7.52 7.52 0 0 1 8 7.49h1a8.43 8.43 0 0 0-2.45-5.47c.57.05 1.11.18 1.62.38a9.4 9.4 0 0 1 1.82 5.09h1a10.4 10.4 0 0 0-1.01-3.98c1.09.97 1.83 2.33 1.99 3.86v.11h1.01c-.05-.68-.2-1.33-.43-1.95l1.87-.51c.11-.03.22-.04.33-.04c.69 0 1.25.56 1.25 1.25zM4 7c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1"/></svg>

React

import type { SVGProps } from "react";

export function CodiconFish3VerySad(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="M11 12.89v1.61a1.498 1.498 0 0 1-2.4 1.2l-1.14-.86c1.37-.29 2.59-.99 3.54-1.96zm0-9.78V1.5A1.498 1.498 0 0 0 8.6.3l-1.14.86c1.37.29 2.59.99 3.54 1.96zm5 3.14v3.5c0 .69-.56 1.25-1.25 1.25c-.11 0-.22-.02-.33-.04l-1.87-.51a7 7 0 0 0 .43-1.95h-1.01v.11a5.96 5.96 0 0 1-1.99 3.86c.58-1.22.94-2.56 1.01-3.98h-1c-.1 1.9-.77 3.65-1.82 5.09c-.51.2-1.06.33-1.62.38A8.5 8.5 0 0 0 9 8.49H8a7.48 7.48 0 0 1-2.89 5.41c-.44-.07-.88-.17-1.29-.33a6.6 6.6 0 0 0 1.83-1.62c.02-.02.03-.04.05-.06c.14-.19.28-.39.4-.59c.02-.03.04-.06.05-.09c.26-.45.46-.93.61-1.43c.02-.07.03-.13.05-.2c.05-.19.09-.38.12-.58l.03-.22l.03-.29h-1a5.5 5.5 0 0 1-3.25 4.52A6 6 0 0 1 .01 7.99c0-2.1 1.09-3.95 2.73-5.02a5.5 5.5 0 0 1 3.25 4.52h1c0-.1-.02-.2-.03-.29c0-.07-.02-.15-.03-.22c-.03-.19-.07-.39-.12-.58c-.02-.07-.03-.13-.05-.2c-.15-.51-.35-.99-.61-1.43a.4.4 0 0 1-.05-.09c-.12-.21-.26-.4-.4-.59c-.02-.02-.03-.04-.05-.06c-.5-.65-1.12-1.2-1.83-1.62c.41-.16.84-.26 1.29-.33A7.52 7.52 0 0 1 8 7.49h1a8.43 8.43 0 0 0-2.45-5.47c.57.05 1.11.18 1.62.38a9.4 9.4 0 0 1 1.82 5.09h1a10.4 10.4 0 0 0-1.01-3.98c1.09.97 1.83 2.33 1.99 3.86v.11h1.01c-.05-.68-.2-1.33-.43-1.95l1.87-.51c.11-.03.22-.04.33-.04c.69 0 1.25.56 1.25 1.25zM4 7c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11 12.89v1.61a1.498 1.498 0 0 1-2.4 1.2l-1.14-.86c1.37-.29 2.59-.99 3.54-1.96zm0-9.78V1.5A1.498 1.498 0 0 0 8.6.3l-1.14.86c1.37.29 2.59.99 3.54 1.96zm5 3.14v3.5c0 .69-.56 1.25-1.25 1.25c-.11 0-.22-.02-.33-.04l-1.87-.51a7 7 0 0 0 .43-1.95h-1.01v.11a5.96 5.96 0 0 1-1.99 3.86c.58-1.22.94-2.56 1.01-3.98h-1c-.1 1.9-.77 3.65-1.82 5.09c-.51.2-1.06.33-1.62.38A8.5 8.5 0 0 0 9 8.49H8a7.48 7.48 0 0 1-2.89 5.41c-.44-.07-.88-.17-1.29-.33a6.6 6.6 0 0 0 1.83-1.62c.02-.02.03-.04.05-.06c.14-.19.28-.39.4-.59c.02-.03.04-.06.05-.09c.26-.45.46-.93.61-1.43c.02-.07.03-.13.05-.2c.05-.19.09-.38.12-.58l.03-.22l.03-.29h-1a5.5 5.5 0 0 1-3.25 4.52A6 6 0 0 1 .01 7.99c0-2.1 1.09-3.95 2.73-5.02a5.5 5.5 0 0 1 3.25 4.52h1c0-.1-.02-.2-.03-.29c0-.07-.02-.15-.03-.22c-.03-.19-.07-.39-.12-.58c-.02-.07-.03-.13-.05-.2c-.15-.51-.35-.99-.61-1.43a.4.4 0 0 1-.05-.09c-.12-.21-.26-.4-.4-.59c-.02-.02-.03-.04-.05-.06c-.5-.65-1.12-1.2-1.83-1.62c.41-.16.84-.26 1.29-.33A7.52 7.52 0 0 1 8 7.49h1a8.43 8.43 0 0 0-2.45-5.47c.57.05 1.11.18 1.62.38a9.4 9.4 0 0 1 1.82 5.09h1a10.4 10.4 0 0 0-1.01-3.98c1.09.97 1.83 2.33 1.99 3.86v.11h1.01c-.05-.68-.2-1.33-.43-1.95l1.87-.51c.11-.03.22-.04.33-.04c.69 0 1.25.56 1.25 1.25zM4 7c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1"/></svg>
</template>

CSS

.icon-fish3-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%22M11%2012.89v1.61a1.498%201.498%200%200%201-2.4%201.2l-1.14-.86c1.37-.29%202.59-.99%203.54-1.96zm0-9.78V1.5A1.498%201.498%200%200%200%208.6.3l-1.14.86c1.37.29%202.59.99%203.54%201.96zm5%203.14v3.5c0%20.69-.56%201.25-1.25%201.25c-.11%200-.22-.02-.33-.04l-1.87-.51a7%207%200%200%200%20.43-1.95h-1.01v.11a5.96%205.96%200%200%201-1.99%203.86c.58-1.22.94-2.56%201.01-3.98h-1c-.1%201.9-.77%203.65-1.82%205.09c-.51.2-1.06.33-1.62.38A8.5%208.5%200%200%200%209%208.49H8a7.48%207.48%200%200%201-2.89%205.41c-.44-.07-.88-.17-1.29-.33a6.6%206.6%200%200%200%201.83-1.62c.02-.02.03-.04.05-.06c.14-.19.28-.39.4-.59c.02-.03.04-.06.05-.09c.26-.45.46-.93.61-1.43c.02-.07.03-.13.05-.2c.05-.19.09-.38.12-.58l.03-.22l.03-.29h-1a5.5%205.5%200%200%201-3.25%204.52A6%206%200%200%201%20.01%207.99c0-2.1%201.09-3.95%202.73-5.02a5.5%205.5%200%200%201%203.25%204.52h1c0-.1-.02-.2-.03-.29c0-.07-.02-.15-.03-.22c-.03-.19-.07-.39-.12-.58c-.02-.07-.03-.13-.05-.2c-.15-.51-.35-.99-.61-1.43a.4.4%200%200%201-.05-.09c-.12-.21-.26-.4-.4-.59c-.02-.02-.03-.04-.05-.06c-.5-.65-1.12-1.2-1.83-1.62c.41-.16.84-.26%201.29-.33A7.52%207.52%200%200%201%208%207.49h1a8.43%208.43%200%200%200-2.45-5.47c.57.05%201.11.18%201.62.38a9.4%209.4%200%200%201%201.82%205.09h1a10.4%2010.4%200%200%200-1.01-3.98c1.09.97%201.83%202.33%201.99%203.86v.11h1.01c-.05-.68-.2-1.33-.43-1.95l1.87-.51c.11-.03.22-.04.33-.04c.69%200%201.25.56%201.25%201.25zM4%207c0-.55-.45-1-1-1s-1%20.45-1%201s.45%201%201%201s1-.45%201-1%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%22M11%2012.89v1.61a1.498%201.498%200%200%201-2.4%201.2l-1.14-.86c1.37-.29%202.59-.99%203.54-1.96zm0-9.78V1.5A1.498%201.498%200%200%200%208.6.3l-1.14.86c1.37.29%202.59.99%203.54%201.96zm5%203.14v3.5c0%20.69-.56%201.25-1.25%201.25c-.11%200-.22-.02-.33-.04l-1.87-.51a7%207%200%200%200%20.43-1.95h-1.01v.11a5.96%205.96%200%200%201-1.99%203.86c.58-1.22.94-2.56%201.01-3.98h-1c-.1%201.9-.77%203.65-1.82%205.09c-.51.2-1.06.33-1.62.38A8.5%208.5%200%200%200%209%208.49H8a7.48%207.48%200%200%201-2.89%205.41c-.44-.07-.88-.17-1.29-.33a6.6%206.6%200%200%200%201.83-1.62c.02-.02.03-.04.05-.06c.14-.19.28-.39.4-.59c.02-.03.04-.06.05-.09c.26-.45.46-.93.61-1.43c.02-.07.03-.13.05-.2c.05-.19.09-.38.12-.58l.03-.22l.03-.29h-1a5.5%205.5%200%200%201-3.25%204.52A6%206%200%200%201%20.01%207.99c0-2.1%201.09-3.95%202.73-5.02a5.5%205.5%200%200%201%203.25%204.52h1c0-.1-.02-.2-.03-.29c0-.07-.02-.15-.03-.22c-.03-.19-.07-.39-.12-.58c-.02-.07-.03-.13-.05-.2c-.15-.51-.35-.99-.61-1.43a.4.4%200%200%201-.05-.09c-.12-.21-.26-.4-.4-.59c-.02-.02-.03-.04-.05-.06c-.5-.65-1.12-1.2-1.83-1.62c.41-.16.84-.26%201.29-.33A7.52%207.52%200%200%201%208%207.49h1a8.43%208.43%200%200%200-2.45-5.47c.57.05%201.11.18%201.62.38a9.4%209.4%200%200%201%201.82%205.09h1a10.4%2010.4%200%200%200-1.01-3.98c1.09.97%201.83%202.33%201.99%203.86v.11h1.01c-.05-.68-.2-1.33-.43-1.95l1.87-.51c.11-.03.22-.04.33-.04c.69%200%201.25.56%201.25%201.25zM4%207c0-.55-.45-1-1-1s-1%20.45-1%201s.45%201%201%201s1-.45%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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