shark from Lucide Lab by Lucide Contributors · Outline · ISC Free for personal and commercial use.

Name
shark
Set
Lucide Lab
Style
Outline
Viewbox
24×24
License
ISC

The same icon in other sets

Use the shark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M3.6 15a9.07 9.07 0 0 0 11.7 5.3S19 22 22 22c0 0-1-3-3-4.5c1.1-1.5 1.9-3.3 2-5.3l-8 4.6a1.94 1.94 0 1 1-2-3.4l6-3.5s5-2.8 5-6.8c0-.6-.4-1-1-1h-9q-2.7 0-4.8 1.5C5.7 2.5 3.9 2 2 2c0 0 1.4 2.1 2.3 4.5A10.63 10.63 0 0 0 3.1 13m10.7-6L13 6"/><path d="M21.12 6h-3.5c-1.1 0-2.8.5-3.82 1L9 9.8C3 11 2 15 2 15h4"/></g></svg>

React

import type { SVGProps } from "react";

export function LucideLabShark(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" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M3.6 15a9.07 9.07 0 0 0 11.7 5.3S19 22 22 22c0 0-1-3-3-4.5c1.1-1.5 1.9-3.3 2-5.3l-8 4.6a1.94 1.94 0 1 1-2-3.4l6-3.5s5-2.8 5-6.8c0-.6-.4-1-1-1h-9q-2.7 0-4.8 1.5C5.7 2.5 3.9 2 2 2c0 0 1.4 2.1 2.3 4.5A10.63 10.63 0 0 0 3.1 13m10.7-6L13 6"/><path d="M21.12 6h-3.5c-1.1 0-2.8.5-3.82 1L9 9.8C3 11 2 15 2 15h4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M3.6 15a9.07 9.07 0 0 0 11.7 5.3S19 22 22 22c0 0-1-3-3-4.5c1.1-1.5 1.9-3.3 2-5.3l-8 4.6a1.94 1.94 0 1 1-2-3.4l6-3.5s5-2.8 5-6.8c0-.6-.4-1-1-1h-9q-2.7 0-4.8 1.5C5.7 2.5 3.9 2 2 2c0 0 1.4 2.1 2.3 4.5A10.63 10.63 0 0 0 3.1 13m10.7-6L13 6"/><path d="M21.12 6h-3.5c-1.1 0-2.8.5-3.82 1L9 9.8C3 11 2 15 2 15h4"/></g></svg>
</template>

CSS

.icon-shark {
  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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M3.6%2015a9.07%209.07%200%200%200%2011.7%205.3S19%2022%2022%2022c0%200-1-3-3-4.5c1.1-1.5%201.9-3.3%202-5.3l-8%204.6a1.94%201.94%200%201%201-2-3.4l6-3.5s5-2.8%205-6.8c0-.6-.4-1-1-1h-9q-2.7%200-4.8%201.5C5.7%202.5%203.9%202%202%202c0%200%201.4%202.1%202.3%204.5A10.63%2010.63%200%200%200%203.1%2013m10.7-6L13%206%22%2F%3E%3Cpath%20d%3D%22M21.12%206h-3.5c-1.1%200-2.8.5-3.82%201L9%209.8C3%2011%202%2015%202%2015h4%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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M3.6%2015a9.07%209.07%200%200%200%2011.7%205.3S19%2022%2022%2022c0%200-1-3-3-4.5c1.1-1.5%201.9-3.3%202-5.3l-8%204.6a1.94%201.94%200%201%201-2-3.4l6-3.5s5-2.8%205-6.8c0-.6-.4-1-1-1h-9q-2.7%200-4.8%201.5C5.7%202.5%203.9%202%202%202c0%200%201.4%202.1%202.3%204.5A10.63%2010.63%200%200%200%203.1%2013m10.7-6L13%206%22%2F%3E%3Cpath%20d%3D%22M21.12%206h-3.5c-1.1%200-2.8.5-3.82%201L9%209.8C3%2011%202%2015%202%2015h4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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