fish4 neutral icon

fish4-neutral from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
fish4-neutral
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the fish4 neutral icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M16 7.25s0 .09-.01.13c0 .38-.04.74-.09 1.09c-1.18-.25-2.25-.67-3.15-1.22c-.13-.43-.3-.85-.51-1.24c.61-.95 1.59-1.77 2.81-2.38c.04.05.06.09.08.14c.54.97.87 2.17.87 3.48m-7.56-4.4c1.17.39 2.2 1.08 2.98 1.97c.37-.63.58-1.33.58-2.08c0-.68-.17-1.33-.48-1.91c-.15-.09-.32-.16-.48-.24c-1.07.5-1.97 1.28-2.59 2.25zM6.25 2.5c.4 0 .79.04 1.17.11C7.99 1.63 8.79.8 9.75.18C9.27.07 8.77.01 8.25.01c-.17 0-.34.02-.5.03c-.95.62-1.72 1.49-2.19 2.51c.23-.02.46-.05.7-.05zM5.7.5c-1.44.59-2.54 1.66-2.98 2.97c.52-.31 1.08-.55 1.67-.72c.29-.83.74-1.59 1.31-2.25m6.32 11.84c-.2.33-.43.64-.69.92c.53.14 1.09.24 1.67.24c.16 0 .32-.02.48-.03c.33-.31.62-.66.89-1.03c-.29.03-.58.06-.87.06c-.51 0-1-.07-1.48-.16m.48-.92c.33.05.66.08 1 .08c.55 0 1.08-.08 1.59-.21c.17-.33.32-.67.44-1.03c-.76-.52-1.62-.9-2.54-1.1c-.02.8-.2 1.55-.49 2.26m-3.63 3.57c.36.15.74.27 1.13.35c.78-.17 1.51-.48 2.18-.89a7 7 0 0 1-1.7-.4c-.49.38-1.03.69-1.61.93zm-2.37-.5h-.42a9.03 9.03 0 0 1-5.61-2.1l-.24-.2a.52.52 0 0 1-.18-.51c.13-.68.44-2.3.44-2.69c0-3.04 2.57-5.5 5.75-5.5s5.75 2.46 5.75 5.5s-2.44 5.37-5.5 5.49zM2.75 10c0-.41-.34-.75-.75-.75s-.75.34-.75.75s.34.75.75.75s.75-.34.75-.75m4.5-.75c0-.28-.22-.5-.5-.5s-.5.22-.5.5c0 .96-.79 1.75-1.75 1.75c-.28 0-.5.22-.5.5s.22.5.5.5c1.52 0 2.75-1.23 2.75-2.75"/></svg>

React

import type { SVGProps } from "react";

