fish3 neutral icon
fish3-neutral from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- fish3-neutral
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
Use the fish3 neutral 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.96zM6 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 2M2.73 13.02A6 6 0 0 1 0 8c0-2.1 1.09-3.95 2.73-5.02C4.66 3.84 6 5.76 6 8s-1.35 4.17-3.27 5.02M4 7c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1m10.75-2c-.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 5"/></svg>
React
import type { SVGProps } from "react";
export function CodiconFish3Neutral(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.96zM6 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 2M2.73 13.02A6 6 0 0 1 0 8c0-2.1 1.09-3.95 2.73-5.02C4.66 3.84 6 5.76 6 8s-1.35 4.17-3.27 5.02M4 7c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1m10.75-2c-.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 5"/></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.96zM6 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 2M2.73 13.02A6 6 0 0 1 0 8c0-2.1 1.09-3.95 2.73-5.02C4.66 3.84 6 5.76 6 8s-1.35 4.17-3.27 5.02M4 7c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1m10.75-2c-.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 5"/></svg> </template>
CSS
.icon-fish3-neutral {
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.96zM6%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%202M2.73%2013.02A6%206%200%200%201%200%208c0-2.1%201.09-3.95%202.73-5.02C4.66%203.84%206%205.76%206%208s-1.35%204.17-3.27%205.02M4%207c0-.55-.45-1-1-1s-1%20.45-1%201s.45%201%201%201s1-.45%201-1m10.75-2c-.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%205%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.96zM6%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%202M2.73%2013.02A6%206%200%200%201%200%208c0-2.1%201.09-3.95%202.73-5.02C4.66%203.84%206%205.76%206%208s-1.35%204.17-3.27%205.02M4%207c0-.55-.45-1-1-1s-1%20.45-1%201s.45%201%201%201s1-.45%201-1m10.75-2c-.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%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/fish3-neutral.svg?color=%231a73e8&size=48