animal spider icon
animal-spider from Health Icons by Resolve to Save Lives · Filled · Zoonoses · MIT Free for personal and commercial use.
- Name
- animal-spider
- Set
- Health Icons
- Style
- Filled
- Category
- Zoonoses
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More zoonoses icons from Health Icons
animal-batanimal-chickenanimal-cowanimal-donkeyanimal-mosquitosanimal-piganimal-ratanimal-snakeanimal-tickmosquitoanimal-bat-negativeanimal-chicken-negativeanimal-cow-negativeanimal-donkey-negativeanimal-mosquitos-negativeanimal-pig-negativeanimal-rat-negativeanimal-spider-negativeanimal-tick-negative
Use the animal spider icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M15.196 6.02a1 1 0 0 0-1.177.784l-1.5 7.5a1 1 0 0 0 .187.804l6.078 7.948q-.175.513-.315 1.061a1 1 0 0 0-.115-.052l-6.393-2.422l-4.246-4.342a1 1 0 0 0-1.43 1.398l4.4 4.5c.102.104.225.185.36.236l6.6 2.5c.158.06.32.077.476.058q-.06.495-.091 1.006l-5.541-.495a1 1 0 0 0-.887.393l-3.4 4.5a1 1 0 1 0 1.596 1.206l3.066-4.057l5.047.45q.06.006.119.004q.015.253.037.502a1 1 0 0 0-.553.124l-4.5 2.5a1 1 0 0 0-.45.523l-3 8a1 1 0 1 0 1.872.702l2.871-7.655l4.058-2.254C19.206 35.269 21.412 38 24 38s4.794-2.731 5.635-6.558l4.058 2.254l2.87 7.655a1 1 0 0 0 1.873-.702l-3-8a1 1 0 0 0-.45-.523l-4.5-2.5a1 1 0 0 0-.553-.124q.022-.249.037-.502q.06.002.119-.004l5.047-.45l3.066 4.057a1 1 0 0 0 1.596-1.206l-3.4-4.5a1 1 0 0 0-.887-.393l-5.54.495q-.032-.51-.092-1.006c.156.02.318.002.475-.058l6.6-2.5a1 1 0 0 0 .361-.236l4.4-4.5a1 1 0 1 0-1.43-1.398l-4.246 4.342l-6.393 2.422q-.06.022-.115.052q-.14-.549-.315-1.061l6.078-7.948a1 1 0 0 0 .187-.804l-1.5-7.5a1 1 0 0 0-1.962.392l1.412 7.056l-5.152 6.738A7.8 7.8 0 0 0 27 19.338V15.5a1 1 0 1 0-2 0v.5h-2v-.5a1 1 0 1 0-2 0v3.838a7.8 7.8 0 0 0-1.279 1.652l-5.152-6.738l1.412-7.056a1 1 0 0 0-.785-1.176"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsAnimalSpider(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M15.196 6.02a1 1 0 0 0-1.177.784l-1.5 7.5a1 1 0 0 0 .187.804l6.078 7.948q-.175.513-.315 1.061a1 1 0 0 0-.115-.052l-6.393-2.422l-4.246-4.342a1 1 0 0 0-1.43 1.398l4.4 4.5c.102.104.225.185.36.236l6.6 2.5c.158.06.32.077.476.058q-.06.495-.091 1.006l-5.541-.495a1 1 0 0 0-.887.393l-3.4 4.5a1 1 0 1 0 1.596 1.206l3.066-4.057l5.047.45q.06.006.119.004q.015.253.037.502a1 1 0 0 0-.553.124l-4.5 2.5a1 1 0 0 0-.45.523l-3 8a1 1 0 1 0 1.872.702l2.871-7.655l4.058-2.254C19.206 35.269 21.412 38 24 38s4.794-2.731 5.635-6.558l4.058 2.254l2.87 7.655a1 1 0 0 0 1.873-.702l-3-8a1 1 0 0 0-.45-.523l-4.5-2.5a1 1 0 0 0-.553-.124q.022-.249.037-.502q.06.002.119-.004l5.047-.45l3.066 4.057a1 1 0 0 0 1.596-1.206l-3.4-4.5a1 1 0 0 0-.887-.393l-5.54.495q-.032-.51-.092-1.006c.156.02.318.002.475-.058l6.6-2.5a1 1 0 0 0 .361-.236l4.4-4.5a1 1 0 1 0-1.43-1.398l-4.246 4.342l-6.393 2.422q-.06.022-.115.052q-.14-.549-.315-1.061l6.078-7.948a1 1 0 0 0 .187-.804l-1.5-7.5a1 1 0 0 0-1.962.392l1.412 7.056l-5.152 6.738A7.8 7.8 0 0 0 27 19.338V15.5a1 1 0 1 0-2 0v.5h-2v-.5a1 1 0 1 0-2 0v3.838a7.8 7.8 0 0 0-1.279 1.652l-5.152-6.738l1.412-7.056a1 1 0 0 0-.785-1.176"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M15.196 6.02a1 1 0 0 0-1.177.784l-1.5 7.5a1 1 0 0 0 .187.804l6.078 7.948q-.175.513-.315 1.061a1 1 0 0 0-.115-.052l-6.393-2.422l-4.246-4.342a1 1 0 0 0-1.43 1.398l4.4 4.5c.102.104.225.185.36.236l6.6 2.5c.158.06.32.077.476.058q-.06.495-.091 1.006l-5.541-.495a1 1 0 0 0-.887.393l-3.4 4.5a1 1 0 1 0 1.596 1.206l3.066-4.057l5.047.45q.06.006.119.004q.015.253.037.502a1 1 0 0 0-.553.124l-4.5 2.5a1 1 0 0 0-.45.523l-3 8a1 1 0 1 0 1.872.702l2.871-7.655l4.058-2.254C19.206 35.269 21.412 38 24 38s4.794-2.731 5.635-6.558l4.058 2.254l2.87 7.655a1 1 0 0 0 1.873-.702l-3-8a1 1 0 0 0-.45-.523l-4.5-2.5a1 1 0 0 0-.553-.124q.022-.249.037-.502q.06.002.119-.004l5.047-.45l3.066 4.057a1 1 0 0 0 1.596-1.206l-3.4-4.5a1 1 0 0 0-.887-.393l-5.54.495q-.032-.51-.092-1.006c.156.02.318.002.475-.058l6.6-2.5a1 1 0 0 0 .361-.236l4.4-4.5a1 1 0 1 0-1.43-1.398l-4.246 4.342l-6.393 2.422q-.06.022-.115.052q-.14-.549-.315-1.061l6.078-7.948a1 1 0 0 0 .187-.804l-1.5-7.5a1 1 0 0 0-1.962.392l1.412 7.056l-5.152 6.738A7.8 7.8 0 0 0 27 19.338V15.5a1 1 0 1 0-2 0v.5h-2v-.5a1 1 0 1 0-2 0v3.838a7.8 7.8 0 0 0-1.279 1.652l-5.152-6.738l1.412-7.056a1 1 0 0 0-.785-1.176"/></svg> </template>
CSS
.icon-animal-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.196%206.02a1%201%200%200%200-1.177.784l-1.5%207.5a1%201%200%200%200%20.187.804l6.078%207.948q-.175.513-.315%201.061a1%201%200%200%200-.115-.052l-6.393-2.422l-4.246-4.342a1%201%200%200%200-1.43%201.398l4.4%204.5c.102.104.225.185.36.236l6.6%202.5c.158.06.32.077.476.058q-.06.495-.091%201.006l-5.541-.495a1%201%200%200%200-.887.393l-3.4%204.5a1%201%200%201%200%201.596%201.206l3.066-4.057l5.047.45q.06.006.119.004q.015.253.037.502a1%201%200%200%200-.553.124l-4.5%202.5a1%201%200%200%200-.45.523l-3%208a1%201%200%201%200%201.872.702l2.871-7.655l4.058-2.254C19.206%2035.269%2021.412%2038%2024%2038s4.794-2.731%205.635-6.558l4.058%202.254l2.87%207.655a1%201%200%200%200%201.873-.702l-3-8a1%201%200%200%200-.45-.523l-4.5-2.5a1%201%200%200%200-.553-.124q.022-.249.037-.502q.06.002.119-.004l5.047-.45l3.066%204.057a1%201%200%200%200%201.596-1.206l-3.4-4.5a1%201%200%200%200-.887-.393l-5.54.495q-.032-.51-.092-1.006c.156.02.318.002.475-.058l6.6-2.5a1%201%200%200%200%20.361-.236l4.4-4.5a1%201%200%201%200-1.43-1.398l-4.246%204.342l-6.393%202.422q-.06.022-.115.052q-.14-.549-.315-1.061l6.078-7.948a1%201%200%200%200%20.187-.804l-1.5-7.5a1%201%200%200%200-1.962.392l1.412%207.056l-5.152%206.738A7.8%207.8%200%200%200%2027%2019.338V15.5a1%201%200%201%200-2%200v.5h-2v-.5a1%201%200%201%200-2%200v3.838a7.8%207.8%200%200%200-1.279%201.652l-5.152-6.738l1.412-7.056a1%201%200%200%200-.785-1.176%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.196%206.02a1%201%200%200%200-1.177.784l-1.5%207.5a1%201%200%200%200%20.187.804l6.078%207.948q-.175.513-.315%201.061a1%201%200%200%200-.115-.052l-6.393-2.422l-4.246-4.342a1%201%200%200%200-1.43%201.398l4.4%204.5c.102.104.225.185.36.236l6.6%202.5c.158.06.32.077.476.058q-.06.495-.091%201.006l-5.541-.495a1%201%200%200%200-.887.393l-3.4%204.5a1%201%200%201%200%201.596%201.206l3.066-4.057l5.047.45q.06.006.119.004q.015.253.037.502a1%201%200%200%200-.553.124l-4.5%202.5a1%201%200%200%200-.45.523l-3%208a1%201%200%201%200%201.872.702l2.871-7.655l4.058-2.254C19.206%2035.269%2021.412%2038%2024%2038s4.794-2.731%205.635-6.558l4.058%202.254l2.87%207.655a1%201%200%200%200%201.873-.702l-3-8a1%201%200%200%200-.45-.523l-4.5-2.5a1%201%200%200%200-.553-.124q.022-.249.037-.502q.06.002.119-.004l5.047-.45l3.066%204.057a1%201%200%200%200%201.596-1.206l-3.4-4.5a1%201%200%200%200-.887-.393l-5.54.495q-.032-.51-.092-1.006c.156.02.318.002.475-.058l6.6-2.5a1%201%200%200%200%20.361-.236l4.4-4.5a1%201%200%201%200-1.43-1.398l-4.246%204.342l-6.393%202.422q-.06.022-.115.052q-.14-.549-.315-1.061l6.078-7.948a1%201%200%200%200%20.187-.804l-1.5-7.5a1%201%200%200%200-1.962.392l1.412%207.056l-5.152%206.738A7.8%207.8%200%200%200%2027%2019.338V15.5a1%201%200%201%200-2%200v.5h-2v-.5a1%201%200%201%200-2%200v3.838a7.8%207.8%200%200%200-1.279%201.652l-5.152-6.738l1.412-7.056a1%201%200%200%200-.785-1.176%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/animal-spider.svg?color=%231a73e8&size=48