fish1 neutral icon

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

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

Related icons in Codicons

Use the fish1 neutral icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12 1.64c0-.35-.29-.64-.64-.64H9.57c-.69 0-1.36.25-1.88.7l-.4.35c1.76.11 3.4.77 4.72 1.83V1.64zM14.3 8c.27-.15.52-.32.76-.55c.78-.78 1.08-1.83.89-2.75a.81.81 0 0 0-.64-.64c-.92-.19-1.97.11-2.75.89c-.14.14-.25.3-.36.46A7.32 7.32 0 0 0 6.76 3c-.74 0-1.45.11-2.13.31C5.49 4.6 6.01 6.22 6.01 8c0 .67-.09 1.31-.23 1.93c.71-.19 1.23-.75 1.23-1.43c0-.28.22-.5.5-.5s.5.22.5.5c0 1.31-1.12 2.38-2.54 2.48c-.22.61-.49 1.19-.84 1.71c.67.2 1.39.31 2.13.31c2.17 0 4.11-.94 5.44-2.41c.11.16.22.32.36.46c.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-.55M3.66 3.68C2.21 4.35 1.01 5.46.29 6.84c-.38.72-.38 1.61 0 2.33c.72 1.38 1.92 2.5 3.37 3.16C4.49 11.18 5 9.67 5 8.01s-.51-3.17-1.34-4.32zM3 8.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75s.75.34.75.75s-.34.75-.75.75m4.69 6.05c.52.45 1.19.7 1.88.7h1.79c.35 0 .64-.29.64-.64v-2.23a8.4 8.4 0 0 1-4.72 1.83l.4.35z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconFish1Neutral(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="M12 1.64c0-.35-.29-.64-.64-.64H9.57c-.69 0-1.36.25-1.88.7l-.4.35c1.76.11 3.4.77 4.72 1.83V1.64zM14.3 8c.27-.15.52-.32.76-.55c.78-.78 1.08-1.83.89-2.75a.81.81 0 0 0-.64-.64c-.92-.19-1.97.11-2.75.89c-.14.14-.25.3-.36.46A7.32 7.32 0 0 0 6.76 3c-.74 0-1.45.11-2.13.31C5.49 4.6 6.01 6.22 6.01 8c0 .67-.09 1.31-.23 1.93c.71-.19 1.23-.75 1.23-1.43c0-.28.22-.5.5-.5s.5.22.5.5c0 1.31-1.12 2.38-2.54 2.48c-.22.61-.49 1.19-.84 1.71c.67.2 1.39.31 2.13.31c2.17 0 4.11-.94 5.44-2.41c.11.16.22.32.36.46c.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-.55M3.66 3.68C2.21 4.35 1.01 5.46.29 6.84c-.38.72-.38 1.61 0 2.33c.72 1.38 1.92 2.5 3.37 3.16C4.49 11.18 5 9.67 5 8.01s-.51-3.17-1.34-4.32zM3 8.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75s.75.34.75.75s-.34.75-.75.75m4.69 6.05c.52.45 1.19.7 1.88.7h1.79c.35 0 .64-.29.64-.64v-2.23a8.4 8.4 0 0 1-4.72 1.83l.4.35z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12 1.64c0-.35-.29-.64-.64-.64H9.57c-.69 0-1.36.25-1.88.7l-.4.35c1.76.11 3.4.77 4.72 1.83V1.64zM14.3 8c.27-.15.52-.32.76-.55c.78-.78 1.08-1.83.89-2.75a.81.81 0 0 0-.64-.64c-.92-.19-1.97.11-2.75.89c-.14.14-.25.3-.36.46A7.32 7.32 0 0 0 6.76 3c-.74 0-1.45.11-2.13.31C5.49 4.6 6.01 6.22 6.01 8c0 .67-.09 1.31-.23 1.93c.71-.19 1.23-.75 1.23-1.43c0-.28.22-.5.5-.5s.5.22.5.5c0 1.31-1.12 2.38-2.54 2.48c-.22.61-.49 1.19-.84 1.71c.67.2 1.39.31 2.13.31c2.17 0 4.11-.94 5.44-2.41c.11.16.22.32.36.46c.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-.55M3.66 3.68C2.21 4.35 1.01 5.46.29 6.84c-.38.72-.38 1.61 0 2.33c.72 1.38 1.92 2.5 3.37 3.16C4.49 11.18 5 9.67 5 8.01s-.51-3.17-1.34-4.32zM3 8.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75s.75.34.75.75s-.34.75-.75.75m4.69 6.05c.52.45 1.19.7 1.88.7h1.79c.35 0 .64-.29.64-.64v-2.23a8.4 8.4 0 0 1-4.72 1.83l.4.35z"/></svg>
</template>

CSS

.icon-fish1-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%22M12%201.64c0-.35-.29-.64-.64-.64H9.57c-.69%200-1.36.25-1.88.7l-.4.35c1.76.11%203.4.77%204.72%201.83V1.64zM14.3%208c.27-.15.52-.32.76-.55c.78-.78%201.08-1.83.89-2.75a.81.81%200%200%200-.64-.64c-.92-.19-1.97.11-2.75.89c-.14.14-.25.3-.36.46A7.32%207.32%200%200%200%206.76%203c-.74%200-1.45.11-2.13.31C5.49%204.6%206.01%206.22%206.01%208c0%20.67-.09%201.31-.23%201.93c.71-.19%201.23-.75%201.23-1.43c0-.28.22-.5.5-.5s.5.22.5.5c0%201.31-1.12%202.38-2.54%202.48c-.22.61-.49%201.19-.84%201.71c.67.2%201.39.31%202.13.31c2.17%200%204.11-.94%205.44-2.41c.11.16.22.32.36.46c.78.78%201.83%201.08%202.75.89c.33-.07.57-.31.64-.64c.19-.92-.11-1.97-.89-2.75c-.23-.23-.49-.41-.76-.55M3.66%203.68C2.21%204.35%201.01%205.46.29%206.84c-.38.72-.38%201.61%200%202.33c.72%201.38%201.92%202.5%203.37%203.16C4.49%2011.18%205%209.67%205%208.01s-.51-3.17-1.34-4.32zM3%208.25c-.41%200-.75-.34-.75-.75s.34-.75.75-.75s.75.34.75.75s-.34.75-.75.75m4.69%206.05c.52.45%201.19.7%201.88.7h1.79c.35%200%20.64-.29.64-.64v-2.23a8.4%208.4%200%200%201-4.72%201.83l.4.35z%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%22M12%201.64c0-.35-.29-.64-.64-.64H9.57c-.69%200-1.36.25-1.88.7l-.4.35c1.76.11%203.4.77%204.72%201.83V1.64zM14.3%208c.27-.15.52-.32.76-.55c.78-.78%201.08-1.83.89-2.75a.81.81%200%200%200-.64-.64c-.92-.19-1.97.11-2.75.89c-.14.14-.25.3-.36.46A7.32%207.32%200%200%200%206.76%203c-.74%200-1.45.11-2.13.31C5.49%204.6%206.01%206.22%206.01%208c0%20.67-.09%201.31-.23%201.93c.71-.19%201.23-.75%201.23-1.43c0-.28.22-.5.5-.5s.5.22.5.5c0%201.31-1.12%202.38-2.54%202.48c-.22.61-.49%201.19-.84%201.71c.67.2%201.39.31%202.13.31c2.17%200%204.11-.94%205.44-2.41c.11.16.22.32.36.46c.78.78%201.83%201.08%202.75.89c.33-.07.57-.31.64-.64c.19-.92-.11-1.97-.89-2.75c-.23-.23-.49-.41-.76-.55M3.66%203.68C2.21%204.35%201.01%205.46.29%206.84c-.38.72-.38%201.61%200%202.33c.72%201.38%201.92%202.5%203.37%203.16C4.49%2011.18%205%209.67%205%208.01s-.51-3.17-1.34-4.32zM3%208.25c-.41%200-.75-.34-.75-.75s.34-.75.75-.75s.75.34.75.75s-.34.75-.75.75m4.69%206.05c.52.45%201.19.7%201.88.7h1.79c.35%200%20.64-.29.64-.64v-2.23a8.4%208.4%200%200%201-4.72%201.83l.4.35z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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