fish2 neutral icon
fish2-neutral from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- fish2-neutral
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
Use the fish2 neutral icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.42 2.3c-2.11 1-3.64 2.51-4.19 4.26c-.22.69-.68 1.28-1.34 1.57l-.43.18C.18 8.43.01 8.7.01 9v.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.55C5.68 12.63 5.01 10.43 5.01 8c0-2.16.53-4.15 1.42-5.7zM3.5 8.13c-.35 0-.63-.28-.63-.63s.28-.63.63-.63s.63.28.63.63s-.28.63-.63.63M8 8c0 2.77.87 5.24 2.24 6.9c-.68-.06-1.32-.14-1.92-.26C6.92 13.2 6 10.76 6 8c0-2.59.81-4.88 2.07-6.35c.67-.21 1.38-.36 2.12-.48C8.85 2.82 8 5.27 8 7.99zm5.11 5.88c.14.22.16.51.03.74s-.37.38-.64.38c-.28 0-.54-.02-.81-.02C10.09 13.61 9 11 9 8s1.09-5.6 2.69-6.98c.27-.01.54-.02.81-.02s.51.15.64.38s.11.52-.03.74C12.12 3.65 11.5 5.72 11.5 8s.61 4.36 1.61 5.88M16 8c0 1.1-.32 2.12-.87 2.98c-.17.26-.54.33-.77.11c-.48-.47-1.05-.85-1.67-1.12c-.11-.64-.19-1.29-.19-1.96s.08-1.33.19-1.96c.62-.27 1.19-.65 1.67-1.12c.22-.22.6-.16.77.11c.55.86.87 1.88.87 2.98z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconFish2Neutral(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="M6.42 2.3c-2.11 1-3.64 2.51-4.19 4.26c-.22.69-.68 1.28-1.34 1.57l-.43.18C.18 8.43.01 8.7.01 9v.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.55C5.68 12.63 5.01 10.43 5.01 8c0-2.16.53-4.15 1.42-5.7zM3.5 8.13c-.35 0-.63-.28-.63-.63s.28-.63.63-.63s.63.28.63.63s-.28.63-.63.63M8 8c0 2.77.87 5.24 2.24 6.9c-.68-.06-1.32-.14-1.92-.26C6.92 13.2 6 10.76 6 8c0-2.59.81-4.88 2.07-6.35c.67-.21 1.38-.36 2.12-.48C8.85 2.82 8 5.27 8 7.99zm5.11 5.88c.14.22.16.51.03.74s-.37.38-.64.38c-.28 0-.54-.02-.81-.02C10.09 13.61 9 11 9 8s1.09-5.6 2.69-6.98c.27-.01.54-.02.81-.02s.51.15.64.38s.11.52-.03.74C12.12 3.65 11.5 5.72 11.5 8s.61 4.36 1.61 5.88M16 8c0 1.1-.32 2.12-.87 2.98c-.17.26-.54.33-.77.11c-.48-.47-1.05-.85-1.67-1.12c-.11-.64-.19-1.29-.19-1.96s.08-1.33.19-1.96c.62-.27 1.19-.65 1.67-1.12c.22-.22.6-.16.77.11c.55.86.87 1.88.87 2.98z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.42 2.3c-2.11 1-3.64 2.51-4.19 4.26c-.22.69-.68 1.28-1.34 1.57l-.43.18C.18 8.43.01 8.7.01 9v.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.55C5.68 12.63 5.01 10.43 5.01 8c0-2.16.53-4.15 1.42-5.7zM3.5 8.13c-.35 0-.63-.28-.63-.63s.28-.63.63-.63s.63.28.63.63s-.28.63-.63.63M8 8c0 2.77.87 5.24 2.24 6.9c-.68-.06-1.32-.14-1.92-.26C6.92 13.2 6 10.76 6 8c0-2.59.81-4.88 2.07-6.35c.67-.21 1.38-.36 2.12-.48C8.85 2.82 8 5.27 8 7.99zm5.11 5.88c.14.22.16.51.03.74s-.37.38-.64.38c-.28 0-.54-.02-.81-.02C10.09 13.61 9 11 9 8s1.09-5.6 2.69-6.98c.27-.01.54-.02.81-.02s.51.15.64.38s.11.52-.03.74C12.12 3.65 11.5 5.72 11.5 8s.61 4.36 1.61 5.88M16 8c0 1.1-.32 2.12-.87 2.98c-.17.26-.54.33-.77.11c-.48-.47-1.05-.85-1.67-1.12c-.11-.64-.19-1.29-.19-1.96s.08-1.33.19-1.96c.62-.27 1.19-.65 1.67-1.12c.22-.22.6-.16.77.11c.55.86.87 1.88.87 2.98z"/></svg> </template>
CSS
.icon-fish2-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%22M6.42%202.3c-2.11%201-3.64%202.51-4.19%204.26c-.22.69-.68%201.28-1.34%201.57l-.43.18C.18%208.43.01%208.7.01%209v.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.55C5.68%2012.63%205.01%2010.43%205.01%208c0-2.16.53-4.15%201.42-5.7zM3.5%208.13c-.35%200-.63-.28-.63-.63s.28-.63.63-.63s.63.28.63.63s-.28.63-.63.63M8%208c0%202.77.87%205.24%202.24%206.9c-.68-.06-1.32-.14-1.92-.26C6.92%2013.2%206%2010.76%206%208c0-2.59.81-4.88%202.07-6.35c.67-.21%201.38-.36%202.12-.48C8.85%202.82%208%205.27%208%207.99zm5.11%205.88c.14.22.16.51.03.74s-.37.38-.64.38c-.28%200-.54-.02-.81-.02C10.09%2013.61%209%2011%209%208s1.09-5.6%202.69-6.98c.27-.01.54-.02.81-.02s.51.15.64.38s.11.52-.03.74C12.12%203.65%2011.5%205.72%2011.5%208s.61%204.36%201.61%205.88M16%208c0%201.1-.32%202.12-.87%202.98c-.17.26-.54.33-.77.11c-.48-.47-1.05-.85-1.67-1.12c-.11-.64-.19-1.29-.19-1.96s.08-1.33.19-1.96c.62-.27%201.19-.65%201.67-1.12c.22-.22.6-.16.77.11c.55.86.87%201.88.87%202.98z%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%22M6.42%202.3c-2.11%201-3.64%202.51-4.19%204.26c-.22.69-.68%201.28-1.34%201.57l-.43.18C.18%208.43.01%208.7.01%209v.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.55C5.68%2012.63%205.01%2010.43%205.01%208c0-2.16.53-4.15%201.42-5.7zM3.5%208.13c-.35%200-.63-.28-.63-.63s.28-.63.63-.63s.63.28.63.63s-.28.63-.63.63M8%208c0%202.77.87%205.24%202.24%206.9c-.68-.06-1.32-.14-1.92-.26C6.92%2013.2%206%2010.76%206%208c0-2.59.81-4.88%202.07-6.35c.67-.21%201.38-.36%202.12-.48C8.85%202.82%208%205.27%208%207.99zm5.11%205.88c.14.22.16.51.03.74s-.37.38-.64.38c-.28%200-.54-.02-.81-.02C10.09%2013.61%209%2011%209%208s1.09-5.6%202.69-6.98c.27-.01.54-.02.81-.02s.51.15.64.38s.11.52-.03.74C12.12%203.65%2011.5%205.72%2011.5%208s.61%204.36%201.61%205.88M16%208c0%201.1-.32%202.12-.87%202.98c-.17.26-.54.33-.77.11c-.48-.47-1.05-.85-1.67-1.12c-.11-.64-.19-1.29-.19-1.96s.08-1.33.19-1.96c.62-.27%201.19-.65%201.67-1.12c.22-.22.6-.16.77.11c.55.86.87%201.88.87%202.98z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/fish2-neutral.svg?color=%231a73e8&size=48