animal spider icon
animal-spider-outline from Health Icons by Resolve to Save Lives · Outline · Zoonoses · MIT Free for personal and commercial use.
- Name
- animal-spider-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Zoonoses
- Viewbox
- 48×48
- License
- MIT
- Aliases
- animal-spider2x-outline
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" fill-rule="evenodd" 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.176m5.463 17.732a1 1 0 0 0 .335-.864c.397-.898.881-1.616 1.394-2.11l.612-.59V18h2v2.188l.612.59c.513.494.997 1.212 1.394 2.11a1 1 0 0 0 .335.864C27.746 24.954 28 26.395 28 28c0 2.462-.603 4.593-1.472 6.042C25.634 35.532 24.678 36 24 36s-1.634-.468-2.528-1.958C20.602 32.592 20 30.462 20 28c0-1.605.254-3.046.66-4.248" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsAnimalSpiderOutline(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" fillRule="evenodd" 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.176m5.463 17.732a1 1 0 0 0 .335-.864c.397-.898.881-1.616 1.394-2.11l.612-.59V18h2v2.188l.612.59c.513.494.997 1.212 1.394 2.11a1 1 0 0 0 .335.864C27.746 24.954 28 26.395 28 28c0 2.462-.603 4.593-1.472 6.042C25.634 35.532 24.678 36 24 36s-1.634-.468-2.528-1.958C20.602 32.592 20 30.462 20 28c0-1.605.254-3.046.66-4.248" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" 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.176m5.463 17.732a1 1 0 0 0 .335-.864c.397-.898.881-1.616 1.394-2.11l.612-.59V18h2v2.188l.612.59c.513.494.997 1.212 1.394 2.11a1 1 0 0 0 .335.864C27.746 24.954 28 26.395 28 28c0 2.462-.603 4.593-1.472 6.042C25.634 35.532 24.678 36 24 36s-1.634-.468-2.528-1.958C20.602 32.592 20 30.462 20 28c0-1.605.254-3.046.66-4.248" clip-rule="evenodd"/></svg> </template>
CSS
.icon-animal-spider-outline {
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%20fill-rule%3D%22evenodd%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.176m5.463%2017.732a1%201%200%200%200%20.335-.864c.397-.898.881-1.616%201.394-2.11l.612-.59V18h2v2.188l.612.59c.513.494.997%201.212%201.394%202.11a1%201%200%200%200%20.335.864C27.746%2024.954%2028%2026.395%2028%2028c0%202.462-.603%204.593-1.472%206.042C25.634%2035.532%2024.678%2036%2024%2036s-1.634-.468-2.528-1.958C20.602%2032.592%2020%2030.462%2020%2028c0-1.605.254-3.046.66-4.248%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%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.176m5.463%2017.732a1%201%200%200%200%20.335-.864c.397-.898.881-1.616%201.394-2.11l.612-.59V18h2v2.188l.612.59c.513.494.997%201.212%201.394%202.11a1%201%200%200%200%20.335.864C27.746%2024.954%2028%2026.395%2028%2028c0%202.462-.603%204.593-1.472%206.042C25.634%2035.532%2024.678%2036%2024%2036s-1.634-.468-2.528-1.958C20.602%2032.592%2020%2030.462%2020%2028c0-1.605.254-3.046.66-4.248%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/animal-spider-outline.svg?color=%231a73e8&size=48