animal donkey negative icon
animal-donkey-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- animal-donkey-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the animal donkey 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(#healthiconsAnimalDonkeyNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zm-6.151 25.857l-1.103-1.815c-1.586-2.611-4.236-4.167-7.093-4.167H20.4l-4.568-5.013c-1.646-.261-2.307-1.92-3.053-3.788c-.537-1.348-1.119-2.805-2.145-3.928a.43.43 0 0 0-.697.074c-.692 1.148-.58 5.716.343 6.729c.166.182.363.3.564.42l.072.043l-.099.079c-.095.074-.19.149-.261.254l-4.197 6.13a2.13 2.13 0 0 0-.168 2.068l.804 1.766c.304.667.928 1.093 1.609 1.093h1.744c.478 0 .933-.21 1.27-.58L14 21.916l2.8 7.836l1 6.707l-1 2.707S15 38.5 15 41h4.971s.495-1.298.429-3c-.02-.524-.056.914-.093.34c-.157-2.481-.33-5.19.664-6.03c2.187 2.423 4.529 2.19 6.88.69c.394-.109.974-.508 1.598-.936c1.285-.883 2.754-1.892 3.151-.754c.304.87.97 1.248 1.53 1.566c.526.3.96.546.904 1.099c1.11 2.853-.023 2.402-.96 3.68c-.384.526-.735 1.006-.884 1.512l-.014.015c-.029.014-.096.006-.188-.004c-.45-.05-1.488-.165-1.488 1.822h5.1l2.256-7.025L36.6 23.95l.264.216c.801.65 1.527 1.241 2.634 3.062c.395.656 1.1.384 1.71.148c.138-.053.27-.104.393-.142c.411-.309.523-.92.248-1.377" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsAnimalDonkeyNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsAnimalDonkeyNegative(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(#healthiconsAnimalDonkeyNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zm-6.151 25.857l-1.103-1.815c-1.586-2.611-4.236-4.167-7.093-4.167H20.4l-4.568-5.013c-1.646-.261-2.307-1.92-3.053-3.788c-.537-1.348-1.119-2.805-2.145-3.928a.43.43 0 0 0-.697.074c-.692 1.148-.58 5.716.343 6.729c.166.182.363.3.564.42l.072.043l-.099.079c-.095.074-.19.149-.261.254l-4.197 6.13a2.13 2.13 0 0 0-.168 2.068l.804 1.766c.304.667.928 1.093 1.609 1.093h1.744c.478 0 .933-.21 1.27-.58L14 21.916l2.8 7.836l1 6.707l-1 2.707S15 38.5 15 41h4.971s.495-1.298.429-3c-.02-.524-.056.914-.093.34c-.157-2.481-.33-5.19.664-6.03c2.187 2.423 4.529 2.19 6.88.69c.394-.109.974-.508 1.598-.936c1.285-.883 2.754-1.892 3.151-.754c.304.87.97 1.248 1.53 1.566c.526.3.96.546.904 1.099c1.11 2.853-.023 2.402-.96 3.68c-.384.526-.735 1.006-.884 1.512l-.014.015c-.029.014-.096.006-.188-.004c-.45-.05-1.488-.165-1.488 1.822h5.1l2.256-7.025L36.6 23.95l.264.216c.801.65 1.527 1.241 2.634 3.062c.395.656 1.1.384 1.71.148c.138-.053.27-.104.393-.142c.411-.309.523-.92.248-1.377" clipRule="evenodd"/></g><defs><clipPath id="healthiconsAnimalDonkeyNegative"><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(#healthiconsAnimalDonkeyNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zm-6.151 25.857l-1.103-1.815c-1.586-2.611-4.236-4.167-7.093-4.167H20.4l-4.568-5.013c-1.646-.261-2.307-1.92-3.053-3.788c-.537-1.348-1.119-2.805-2.145-3.928a.43.43 0 0 0-.697.074c-.692 1.148-.58 5.716.343 6.729c.166.182.363.3.564.42l.072.043l-.099.079c-.095.074-.19.149-.261.254l-4.197 6.13a2.13 2.13 0 0 0-.168 2.068l.804 1.766c.304.667.928 1.093 1.609 1.093h1.744c.478 0 .933-.21 1.27-.58L14 21.916l2.8 7.836l1 6.707l-1 2.707S15 38.5 15 41h4.971s.495-1.298.429-3c-.02-.524-.056.914-.093.34c-.157-2.481-.33-5.19.664-6.03c2.187 2.423 4.529 2.19 6.88.69c.394-.109.974-.508 1.598-.936c1.285-.883 2.754-1.892 3.151-.754c.304.87.97 1.248 1.53 1.566c.526.3.96.546.904 1.099c1.11 2.853-.023 2.402-.96 3.68c-.384.526-.735 1.006-.884 1.512l-.014.015c-.029.014-.096.006-.188-.004c-.45-.05-1.488-.165-1.488 1.822h5.1l2.256-7.025L36.6 23.95l.264.216c.801.65 1.527 1.241 2.634 3.062c.395.656 1.1.384 1.71.148c.138-.053.27-.104.393-.142c.411-.309.523-.92.248-1.377" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsAnimalDonkeyNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-animal-donkey-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(%23healthiconsAnimalDonkeyNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zm-6.151%2025.857l-1.103-1.815c-1.586-2.611-4.236-4.167-7.093-4.167H20.4l-4.568-5.013c-1.646-.261-2.307-1.92-3.053-3.788c-.537-1.348-1.119-2.805-2.145-3.928a.43.43%200%200%200-.697.074c-.692%201.148-.58%205.716.343%206.729c.166.182.363.3.564.42l.072.043l-.099.079c-.095.074-.19.149-.261.254l-4.197%206.13a2.13%202.13%200%200%200-.168%202.068l.804%201.766c.304.667.928%201.093%201.609%201.093h1.744c.478%200%20.933-.21%201.27-.58L14%2021.916l2.8%207.836l1%206.707l-1%202.707S15%2038.5%2015%2041h4.971s.495-1.298.429-3c-.02-.524-.056.914-.093.34c-.157-2.481-.33-5.19.664-6.03c2.187%202.423%204.529%202.19%206.88.69c.394-.109.974-.508%201.598-.936c1.285-.883%202.754-1.892%203.151-.754c.304.87.97%201.248%201.53%201.566c.526.3.96.546.904%201.099c1.11%202.853-.023%202.402-.96%203.68c-.384.526-.735%201.006-.884%201.512l-.014.015c-.029.014-.096.006-.188-.004c-.45-.05-1.488-.165-1.488%201.822h5.1l2.256-7.025L36.6%2023.95l.264.216c.801.65%201.527%201.241%202.634%203.062c.395.656%201.1.384%201.71.148c.138-.053.27-.104.393-.142c.411-.309.523-.92.248-1.377%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsAnimalDonkeyNegative%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(%23healthiconsAnimalDonkeyNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zm-6.151%2025.857l-1.103-1.815c-1.586-2.611-4.236-4.167-7.093-4.167H20.4l-4.568-5.013c-1.646-.261-2.307-1.92-3.053-3.788c-.537-1.348-1.119-2.805-2.145-3.928a.43.43%200%200%200-.697.074c-.692%201.148-.58%205.716.343%206.729c.166.182.363.3.564.42l.072.043l-.099.079c-.095.074-.19.149-.261.254l-4.197%206.13a2.13%202.13%200%200%200-.168%202.068l.804%201.766c.304.667.928%201.093%201.609%201.093h1.744c.478%200%20.933-.21%201.27-.58L14%2021.916l2.8%207.836l1%206.707l-1%202.707S15%2038.5%2015%2041h4.971s.495-1.298.429-3c-.02-.524-.056.914-.093.34c-.157-2.481-.33-5.19.664-6.03c2.187%202.423%204.529%202.19%206.88.69c.394-.109.974-.508%201.598-.936c1.285-.883%202.754-1.892%203.151-.754c.304.87.97%201.248%201.53%201.566c.526.3.96.546.904%201.099c1.11%202.853-.023%202.402-.96%203.68c-.384.526-.735%201.006-.884%201.512l-.014.015c-.029.014-.096.006-.188-.004c-.45-.05-1.488-.165-1.488%201.822h5.1l2.256-7.025L36.6%2023.95l.264.216c.801.65%201.527%201.241%202.634%203.062c.395.656%201.1.384%201.71.148c.138-.053.27-.104.393-.142c.411-.309.523-.92.248-1.377%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsAnimalDonkeyNegative%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-donkey-negative.svg?color=%231a73e8&size=48