animal tick icon

animal-tick-outline from Health Icons by Resolve to Save Lives · Outline · Zoonoses · MIT Free for personal and commercial use.

Name
animal-tick-outline
Set
Health Icons
Style
Outline
Category
Zoonoses
Viewbox
48×48
License
MIT
Aliases
animal-tick2x-outline

1 other variant in Health Icons

More zoonoses icons from Health Icons

Use the animal tick 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="M19.572 10.283a1 1 0 0 0-1.414.02l-3 3.086a1 1 0 0 0-.074 1.309c.744.962 1.463 1.674 2.374 2.175c.546.3 1.132.508 1.786.661c-.37.475-.718.992-1.043 1.54l-2.85-1.084l-1.182-2.756a1 1 0 1 0-1.838.789l1.35 3.145a1 1 0 0 0 .564.54l3.032 1.154l-.142.323q-.349.811-.633 1.67l-2.748-1.045l-1.922-2.88a1 1 0 1 0-1.664 1.111l2.1 3.145a1 1 0 0 0 .477.38l3.22 1.224q-.084.367-.153.736l-.101.04a12 12 0 0 0-1.873.964c-.513.327-1.072.75-1.513 1.267c-.439.515-.825 1.2-.825 2.026c0 1.204.438 2.53.823 3.48a18 18 0 0 0 .781 1.671l.015.028l.005.008l.001.003a1 1 0 0 0 1.75-.97l-.003-.004l-.01-.018l-.042-.079a16 16 0 0 1-.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 1 .612-.356q-.024.444-.025.882C15.5 35.156 19.622 39 24 39s8.5-3.844 8.5-10.257q0-.438-.025-.882c.197.105.406.224.612.356c.425.27.804.57 1.066.878c.264.31.347.55.347.728c0 .8-.312 1.828-.677 2.73a16 16 0 0 1-.685 1.468l-.01.018l-.002.004a1 1 0 1 0 1.749.97l.002-.003l.004-.008l.015-.028l.053-.099a18 18 0 0 0 .728-1.572c.385-.95.823-2.276.823-3.48c0-.825-.386-1.51-.825-2.026c-.44-.516-1-.94-1.512-1.267a12 12 0 0 0-1.975-1.004a20 20 0 0 0-.152-.736l3.22-1.225a1 1 0 0 0 .476-.379l2.1-3.145a1 1 0 0 0-1.663-1.11l-1.923 2.879l-2.748 1.045a21 21 0 0 0-.775-1.993l3.033-1.154a1 1 0 0 0 .563-.54l1.35-3.145a1 1 0 1 0-1.838-.789l-1.183 2.756l-2.85 1.084a15 15 0 0 0-1.041-1.54a7 7 0 0 0 1.785-.661c.911-.501 1.63-1.213 2.374-2.176a1 1 0 0 0-.074-1.308l-3-3.086a1 1 0 0 0-1.434 1.394l2.373 2.44c-.418.456-.796.76-1.202.983c-.57.313-1.271.512-2.365.662c-.096-.808-.38-1.556-.815-2.153c-.544-.746-1.38-1.315-2.399-1.315s-1.855.569-2.399 1.315c-.435.597-.718 1.345-.814 2.153c-1.094-.15-1.797-.35-2.366-.662c-.406-.223-.784-.527-1.201-.983l2.372-2.44a1 1 0 0 0-.02-1.414M34 34.529c.874.485.875.484.875.484zm-20 0l-.874.484zm9.217-19.722c-.27.37-.467.93-.467 1.593v.036l.006.521l-.424.303c-1.222.874-2.441 2.576-3.36 4.714c-.91 2.12-1.472 4.549-1.472 6.769C17.5 34.259 20.923 37 24 37s6.5-2.741 6.5-8.257c0-2.22-.562-4.65-1.472-6.769c-.919-2.138-2.138-3.84-3.36-4.714l-.424-.303l.006-.52V16.4c0-.663-.197-1.223-.467-1.593s-.56-.493-.783-.493c-.224 0-.513.123-.783.493" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsAnimalTickOutline(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="M19.572 10.283a1 1 0 0 0-1.414.02l-3 3.086a1 1 0 0 0-.074 1.309c.744.962 1.463 1.674 2.374 2.175c.546.3 1.132.508 1.786.661c-.37.475-.718.992-1.043 1.54l-2.85-1.084l-1.182-2.756a1 1 0 1 0-1.838.789l1.35 3.145a1 1 0 0 0 .564.54l3.032 1.154l-.142.323q-.349.811-.633 1.67l-2.748-1.045l-1.922-2.88a1 1 0 1 0-1.664 1.111l2.1 3.145a1 1 0 0 0 .477.38l3.22 1.224q-.084.367-.153.736l-.101.04a12 12 0 0 0-1.873.964c-.513.327-1.072.75-1.513 1.267c-.439.515-.825 1.2-.825 2.026c0 1.204.438 2.53.823 3.48a18 18 0 0 0 .781 1.671l.015.028l.005.008l.001.003a1 1 0 0 0 1.75-.97l-.003-.004l-.01-.018l-.042-.079a16 16 0 0 1-.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 1 .612-.356q-.024.444-.025.882C15.5 35.156 19.622 39 24 39s8.5-3.844 8.5-10.257q0-.438-.025-.882c.197.105.406.224.612.356c.425.27.804.57 1.066.878c.264.31.347.55.347.728c0 .8-.312 1.828-.677 2.73a16 16 0 0 1-.685 1.468l-.01.018l-.002.004a1 1 0 1 0 1.749.97l.002-.003l.004-.008l.015-.028l.053-.099a18 18 0 0 0 .728-1.572c.385-.95.823-2.276.823-3.48c0-.825-.386-1.51-.825-2.026c-.44-.516-1-.94-1.512-1.267a12 12 0 0 0-1.975-1.004a20 20 0 0 0-.152-.736l3.22-1.225a1 1 0 0 0 .476-.379l2.1-3.145a1 1 0 0 0-1.663-1.11l-1.923 2.879l-2.748 1.045a21 21 0 0 0-.775-1.993l3.033-1.154a1 1 0 0 0 .563-.54l1.35-3.145a1 1 0 1 0-1.838-.789l-1.183 2.756l-2.85 1.084a15 15 0 0 0-1.041-1.54a7 7 0 0 0 1.785-.661c.911-.501 1.63-1.213 2.374-2.176a1 1 0 0 0-.074-1.308l-3-3.086a1 1 0 0 0-1.434 1.394l2.373 2.44c-.418.456-.796.76-1.202.983c-.57.313-1.271.512-2.365.662c-.096-.808-.38-1.556-.815-2.153c-.544-.746-1.38-1.315-2.399-1.315s-1.855.569-2.399 1.315c-.435.597-.718 1.345-.814 2.153c-1.094-.15-1.797-.35-2.366-.662c-.406-.223-.784-.527-1.201-.983l2.372-2.44a1 1 0 0 0-.02-1.414M34 34.529c.874.485.875.484.875.484zm-20 0l-.874.484zm9.217-19.722c-.27.37-.467.93-.467 1.593v.036l.006.521l-.424.303c-1.222.874-2.441 2.576-3.36 4.714c-.91 2.12-1.472 4.549-1.472 6.769C17.5 34.259 20.923 37 24 37s6.5-2.741 6.5-8.257c0-2.22-.562-4.65-1.472-6.769c-.919-2.138-2.138-3.84-3.36-4.714l-.424-.303l.006-.52V16.4c0-.663-.197-1.223-.467-1.593s-.56-.493-.783-.493c-.224 0-.513.123-.783.493" 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="M19.572 10.283a1 1 0 0 0-1.414.02l-3 3.086a1 1 0 0 0-.074 1.309c.744.962 1.463 1.674 2.374 2.175c.546.3 1.132.508 1.786.661c-.37.475-.718.992-1.043 1.54l-2.85-1.084l-1.182-2.756a1 1 0 1 0-1.838.789l1.35 3.145a1 1 0 0 0 .564.54l3.032 1.154l-.142.323q-.349.811-.633 1.67l-2.748-1.045l-1.922-2.88a1 1 0 1 0-1.664 1.111l2.1 3.145a1 1 0 0 0 .477.38l3.22 1.224q-.084.367-.153.736l-.101.04a12 12 0 0 0-1.873.964c-.513.327-1.072.75-1.513 1.267c-.439.515-.825 1.2-.825 2.026c0 1.204.438 2.53.823 3.48a18 18 0 0 0 .781 1.671l.015.028l.005.008l.001.003a1 1 0 0 0 1.75-.97l-.003-.004l-.01-.018l-.042-.079a16 16 0 0 1-.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 1 .612-.356q-.024.444-.025.882C15.5 35.156 19.622 39 24 39s8.5-3.844 8.5-10.257q0-.438-.025-.882c.197.105.406.224.612.356c.425.27.804.57 1.066.878c.264.31.347.55.347.728c0 .8-.312 1.828-.677 2.73a16 16 0 0 1-.685 1.468l-.01.018l-.002.004a1 1 0 1 0 1.749.97l.002-.003l.004-.008l.015-.028l.053-.099a18 18 0 0 0 .728-1.572c.385-.95.823-2.276.823-3.48c0-.825-.386-1.51-.825-2.026c-.44-.516-1-.94-1.512-1.267a12 12 0 0 0-1.975-1.004a20 20 0 0 0-.152-.736l3.22-1.225a1 1 0 0 0 .476-.379l2.1-3.145a1 1 0 0 0-1.663-1.11l-1.923 2.879l-2.748 1.045a21 21 0 0 0-.775-1.993l3.033-1.154a1 1 0 0 0 .563-.54l1.35-3.145a1 1 0 1 0-1.838-.789l-1.183 2.756l-2.85 1.084a15 15 0 0 0-1.041-1.54a7 7 0 0 0 1.785-.661c.911-.501 1.63-1.213 2.374-2.176a1 1 0 0 0-.074-1.308l-3-3.086a1 1 0 0 0-1.434 1.394l2.373 2.44c-.418.456-.796.76-1.202.983c-.57.313-1.271.512-2.365.662c-.096-.808-.38-1.556-.815-2.153c-.544-.746-1.38-1.315-2.399-1.315s-1.855.569-2.399 1.315c-.435.597-.718 1.345-.814 2.153c-1.094-.15-1.797-.35-2.366-.662c-.406-.223-.784-.527-1.201-.983l2.372-2.44a1 1 0 0 0-.02-1.414M34 34.529c.874.485.875.484.875.484zm-20 0l-.874.484zm9.217-19.722c-.27.37-.467.93-.467 1.593v.036l.006.521l-.424.303c-1.222.874-2.441 2.576-3.36 4.714c-.91 2.12-1.472 4.549-1.472 6.769C17.5 34.259 20.923 37 24 37s6.5-2.741 6.5-8.257c0-2.22-.562-4.65-1.472-6.769c-.919-2.138-2.138-3.84-3.36-4.714l-.424-.303l.006-.52V16.4c0-.663-.197-1.223-.467-1.593s-.56-.493-.783-.493c-.224 0-.513.123-.783.493" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-animal-tick-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%22M19.572%2010.283a1%201%200%200%200-1.414.02l-3%203.086a1%201%200%200%200-.074%201.309c.744.962%201.463%201.674%202.374%202.175c.546.3%201.132.508%201.786.661c-.37.475-.718.992-1.043%201.54l-2.85-1.084l-1.182-2.756a1%201%200%201%200-1.838.789l1.35%203.145a1%201%200%200%200%20.564.54l3.032%201.154l-.142.323q-.349.811-.633%201.67l-2.748-1.045l-1.922-2.88a1%201%200%201%200-1.664%201.111l2.1%203.145a1%201%200%200%200%20.477.38l3.22%201.224q-.084.367-.153.736l-.101.04a12%2012%200%200%200-1.873.964c-.513.327-1.072.75-1.513%201.267c-.439.515-.825%201.2-.825%202.026c0%201.204.438%202.53.823%203.48a18%2018%200%200%200%20.781%201.671l.015.028l.005.008l.001.003a1%201%200%200%200%201.75-.97l-.003-.004l-.01-.018l-.042-.079a16%2016%200%200%201-.643-1.39c-.365-.9-.677-1.928-.677-2.73c0-.177.083-.417.347-.727c.262-.307.64-.607%201.066-.878a9%209%200%200%201%20.612-.356q-.024.444-.025.882C15.5%2035.156%2019.622%2039%2024%2039s8.5-3.844%208.5-10.257q0-.438-.025-.882c.197.105.406.224.612.356c.425.27.804.57%201.066.878c.264.31.347.55.347.728c0%20.8-.312%201.828-.677%202.73a16%2016%200%200%201-.685%201.468l-.01.018l-.002.004a1%201%200%201%200%201.749.97l.002-.003l.004-.008l.015-.028l.053-.099a18%2018%200%200%200%20.728-1.572c.385-.95.823-2.276.823-3.48c0-.825-.386-1.51-.825-2.026c-.44-.516-1-.94-1.512-1.267a12%2012%200%200%200-1.975-1.004a20%2020%200%200%200-.152-.736l3.22-1.225a1%201%200%200%200%20.476-.379l2.1-3.145a1%201%200%200%200-1.663-1.11l-1.923%202.879l-2.748%201.045a21%2021%200%200%200-.775-1.993l3.033-1.154a1%201%200%200%200%20.563-.54l1.35-3.145a1%201%200%201%200-1.838-.789l-1.183%202.756l-2.85%201.084a15%2015%200%200%200-1.041-1.54a7%207%200%200%200%201.785-.661c.911-.501%201.63-1.213%202.374-2.176a1%201%200%200%200-.074-1.308l-3-3.086a1%201%200%200%200-1.434%201.394l2.373%202.44c-.418.456-.796.76-1.202.983c-.57.313-1.271.512-2.365.662c-.096-.808-.38-1.556-.815-2.153c-.544-.746-1.38-1.315-2.399-1.315s-1.855.569-2.399%201.315c-.435.597-.718%201.345-.814%202.153c-1.094-.15-1.797-.35-2.366-.662c-.406-.223-.784-.527-1.201-.983l2.372-2.44a1%201%200%200%200-.02-1.414M34%2034.529c.874.485.875.484.875.484zm-20%200l-.874.484zm9.217-19.722c-.27.37-.467.93-.467%201.593v.036l.006.521l-.424.303c-1.222.874-2.441%202.576-3.36%204.714c-.91%202.12-1.472%204.549-1.472%206.769C17.5%2034.259%2020.923%2037%2024%2037s6.5-2.741%206.5-8.257c0-2.22-.562-4.65-1.472-6.769c-.919-2.138-2.138-3.84-3.36-4.714l-.424-.303l.006-.52V16.4c0-.663-.197-1.223-.467-1.593s-.56-.493-.783-.493c-.224%200-.513.123-.783.493%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%22M19.572%2010.283a1%201%200%200%200-1.414.02l-3%203.086a1%201%200%200%200-.074%201.309c.744.962%201.463%201.674%202.374%202.175c.546.3%201.132.508%201.786.661c-.37.475-.718.992-1.043%201.54l-2.85-1.084l-1.182-2.756a1%201%200%201%200-1.838.789l1.35%203.145a1%201%200%200%200%20.564.54l3.032%201.154l-.142.323q-.349.811-.633%201.67l-2.748-1.045l-1.922-2.88a1%201%200%201%200-1.664%201.111l2.1%203.145a1%201%200%200%200%20.477.38l3.22%201.224q-.084.367-.153.736l-.101.04a12%2012%200%200%200-1.873.964c-.513.327-1.072.75-1.513%201.267c-.439.515-.825%201.2-.825%202.026c0%201.204.438%202.53.823%203.48a18%2018%200%200%200%20.781%201.671l.015.028l.005.008l.001.003a1%201%200%200%200%201.75-.97l-.003-.004l-.01-.018l-.042-.079a16%2016%200%200%201-.643-1.39c-.365-.9-.677-1.928-.677-2.73c0-.177.083-.417.347-.727c.262-.307.64-.607%201.066-.878a9%209%200%200%201%20.612-.356q-.024.444-.025.882C15.5%2035.156%2019.622%2039%2024%2039s8.5-3.844%208.5-10.257q0-.438-.025-.882c.197.105.406.224.612.356c.425.27.804.57%201.066.878c.264.31.347.55.347.728c0%20.8-.312%201.828-.677%202.73a16%2016%200%200%201-.685%201.468l-.01.018l-.002.004a1%201%200%201%200%201.749.97l.002-.003l.004-.008l.015-.028l.053-.099a18%2018%200%200%200%20.728-1.572c.385-.95.823-2.276.823-3.48c0-.825-.386-1.51-.825-2.026c-.44-.516-1-.94-1.512-1.267a12%2012%200%200%200-1.975-1.004a20%2020%200%200%200-.152-.736l3.22-1.225a1%201%200%200%200%20.476-.379l2.1-3.145a1%201%200%200%200-1.663-1.11l-1.923%202.879l-2.748%201.045a21%2021%200%200%200-.775-1.993l3.033-1.154a1%201%200%200%200%20.563-.54l1.35-3.145a1%201%200%201%200-1.838-.789l-1.183%202.756l-2.85%201.084a15%2015%200%200%200-1.041-1.54a7%207%200%200%200%201.785-.661c.911-.501%201.63-1.213%202.374-2.176a1%201%200%200%200-.074-1.308l-3-3.086a1%201%200%200%200-1.434%201.394l2.373%202.44c-.418.456-.796.76-1.202.983c-.57.313-1.271.512-2.365.662c-.096-.808-.38-1.556-.815-2.153c-.544-.746-1.38-1.315-2.399-1.315s-1.855.569-2.399%201.315c-.435.597-.718%201.345-.814%202.153c-1.094-.15-1.797-.35-2.366-.662c-.406-.223-.784-.527-1.201-.983l2.372-2.44a1%201%200%200%200-.02-1.414M34%2034.529c.874.485.875.484.875.484zm-20%200l-.874.484zm9.217-19.722c-.27.37-.467.93-.467%201.593v.036l.006.521l-.424.303c-1.222.874-2.441%202.576-3.36%204.714c-.91%202.12-1.472%204.549-1.472%206.769C17.5%2034.259%2020.923%2037%2024%2037s6.5-2.741%206.5-8.257c0-2.22-.562-4.65-1.472-6.769c-.919-2.138-2.138-3.84-3.36-4.714l-.424-.303l.006-.52V16.4c0-.663-.197-1.223-.467-1.593s-.56-.493-.783-.493c-.224%200-.513.123-.783.493%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-tick-outline.svg?color=%231a73e8&size=48