spider icon
spider from Line Awesome by Icons8 · Line · Halloween · Apache-2.0 Free for personal and commercial use.
- Name
- spider
- Set
- Line Awesome
- Style
- Line
- Category
- Halloween
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- spider-solid
The same icon in other sets
More halloween icons from Line Awesome
Use the spider icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7 3v5.469l.375.312L11.406 12H8.344l-3.75-2.813l-1.188 1.626L7.656 14h3.563l-3.594 3H3v2h5.375l.25-.219l1.406-1.156c-.008.125-.031.246-.031.375c0 .176.016.352.031.531l-3.75 3.75l-.281.313V29h2v-5.563l2.563-2.562c.273.754.62 1.5 1.062 2.188C12.633 24.628 14.109 26 16 26c1.89 0 3.367-1.371 4.375-2.938a11 11 0 0 0 1.063-2.187L24 23.438V29h2v-6.406l-.281-.313l-3.75-3.75c.015-.18.031-.355.031-.531c0-.121-.023-.227-.031-.344l1.406 1.125l.281.219H29v-2h-4.656l-3.75-3h3.75l4.25-3.188l-1.188-1.624L23.656 12h-3.062l4.031-3.219L25 8.47V3h-2v4.531l-3.125 2.5c-.156-.62-.469-1.156-.875-1.625V5h-2v2.156C16.68 7.074 16.344 7 16 7s-.68.074-1 .156V5h-2v3.406c-.406.469-.719 1.004-.875 1.625L9 7.531V3zm9 6c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m0 6c1.23 0 2.266.297 2.938.781c.67.485 1.062 1.11 1.062 2.219c0 1.11-.512 2.754-1.313 4s-1.82 2-2.687 2s-1.887-.754-2.688-2c-.8-1.246-1.312-2.89-1.312-4s.39-1.734 1.063-2.219C13.733 15.297 14.77 15 16 15"/></svg>
React
import type { SVGProps } from "react";
export function LaSpider(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7 3v5.469l.375.312L11.406 12H8.344l-3.75-2.813l-1.188 1.626L7.656 14h3.563l-3.594 3H3v2h5.375l.25-.219l1.406-1.156c-.008.125-.031.246-.031.375c0 .176.016.352.031.531l-3.75 3.75l-.281.313V29h2v-5.563l2.563-2.562c.273.754.62 1.5 1.062 2.188C12.633 24.628 14.109 26 16 26c1.89 0 3.367-1.371 4.375-2.938a11 11 0 0 0 1.063-2.187L24 23.438V29h2v-6.406l-.281-.313l-3.75-3.75c.015-.18.031-.355.031-.531c0-.121-.023-.227-.031-.344l1.406 1.125l.281.219H29v-2h-4.656l-3.75-3h3.75l4.25-3.188l-1.188-1.624L23.656 12h-3.062l4.031-3.219L25 8.47V3h-2v4.531l-3.125 2.5c-.156-.62-.469-1.156-.875-1.625V5h-2v2.156C16.68 7.074 16.344 7 16 7s-.68.074-1 .156V5h-2v3.406c-.406.469-.719 1.004-.875 1.625L9 7.531V3zm9 6c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m0 6c1.23 0 2.266.297 2.938.781c.67.485 1.062 1.11 1.062 2.219c0 1.11-.512 2.754-1.313 4s-1.82 2-2.687 2s-1.887-.754-2.688-2c-.8-1.246-1.312-2.89-1.312-4s.39-1.734 1.063-2.219C13.733 15.297 14.77 15 16 15"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7 3v5.469l.375.312L11.406 12H8.344l-3.75-2.813l-1.188 1.626L7.656 14h3.563l-3.594 3H3v2h5.375l.25-.219l1.406-1.156c-.008.125-.031.246-.031.375c0 .176.016.352.031.531l-3.75 3.75l-.281.313V29h2v-5.563l2.563-2.562c.273.754.62 1.5 1.062 2.188C12.633 24.628 14.109 26 16 26c1.89 0 3.367-1.371 4.375-2.938a11 11 0 0 0 1.063-2.187L24 23.438V29h2v-6.406l-.281-.313l-3.75-3.75c.015-.18.031-.355.031-.531c0-.121-.023-.227-.031-.344l1.406 1.125l.281.219H29v-2h-4.656l-3.75-3h3.75l4.25-3.188l-1.188-1.624L23.656 12h-3.062l4.031-3.219L25 8.47V3h-2v4.531l-3.125 2.5c-.156-.62-.469-1.156-.875-1.625V5h-2v2.156C16.68 7.074 16.344 7 16 7s-.68.074-1 .156V5h-2v3.406c-.406.469-.719 1.004-.875 1.625L9 7.531V3zm9 6c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m0 6c1.23 0 2.266.297 2.938.781c.67.485 1.062 1.11 1.062 2.219c0 1.11-.512 2.754-1.313 4s-1.82 2-2.687 2s-1.887-.754-2.688-2c-.8-1.246-1.312-2.89-1.312-4s.39-1.734 1.063-2.219C13.733 15.297 14.77 15 16 15"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%203v5.469l.375.312L11.406%2012H8.344l-3.75-2.813l-1.188%201.626L7.656%2014h3.563l-3.594%203H3v2h5.375l.25-.219l1.406-1.156c-.008.125-.031.246-.031.375c0%20.176.016.352.031.531l-3.75%203.75l-.281.313V29h2v-5.563l2.563-2.562c.273.754.62%201.5%201.062%202.188C12.633%2024.628%2014.109%2026%2016%2026c1.89%200%203.367-1.371%204.375-2.938a11%2011%200%200%200%201.063-2.187L24%2023.438V29h2v-6.406l-.281-.313l-3.75-3.75c.015-.18.031-.355.031-.531c0-.121-.023-.227-.031-.344l1.406%201.125l.281.219H29v-2h-4.656l-3.75-3h3.75l4.25-3.188l-1.188-1.624L23.656%2012h-3.062l4.031-3.219L25%208.47V3h-2v4.531l-3.125%202.5c-.156-.62-.469-1.156-.875-1.625V5h-2v2.156C16.68%207.074%2016.344%207%2016%207s-.68.074-1%20.156V5h-2v3.406c-.406.469-.719%201.004-.875%201.625L9%207.531V3zm9%206c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2m0%206c1.23%200%202.266.297%202.938.781c.67.485%201.062%201.11%201.062%202.219c0%201.11-.512%202.754-1.313%204s-1.82%202-2.687%202s-1.887-.754-2.688-2c-.8-1.246-1.312-2.89-1.312-4s.39-1.734%201.063-2.219C13.733%2015.297%2014.77%2015%2016%2015%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%203v5.469l.375.312L11.406%2012H8.344l-3.75-2.813l-1.188%201.626L7.656%2014h3.563l-3.594%203H3v2h5.375l.25-.219l1.406-1.156c-.008.125-.031.246-.031.375c0%20.176.016.352.031.531l-3.75%203.75l-.281.313V29h2v-5.563l2.563-2.562c.273.754.62%201.5%201.062%202.188C12.633%2024.628%2014.109%2026%2016%2026c1.89%200%203.367-1.371%204.375-2.938a11%2011%200%200%200%201.063-2.187L24%2023.438V29h2v-6.406l-.281-.313l-3.75-3.75c.015-.18.031-.355.031-.531c0-.121-.023-.227-.031-.344l1.406%201.125l.281.219H29v-2h-4.656l-3.75-3h3.75l4.25-3.188l-1.188-1.624L23.656%2012h-3.062l4.031-3.219L25%208.47V3h-2v4.531l-3.125%202.5c-.156-.62-.469-1.156-.875-1.625V5h-2v2.156C16.68%207.074%2016.344%207%2016%207s-.68.074-1%20.156V5h-2v3.406c-.406.469-.719%201.004-.875%201.625L9%207.531V3zm9%206c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2m0%206c1.23%200%202.266.297%202.938.781c.67.485%201.062%201.11%201.062%202.219c0%201.11-.512%202.754-1.313%204s-1.82%202-2.687%202s-1.887-.754-2.688-2c-.8-1.246-1.312-2.89-1.312-4s.39-1.734%201.063-2.219C13.733%2015.297%2014.77%2015%2016%2015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/spider.svg?color=%231a73e8&size=48