crab icon
crab from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- crab
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M17 3c2.287 0 6.096 0 4.7 4.97m0 0c-1.333.167-3.176.53-3.684-1.97m3.685 1.97l.091.73a3.97 3.97 0 0 1-1.595 3.69L18.016 14M7 3C4.713 3 .904 3 2.3 7.97m0 0c1.333.167 3.176.53 3.684-1.97M2.299 7.97l-.091.73a3.97 3.97 0 0 0 1.595 3.69L5.984 14"/><path d="M18 15.19c0 2.281-2.64 4.276-4.418 5.36c-.982.6-2.182.6-3.164 0C8.64 19.467 6 17.472 6 15.19C6 11.75 8.686 10 12 10s6 1.75 6 5.19Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M8 19c-1.455 0-2.91 0-4 2m12-2c1.454 0 2.91 0 4 2M6 16.5c-1 0-3-.5-4-2m16 2c1 0 3-.5 4-2M14 10l.5-1.5M10 10l-.5-1.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCrab(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" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M17 3c2.287 0 6.096 0 4.7 4.97m0 0c-1.333.167-3.176.53-3.684-1.97m3.685 1.97l.091.73a3.97 3.97 0 0 1-1.595 3.69L18.016 14M7 3C4.713 3 .904 3 2.3 7.97m0 0c1.333.167 3.176.53 3.684-1.97M2.299 7.97l-.091.73a3.97 3.97 0 0 0 1.595 3.69L5.984 14"/><path d="M18 15.19c0 2.281-2.64 4.276-4.418 5.36c-.982.6-2.182.6-3.164 0C8.64 19.467 6 17.472 6 15.19C6 11.75 8.686 10 12 10s6 1.75 6 5.19Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M8 19c-1.455 0-2.91 0-4 2m12-2c1.454 0 2.91 0 4 2M6 16.5c-1 0-3-.5-4-2m16 2c1 0 3-.5 4-2M14 10l.5-1.5M10 10l-.5-1.5"/></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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M17 3c2.287 0 6.096 0 4.7 4.97m0 0c-1.333.167-3.176.53-3.684-1.97m3.685 1.97l.091.73a3.97 3.97 0 0 1-1.595 3.69L18.016 14M7 3C4.713 3 .904 3 2.3 7.97m0 0c1.333.167 3.176.53 3.684-1.97M2.299 7.97l-.091.73a3.97 3.97 0 0 0 1.595 3.69L5.984 14"/><path d="M18 15.19c0 2.281-2.64 4.276-4.418 5.36c-.982.6-2.182.6-3.164 0C8.64 19.467 6 17.472 6 15.19C6 11.75 8.686 10 12 10s6 1.75 6 5.19Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M8 19c-1.455 0-2.91 0-4 2m12-2c1.454 0 2.91 0 4 2M6 16.5c-1 0-3-.5-4-2m16 2c1 0 3-.5 4-2M14 10l.5-1.5M10 10l-.5-1.5"/></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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17%203c2.287%200%206.096%200%204.7%204.97m0%200c-1.333.167-3.176.53-3.684-1.97m3.685%201.97l.091.73a3.97%203.97%200%200%201-1.595%203.69L18.016%2014M7%203C4.713%203%20.904%203%202.3%207.97m0%200c1.333.167%203.176.53%203.684-1.97M2.299%207.97l-.091.73a3.97%203.97%200%200%200%201.595%203.69L5.984%2014%22%2F%3E%3Cpath%20d%3D%22M18%2015.19c0%202.281-2.64%204.276-4.418%205.36c-.982.6-2.182.6-3.164%200C8.64%2019.467%206%2017.472%206%2015.19C6%2011.75%208.686%2010%2012%2010s6%201.75%206%205.19Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2019c-1.455%200-2.91%200-4%202m12-2c1.454%200%202.91%200%204%202M6%2016.5c-1%200-3-.5-4-2m16%202c1%200%203-.5%204-2M14%2010l.5-1.5M10%2010l-.5-1.5%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17%203c2.287%200%206.096%200%204.7%204.97m0%200c-1.333.167-3.176.53-3.684-1.97m3.685%201.97l.091.73a3.97%203.97%200%200%201-1.595%203.69L18.016%2014M7%203C4.713%203%20.904%203%202.3%207.97m0%200c1.333.167%203.176.53%203.684-1.97M2.299%207.97l-.091.73a3.97%203.97%200%200%200%201.595%203.69L5.984%2014%22%2F%3E%3Cpath%20d%3D%22M18%2015.19c0%202.281-2.64%204.276-4.418%205.36c-.982.6-2.182.6-3.164%200C8.64%2019.467%206%2017.472%206%2015.19C6%2011.75%208.686%2010%2012%2010s6%201.75%206%205.19Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2019c-1.455%200-2.91%200-4%202m12-2c1.454%200%202.91%200%204%202M6%2016.5c-1%200-3-.5-4-2m16%202c1%200%203-.5%204-2M14%2010l.5-1.5M10%2010l-.5-1.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/crab.svg?color=%231a73e8&size=48