fish-line from Majesticons by Gerrit Halfmann · Line · MIT Free for personal and commercial use.

Name
fish-line
Set
Majesticons
Style
Line
Viewbox
24×24
License
MIT

1 other variant in Majesticons

The same icon in other sets

Use the fish icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M2 15c1.833-2.667 6.8-8 12-8c.923 0 1.754.105 2.5.287M2 9c1.833 2.667 6.8 8 12 8c.923 0 1.754-.105 2.5-.287m0 0C19.96 15.87 22 12 22 12s-2.04-3.87-5.5-4.713m0 9.426c-1-1.546-2.4-5.597 0-9.426M12 10.5c-.5.5-1.2 1.8 0 3m6-2.5h.001"/></svg>

React

import type { SVGProps } from "react";

export function MajesticonsFishLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="2" d="M2 15c1.833-2.667 6.8-8 12-8c.923 0 1.754.105 2.5.287M2 9c1.833 2.667 6.8 8 12 8c.923 0 1.754-.105 2.5-.287m0 0C19.96 15.87 22 12 22 12s-2.04-3.87-5.5-4.713m0 9.426c-1-1.546-2.4-5.597 0-9.426M12 10.5c-.5.5-1.2 1.8 0 3m6-2.5h.001"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M2 15c1.833-2.667 6.8-8 12-8c.923 0 1.754.105 2.5.287M2 9c1.833 2.667 6.8 8 12 8c.923 0 1.754-.105 2.5-.287m0 0C19.96 15.87 22 12 22 12s-2.04-3.87-5.5-4.713m0 9.426c-1-1.546-2.4-5.597 0-9.426M12 10.5c-.5.5-1.2 1.8 0 3m6-2.5h.001"/></svg>
</template>

CSS

.icon-fish-line {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M2%2015c1.833-2.667%206.8-8%2012-8c.923%200%201.754.105%202.5.287M2%209c1.833%202.667%206.8%208%2012%208c.923%200%201.754-.105%202.5-.287m0%200C19.96%2015.87%2022%2012%2022%2012s-2.04-3.87-5.5-4.713m0%209.426c-1-1.546-2.4-5.597%200-9.426M12%2010.5c-.5.5-1.2%201.8%200%203m6-2.5h.001%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M2%2015c1.833-2.667%206.8-8%2012-8c.923%200%201.754.105%202.5.287M2%209c1.833%202.667%206.8%208%2012%208c.923%200%201.754-.105%202.5-.287m0%200C19.96%2015.87%2022%2012%2022%2012s-2.04-3.87-5.5-4.713m0%209.426c-1-1.546-2.4-5.597%200-9.426M12%2010.5c-.5.5-1.2%201.8%200%203m6-2.5h.001%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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