export function CodiconFish4Neutral(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="M16 7.25s0 .09-.01.13c0 .38-.04.74-.09 1.09c-1.18-.25-2.25-.67-3.15-1.22c-.13-.43-.3-.85-.51-1.24c.61-.95 1.59-1.77 2.81-2.38c.04.05.06.09.08.14c.54.97.87 2.17.87 3.48m-7.56-4.4c1.17.39 2.2 1.08 2.98 1.97c.37-.63.58-1.33.58-2.08c0-.68-.17-1.33-.48-1.91c-.15-.09-.32-.16-.48-.24c-1.07.5-1.97 1.28-2.59 2.25zM6.25 2.5c.4 0 .79.04 1.17.11C7.99 1.63 8.79.8 9.75.18C9.27.07 8.77.01 8.25.01c-.17 0-.34.02-.5.03c-.95.62-1.72 1.49-2.19 2.51c.23-.02.46-.05.7-.05zM5.7.5c-1.44.59-2.54 1.66-2.98 2.97c.52-.31 1.08-.55 1.67-.72c.29-.83.74-1.59 1.31-2.25m6.32 11.84c-.2.33-.43.64-.69.92c.53.14 1.09.24 1.67.24c.16 0 .32-.02.48-.03c.33-.31.62-.66.89-1.03c-.29.03-.58.06-.87.06c-.51 0-1-.07-1.48-.16m.48-.92c.33.05.66.08 1 .08c.55 0 1.08-.08 1.59-.21c.17-.33.32-.67.44-1.03c-.76-.52-1.62-.9-2.54-1.1c-.02.8-.2 1.55-.49 2.26m-3.63 3.57c.36.15.74.27 1.13.35c.78-.17 1.51-.48 2.18-.89a7 7 0 0 1-1.7-.4c-.49.38-1.03.69-1.61.93zm-2.37-.5h-.42a9.03 9.03 0 0 1-5.61-2.1l-.24-.2a.52.52 0 0 1-.18-.51c.13-.68.44-2.3.44-2.69c0-3.04 2.57-5.5 5.75-5.5s5.75 2.46 5.75 5.5s-2.44 5.37-5.5 5.49zM2.75 10c0-.41-.34-.75-.75-.75s-.75.34-.75.75s.34.75.75.75s.75-.34.75-.75m4.5-.75c0-.28-.22-.5-.5-.5s-.5.22-.5.5c0 .96-.79 1.75-1.75 1.75c-.28 0-.5.22-.5.5s.22.5.5.5c1.52 0 2.75-1.23 2.75-2.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="M16 7.25s0 .09-.01.13c0 .38-.04.74-.09 1.09c-1.18-.25-2.25-.67-3.15-1.22c-.13-.43-.3-.85-.51-1.24c.61-.95 1.59-1.77 2.81-2.38c.04.05.06.09.08.14c.54.97.87 2.17.87 3.48m-7.56-4.4c1.17.39 2.2 1.08 2.98 1.97c.37-.63.58-1.33.58-2.08c0-.68-.17-1.33-.48-1.91c-.15-.09-.32-.16-.48-.24c-1.07.5-1.97 1.28-2.59 2.25zM6.25 2.5c.4 0 .79.04 1.17.11C7.99 1.63 8.79.8 9.75.18C9.27.07 8.77.01 8.25.01c-.17 0-.34.02-.5.03c-.95.62-1.72 1.49-2.19 2.51c.23-.02.46-.05.7-.05zM5.7.5c-1.44.59-2.54 1.66-2.98 2.97c.52-.31 1.08-.55 1.67-.72c.29-.83.74-1.59 1.31-2.25m6.32 11.84c-.2.33-.43.64-.69.92c.53.14 1.09.24 1.67.24c.16 0 .32-.02.48-.03c.33-.31.62-.66.89-1.03c-.29.03-.58.06-.87.06c-.51 0-1-.07-1.48-.16m.48-.92c.33.05.66.08 1 .08c.55 0 1.08-.08 1.59-.21c.17-.33.32-.67.44-1.03c-.76-.52-1.62-.9-2.54-1.1c-.02.8-.2 1.55-.49 2.26m-3.63 3.57c.36.15.74.27 1.13.35c.78-.17 1.51-.48 2.18-.89a7 7 0 0 1-1.7-.4c-.49.38-1.03.69-1.61.93zm-2.37-.5h-.42a9.03 9.03 0 0 1-5.61-2.1l-.24-.2a.52.52 0 0 1-.18-.51c.13-.68.44-2.3.44-2.69c0-3.04 2.57-5.5 5.75-5.5s5.75 2.46 5.75 5.5s-2.44 5.37-5.5 5.49zM2.75 10c0-.41-.34-.75-.75-.75s-.75.34-.75.75s.34.75.75.75s.75-.34.75-.75m4.5-.75c0-.28-.22-.5-.5-.5s-.5.22-.5.5c0 .96-.79 1.75-1.75 1.75c-.28 0-.5.22-.5.5s.22.5.5.5c1.52 0 2.75-1.23 2.75-2.75"/></svg>
</template>

CSS

.icon-fish4-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%22M16%207.25s0%20.09-.01.13c0%20.38-.04.74-.09%201.09c-1.18-.25-2.25-.67-3.15-1.22c-.13-.43-.3-.85-.51-1.24c.61-.95%201.59-1.77%202.81-2.38c.04.05.06.09.08.14c.54.97.87%202.17.87%203.48m-7.56-4.4c1.17.39%202.2%201.08%202.98%201.97c.37-.63.58-1.33.58-2.08c0-.68-.17-1.33-.48-1.91c-.15-.09-.32-.16-.48-.24c-1.07.5-1.97%201.28-2.59%202.25zM6.25%202.5c.4%200%20.79.04%201.17.11C7.99%201.63%208.79.8%209.75.18C9.27.07%208.77.01%208.25.01c-.17%200-.34.02-.5.03c-.95.62-1.72%201.49-2.19%202.51c.23-.02.46-.05.7-.05zM5.7.5c-1.44.59-2.54%201.66-2.98%202.97c.52-.31%201.08-.55%201.67-.72c.29-.83.74-1.59%201.31-2.25m6.32%2011.84c-.2.33-.43.64-.69.92c.53.14%201.09.24%201.67.24c.16%200%20.32-.02.48-.03c.33-.31.62-.66.89-1.03c-.29.03-.58.06-.87.06c-.51%200-1-.07-1.48-.16m.48-.92c.33.05.66.08%201%20.08c.55%200%201.08-.08%201.59-.21c.17-.33.32-.67.44-1.03c-.76-.52-1.62-.9-2.54-1.1c-.02.8-.2%201.55-.49%202.26m-3.63%203.57c.36.15.74.27%201.13.35c.78-.17%201.51-.48%202.18-.89a7%207%200%200%201-1.7-.4c-.49.38-1.03.69-1.61.93zm-2.37-.5h-.42a9.03%209.03%200%200%201-5.61-2.1l-.24-.2a.52.52%200%200%201-.18-.51c.13-.68.44-2.3.44-2.69c0-3.04%202.57-5.5%205.75-5.5s5.75%202.46%205.75%205.5s-2.44%205.37-5.5%205.49zM2.75%2010c0-.41-.34-.75-.75-.75s-.75.34-.75.75s.34.75.75.75s.75-.34.75-.75m4.5-.75c0-.28-.22-.5-.5-.5s-.5.22-.5.5c0%20.96-.79%201.75-1.75%201.75c-.28%200-.5.22-.5.5s.22.5.5.5c1.52%200%202.75-1.23%202.75-2.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%22M16%207.25s0%20.09-.01.13c0%20.38-.04.74-.09%201.09c-1.18-.25-2.25-.67-3.15-1.22c-.13-.43-.3-.85-.51-1.24c.61-.95%201.59-1.77%202.81-2.38c.04.05.06.09.08.14c.54.97.87%202.17.87%203.48m-7.56-4.4c1.17.39%202.2%201.08%202.98%201.97c.37-.63.58-1.33.58-2.08c0-.68-.17-1.33-.48-1.91c-.15-.09-.32-.16-.48-.24c-1.07.5-1.97%201.28-2.59%202.25zM6.25%202.5c.4%200%20.79.04%201.17.11C7.99%201.63%208.79.8%209.75.18C9.27.07%208.77.01%208.25.01c-.17%200-.34.02-.5.03c-.95.62-1.72%201.49-2.19%202.51c.23-.02.46-.05.7-.05zM5.7.5c-1.44.59-2.54%201.66-2.98%202.97c.52-.31%201.08-.55%201.67-.72c.29-.83.74-1.59%201.31-2.25m6.32%2011.84c-.2.33-.43.64-.69.92c.53.14%201.09.24%201.67.24c.16%200%20.32-.02.48-.03c.33-.31.62-.66.89-1.03c-.29.03-.58.06-.87.06c-.51%200-1-.07-1.48-.16m.48-.92c.33.05.66.08%201%20.08c.55%200%201.08-.08%201.59-.21c.17-.33.32-.67.44-1.03c-.76-.52-1.62-.9-2.54-1.1c-.02.8-.2%201.55-.49%202.26m-3.63%203.57c.36.15.74.27%201.13.35c.78-.17%201.51-.48%202.18-.89a7%207%200%200%201-1.7-.4c-.49.38-1.03.69-1.61.93zm-2.37-.5h-.42a9.03%209.03%200%200%201-5.61-2.1l-.24-.2a.52.52%200%200%201-.18-.51c.13-.68.44-2.3.44-2.69c0-3.04%202.57-5.5%205.75-5.5s5.75%202.46%205.75%205.5s-2.44%205.37-5.5%205.49zM2.75%2010c0-.41-.34-.75-.75-.75s-.75.34-.75.75s.34.75.75.75s.75-.34.75-.75m4.5-.75c0-.28-.22-.5-.5-.5s-.5.22-.5.5c0%20.96-.79%201.75-1.75%201.75c-.28%200-.5.22-.5.5s.22.5.5.5c1.52%200%202.75-1.23%202.75-2.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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