card send icon

card-send-filled from Reicon by REICON · Filled · Money · MIT Free for personal and commercial use.

Name
card-send-filled
Set
Reicon
Style
Filled
Category
Money
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More money icons from Reicon

Use the card send icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M18.47 13.47a.75.75 0 0 1 1.06 0l2 2a.75.75 0 1 1-1.06 1.06l-.72-.72V20a.75.75 0 0 1-1.5 0v-4.19l-.72.72a.75.75 0 1 1-1.06-1.06z" clip-rule="evenodd"/><path d="M10 4h4c3.771 0 5.657 0 6.828 1.172c.844.843 1.08 2.057 1.146 4.078H2.026c.066-2.021.302-3.235 1.146-4.078C4.343 4 6.229 4 10 4"/><path fill-rule="evenodd" d="M10 20h4c1.056 0 1.964 0 2.75-.026v-1.738a2.25 2.25 0 0 1-1.341-3.827l2-2a2.25 2.25 0 0 1 3.182 0l1.403 1.403Q22 12.988 22 12q0-.662-.002-1.25H2.002Q1.999 11.338 2 12c0 3.771 0 5.657 1.172 6.828S6.229 20 10 20m-4.75-4a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75m7.25-.75a.75.75 0 0 0 0 1.5H14a.75.75 0 0 0 0-1.5z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCardSendFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M18.47 13.47a.75.75 0 0 1 1.06 0l2 2a.75.75 0 1 1-1.06 1.06l-.72-.72V20a.75.75 0 0 1-1.5 0v-4.19l-.72.72a.75.75 0 1 1-1.06-1.06z" clipRule="evenodd"/><path d="M10 4h4c3.771 0 5.657 0 6.828 1.172c.844.843 1.08 2.057 1.146 4.078H2.026c.066-2.021.302-3.235 1.146-4.078C4.343 4 6.229 4 10 4"/><path fillRule="evenodd" d="M10 20h4c1.056 0 1.964 0 2.75-.026v-1.738a2.25 2.25 0 0 1-1.341-3.827l2-2a2.25 2.25 0 0 1 3.182 0l1.403 1.403Q22 12.988 22 12q0-.662-.002-1.25H2.002Q1.999 11.338 2 12c0 3.771 0 5.657 1.172 6.828S6.229 20 10 20m-4.75-4a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75m7.25-.75a.75.75 0 0 0 0 1.5H14a.75.75 0 0 0 0-1.5z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M18.47 13.47a.75.75 0 0 1 1.06 0l2 2a.75.75 0 1 1-1.06 1.06l-.72-.72V20a.75.75 0 0 1-1.5 0v-4.19l-.72.72a.75.75 0 1 1-1.06-1.06z" clip-rule="evenodd"/><path d="M10 4h4c3.771 0 5.657 0 6.828 1.172c.844.843 1.08 2.057 1.146 4.078H2.026c.066-2.021.302-3.235 1.146-4.078C4.343 4 6.229 4 10 4"/><path fill-rule="evenodd" d="M10 20h4c1.056 0 1.964 0 2.75-.026v-1.738a2.25 2.25 0 0 1-1.341-3.827l2-2a2.25 2.25 0 0 1 3.182 0l1.403 1.403Q22 12.988 22 12q0-.662-.002-1.25H2.002Q1.999 11.338 2 12c0 3.771 0 5.657 1.172 6.828S6.229 20 10 20m-4.75-4a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75m7.25-.75a.75.75 0 0 0 0 1.5H14a.75.75 0 0 0 0-1.5z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-card-send-filled {
  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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.47%2013.47a.75.75%200%200%201%201.06%200l2%202a.75.75%200%201%201-1.06%201.06l-.72-.72V20a.75.75%200%200%201-1.5%200v-4.19l-.72.72a.75.75%200%201%201-1.06-1.06z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10%204h4c3.771%200%205.657%200%206.828%201.172c.844.843%201.08%202.057%201.146%204.078H2.026c.066-2.021.302-3.235%201.146-4.078C4.343%204%206.229%204%2010%204%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2020h4c1.056%200%201.964%200%202.75-.026v-1.738a2.25%202.25%200%200%201-1.341-3.827l2-2a2.25%202.25%200%200%201%203.182%200l1.403%201.403Q22%2012.988%2022%2012q0-.662-.002-1.25H2.002Q1.999%2011.338%202%2012c0%203.771%200%205.657%201.172%206.828S6.229%2020%2010%2020m-4.75-4a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75m7.25-.75a.75.75%200%200%200%200%201.5H14a.75.75%200%200%200%200-1.5z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.47%2013.47a.75.75%200%200%201%201.06%200l2%202a.75.75%200%201%201-1.06%201.06l-.72-.72V20a.75.75%200%200%201-1.5%200v-4.19l-.72.72a.75.75%200%201%201-1.06-1.06z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10%204h4c3.771%200%205.657%200%206.828%201.172c.844.843%201.08%202.057%201.146%204.078H2.026c.066-2.021.302-3.235%201.146-4.078C4.343%204%206.229%204%2010%204%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2020h4c1.056%200%201.964%200%202.75-.026v-1.738a2.25%202.25%200%200%201-1.341-3.827l2-2a2.25%202.25%200%200%201%203.182%200l1.403%201.403Q22%2012.988%2022%2012q0-.662-.002-1.25H2.002Q1.999%2011.338%202%2012c0%203.771%200%205.657%201.172%206.828S6.229%2020%2010%2020m-4.75-4a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75m7.25-.75a.75.75%200%200%200%200%201.5H14a.75.75%200%200%200%200-1.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/card-send-filled.svg?color=%231a73e8&size=48