animal tick icon

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

Name
animal-tick
Set
Health Icons
Style
Filled
Category
Zoonoses
Viewbox
48×48
License
MIT

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="M20.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.616.338 1.283.56 2.04.718c-.405.452-.792.97-1.155 1.536l-2.991-1.137l-1.183-2.756a1 1 0 1 0-1.838.789l1.35 3.145a1 1 0 0 0 .564.54l3.12 1.187c-.302.63-.575 1.294-.813 1.979l-2.798-1.064l-1.922-2.88a1 1 0 1 0-1.664 1.111l2.1 3.145a1 1 0 0 0 .477.38l3.244 1.233q-.086.36-.157.719l-.121.048a12 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.002.004a1 1 0 0 0 1.749-.97l-.003-.005l-.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-.878c.207-.133.416-.252.614-.357q-.027.445-.027.883C16.5 34.708 20.272 38 24 38s7.5-3.292 7.5-9.257q0-.438-.026-.883c.197.105.406.224.613.357c.425.27.804.57 1.066.878c.264.31.347.55.347.728c0 .8-.312 1.828-.677 2.73a16 16 0 0 1-.643 1.389l-.007.013l-.035.066l-.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.275.823-3.48c0-.825-.386-1.51-.825-2.026c-.44-.516-1-.94-1.512-1.267a12 12 0 0 0-1.995-1.012q-.071-.36-.157-.719l3.245-1.234a1 1 0 0 0 .476-.379l2.1-3.145a1 1 0 0 0-1.663-1.11l-1.923 2.879l-2.798 1.064a19 19 0 0 0-.812-1.98l3.12-1.186a1 1 0 0 0 .563-.54l1.35-3.145a1 1 0 1 0-1.838-.789l-1.183 2.756l-2.99 1.137l-.069-.105a12 12 0 0 0-1.087-1.431c.758-.159 1.424-.38 2.04-.718c.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.314-1.275.513-2.374.663c-.208-1.409-1.116-2.469-2.205-2.469s-1.996 1.06-2.205 2.469c-1.099-.15-1.803-.35-2.374-.663c-.406-.223-.784-.527-1.201-.983l2.372-2.44a1 1 0 0 0-.02-1.414M33 34.529c.874.485.875.484.875.484zm-18 0l-.874.484z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsAnimalTick(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="M20.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.616.338 1.283.56 2.04.718c-.405.452-.792.97-1.155 1.536l-2.991-1.137l-1.183-2.756a1 1 0 1 0-1.838.789l1.35 3.145a1 1 0 0 0 .564.54l3.12 1.187c-.302.63-.575 1.294-.813 1.979l-2.798-1.064l-1.922-2.88a1 1 0 1 0-1.664 1.111l2.1 3.145a1 1 0 0 0 .477.38l3.244 1.233q-.086.36-.157.719l-.121.048a12 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.002.004a1 1 0 0 0 1.749-.97l-.003-.005l-.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-.878c.207-.133.416-.252.614-.357q-.027.445-.027.883C16.5 34.708 20.272 38 24 38s7.5-3.292 7.5-9.257q0-.438-.026-.883c.197.105.406.224.613.357c.425.27.804.57 1.066.878c.264.31.347.55.347.728c0 .8-.312 1.828-.677 2.73a16 16 0 0 1-.643 1.389l-.007.013l-.035.066l-.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.275.823-3.48c0-.825-.386-1.51-.825-2.026c-.44-.516-1-.94-1.512-1.267a12 12 0 0 0-1.995-1.012q-.071-.36-.157-.719l3.245-1.234a1 1 0 0 0 .476-.379l2.1-3.145a1 1 0 0 0-1.663-1.11l-1.923 2.879l-2.798 1.064a19 19 0 0 0-.812-1.98l3.12-1.186a1 1 0 0 0 .563-.54l1.35-3.145a1 1 0 1 0-1.838-.789l-1.183 2.756l-2.99 1.137l-.069-.105a12 12 0 0 0-1.087-1.431c.758-.159 1.424-.38 2.04-.718c.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.314-1.275.513-2.374.663c-.208-1.409-1.116-2.469-2.205-2.469s-1.996 1.06-2.205 2.469c-1.099-.15-1.803-.35-2.374-.663c-.406-.223-.784-.527-1.201-.983l2.372-2.44a1 1 0 0 0-.02-1.414M33 34.529c.874.485.875.484.875.484zm-18 0l-.874.484z" 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="M20.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.616.338 1.283.56 2.04.718c-.405.452-.792.97-1.155 1.536l-2.991-1.137l-1.183-2.756a1 1 0 1 0-1.838.789l1.35 3.145a1 1 0 0 0 .564.54l3.12 1.187c-.302.63-.575 1.294-.813 1.979l-2.798-1.064l-1.922-2.88a1 1 0 1 0-1.664 1.111l2.1 3.145a1 1 0 0 0 .477.38l3.244 1.233q-.086.36-.157.719l-.121.048a12 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.002.004a1 1 0 0 0 1.749-.97l-.003-.005l-.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-.878c.207-.133.416-.252.614-.357q-.027.445-.027.883C16.5 34.708 20.272 38 24 38s7.5-3.292 7.5-9.257q0-.438-.026-.883c.197.105.406.224.613.357c.425.27.804.57 1.066.878c.264.31.347.55.347.728c0 .8-.312 1.828-.677 2.73a16 16 0 0 1-.643 1.389l-.007.013l-.035.066l-.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.275.823-3.48c0-.825-.386-1.51-.825-2.026c-.44-.516-1-.94-1.512-1.267a12 12 0 0 0-1.995-1.012q-.071-.36-.157-.719l3.245-1.234a1 1 0 0 0 .476-.379l2.1-3.145a1 1 0 0 0-1.663-1.11l-1.923 2.879l-2.798 1.064a19 19 0 0 0-.812-1.98l3.12-1.186a1 1 0 0 0 .563-.54l1.35-3.145a1 1 0 1 0-1.838-.789l-1.183 2.756l-2.99 1.137l-.069-.105a12 12 0 0 0-1.087-1.431c.758-.159 1.424-.38 2.04-.718c.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.314-1.275.513-2.374.663c-.208-1.409-1.116-2.469-2.205-2.469s-1.996 1.06-2.205 2.469c-1.099-.15-1.803-.35-2.374-.663c-.406-.223-.784-.527-1.201-.983l2.372-2.44a1 1 0 0 0-.02-1.414M33 34.529c.874.485.875.484.875.484zm-18 0l-.874.484z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-animal-tick {
  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%22M20.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.616.338%201.283.56%202.04.718c-.405.452-.792.97-1.155%201.536l-2.991-1.137l-1.183-2.756a1%201%200%201%200-1.838.789l1.35%203.145a1%201%200%200%200%20.564.54l3.12%201.187c-.302.63-.575%201.294-.813%201.979l-2.798-1.064l-1.922-2.88a1%201%200%201%200-1.664%201.111l2.1%203.145a1%201%200%200%200%20.477.38l3.244%201.233q-.086.36-.157.719l-.121.048a12%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.002.004a1%201%200%200%200%201.749-.97l-.003-.005l-.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-.878c.207-.133.416-.252.614-.357q-.027.445-.027.883C16.5%2034.708%2020.272%2038%2024%2038s7.5-3.292%207.5-9.257q0-.438-.026-.883c.197.105.406.224.613.357c.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-.643%201.389l-.007.013l-.035.066l-.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.275.823-3.48c0-.825-.386-1.51-.825-2.026c-.44-.516-1-.94-1.512-1.267a12%2012%200%200%200-1.995-1.012q-.071-.36-.157-.719l3.245-1.234a1%201%200%200%200%20.476-.379l2.1-3.145a1%201%200%200%200-1.663-1.11l-1.923%202.879l-2.798%201.064a19%2019%200%200%200-.812-1.98l3.12-1.186a1%201%200%200%200%20.563-.54l1.35-3.145a1%201%200%201%200-1.838-.789l-1.183%202.756l-2.99%201.137l-.069-.105a12%2012%200%200%200-1.087-1.431c.758-.159%201.424-.38%202.04-.718c.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.314-1.275.513-2.374.663c-.208-1.409-1.116-2.469-2.205-2.469s-1.996%201.06-2.205%202.469c-1.099-.15-1.803-.35-2.374-.663c-.406-.223-.784-.527-1.201-.983l2.372-2.44a1%201%200%200%200-.02-1.414M33%2034.529c.874.485.875.484.875.484zm-18%200l-.874.484z%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%22M20.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.616.338%201.283.56%202.04.718c-.405.452-.792.97-1.155%201.536l-2.991-1.137l-1.183-2.756a1%201%200%201%200-1.838.789l1.35%203.145a1%201%200%200%200%20.564.54l3.12%201.187c-.302.63-.575%201.294-.813%201.979l-2.798-1.064l-1.922-2.88a1%201%200%201%200-1.664%201.111l2.1%203.145a1%201%200%200%200%20.477.38l3.244%201.233q-.086.36-.157.719l-.121.048a12%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.002.004a1%201%200%200%200%201.749-.97l-.003-.005l-.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-.878c.207-.133.416-.252.614-.357q-.027.445-.027.883C16.5%2034.708%2020.272%2038%2024%2038s7.5-3.292%207.5-9.257q0-.438-.026-.883c.197.105.406.224.613.357c.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-.643%201.389l-.007.013l-.035.066l-.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.275.823-3.48c0-.825-.386-1.51-.825-2.026c-.44-.516-1-.94-1.512-1.267a12%2012%200%200%200-1.995-1.012q-.071-.36-.157-.719l3.245-1.234a1%201%200%200%200%20.476-.379l2.1-3.145a1%201%200%200%200-1.663-1.11l-1.923%202.879l-2.798%201.064a19%2019%200%200%200-.812-1.98l3.12-1.186a1%201%200%200%200%20.563-.54l1.35-3.145a1%201%200%201%200-1.838-.789l-1.183%202.756l-2.99%201.137l-.069-.105a12%2012%200%200%200-1.087-1.431c.758-.159%201.424-.38%202.04-.718c.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.314-1.275.513-2.374.663c-.208-1.409-1.116-2.469-2.205-2.469s-1.996%201.06-2.205%202.469c-1.099-.15-1.803-.35-2.374-.663c-.406-.223-.784-.527-1.201-.983l2.372-2.44a1%201%200%200%200-.02-1.414M33%2034.529c.874.485.875.484.875.484zm-18%200l-.874.484z%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.svg?color=%231a73e8&size=48