fish1 very sad icon
fish1-very-sad from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- fish1-very-sad
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
Use the fish1 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="M7.285 13.96c1.76-.11 3.4-.77 4.72-1.83v2.23c0 .35-.29.64-.64.64h-1.79c-.69 0-1.36-.25-1.88-.7l-.4-.35zm4.72-12.32c0-.35-.29-.64-.64-.64h-1.79c-.69 0-1.36.25-1.88.7l-.4.35c1.76.11 3.4.77 4.72 1.83V1.64zm3.05 6.91c.78.78 1.08 1.83.89 2.75c-.07.33-.31.57-.64.64c-.92.19-1.97-.11-2.75-.89c-.14-.14-.24-.29-.35-.44c-.19.2-.38.4-.59.58c.21-.87.34-1.77.38-2.69h-1a12 12 0 0 1-.7 3.59c-.42.23-.85.42-1.31.57c.59-1.26.94-2.68 1.01-4.15h-1c-.08 1.61-.52 3.14-1.28 4.43c-.32.04-.63.07-.96.07c-.09 0-.18-.02-.27-.02c.88-1.25 1.41-2.81 1.5-4.48h-1c-.1 1.73-.73 3.26-1.67 4.35c-.34-.07-.67-.14-.99-.25c.05-.09.1-.19.15-.28c.84-.91 1.41-2.27 1.51-3.82h-1c-.09 1.46-.58 2.79-1.33 3.82c-1.45-.67-2.65-1.78-3.37-3.16c-.38-.72-.38-1.61 0-2.33c.72-1.38 1.92-2.5 3.37-3.16c.75 1.03 1.23 2.36 1.33 3.82h1c-.11-1.69-.78-3.16-1.75-4.06c.35-.12.7-.23 1.07-.3c.94 1.09 1.57 2.63 1.68 4.36h1c-.09-1.67-.62-3.24-1.51-4.49c.09 0 .18-.01.27-.01c.33 0 .65.03.96.07c.75 1.3 1.2 2.82 1.28 4.43h1c-.06-1.47-.41-2.89-1.01-4.15c.46.14.9.34 1.31.57c.4 1.13.64 2.34.7 3.59h1c-.03-.92-.16-1.82-.38-2.69c.21.18.41.38.59.58c.11-.15.21-.31.35-.44c.78-.78 1.83-1.08 2.75-.89c.33.07.57.31.64.64c.19.92-.11 1.97-.89 2.75c-.23.23-.49.41-.76.55c.27.15.52.32.76.55zM3.755 7.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75s.34.75.75.75s.75-.34.75-.75"/></svg>
React
import type { SVGProps } from "react";
export function CodiconFish1VerySad(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="M7.285 13.96c1.76-.11 3.4-.77 4.72-1.83v2.23c0 .35-.29.64-.64.64h-1.79c-.69 0-1.36-.25-1.88-.7l-.4-.35zm4.72-12.32c0-.35-.29-.64-.64-.64h-1.79c-.69 0-1.36.25-1.88.7l-.4.35c1.76.11 3.4.77 4.72 1.83V1.64zm3.05 6.91c.78.78 1.08 1.83.89 2.75c-.07.33-.31.57-.64.64c-.92.19-1.97-.11-2.75-.89c-.14-.14-.24-.29-.35-.44c-.19.2-.38.4-.59.58c.21-.87.34-1.77.38-2.69h-1a12 12 0 0 1-.7 3.59c-.42.23-.85.42-1.31.57c.59-1.26.94-2.68 1.01-4.15h-1c-.08 1.61-.52 3.14-1.28 4.43c-.32.04-.63.07-.96.07c-.09 0-.18-.02-.27-.02c.88-1.25 1.41-2.81 1.5-4.48h-1c-.1 1.73-.73 3.26-1.67 4.35c-.34-.07-.67-.14-.99-.25c.05-.09.1-.19.15-.28c.84-.91 1.41-2.27 1.51-3.82h-1c-.09 1.46-.58 2.79-1.33 3.82c-1.45-.67-2.65-1.78-3.37-3.16c-.38-.72-.38-1.61 0-2.33c.72-1.38 1.92-2.5 3.37-3.16c.75 1.03 1.23 2.36 1.33 3.82h1c-.11-1.69-.78-3.16-1.75-4.06c.35-.12.7-.23 1.07-.3c.94 1.09 1.57 2.63 1.68 4.36h1c-.09-1.67-.62-3.24-1.51-4.49c.09 0 .18-.01.27-.01c.33 0 .65.03.96.07c.75 1.3 1.2 2.82 1.28 4.43h1c-.06-1.47-.41-2.89-1.01-4.15c.46.14.9.34 1.31.57c.4 1.13.64 2.34.7 3.59h1c-.03-.92-.16-1.82-.38-2.69c.21.18.41.38.59.58c.11-.15.21-.31.35-.44c.78-.78 1.83-1.08 2.75-.89c.33.07.57.31.64.64c.19.92-.11 1.97-.89 2.75c-.23.23-.49.41-.76.55c.27.15.52.32.76.55zM3.755 7.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75s.34.75.75.75s.75-.34.75-.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.285 13.96c1.76-.11 3.4-.77 4.72-1.83v2.23c0 .35-.29.64-.64.64h-1.79c-.69 0-1.36-.25-1.88-.7l-.4-.35zm4.72-12.32c0-.35-.29-.64-.64-.64h-1.79c-.69 0-1.36.25-1.88.7l-.4.35c1.76.11 3.4.77 4.72 1.83V1.64zm3.05 6.91c.78.78 1.08 1.83.89 2.75c-.07.33-.31.57-.64.64c-.92.19-1.97-.11-2.75-.89c-.14-.14-.24-.29-.35-.44c-.19.2-.38.4-.59.58c.21-.87.34-1.77.38-2.69h-1a12 12 0 0 1-.7 3.59c-.42.23-.85.42-1.31.57c.59-1.26.94-2.68 1.01-4.15h-1c-.08 1.61-.52 3.14-1.28 4.43c-.32.04-.63.07-.96.07c-.09 0-.18-.02-.27-.02c.88-1.25 1.41-2.81 1.5-4.48h-1c-.1 1.73-.73 3.26-1.67 4.35c-.34-.07-.67-.14-.99-.25c.05-.09.1-.19.15-.28c.84-.91 1.41-2.27 1.51-3.82h-1c-.09 1.46-.58 2.79-1.33 3.82c-1.45-.67-2.65-1.78-3.37-3.16c-.38-.72-.38-1.61 0-2.33c.72-1.38 1.92-2.5 3.37-3.16c.75 1.03 1.23 2.36 1.33 3.82h1c-.11-1.69-.78-3.16-1.75-4.06c.35-.12.7-.23 1.07-.3c.94 1.09 1.57 2.63 1.68 4.36h1c-.09-1.67-.62-3.24-1.51-4.49c.09 0 .18-.01.27-.01c.33 0 .65.03.96.07c.75 1.3 1.2 2.82 1.28 4.43h1c-.06-1.47-.41-2.89-1.01-4.15c.46.14.9.34 1.31.57c.4 1.13.64 2.34.7 3.59h1c-.03-.92-.16-1.82-.38-2.69c.21.18.41.38.59.58c.11-.15.21-.31.35-.44c.78-.78 1.83-1.08 2.75-.89c.33.07.57.31.64.64c.19.92-.11 1.97-.89 2.75c-.23.23-.49.41-.76.55c.27.15.52.32.76.55zM3.755 7.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75s.34.75.75.75s.75-.34.75-.75"/></svg> </template>
CSS
.icon-fish1-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%22M7.285%2013.96c1.76-.11%203.4-.77%204.72-1.83v2.23c0%20.35-.29.64-.64.64h-1.79c-.69%200-1.36-.25-1.88-.7l-.4-.35zm4.72-12.32c0-.35-.29-.64-.64-.64h-1.79c-.69%200-1.36.25-1.88.7l-.4.35c1.76.11%203.4.77%204.72%201.83V1.64zm3.05%206.91c.78.78%201.08%201.83.89%202.75c-.07.33-.31.57-.64.64c-.92.19-1.97-.11-2.75-.89c-.14-.14-.24-.29-.35-.44c-.19.2-.38.4-.59.58c.21-.87.34-1.77.38-2.69h-1a12%2012%200%200%201-.7%203.59c-.42.23-.85.42-1.31.57c.59-1.26.94-2.68%201.01-4.15h-1c-.08%201.61-.52%203.14-1.28%204.43c-.32.04-.63.07-.96.07c-.09%200-.18-.02-.27-.02c.88-1.25%201.41-2.81%201.5-4.48h-1c-.1%201.73-.73%203.26-1.67%204.35c-.34-.07-.67-.14-.99-.25c.05-.09.1-.19.15-.28c.84-.91%201.41-2.27%201.51-3.82h-1c-.09%201.46-.58%202.79-1.33%203.82c-1.45-.67-2.65-1.78-3.37-3.16c-.38-.72-.38-1.61%200-2.33c.72-1.38%201.92-2.5%203.37-3.16c.75%201.03%201.23%202.36%201.33%203.82h1c-.11-1.69-.78-3.16-1.75-4.06c.35-.12.7-.23%201.07-.3c.94%201.09%201.57%202.63%201.68%204.36h1c-.09-1.67-.62-3.24-1.51-4.49c.09%200%20.18-.01.27-.01c.33%200%20.65.03.96.07c.75%201.3%201.2%202.82%201.28%204.43h1c-.06-1.47-.41-2.89-1.01-4.15c.46.14.9.34%201.31.57c.4%201.13.64%202.34.7%203.59h1c-.03-.92-.16-1.82-.38-2.69c.21.18.41.38.59.58c.11-.15.21-.31.35-.44c.78-.78%201.83-1.08%202.75-.89c.33.07.57.31.64.64c.19.92-.11%201.97-.89%202.75c-.23.23-.49.41-.76.55c.27.15.52.32.76.55zM3.755%207.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75s.34.75.75.75s.75-.34.75-.75%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%22M7.285%2013.96c1.76-.11%203.4-.77%204.72-1.83v2.23c0%20.35-.29.64-.64.64h-1.79c-.69%200-1.36-.25-1.88-.7l-.4-.35zm4.72-12.32c0-.35-.29-.64-.64-.64h-1.79c-.69%200-1.36.25-1.88.7l-.4.35c1.76.11%203.4.77%204.72%201.83V1.64zm3.05%206.91c.78.78%201.08%201.83.89%202.75c-.07.33-.31.57-.64.64c-.92.19-1.97-.11-2.75-.89c-.14-.14-.24-.29-.35-.44c-.19.2-.38.4-.59.58c.21-.87.34-1.77.38-2.69h-1a12%2012%200%200%201-.7%203.59c-.42.23-.85.42-1.31.57c.59-1.26.94-2.68%201.01-4.15h-1c-.08%201.61-.52%203.14-1.28%204.43c-.32.04-.63.07-.96.07c-.09%200-.18-.02-.27-.02c.88-1.25%201.41-2.81%201.5-4.48h-1c-.1%201.73-.73%203.26-1.67%204.35c-.34-.07-.67-.14-.99-.25c.05-.09.1-.19.15-.28c.84-.91%201.41-2.27%201.51-3.82h-1c-.09%201.46-.58%202.79-1.33%203.82c-1.45-.67-2.65-1.78-3.37-3.16c-.38-.72-.38-1.61%200-2.33c.72-1.38%201.92-2.5%203.37-3.16c.75%201.03%201.23%202.36%201.33%203.82h1c-.11-1.69-.78-3.16-1.75-4.06c.35-.12.7-.23%201.07-.3c.94%201.09%201.57%202.63%201.68%204.36h1c-.09-1.67-.62-3.24-1.51-4.49c.09%200%20.18-.01.27-.01c.33%200%20.65.03.96.07c.75%201.3%201.2%202.82%201.28%204.43h1c-.06-1.47-.41-2.89-1.01-4.15c.46.14.9.34%201.31.57c.4%201.13.64%202.34.7%203.59h1c-.03-.92-.16-1.82-.38-2.69c.21.18.41.38.59.58c.11-.15.21-.31.35-.44c.78-.78%201.83-1.08%202.75-.89c.33.07.57.31.64.64c.19.92-.11%201.97-.89%202.75c-.23.23-.49.41-.76.55c.27.15.52.32.76.55zM3.755%207.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75s.34.75.75.75s.75-.34.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/fish1-very-sad.svg?color=%231a73e8&size=48