charity from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
charity
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the charity 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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M7 19h10m2-3c.777.023 1.24.11 1.56.431c.44.44.44 1.148.44 2.565c0 1.416 0 2.124-.44 2.564c-.439.44-1.146.44-2.56.44H6c-1.414 0-2.121 0-2.56-.44S3 20.412 3 18.996s0-2.125.44-2.565c.32-.32.783-.408 1.56-.431"/><path d="M14.315 19a3.39 3.39 0 0 0 1.185-2.571C15.5 14.535 13.933 13 12 13s-3.5 1.535-3.5 3.429A3.39 3.39 0 0 0 9.685 19"/><path stroke-linejoin="round" d="M20 10h-2.395c-.294 0-.584-.066-.847-.194l-2.042-.988a1.95 1.95 0 0 0-.848-.193h-1.042C11.818 8.625 11 7.834 11 6.858c0-.04.027-.074.066-.085l2.541-.702a1.95 1.95 0 0 1 1.368.123l2.183 1.056M11 7.5L6.407 8.911a1.985 1.985 0 0 1-2.204-.753c-.369-.51-.219-1.242.319-1.552l7.515-4.337a2 2 0 0 1 1.568-.187L20 3.98"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCharity(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" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M7 19h10m2-3c.777.023 1.24.11 1.56.431c.44.44.44 1.148.44 2.565c0 1.416 0 2.124-.44 2.564c-.439.44-1.146.44-2.56.44H6c-1.414 0-2.121 0-2.56-.44S3 20.412 3 18.996s0-2.125.44-2.565c.32-.32.783-.408 1.56-.431"/><path d="M14.315 19a3.39 3.39 0 0 0 1.185-2.571C15.5 14.535 13.933 13 12 13s-3.5 1.535-3.5 3.429A3.39 3.39 0 0 0 9.685 19"/><path strokeLinejoin="round" d="M20 10h-2.395c-.294 0-.584-.066-.847-.194l-2.042-.988a1.95 1.95 0 0 0-.848-.193h-1.042C11.818 8.625 11 7.834 11 6.858c0-.04.027-.074.066-.085l2.541-.702a1.95 1.95 0 0 1 1.368.123l2.183 1.056M11 7.5L6.407 8.911a1.985 1.985 0 0 1-2.204-.753c-.369-.51-.219-1.242.319-1.552l7.515-4.337a2 2 0 0 1 1.568-.187L20 3.98"/></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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M7 19h10m2-3c.777.023 1.24.11 1.56.431c.44.44.44 1.148.44 2.565c0 1.416 0 2.124-.44 2.564c-.439.44-1.146.44-2.56.44H6c-1.414 0-2.121 0-2.56-.44S3 20.412 3 18.996s0-2.125.44-2.565c.32-.32.783-.408 1.56-.431"/><path d="M14.315 19a3.39 3.39 0 0 0 1.185-2.571C15.5 14.535 13.933 13 12 13s-3.5 1.535-3.5 3.429A3.39 3.39 0 0 0 9.685 19"/><path stroke-linejoin="round" d="M20 10h-2.395c-.294 0-.584-.066-.847-.194l-2.042-.988a1.95 1.95 0 0 0-.848-.193h-1.042C11.818 8.625 11 7.834 11 6.858c0-.04.027-.074.066-.085l2.541-.702a1.95 1.95 0 0 1 1.368.123l2.183 1.056M11 7.5L6.407 8.911a1.985 1.985 0 0 1-2.204-.753c-.369-.51-.219-1.242.319-1.552l7.515-4.337a2 2 0 0 1 1.568-.187L20 3.98"/></g></svg>
</template>

CSS

.icon-charity {
  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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2019h10m2-3c.777.023%201.24.11%201.56.431c.44.44.44%201.148.44%202.565c0%201.416%200%202.124-.44%202.564c-.439.44-1.146.44-2.56.44H6c-1.414%200-2.121%200-2.56-.44S3%2020.412%203%2018.996s0-2.125.44-2.565c.32-.32.783-.408%201.56-.431%22%2F%3E%3Cpath%20d%3D%22M14.315%2019a3.39%203.39%200%200%200%201.185-2.571C15.5%2014.535%2013.933%2013%2012%2013s-3.5%201.535-3.5%203.429A3.39%203.39%200%200%200%209.685%2019%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20%2010h-2.395c-.294%200-.584-.066-.847-.194l-2.042-.988a1.95%201.95%200%200%200-.848-.193h-1.042C11.818%208.625%2011%207.834%2011%206.858c0-.04.027-.074.066-.085l2.541-.702a1.95%201.95%200%200%201%201.368.123l2.183%201.056M11%207.5L6.407%208.911a1.985%201.985%200%200%201-2.204-.753c-.369-.51-.219-1.242.319-1.552l7.515-4.337a2%202%200%200%201%201.568-.187L20%203.98%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2019h10m2-3c.777.023%201.24.11%201.56.431c.44.44.44%201.148.44%202.565c0%201.416%200%202.124-.44%202.564c-.439.44-1.146.44-2.56.44H6c-1.414%200-2.121%200-2.56-.44S3%2020.412%203%2018.996s0-2.125.44-2.565c.32-.32.783-.408%201.56-.431%22%2F%3E%3Cpath%20d%3D%22M14.315%2019a3.39%203.39%200%200%200%201.185-2.571C15.5%2014.535%2013.933%2013%2012%2013s-3.5%201.535-3.5%203.429A3.39%203.39%200%200%200%209.685%2019%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20%2010h-2.395c-.294%200-.584-.066-.847-.194l-2.042-.988a1.95%201.95%200%200%200-.848-.193h-1.042C11.818%208.625%2011%207.834%2011%206.858c0-.04.027-.074.066-.085l2.541-.702a1.95%201.95%200%200%201%201.368.123l2.183%201.056M11%207.5L6.407%208.911a1.985%201.985%200%200%201-2.204-.753c-.369-.51-.219-1.242.319-1.552l7.515-4.337a2%202%200%200%201%201.568-.187L20%203.98%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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