donate icon
donate from Iconoir by Luca Burgio · Regular · Health · MIT Free for personal and commercial use.
- Name
- donate
- Set
- Iconoir
- Style
- Regular
- Category
- Health
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
More health icons from Iconoir
Use the donate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M16 6.28a2.28 2.28 0 0 1-.662 1.606c-.976.984-1.923 2.01-2.936 2.958a.597.597 0 0 1-.822-.017l-2.918-2.94a2.28 2.28 0 0 1 0-3.214a2.277 2.277 0 0 1 3.232 0L12 4.78l.106-.107A2.276 2.276 0 0 1 16 6.28Z"/><path stroke-linecap="round" d="m18 20l3.824-3.824a.6.6 0 0 0 .176-.424V10.5A1.5 1.5 0 0 0 20.5 9v0a1.5 1.5 0 0 0-1.5 1.5V15"/><path stroke-linecap="round" d="m18 16l.858-.858a.48.48 0 0 0 .142-.343v0a.49.49 0 0 0-.268-.433l-.443-.221a2 2 0 0 0-2.308.374l-.895.895a2 2 0 0 0-.586 1.414V20M6 20l-3.824-3.824A.6.6 0 0 1 2 15.752V10.5A1.5 1.5 0 0 1 3.5 9v0A1.5 1.5 0 0 1 5 10.5V15"/><path stroke-linecap="round" d="m6 16l-.858-.858A.5.5 0 0 1 5 14.799v0c0-.183.104-.35.268-.433l.443-.221a2 2 0 0 1 2.308.374l.895.895a2 2 0 0 1 .586 1.414V20"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirDonate(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path d="M16 6.28a2.28 2.28 0 0 1-.662 1.606c-.976.984-1.923 2.01-2.936 2.958a.597.597 0 0 1-.822-.017l-2.918-2.94a2.28 2.28 0 0 1 0-3.214a2.277 2.277 0 0 1 3.232 0L12 4.78l.106-.107A2.276 2.276 0 0 1 16 6.28Z"/><path strokeLinecap="round" d="m18 20l3.824-3.824a.6.6 0 0 0 .176-.424V10.5A1.5 1.5 0 0 0 20.5 9v0a1.5 1.5 0 0 0-1.5 1.5V15"/><path strokeLinecap="round" d="m18 16l.858-.858a.48.48 0 0 0 .142-.343v0a.49.49 0 0 0-.268-.433l-.443-.221a2 2 0 0 0-2.308.374l-.895.895a2 2 0 0 0-.586 1.414V20M6 20l-3.824-3.824A.6.6 0 0 1 2 15.752V10.5A1.5 1.5 0 0 1 3.5 9v0A1.5 1.5 0 0 1 5 10.5V15"/><path strokeLinecap="round" d="m6 16l-.858-.858A.5.5 0 0 1 5 14.799v0c0-.183.104-.35.268-.433l.443-.221a2 2 0 0 1 2.308.374l.895.895a2 2 0 0 1 .586 1.414V20"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M16 6.28a2.28 2.28 0 0 1-.662 1.606c-.976.984-1.923 2.01-2.936 2.958a.597.597 0 0 1-.822-.017l-2.918-2.94a2.28 2.28 0 0 1 0-3.214a2.277 2.277 0 0 1 3.232 0L12 4.78l.106-.107A2.276 2.276 0 0 1 16 6.28Z"/><path stroke-linecap="round" d="m18 20l3.824-3.824a.6.6 0 0 0 .176-.424V10.5A1.5 1.5 0 0 0 20.5 9v0a1.5 1.5 0 0 0-1.5 1.5V15"/><path stroke-linecap="round" d="m18 16l.858-.858a.48.48 0 0 0 .142-.343v0a.49.49 0 0 0-.268-.433l-.443-.221a2 2 0 0 0-2.308.374l-.895.895a2 2 0 0 0-.586 1.414V20M6 20l-3.824-3.824A.6.6 0 0 1 2 15.752V10.5A1.5 1.5 0 0 1 3.5 9v0A1.5 1.5 0 0 1 5 10.5V15"/><path stroke-linecap="round" d="m6 16l-.858-.858A.5.5 0 0 1 5 14.799v0c0-.183.104-.35.268-.433l.443-.221a2 2 0 0 1 2.308.374l.895.895a2 2 0 0 1 .586 1.414V20"/></g></svg> </template>
CSS
.icon-donate {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%206.28a2.28%202.28%200%200%201-.662%201.606c-.976.984-1.923%202.01-2.936%202.958a.597.597%200%200%201-.822-.017l-2.918-2.94a2.28%202.28%200%200%201%200-3.214a2.277%202.277%200%200%201%203.232%200L12%204.78l.106-.107A2.276%202.276%200%200%201%2016%206.28Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m18%2020l3.824-3.824a.6.6%200%200%200%20.176-.424V10.5A1.5%201.5%200%200%200%2020.5%209v0a1.5%201.5%200%200%200-1.5%201.5V15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m18%2016l.858-.858a.48.48%200%200%200%20.142-.343v0a.49.49%200%200%200-.268-.433l-.443-.221a2%202%200%200%200-2.308.374l-.895.895a2%202%200%200%200-.586%201.414V20M6%2020l-3.824-3.824A.6.6%200%200%201%202%2015.752V10.5A1.5%201.5%200%200%201%203.5%209v0A1.5%201.5%200%200%201%205%2010.5V15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m6%2016l-.858-.858A.5.5%200%200%201%205%2014.799v0c0-.183.104-.35.268-.433l.443-.221a2%202%200%200%201%202.308.374l.895.895a2%202%200%200%201%20.586%201.414V20%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%206.28a2.28%202.28%200%200%201-.662%201.606c-.976.984-1.923%202.01-2.936%202.958a.597.597%200%200%201-.822-.017l-2.918-2.94a2.28%202.28%200%200%201%200-3.214a2.277%202.277%200%200%201%203.232%200L12%204.78l.106-.107A2.276%202.276%200%200%201%2016%206.28Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m18%2020l3.824-3.824a.6.6%200%200%200%20.176-.424V10.5A1.5%201.5%200%200%200%2020.5%209v0a1.5%201.5%200%200%200-1.5%201.5V15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m18%2016l.858-.858a.48.48%200%200%200%20.142-.343v0a.49.49%200%200%200-.268-.433l-.443-.221a2%202%200%200%200-2.308.374l-.895.895a2%202%200%200%200-.586%201.414V20M6%2020l-3.824-3.824A.6.6%200%200%201%202%2015.752V10.5A1.5%201.5%200%200%201%203.5%209v0A1.5%201.5%200%200%201%205%2010.5V15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m6%2016l-.858-.858A.5.5%200%200%201%205%2014.799v0c0-.183.104-.35.268-.433l.443-.221a2%202%200%200%201%202.308.374l.895.895a2%202%200%200%201%20.586%201.414V20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/donate.svg?color=%231a73e8&size=48