donate from Line Awesome by Icons8 · Line · Political · Apache-2.0 Free for personal and commercial use.

Name
donate
Set
Line Awesome
Style
Line
Category
Political
Viewbox
32×32
License
Apache 2.0
Aliases
donate-solid

The same icon in other sets

More political icons from Line Awesome

Use the donate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C10.486 3 6 7.486 6 13s4.486 10 10 10s10-4.486 10-10S21.514 3 16 3m0 2c4.411 0 8 3.589 8 8s-3.589 8-8 8s-8-3.589-8-8s3.589-8 8-8m-1 2v1.19a3.08 3.08 0 0 0-1.674 1.464a2.92 2.92 0 0 0-.264 1.945a3.06 3.06 0 0 0 .822 1.516c.273.273.598.494.956.647S15.59 14 16 14q.215.001.396.076a.96.96 0 0 1 .528.528q.075.181.076.396a.98.98 0 0 1-.604.924q-.181.075-.396.076q-.215-.001-.396-.076a1 1 0 0 1-.317-.211A1 1 0 0 1 15 15h-2a2.94 2.94 0 0 0 .857 2.076a3.1 3.1 0 0 0 1.143.735V19h2v-1.19a3.02 3.02 0 0 0 1.96-2.335a2.94 2.94 0 0 0-.478-2.145a3.1 3.1 0 0 0-.812-.812a3 3 0 0 0-1.07-.456A3 3 0 0 0 16 12q-.215-.001-.396-.076a.96.96 0 0 1-.528-.528A1 1 0 0 1 15 11q.001-.215.076-.396a.96.96 0 0 1 .528-.528q.181-.075.396-.076c.57 0 1 .43 1 1h2a3 3 0 0 0-.148-.924A3.05 3.05 0 0 0 17 8.19V7zM2 21v8h2v-6h5.38a12 12 0 0 1-2.3-2zm22.92 0a12 12 0 0 1-2.3 2H28v6h2v-8zM6 25v2h20v-2z"/></svg>

React

import type { SVGProps } from "react";

