spider icon
spider from Lucide Lab by Lucide Contributors · Outline · ISC Free for personal and commercial use.
- Name
- spider
- Set
- Lucide Lab
- Style
- Outline
- Viewbox
- 24×24
- License
- ISC
The same icon in other sets
Related icons in Lucide Lab
Use the spider 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="M10 5v1m4 0V5m-4 5.4V8a2 2 0 1 1 4 0v2.4M7 15H4l-2 2.5m5.42-.5L5 20l1 2m2-10l-4-1l-2-3m7 3L5.5 6L7 2"/><path d="M8 18a5 5 0 1 1 8 0s-2 3-4 4c-2-1-4-4-4-4"/><path d="m15 11l3.5-5L17 2m-1 10l4-1l2-3m-5 7h3l2 2.5m-5.43-.5L19 20l-1 2"/></g></svg>
React
import type { SVGProps } from "react";
export function LucideLabSpider(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="M10 5v1m4 0V5m-4 5.4V8a2 2 0 1 1 4 0v2.4M7 15H4l-2 2.5m5.42-.5L5 20l1 2m2-10l-4-1l-2-3m7 3L5.5 6L7 2"/><path d="M8 18a5 5 0 1 1 8 0s-2 3-4 4c-2-1-4-4-4-4"/><path d="m15 11l3.5-5L17 2m-1 10l4-1l2-3m-5 7h3l2 2.5m-5.43-.5L19 20l-1 2"/></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="M10 5v1m4 0V5m-4 5.4V8a2 2 0 1 1 4 0v2.4M7 15H4l-2 2.5m5.42-.5L5 20l1 2m2-10l-4-1l-2-3m7 3L5.5 6L7 2"/><path d="M8 18a5 5 0 1 1 8 0s-2 3-4 4c-2-1-4-4-4-4"/><path d="m15 11l3.5-5L17 2m-1 10l4-1l2-3m-5 7h3l2 2.5m-5.43-.5L19 20l-1 2"/></g></svg> </template>
CSS
.icon-spider {
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%22M10%205v1m4%200V5m-4%205.4V8a2%202%200%201%201%204%200v2.4M7%2015H4l-2%202.5m5.42-.5L5%2020l1%202m2-10l-4-1l-2-3m7%203L5.5%206L7%202%22%2F%3E%3Cpath%20d%3D%22M8%2018a5%205%200%201%201%208%200s-2%203-4%204c-2-1-4-4-4-4%22%2F%3E%3Cpath%20d%3D%22m15%2011l3.5-5L17%202m-1%2010l4-1l2-3m-5%207h3l2%202.5m-5.43-.5L19%2020l-1%202%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%22M10%205v1m4%200V5m-4%205.4V8a2%202%200%201%201%204%200v2.4M7%2015H4l-2%202.5m5.42-.5L5%2020l1%202m2-10l-4-1l-2-3m7%203L5.5%206L7%202%22%2F%3E%3Cpath%20d%3D%22M8%2018a5%205%200%201%201%208%200s-2%203-4%204c-2-1-4-4-4-4%22%2F%3E%3Cpath%20d%3D%22m15%2011l3.5-5L17%202m-1%2010l4-1l2-3m-5%207h3l2%202.5m-5.43-.5L19%2020l-1%202%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/spider.svg?color=%231a73e8&size=48