donkey icon
donkey from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- donkey
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
The same icon in other sets
Related icons in Health Icons
Use the donkey icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path d="M40.746 23.042l1.103 1.815c.276.457.163 1.068-.248 1.377c-.669.208-1.618.798-2.103-.006c-1.227-2.018-1.986-2.525-2.898-3.278l2.256 10.025L36.6 42h-5.1c0-2.395 1.508-1.736 1.676-1.818l.014-.015c.51-1.737 3.41-3.167 1.844-7.192c.113-1.14-1.844-.975-2.434-2.665c-.59-1.69-3.545 1.357-4.748 1.69c-2.352 1.5-4.694 1.733-6.88-.69c-1.224 1.034-.68 4.904-.572 7.69c.066 1.702-.429 3-.429 3H15c0-2.5 1.8-1.833 1.8-1.833l1-4.707l-1-6.707l-2.8-7.836l-2.381 3.304a1.72 1.72 0 0 1-1.271.58H8.604c-.68 0-1.305-.425-1.61-1.092l-.804-1.766a2.135 2.135 0 0 1 .17-2.068l4.196-6.13c.095-.142.236-.228.36-.333c-.225-.136-.45-.26-.636-.463c-.922-1.013-1.035-5.58-.343-6.729a.43.43 0 0 1 .697-.074c2.449 2.68 2.366 7.266 5.198 7.716l4.568 5.013h13.253c2.858 0 5.507 1.556 7.093 4.167z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsDonkey(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 d="M40.746 23.042l1.103 1.815c.276.457.163 1.068-.248 1.377c-.669.208-1.618.798-2.103-.006c-1.227-2.018-1.986-2.525-2.898-3.278l2.256 10.025L36.6 42h-5.1c0-2.395 1.508-1.736 1.676-1.818l.014-.015c.51-1.737 3.41-3.167 1.844-7.192c.113-1.14-1.844-.975-2.434-2.665c-.59-1.69-3.545 1.357-4.748 1.69c-2.352 1.5-4.694 1.733-6.88-.69c-1.224 1.034-.68 4.904-.572 7.69c.066 1.702-.429 3-.429 3H15c0-2.5 1.8-1.833 1.8-1.833l1-4.707l-1-6.707l-2.8-7.836l-2.381 3.304a1.72 1.72 0 0 1-1.271.58H8.604c-.68 0-1.305-.425-1.61-1.092l-.804-1.766a2.135 2.135 0 0 1 .17-2.068l4.196-6.13c.095-.142.236-.228.36-.333c-.225-.136-.45-.26-.636-.463c-.922-1.013-1.035-5.58-.343-6.729a.43.43 0 0 1 .697-.074c2.449 2.68 2.366 7.266 5.198 7.716l4.568 5.013h13.253c2.858 0 5.507 1.556 7.093 4.167z" 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 d="M40.746 23.042l1.103 1.815c.276.457.163 1.068-.248 1.377c-.669.208-1.618.798-2.103-.006c-1.227-2.018-1.986-2.525-2.898-3.278l2.256 10.025L36.6 42h-5.1c0-2.395 1.508-1.736 1.676-1.818l.014-.015c.51-1.737 3.41-3.167 1.844-7.192c.113-1.14-1.844-.975-2.434-2.665c-.59-1.69-3.545 1.357-4.748 1.69c-2.352 1.5-4.694 1.733-6.88-.69c-1.224 1.034-.68 4.904-.572 7.69c.066 1.702-.429 3-.429 3H15c0-2.5 1.8-1.833 1.8-1.833l1-4.707l-1-6.707l-2.8-7.836l-2.381 3.304a1.72 1.72 0 0 1-1.271.58H8.604c-.68 0-1.305-.425-1.61-1.092l-.804-1.766a2.135 2.135 0 0 1 .17-2.068l4.196-6.13c.095-.142.236-.228.36-.333c-.225-.136-.45-.26-.636-.463c-.922-1.013-1.035-5.58-.343-6.729a.43.43 0 0 1 .697-.074c2.449 2.68 2.366 7.266 5.198 7.716l4.568 5.013h13.253c2.858 0 5.507 1.556 7.093 4.167z" fill="currentColor"/></g></svg> </template>
CSS
.icon-donkey {
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%20d%3D%22M40.746%2023.042l1.103%201.815c.276.457.163%201.068-.248%201.377c-.669.208-1.618.798-2.103-.006c-1.227-2.018-1.986-2.525-2.898-3.278l2.256%2010.025L36.6%2042h-5.1c0-2.395%201.508-1.736%201.676-1.818l.014-.015c.51-1.737%203.41-3.167%201.844-7.192c.113-1.14-1.844-.975-2.434-2.665c-.59-1.69-3.545%201.357-4.748%201.69c-2.352%201.5-4.694%201.733-6.88-.69c-1.224%201.034-.68%204.904-.572%207.69c.066%201.702-.429%203-.429%203H15c0-2.5%201.8-1.833%201.8-1.833l1-4.707l-1-6.707l-2.8-7.836l-2.381%203.304a1.72%201.72%200%200%201-1.271.58H8.604c-.68%200-1.305-.425-1.61-1.092l-.804-1.766a2.135%202.135%200%200%201%20.17-2.068l4.196-6.13c.095-.142.236-.228.36-.333c-.225-.136-.45-.26-.636-.463c-.922-1.013-1.035-5.58-.343-6.729a.43.43%200%200%201%20.697-.074c2.449%202.68%202.366%207.266%205.198%207.716l4.568%205.013h13.253c2.858%200%205.507%201.556%207.093%204.167z%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%20d%3D%22M40.746%2023.042l1.103%201.815c.276.457.163%201.068-.248%201.377c-.669.208-1.618.798-2.103-.006c-1.227-2.018-1.986-2.525-2.898-3.278l2.256%2010.025L36.6%2042h-5.1c0-2.395%201.508-1.736%201.676-1.818l.014-.015c.51-1.737%203.41-3.167%201.844-7.192c.113-1.14-1.844-.975-2.434-2.665c-.59-1.69-3.545%201.357-4.748%201.69c-2.352%201.5-4.694%201.733-6.88-.69c-1.224%201.034-.68%204.904-.572%207.69c.066%201.702-.429%203-.429%203H15c0-2.5%201.8-1.833%201.8-1.833l1-4.707l-1-6.707l-2.8-7.836l-2.381%203.304a1.72%201.72%200%200%201-1.271.58H8.604c-.68%200-1.305-.425-1.61-1.092l-.804-1.766a2.135%202.135%200%200%201%20.17-2.068l4.196-6.13c.095-.142.236-.228.36-.333c-.225-.136-.45-.26-.636-.463c-.922-1.013-1.035-5.58-.343-6.729a.43.43%200%200%201%20.697-.074c2.449%202.68%202.366%207.266%205.198%207.716l4.568%205.013h13.253c2.858%200%205.507%201.556%207.093%204.167z%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.svg?color=%231a73e8&size=48