animal tick negative icon
animal-tick-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- animal-tick-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the animal tick negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsAnimalTickNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm31.5 28.743C31.5 34.708 27.728 38 24 38s-7.5-3.292-7.5-9.257q0-.438.027-.883a9 9 0 0 0-.614.357c-.425.27-.804.57-1.066.878c-.264.31-.347.55-.347.728c0 .8.312 1.828.677 2.73a16 16 0 0 0 .685 1.468l.01.018l.002.004a1 1 0 0 1-1.748.971l.874-.486l-.874.486l-.001-.001l-.002-.003l-.004-.008l-.015-.028l-.053-.099a18 18 0 0 1-.728-1.572c-.385-.95-.823-2.275-.823-3.48c0-.825.386-1.51.825-2.026c.44-.516 1-.94 1.512-1.267a12 12 0 0 1 1.995-1.012q.071-.36.157-.719l-3.245-1.234a1 1 0 0 1-.476-.379l-2.1-3.145a1 1 0 0 1 1.664-1.11l1.922 2.879l2.798 1.064c.238-.685.51-1.349.812-1.98l-3.12-1.186a1 1 0 0 1-.563-.54l-1.35-3.145a1 1 0 1 1 1.838-.789l1.183 2.756l2.99 1.137c.364-.567.751-1.084 1.156-1.536c-.758-.159-1.424-.38-2.04-.718c-.911-.501-1.63-1.213-2.374-2.176a1 1 0 0 1 .074-1.308l3-3.086a1 1 0 0 1 1.434 1.394l-2.372 2.44c.417.456.795.76 1.201.983c.57.314 1.275.513 2.374.663c.208-1.409 1.116-2.469 2.205-2.469s1.997 1.06 2.205 2.469c1.099-.15 1.803-.35 2.374-.663c.406-.223.784-.527 1.201-.983l-2.372-2.44a1 1 0 1 1 1.434-1.394l3 3.086a1 1 0 0 1 .074 1.309c-.744.962-1.463 1.674-2.374 2.175c-.616.338-1.283.56-2.04.718c.405.452.792.97 1.156 1.536l2.99-1.137l1.183-2.756a1 1 0 1 1 1.838.789l-1.35 3.145a1 1 0 0 1-.564.54l-3.119 1.187c.301.63.574 1.294.812 1.979l2.798-1.064l1.922-2.88a1 1 0 1 1 1.664 1.111l-2.1 3.145a1 1 0 0 1-.477.38l-3.244 1.233q.086.36.157.719l.121.048a12 12 0 0 1 1.873.964c.513.327 1.072.75 1.513 1.267c.44.515.825 1.2.825 2.026c0 1.204-.438 2.53-.823 3.48a18 18 0 0 1-.781 1.671l-.015.028l-.005.008l-.002.004l-.874-.486l.874.486a1 1 0 0 1-1.748-.97l.002-.005l.01-.018l.042-.079a16 16 0 0 0 .643-1.39c.365-.9.677-1.928.677-2.73c0-.177-.083-.417-.347-.727c-.262-.307-.64-.607-1.066-.878a9 9 0 0 0-.614-.357q.027.445.027.883" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsAnimalTickNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsAnimalTickNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsAnimalTickNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm31.5 28.743C31.5 34.708 27.728 38 24 38s-7.5-3.292-7.5-9.257q0-.438.027-.883a9 9 0 0 0-.614.357c-.425.27-.804.57-1.066.878c-.264.31-.347.55-.347.728c0 .8.312 1.828.677 2.73a16 16 0 0 0 .685 1.468l.01.018l.002.004a1 1 0 0 1-1.748.971l.874-.486l-.874.486l-.001-.001l-.002-.003l-.004-.008l-.015-.028l-.053-.099a18 18 0 0 1-.728-1.572c-.385-.95-.823-2.275-.823-3.48c0-.825.386-1.51.825-2.026c.44-.516 1-.94 1.512-1.267a12 12 0 0 1 1.995-1.012q.071-.36.157-.719l-3.245-1.234a1 1 0 0 1-.476-.379l-2.1-3.145a1 1 0 0 1 1.664-1.11l1.922 2.879l2.798 1.064c.238-.685.51-1.349.812-1.98l-3.12-1.186a1 1 0 0 1-.563-.54l-1.35-3.145a1 1 0 1 1 1.838-.789l1.183 2.756l2.99 1.137c.364-.567.751-1.084 1.156-1.536c-.758-.159-1.424-.38-2.04-.718c-.911-.501-1.63-1.213-2.374-2.176a1 1 0 0 1 .074-1.308l3-3.086a1 1 0 0 1 1.434 1.394l-2.372 2.44c.417.456.795.76 1.201.983c.57.314 1.275.513 2.374.663c.208-1.409 1.116-2.469 2.205-2.469s1.997 1.06 2.205 2.469c1.099-.15 1.803-.35 2.374-.663c.406-.223.784-.527 1.201-.983l-2.372-2.44a1 1 0 1 1 1.434-1.394l3 3.086a1 1 0 0 1 .074 1.309c-.744.962-1.463 1.674-2.374 2.175c-.616.338-1.283.56-2.04.718c.405.452.792.97 1.156 1.536l2.99-1.137l1.183-2.756a1 1 0 1 1 1.838.789l-1.35 3.145a1 1 0 0 1-.564.54l-3.119 1.187c.301.63.574 1.294.812 1.979l2.798-1.064l1.922-2.88a1 1 0 1 1 1.664 1.111l-2.1 3.145a1 1 0 0 1-.477.38l-3.244 1.233q.086.36.157.719l.121.048a12 12 0 0 1 1.873.964c.513.327 1.072.75 1.513 1.267c.44.515.825 1.2.825 2.026c0 1.204-.438 2.53-.823 3.48a18 18 0 0 1-.781 1.671l-.015.028l-.005.008l-.002.004l-.874-.486l.874.486a1 1 0 0 1-1.748-.97l.002-.005l.01-.018l.042-.079a16 16 0 0 0 .643-1.39c.365-.9.677-1.928.677-2.73c0-.177-.083-.417-.347-.727c-.262-.307-.64-.607-1.066-.878a9 9 0 0 0-.614-.357q.027.445.027.883" clipRule="evenodd"/></g><defs><clipPath id="healthiconsAnimalTickNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsAnimalTickNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm31.5 28.743C31.5 34.708 27.728 38 24 38s-7.5-3.292-7.5-9.257q0-.438.027-.883a9 9 0 0 0-.614.357c-.425.27-.804.57-1.066.878c-.264.31-.347.55-.347.728c0 .8.312 1.828.677 2.73a16 16 0 0 0 .685 1.468l.01.018l.002.004a1 1 0 0 1-1.748.971l.874-.486l-.874.486l-.001-.001l-.002-.003l-.004-.008l-.015-.028l-.053-.099a18 18 0 0 1-.728-1.572c-.385-.95-.823-2.275-.823-3.48c0-.825.386-1.51.825-2.026c.44-.516 1-.94 1.512-1.267a12 12 0 0 1 1.995-1.012q.071-.36.157-.719l-3.245-1.234a1 1 0 0 1-.476-.379l-2.1-3.145a1 1 0 0 1 1.664-1.11l1.922 2.879l2.798 1.064c.238-.685.51-1.349.812-1.98l-3.12-1.186a1 1 0 0 1-.563-.54l-1.35-3.145a1 1 0 1 1 1.838-.789l1.183 2.756l2.99 1.137c.364-.567.751-1.084 1.156-1.536c-.758-.159-1.424-.38-2.04-.718c-.911-.501-1.63-1.213-2.374-2.176a1 1 0 0 1 .074-1.308l3-3.086a1 1 0 0 1 1.434 1.394l-2.372 2.44c.417.456.795.76 1.201.983c.57.314 1.275.513 2.374.663c.208-1.409 1.116-2.469 2.205-2.469s1.997 1.06 2.205 2.469c1.099-.15 1.803-.35 2.374-.663c.406-.223.784-.527 1.201-.983l-2.372-2.44a1 1 0 1 1 1.434-1.394l3 3.086a1 1 0 0 1 .074 1.309c-.744.962-1.463 1.674-2.374 2.175c-.616.338-1.283.56-2.04.718c.405.452.792.97 1.156 1.536l2.99-1.137l1.183-2.756a1 1 0 1 1 1.838.789l-1.35 3.145a1 1 0 0 1-.564.54l-3.119 1.187c.301.63.574 1.294.812 1.979l2.798-1.064l1.922-2.88a1 1 0 1 1 1.664 1.111l-2.1 3.145a1 1 0 0 1-.477.38l-3.244 1.233q.086.36.157.719l.121.048a12 12 0 0 1 1.873.964c.513.327 1.072.75 1.513 1.267c.44.515.825 1.2.825 2.026c0 1.204-.438 2.53-.823 3.48a18 18 0 0 1-.781 1.671l-.015.028l-.005.008l-.002.004l-.874-.486l.874.486a1 1 0 0 1-1.748-.97l.002-.005l.01-.018l.042-.079a16 16 0 0 0 .643-1.39c.365-.9.677-1.928.677-2.73c0-.177-.083-.417-.347-.727c-.262-.307-.64-.607-1.066-.878a9 9 0 0 0-.614-.357q.027.445.027.883" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsAnimalTickNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-animal-tick-negative {
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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsAnimalTickNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm31.5%2028.743C31.5%2034.708%2027.728%2038%2024%2038s-7.5-3.292-7.5-9.257q0-.438.027-.883a9%209%200%200%200-.614.357c-.425.27-.804.57-1.066.878c-.264.31-.347.55-.347.728c0%20.8.312%201.828.677%202.73a16%2016%200%200%200%20.685%201.468l.01.018l.002.004a1%201%200%200%201-1.748.971l.874-.486l-.874.486l-.001-.001l-.002-.003l-.004-.008l-.015-.028l-.053-.099a18%2018%200%200%201-.728-1.572c-.385-.95-.823-2.275-.823-3.48c0-.825.386-1.51.825-2.026c.44-.516%201-.94%201.512-1.267a12%2012%200%200%201%201.995-1.012q.071-.36.157-.719l-3.245-1.234a1%201%200%200%201-.476-.379l-2.1-3.145a1%201%200%200%201%201.664-1.11l1.922%202.879l2.798%201.064c.238-.685.51-1.349.812-1.98l-3.12-1.186a1%201%200%200%201-.563-.54l-1.35-3.145a1%201%200%201%201%201.838-.789l1.183%202.756l2.99%201.137c.364-.567.751-1.084%201.156-1.536c-.758-.159-1.424-.38-2.04-.718c-.911-.501-1.63-1.213-2.374-2.176a1%201%200%200%201%20.074-1.308l3-3.086a1%201%200%200%201%201.434%201.394l-2.372%202.44c.417.456.795.76%201.201.983c.57.314%201.275.513%202.374.663c.208-1.409%201.116-2.469%202.205-2.469s1.997%201.06%202.205%202.469c1.099-.15%201.803-.35%202.374-.663c.406-.223.784-.527%201.201-.983l-2.372-2.44a1%201%200%201%201%201.434-1.394l3%203.086a1%201%200%200%201%20.074%201.309c-.744.962-1.463%201.674-2.374%202.175c-.616.338-1.283.56-2.04.718c.405.452.792.97%201.156%201.536l2.99-1.137l1.183-2.756a1%201%200%201%201%201.838.789l-1.35%203.145a1%201%200%200%201-.564.54l-3.119%201.187c.301.63.574%201.294.812%201.979l2.798-1.064l1.922-2.88a1%201%200%201%201%201.664%201.111l-2.1%203.145a1%201%200%200%201-.477.38l-3.244%201.233q.086.36.157.719l.121.048a12%2012%200%200%201%201.873.964c.513.327%201.072.75%201.513%201.267c.44.515.825%201.2.825%202.026c0%201.204-.438%202.53-.823%203.48a18%2018%200%200%201-.781%201.671l-.015.028l-.005.008l-.002.004l-.874-.486l.874.486a1%201%200%200%201-1.748-.97l.002-.005l.01-.018l.042-.079a16%2016%200%200%200%20.643-1.39c.365-.9.677-1.928.677-2.73c0-.177-.083-.417-.347-.727c-.262-.307-.64-.607-1.066-.878a9%209%200%200%200-.614-.357q.027.445.027.883%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsAnimalTickNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsAnimalTickNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm31.5%2028.743C31.5%2034.708%2027.728%2038%2024%2038s-7.5-3.292-7.5-9.257q0-.438.027-.883a9%209%200%200%200-.614.357c-.425.27-.804.57-1.066.878c-.264.31-.347.55-.347.728c0%20.8.312%201.828.677%202.73a16%2016%200%200%200%20.685%201.468l.01.018l.002.004a1%201%200%200%201-1.748.971l.874-.486l-.874.486l-.001-.001l-.002-.003l-.004-.008l-.015-.028l-.053-.099a18%2018%200%200%201-.728-1.572c-.385-.95-.823-2.275-.823-3.48c0-.825.386-1.51.825-2.026c.44-.516%201-.94%201.512-1.267a12%2012%200%200%201%201.995-1.012q.071-.36.157-.719l-3.245-1.234a1%201%200%200%201-.476-.379l-2.1-3.145a1%201%200%200%201%201.664-1.11l1.922%202.879l2.798%201.064c.238-.685.51-1.349.812-1.98l-3.12-1.186a1%201%200%200%201-.563-.54l-1.35-3.145a1%201%200%201%201%201.838-.789l1.183%202.756l2.99%201.137c.364-.567.751-1.084%201.156-1.536c-.758-.159-1.424-.38-2.04-.718c-.911-.501-1.63-1.213-2.374-2.176a1%201%200%200%201%20.074-1.308l3-3.086a1%201%200%200%201%201.434%201.394l-2.372%202.44c.417.456.795.76%201.201.983c.57.314%201.275.513%202.374.663c.208-1.409%201.116-2.469%202.205-2.469s1.997%201.06%202.205%202.469c1.099-.15%201.803-.35%202.374-.663c.406-.223.784-.527%201.201-.983l-2.372-2.44a1%201%200%201%201%201.434-1.394l3%203.086a1%201%200%200%201%20.074%201.309c-.744.962-1.463%201.674-2.374%202.175c-.616.338-1.283.56-2.04.718c.405.452.792.97%201.156%201.536l2.99-1.137l1.183-2.756a1%201%200%201%201%201.838.789l-1.35%203.145a1%201%200%200%201-.564.54l-3.119%201.187c.301.63.574%201.294.812%201.979l2.798-1.064l1.922-2.88a1%201%200%201%201%201.664%201.111l-2.1%203.145a1%201%200%200%201-.477.38l-3.244%201.233q.086.36.157.719l.121.048a12%2012%200%200%201%201.873.964c.513.327%201.072.75%201.513%201.267c.44.515.825%201.2.825%202.026c0%201.204-.438%202.53-.823%203.48a18%2018%200%200%201-.781%201.671l-.015.028l-.005.008l-.002.004l-.874-.486l.874.486a1%201%200%200%201-1.748-.97l.002-.005l.01-.018l.042-.079a16%2016%200%200%200%20.643-1.39c.365-.9.677-1.928.677-2.73c0-.177-.083-.417-.347-.727c-.262-.307-.64-.607-1.066-.878a9%209%200%200%200-.614-.357q.027.445.027.883%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsAnimalTickNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/animal-tick-negative.svg?color=%231a73e8&size=48