fish from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
fish
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

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"><g fill="none"><path d="M12.5 5C10.969 4.5 7 5 6 6l2 3c-1 1.5-2 3-2 6c0 0-2.5 0-4 1l6 6c1-1.5 1-2.5 1-4c2 0 5-.5 7-2l.996 2.002C19.102 15.896 19.5 13 19.5 13c2.475-3.182 1.853-7.7 1.5-9c-3.5-.657-6.379-.414-8.5 1"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M12.5 5C10.969 4.5 7 5 6 6l2 3c-1 1.5-2 3-2 6c0 0-2.5 0-4 1l6 6c1-1.5 1-2.5 1-4c2 0 5-.5 7-2l.996 2.002C19.102 15.896 19.5 13 19.5 13c2.475-3.182 1.853-7.7 1.5-9c-3.5-.657-6.379-.414-8.5 1Zm0 0c-.167 1.334.8 4.3 4 5.5"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m17.5 6.994l-.003.003L17.5 7l.003-.003z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignFish(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M12.5 5C10.969 4.5 7 5 6 6l2 3c-1 1.5-2 3-2 6c0 0-2.5 0-4 1l6 6c1-1.5 1-2.5 1-4c2 0 5-.5 7-2l.996 2.002C19.102 15.896 19.5 13 19.5 13c2.475-3.182 1.853-7.7 1.5-9c-3.5-.657-6.379-.414-8.5 1"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M12.5 5C10.969 4.5 7 5 6 6l2 3c-1 1.5-2 3-2 6c0 0-2.5 0-4 1l6 6c1-1.5 1-2.5 1-4c2 0 5-.5 7-2l.996 2.002C19.102 15.896 19.5 13 19.5 13c2.475-3.182 1.853-7.7 1.5-9c-3.5-.657-6.379-.414-8.5 1Zm0 0c-.167 1.334.8 4.3 4 5.5"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="m17.5 6.994l-.003.003L17.5 7l.003-.003z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M12.5 5C10.969 4.5 7 5 6 6l2 3c-1 1.5-2 3-2 6c0 0-2.5 0-4 1l6 6c1-1.5 1-2.5 1-4c2 0 5-.5 7-2l.996 2.002C19.102 15.896 19.5 13 19.5 13c2.475-3.182 1.853-7.7 1.5-9c-3.5-.657-6.379-.414-8.5 1"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M12.5 5C10.969 4.5 7 5 6 6l2 3c-1 1.5-2 3-2 6c0 0-2.5 0-4 1l6 6c1-1.5 1-2.5 1-4c2 0 5-.5 7-2l.996 2.002C19.102 15.896 19.5 13 19.5 13c2.475-3.182 1.853-7.7 1.5-9c-3.5-.657-6.379-.414-8.5 1Zm0 0c-.167 1.334.8 4.3 4 5.5"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m17.5 6.994l-.003.003L17.5 7l.003-.003z"/></g></svg>
</template>

CSS

.icon-fish {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M12.5%205C10.969%204.5%207%205%206%206l2%203c-1%201.5-2%203-2%206c0%200-2.5%200-4%201l6%206c1-1.5%201-2.5%201-4c2%200%205-.5%207-2l.996%202.002C19.102%2015.896%2019.5%2013%2019.5%2013c2.475-3.182%201.853-7.7%201.5-9c-3.5-.657-6.379-.414-8.5%201%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M12.5%205C10.969%204.5%207%205%206%206l2%203c-1%201.5-2%203-2%206c0%200-2.5%200-4%201l6%206c1-1.5%201-2.5%201-4c2%200%205-.5%207-2l.996%202.002C19.102%2015.896%2019.5%2013%2019.5%2013c2.475-3.182%201.853-7.7%201.5-9c-3.5-.657-6.379-.414-8.5%201Zm0%200c-.167%201.334.8%204.3%204%205.5%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m17.5%206.994l-.003.003L17.5%207l.003-.003z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M12.5%205C10.969%204.5%207%205%206%206l2%203c-1%201.5-2%203-2%206c0%200-2.5%200-4%201l6%206c1-1.5%201-2.5%201-4c2%200%205-.5%207-2l.996%202.002C19.102%2015.896%2019.5%2013%2019.5%2013c2.475-3.182%201.853-7.7%201.5-9c-3.5-.657-6.379-.414-8.5%201%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M12.5%205C10.969%204.5%207%205%206%206l2%203c-1%201.5-2%203-2%206c0%200-2.5%200-4%201l6%206c1-1.5%201-2.5%201-4c2%200%205-.5%207-2l.996%202.002C19.102%2015.896%2019.5%2013%2019.5%2013c2.475-3.182%201.853-7.7%201.5-9c-3.5-.657-6.379-.414-8.5%201Zm0%200c-.167%201.334.8%204.3%204%205.5%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m17.5%206.994l-.003.003L17.5%207l.003-.003z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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