spider icon
spider-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- spider-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Use the spider icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 3a1 1 0 0 1 1 1v2a1 1 0 0 1-.293.707L16.414 10h3.17l1.209-1.207a1 1 0 0 1 1.414 1.414l-1.5 1.5A1 1 0 0 1 20 12h-3.585l4.292 4.293A1 1 0 0 1 21 17v2a1 1 0 0 1-2 0v-1.585l-2.016-2.016a5 5 0 0 1-9.968 0L5 17.414V19a1 1 0 0 1-.883.993L4 20a1 1 0 0 1-1-1v-2a1 1 0 0 1 .293-.707L7.584 12H4a1 1 0 0 1-.707-.293l-1.5-1.5a1 1 0 0 1 1.414-1.414L4.415 10h3.17L4.293 6.707A1 1 0 0 1 4 6V4a1 1 0 1 1 2 0v1.585L9.025 8.61a3 3 0 0 1 5.95 0L18 5.584V4a1 1 0 0 1 .883-.993z"/></svg>
React
import type { SVGProps } from "react";
export function TablerSpiderFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 3a1 1 0 0 1 1 1v2a1 1 0 0 1-.293.707L16.414 10h3.17l1.209-1.207a1 1 0 0 1 1.414 1.414l-1.5 1.5A1 1 0 0 1 20 12h-3.585l4.292 4.293A1 1 0 0 1 21 17v2a1 1 0 0 1-2 0v-1.585l-2.016-2.016a5 5 0 0 1-9.968 0L5 17.414V19a1 1 0 0 1-.883.993L4 20a1 1 0 0 1-1-1v-2a1 1 0 0 1 .293-.707L7.584 12H4a1 1 0 0 1-.707-.293l-1.5-1.5a1 1 0 0 1 1.414-1.414L4.415 10h3.17L4.293 6.707A1 1 0 0 1 4 6V4a1 1 0 1 1 2 0v1.585L9.025 8.61a3 3 0 0 1 5.95 0L18 5.584V4a1 1 0 0 1 .883-.993z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 3a1 1 0 0 1 1 1v2a1 1 0 0 1-.293.707L16.414 10h3.17l1.209-1.207a1 1 0 0 1 1.414 1.414l-1.5 1.5A1 1 0 0 1 20 12h-3.585l4.292 4.293A1 1 0 0 1 21 17v2a1 1 0 0 1-2 0v-1.585l-2.016-2.016a5 5 0 0 1-9.968 0L5 17.414V19a1 1 0 0 1-.883.993L4 20a1 1 0 0 1-1-1v-2a1 1 0 0 1 .293-.707L7.584 12H4a1 1 0 0 1-.707-.293l-1.5-1.5a1 1 0 0 1 1.414-1.414L4.415 10h3.17L4.293 6.707A1 1 0 0 1 4 6V4a1 1 0 1 1 2 0v1.585L9.025 8.61a3 3 0 0 1 5.95 0L18 5.584V4a1 1 0 0 1 .883-.993z"/></svg> </template>
CSS
.icon-spider-filled {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%203a1%201%200%200%201%201%201v2a1%201%200%200%201-.293.707L16.414%2010h3.17l1.209-1.207a1%201%200%200%201%201.414%201.414l-1.5%201.5A1%201%200%200%201%2020%2012h-3.585l4.292%204.293A1%201%200%200%201%2021%2017v2a1%201%200%200%201-2%200v-1.585l-2.016-2.016a5%205%200%200%201-9.968%200L5%2017.414V19a1%201%200%200%201-.883.993L4%2020a1%201%200%200%201-1-1v-2a1%201%200%200%201%20.293-.707L7.584%2012H4a1%201%200%200%201-.707-.293l-1.5-1.5a1%201%200%200%201%201.414-1.414L4.415%2010h3.17L4.293%206.707A1%201%200%200%201%204%206V4a1%201%200%201%201%202%200v1.585L9.025%208.61a3%203%200%200%201%205.95%200L18%205.584V4a1%201%200%200%201%20.883-.993z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%203a1%201%200%200%201%201%201v2a1%201%200%200%201-.293.707L16.414%2010h3.17l1.209-1.207a1%201%200%200%201%201.414%201.414l-1.5%201.5A1%201%200%200%201%2020%2012h-3.585l4.292%204.293A1%201%200%200%201%2021%2017v2a1%201%200%200%201-2%200v-1.585l-2.016-2.016a5%205%200%200%201-9.968%200L5%2017.414V19a1%201%200%200%201-.883.993L4%2020a1%201%200%200%201-1-1v-2a1%201%200%200%201%20.293-.707L7.584%2012H4a1%201%200%200%201-.707-.293l-1.5-1.5a1%201%200%200%201%201.414-1.414L4.415%2010h3.17L4.293%206.707A1%201%200%200%201%204%206V4a1%201%200%201%201%202%200v1.585L9.025%208.61a3%203%200%200%201%205.95%200L18%205.584V4a1%201%200%200%201%20.883-.993z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/spider-filled.svg?color=%231a73e8&size=48