export function LaDonate(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C10.486 3 6 7.486 6 13s4.486 10 10 10s10-4.486 10-10S21.514 3 16 3m0 2c4.411 0 8 3.589 8 8s-3.589 8-8 8s-8-3.589-8-8s3.589-8 8-8m-1 2v1.19a3.08 3.08 0 0 0-1.674 1.464a2.92 2.92 0 0 0-.264 1.945a3.06 3.06 0 0 0 .822 1.516c.273.273.598.494.956.647S15.59 14 16 14q.215.001.396.076a.96.96 0 0 1 .528.528q.075.181.076.396a.98.98 0 0 1-.604.924q-.181.075-.396.076q-.215-.001-.396-.076a1 1 0 0 1-.317-.211A1 1 0 0 1 15 15h-2a2.94 2.94 0 0 0 .857 2.076a3.1 3.1 0 0 0 1.143.735V19h2v-1.19a3.02 3.02 0 0 0 1.96-2.335a2.94 2.94 0 0 0-.478-2.145a3.1 3.1 0 0 0-.812-.812a3 3 0 0 0-1.07-.456A3 3 0 0 0 16 12q-.215-.001-.396-.076a.96.96 0 0 1-.528-.528A1 1 0 0 1 15 11q.001-.215.076-.396a.96.96 0 0 1 .528-.528q.181-.075.396-.076c.57 0 1 .43 1 1h2a3 3 0 0 0-.148-.924A3.05 3.05 0 0 0 17 8.19V7zM2 21v8h2v-6h5.38a12 12 0 0 1-2.3-2zm22.92 0a12 12 0 0 1-2.3 2H28v6h2v-8zM6 25v2h20v-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C10.486 3 6 7.486 6 13s4.486 10 10 10s10-4.486 10-10S21.514 3 16 3m0 2c4.411 0 8 3.589 8 8s-3.589 8-8 8s-8-3.589-8-8s3.589-8 8-8m-1 2v1.19a3.08 3.08 0 0 0-1.674 1.464a2.92 2.92 0 0 0-.264 1.945a3.06 3.06 0 0 0 .822 1.516c.273.273.598.494.956.647S15.59 14 16 14q.215.001.396.076a.96.96 0 0 1 .528.528q.075.181.076.396a.98.98 0 0 1-.604.924q-.181.075-.396.076q-.215-.001-.396-.076a1 1 0 0 1-.317-.211A1 1 0 0 1 15 15h-2a2.94 2.94 0 0 0 .857 2.076a3.1 3.1 0 0 0 1.143.735V19h2v-1.19a3.02 3.02 0 0 0 1.96-2.335a2.94 2.94 0 0 0-.478-2.145a3.1 3.1 0 0 0-.812-.812a3 3 0 0 0-1.07-.456A3 3 0 0 0 16 12q-.215-.001-.396-.076a.96.96 0 0 1-.528-.528A1 1 0 0 1 15 11q.001-.215.076-.396a.96.96 0 0 1 .528-.528q.181-.075.396-.076c.57 0 1 .43 1 1h2a3 3 0 0 0-.148-.924A3.05 3.05 0 0 0 17 8.19V7zM2 21v8h2v-6h5.38a12 12 0 0 1-2.3-2zm22.92 0a12 12 0 0 1-2.3 2H28v6h2v-8zM6 25v2h20v-2z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C10.486%203%206%207.486%206%2013s4.486%2010%2010%2010s10-4.486%2010-10S21.514%203%2016%203m0%202c4.411%200%208%203.589%208%208s-3.589%208-8%208s-8-3.589-8-8s3.589-8%208-8m-1%202v1.19a3.08%203.08%200%200%200-1.674%201.464a2.92%202.92%200%200%200-.264%201.945a3.06%203.06%200%200%200%20.822%201.516c.273.273.598.494.956.647S15.59%2014%2016%2014q.215.001.396.076a.96.96%200%200%201%20.528.528q.075.181.076.396a.98.98%200%200%201-.604.924q-.181.075-.396.076q-.215-.001-.396-.076a1%201%200%200%201-.317-.211A1%201%200%200%201%2015%2015h-2a2.94%202.94%200%200%200%20.857%202.076a3.1%203.1%200%200%200%201.143.735V19h2v-1.19a3.02%203.02%200%200%200%201.96-2.335a2.94%202.94%200%200%200-.478-2.145a3.1%203.1%200%200%200-.812-.812a3%203%200%200%200-1.07-.456A3%203%200%200%200%2016%2012q-.215-.001-.396-.076a.96.96%200%200%201-.528-.528A1%201%200%200%201%2015%2011q.001-.215.076-.396a.96.96%200%200%201%20.528-.528q.181-.075.396-.076c.57%200%201%20.43%201%201h2a3%203%200%200%200-.148-.924A3.05%203.05%200%200%200%2017%208.19V7zM2%2021v8h2v-6h5.38a12%2012%200%200%201-2.3-2zm22.92%200a12%2012%200%200%201-2.3%202H28v6h2v-8zM6%2025v2h20v-2z%22%2F%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C10.486%203%206%207.486%206%2013s4.486%2010%2010%2010s10-4.486%2010-10S21.514%203%2016%203m0%202c4.411%200%208%203.589%208%208s-3.589%208-8%208s-8-3.589-8-8s3.589-8%208-8m-1%202v1.19a3.08%203.08%200%200%200-1.674%201.464a2.92%202.92%200%200%200-.264%201.945a3.06%203.06%200%200%200%20.822%201.516c.273.273.598.494.956.647S15.59%2014%2016%2014q.215.001.396.076a.96.96%200%200%201%20.528.528q.075.181.076.396a.98.98%200%200%201-.604.924q-.181.075-.396.076q-.215-.001-.396-.076a1%201%200%200%201-.317-.211A1%201%200%200%201%2015%2015h-2a2.94%202.94%200%200%200%20.857%202.076a3.1%203.1%200%200%200%201.143.735V19h2v-1.19a3.02%203.02%200%200%200%201.96-2.335a2.94%202.94%200%200%200-.478-2.145a3.1%203.1%200%200%200-.812-.812a3%203%200%200%200-1.07-.456A3%203%200%200%200%2016%2012q-.215-.001-.396-.076a.96.96%200%200%201-.528-.528A1%201%200%200%201%2015%2011q.001-.215.076-.396a.96.96%200%200%201%20.528-.528q.181-.075.396-.076c.57%200%201%20.43%201%201h2a3%203%200%200%200-.148-.924A3.05%203.05%200%200%200%2017%208.19V7zM2%2021v8h2v-6h5.38a12%2012%200%200%201-2.3-2zm22.92%200a12%2012%200%200%201-2.3%202H28v6h2v-8zM6%2025v2h20v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Donate line icon — Line Awesome · IconsDB