donkey negative icon

donkey-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
donkey-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Use the donkey negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M48 0H0v48h48V0zm-6.151 24.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.043a3.306 3.306 0 0 1-.099.079c-.095.074-.19.149-.261.254l-4.197 6.13a2.135 2.135 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 20.916l2.8 7.836l1 6.707l-1 4.707S15 39.5 15 42h4.971s.495-1.298.429-3a68.912 68.912 0 0 0-.093-1.66c-.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 4.402-.96 5.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-9.025L36.6 22.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.377z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDonkeyNegative(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"><path fillRule="evenodd" clipRule="evenodd" d="M48 0H0v48h48V0zm-6.151 24.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.043a3.306 3.306 0 0 1-.099.079c-.095.074-.19.149-.261.254l-4.197 6.13a2.135 2.135 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 20.916l2.8 7.836l1 6.707l-1 4.707S15 39.5 15 42h4.971s.495-1.298.429-3a68.912 68.912 0 0 0-.093-1.66c-.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 4.402-.96 5.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-9.025L36.6 22.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.377z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M48 0H0v48h48V0zm-6.151 24.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.043a3.306 3.306 0 0 1-.099.079c-.095.074-.19.149-.261.254l-4.197 6.13a2.135 2.135 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 20.916l2.8 7.836l1 6.707l-1 4.707S15 39.5 15 42h4.971s.495-1.298.429-3a68.912 68.912 0 0 0-.093-1.66c-.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 4.402-.96 5.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-9.025L36.6 22.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.377z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-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%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48V0zm-6.151%2024.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.043a3.306%203.306%200%200%201-.099.079c-.095.074-.19.149-.261.254l-4.197%206.13a2.135%202.135%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%2020.916l2.8%207.836l1%206.707l-1%204.707S15%2039.5%2015%2042h4.971s.495-1.298.429-3a68.912%2068.912%200%200%200-.093-1.66c-.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%204.402-.96%205.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-9.025L36.6%2022.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.377z%22%20fill%3D%22currentColor%22%2F%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%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48V0zm-6.151%2024.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.043a3.306%203.306%200%200%201-.099.079c-.095.074-.19.149-.261.254l-4.197%206.13a2.135%202.135%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%2020.916l2.8%207.836l1%206.707l-1%204.707S15%2039.5%2015%2042h4.971s.495-1.298.429-3a68.912%2068.912%200%200%200-.093-1.66c-.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%204.402-.96%205.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-9.025L36.6%2022.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.377z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/donkey-negative.svg?color=%231a73e8&size=48