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

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

The same icon in other sets

Use the crab 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="M7.5 14A6 6 0 1 1 10 2.36L8 5l2 2S7 8 2 8m14.5 6A6 6 0 1 0 14 2.36L16 5l-2 2s3 1 8 1m-12 5v-2m4 2v-2"/><ellipse cx="12" cy="17.5" rx="7" ry="4.5"/><path d="M2 16c2 0 3 1 3 1m-3 5c0-1.7 1.3-3 3-3m14-2s1-1 3-1m-3 3c1.7 0 3 1.3 3 3"/></g></svg>

React

import type { SVGProps } from "react";

export function LucideLabCrab(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="M7.5 14A6 6 0 1 1 10 2.36L8 5l2 2S7 8 2 8m14.5 6A6 6 0 1 0 14 2.36L16 5l-2 2s3 1 8 1m-12 5v-2m4 2v-2"/><ellipse cx="12" cy="17.5" rx="7" ry="4.5"/><path d="M2 16c2 0 3 1 3 1m-3 5c0-1.7 1.3-3 3-3m14-2s1-1 3-1m-3 3c1.7 0 3 1.3 3 3"/></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="M7.5 14A6 6 0 1 1 10 2.36L8 5l2 2S7 8 2 8m14.5 6A6 6 0 1 0 14 2.36L16 5l-2 2s3 1 8 1m-12 5v-2m4 2v-2"/><ellipse cx="12" cy="17.5" rx="7" ry="4.5"/><path d="M2 16c2 0 3 1 3 1m-3 5c0-1.7 1.3-3 3-3m14-2s1-1 3-1m-3 3c1.7 0 3 1.3 3 3"/></g></svg>
</template>

CSS

.icon-crab {
  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%22M7.5%2014A6%206%200%201%201%2010%202.36L8%205l2%202S7%208%202%208m14.5%206A6%206%200%201%200%2014%202.36L16%205l-2%202s3%201%208%201m-12%205v-2m4%202v-2%22%2F%3E%3Cellipse%20cx%3D%2212%22%20cy%3D%2217.5%22%20rx%3D%227%22%20ry%3D%224.5%22%2F%3E%3Cpath%20d%3D%22M2%2016c2%200%203%201%203%201m-3%205c0-1.7%201.3-3%203-3m14-2s1-1%203-1m-3%203c1.7%200%203%201.3%203%203%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%22M7.5%2014A6%206%200%201%201%2010%202.36L8%205l2%202S7%208%202%208m14.5%206A6%206%200%201%200%2014%202.36L16%205l-2%202s3%201%208%201m-12%205v-2m4%202v-2%22%2F%3E%3Cellipse%20cx%3D%2212%22%20cy%3D%2217.5%22%20rx%3D%227%22%20ry%3D%224.5%22%2F%3E%3Cpath%20d%3D%22M2%2016c2%200%203%201%203%201m-3%205c0-1.7%201.3-3%203-3m14-2s1-1%203-1m-3%203c1.7%200%203%201.3%203%203%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/crab.svg?color=%231a73e8&size=48