fish3 sad icon
fish3-sad from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- fish3-sad
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
Use the fish3 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 1.5A1.498 1.498 0 0 0 8.6.3l-1.14.86c1.37.29 2.59.99 3.54 1.96zM14.75 5c-.11 0-.22.02-.33.04l-1.87.51c.29.76.45 1.58.45 2.45s-.16 1.68-.45 2.45l1.87.51c.11.03.22.04.33.04c.69 0 1.25-.56 1.25-1.25v-3.5C16 5.56 15.44 5 14.75 5M6 8c0-2.24-1.35-4.17-3.27-5.02A6 6 0 0 0 0 8c0 .86.19 1.67.51 2.41c.67-.54 1.72-.51 2.34.11c.2.2.2.51 0 .71s-.51.2-.71 0a.774.774 0 0 0-1.06 0c-.03.03-.05.07-.07.1a6 6 0 0 0 1.71 1.7a5.49 5.49 0 0 0 3.27-5.02zM3 8c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m5.6 7.7a1.498 1.498 0 0 0 2.4-1.2v-1.61a7.06 7.06 0 0 1-3.54 1.96l1.14.86zM6 2c-.77 0-1.51.15-2.19.42C5.71 3.55 7 5.63 7 8s-1.28 4.45-3.19 5.58c.68.27 1.41.42 2.19.42c3.31 0 6-2.69 6-6S9.31 2 6 2"/></svg>
React
import type { SVGProps } from "react";
export function CodiconFish3Sad(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 1.5A1.498 1.498 0 0 0 8.6.3l-1.14.86c1.37.29 2.59.99 3.54 1.96zM14.75 5c-.11 0-.22.02-.33.04l-1.87.51c.29.76.45 1.58.45 2.45s-.16 1.68-.45 2.45l1.87.51c.11.03.22.04.33.04c.69 0 1.25-.56 1.25-1.25v-3.5C16 5.56 15.44 5 14.75 5M6 8c0-2.24-1.35-4.17-3.27-5.02A6 6 0 0 0 0 8c0 .86.19 1.67.51 2.41c.67-.54 1.72-.51 2.34.11c.2.2.2.51 0 .71s-.51.2-.71 0a.774.774 0 0 0-1.06 0c-.03.03-.05.07-.07.1a6 6 0 0 0 1.71 1.7a5.49 5.49 0 0 0 3.27-5.02zM3 8c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m5.6 7.7a1.498 1.498 0 0 0 2.4-1.2v-1.61a7.06 7.06 0 0 1-3.54 1.96l1.14.86zM6 2c-.77 0-1.51.15-2.19.42C5.71 3.55 7 5.63 7 8s-1.28 4.45-3.19 5.58c.68.27 1.41.42 2.19.42c3.31 0 6-2.69 6-6S9.31 2 6 2"/></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 1.5A1.498 1.498 0 0 0 8.6.3l-1.14.86c1.37.29 2.59.99 3.54 1.96zM14.75 5c-.11 0-.22.02-.33.04l-1.87.51c.29.76.45 1.58.45 2.45s-.16 1.68-.45 2.45l1.87.51c.11.03.22.04.33.04c.69 0 1.25-.56 1.25-1.25v-3.5C16 5.56 15.44 5 14.75 5M6 8c0-2.24-1.35-4.17-3.27-5.02A6 6 0 0 0 0 8c0 .86.19 1.67.51 2.41c.67-.54 1.72-.51 2.34.11c.2.2.2.51 0 .71s-.51.2-.71 0a.774.774 0 0 0-1.06 0c-.03.03-.05.07-.07.1a6 6 0 0 0 1.71 1.7a5.49 5.49 0 0 0 3.27-5.02zM3 8c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m5.6 7.7a1.498 1.498 0 0 0 2.4-1.2v-1.61a7.06 7.06 0 0 1-3.54 1.96l1.14.86zM6 2c-.77 0-1.51.15-2.19.42C5.71 3.55 7 5.63 7 8s-1.28 4.45-3.19 5.58c.68.27 1.41.42 2.19.42c3.31 0 6-2.69 6-6S9.31 2 6 2"/></svg> </template>
CSS
.icon-fish3-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%201.5A1.498%201.498%200%200%200%208.6.3l-1.14.86c1.37.29%202.59.99%203.54%201.96zM14.75%205c-.11%200-.22.02-.33.04l-1.87.51c.29.76.45%201.58.45%202.45s-.16%201.68-.45%202.45l1.87.51c.11.03.22.04.33.04c.69%200%201.25-.56%201.25-1.25v-3.5C16%205.56%2015.44%205%2014.75%205M6%208c0-2.24-1.35-4.17-3.27-5.02A6%206%200%200%200%200%208c0%20.86.19%201.67.51%202.41c.67-.54%201.72-.51%202.34.11c.2.2.2.51%200%20.71s-.51.2-.71%200a.774.774%200%200%200-1.06%200c-.03.03-.05.07-.07.1a6%206%200%200%200%201.71%201.7a5.49%205.49%200%200%200%203.27-5.02zM3%208c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201m5.6%207.7a1.498%201.498%200%200%200%202.4-1.2v-1.61a7.06%207.06%200%200%201-3.54%201.96l1.14.86zM6%202c-.77%200-1.51.15-2.19.42C5.71%203.55%207%205.63%207%208s-1.28%204.45-3.19%205.58c.68.27%201.41.42%202.19.42c3.31%200%206-2.69%206-6S9.31%202%206%202%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%201.5A1.498%201.498%200%200%200%208.6.3l-1.14.86c1.37.29%202.59.99%203.54%201.96zM14.75%205c-.11%200-.22.02-.33.04l-1.87.51c.29.76.45%201.58.45%202.45s-.16%201.68-.45%202.45l1.87.51c.11.03.22.04.33.04c.69%200%201.25-.56%201.25-1.25v-3.5C16%205.56%2015.44%205%2014.75%205M6%208c0-2.24-1.35-4.17-3.27-5.02A6%206%200%200%200%200%208c0%20.86.19%201.67.51%202.41c.67-.54%201.72-.51%202.34.11c.2.2.2.51%200%20.71s-.51.2-.71%200a.774.774%200%200%200-1.06%200c-.03.03-.05.07-.07.1a6%206%200%200%200%201.71%201.7a5.49%205.49%200%200%200%203.27-5.02zM3%208c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201m5.6%207.7a1.498%201.498%200%200%200%202.4-1.2v-1.61a7.06%207.06%200%200%201-3.54%201.96l1.14.86zM6%202c-.77%200-1.51.15-2.19.42C5.71%203.55%207%205.63%207%208s-1.28%204.45-3.19%205.58c.68.27%201.41.42%202.19.42c3.31%200%206-2.69%206-6S9.31%202%206%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/fish3-sad.svg?color=%231a73e8&size=48