card send3 icon

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

Name
card-send3-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the card send3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.97 1.75h-2.94c-1.27 0-2.03.76-2.03 2.03v2.94c0 1.27.76 2.03 2.03 2.03h2.94c1.27 0 2.03-.76 2.03-2.03V3.78c0-1.27-.76-2.03-2.03-2.03m.22 3.31a.62.62 0 0 1-.44.18a.62.62 0 0 1-.44-.18l-.18-.18v2.24c0 .35-.28.63-.63.63s-.63-.28-.63-.63V4.88l-.18.18c-.24.24-.64.24-.88 0a.63.63 0 0 1 0-.88l1.25-1.25c.05-.05.12-.09.19-.12c.02-.01.04-.01.06-.02c.05-.02.1-.03.16-.03h.06c.07 0 .13.01.2.04h.02q.105.045.18.12c.01.01.01.01.02.01l1.25 1.25c.24.24.24.64-.01.88M2 11.46v5c0 2.29 1.85 4.14 4.14 4.14h11.71c2.29 0 4.15-1.86 4.15-4.15v-4.99c0-.67-.54-1.21-1.21-1.21H3.21c-.67 0-1.21.54-1.21 1.21m6 5.79H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75m6.5 0h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75m-1-12.642v2.93c0 .67-.54 1.21-1.21 1.21H3.21c-.68 0-1.21-.56-1.21-1.23c.01-1.13.46-2.16 1.21-2.91S5 3.398 6.14 3.398h6.15c.67 0 1.21.54 1.21 1.21"/></svg>

React

import type { SVGProps } from "react";

export function ReiconCardSend3Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.97 1.75h-2.94c-1.27 0-2.03.76-2.03 2.03v2.94c0 1.27.76 2.03 2.03 2.03h2.94c1.27 0 2.03-.76 2.03-2.03V3.78c0-1.27-.76-2.03-2.03-2.03m.22 3.31a.62.62 0 0 1-.44.18a.62.62 0 0 1-.44-.18l-.18-.18v2.24c0 .35-.28.63-.63.63s-.63-.28-.63-.63V4.88l-.18.18c-.24.24-.64.24-.88 0a.63.63 0 0 1 0-.88l1.25-1.25c.05-.05.12-.09.19-.12c.02-.01.04-.01.06-.02c.05-.02.1-.03.16-.03h.06c.07 0 .13.01.2.04h.02q.105.045.18.12c.01.01.01.01.02.01l1.25 1.25c.24.24.24.64-.01.88M2 11.46v5c0 2.29 1.85 4.14 4.14 4.14h11.71c2.29 0 4.15-1.86 4.15-4.15v-4.99c0-.67-.54-1.21-1.21-1.21H3.21c-.67 0-1.21.54-1.21 1.21m6 5.79H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75m6.5 0h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75m-1-12.642v2.93c0 .67-.54 1.21-1.21 1.21H3.21c-.68 0-1.21-.56-1.21-1.23c.01-1.13.46-2.16 1.21-2.91S5 3.398 6.14 3.398h6.15c.67 0 1.21.54 1.21 1.21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.97 1.75h-2.94c-1.27 0-2.03.76-2.03 2.03v2.94c0 1.27.76 2.03 2.03 2.03h2.94c1.27 0 2.03-.76 2.03-2.03V3.78c0-1.27-.76-2.03-2.03-2.03m.22 3.31a.62.62 0 0 1-.44.18a.62.62 0 0 1-.44-.18l-.18-.18v2.24c0 .35-.28.63-.63.63s-.63-.28-.63-.63V4.88l-.18.18c-.24.24-.64.24-.88 0a.63.63 0 0 1 0-.88l1.25-1.25c.05-.05.12-.09.19-.12c.02-.01.04-.01.06-.02c.05-.02.1-.03.16-.03h.06c.07 0 .13.01.2.04h.02q.105.045.18.12c.01.01.01.01.02.01l1.25 1.25c.24.24.24.64-.01.88M2 11.46v5c0 2.29 1.85 4.14 4.14 4.14h11.71c2.29 0 4.15-1.86 4.15-4.15v-4.99c0-.67-.54-1.21-1.21-1.21H3.21c-.67 0-1.21.54-1.21 1.21m6 5.79H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75m6.5 0h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75m-1-12.642v2.93c0 .67-.54 1.21-1.21 1.21H3.21c-.68 0-1.21-.56-1.21-1.23c.01-1.13.46-2.16 1.21-2.91S5 3.398 6.14 3.398h6.15c.67 0 1.21.54 1.21 1.21"/></svg>
</template>

CSS

.icon-card-send3-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.97%201.75h-2.94c-1.27%200-2.03.76-2.03%202.03v2.94c0%201.27.76%202.03%202.03%202.03h2.94c1.27%200%202.03-.76%202.03-2.03V3.78c0-1.27-.76-2.03-2.03-2.03m.22%203.31a.62.62%200%200%201-.44.18a.62.62%200%200%201-.44-.18l-.18-.18v2.24c0%20.35-.28.63-.63.63s-.63-.28-.63-.63V4.88l-.18.18c-.24.24-.64.24-.88%200a.63.63%200%200%201%200-.88l1.25-1.25c.05-.05.12-.09.19-.12c.02-.01.04-.01.06-.02c.05-.02.1-.03.16-.03h.06c.07%200%20.13.01.2.04h.02q.105.045.18.12c.01.01.01.01.02.01l1.25%201.25c.24.24.24.64-.01.88M2%2011.46v5c0%202.29%201.85%204.14%204.14%204.14h11.71c2.29%200%204.15-1.86%204.15-4.15v-4.99c0-.67-.54-1.21-1.21-1.21H3.21c-.67%200-1.21.54-1.21%201.21m6%205.79H6c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h2c.41%200%20.75.34.75.75s-.34.75-.75.75m6.5%200h-4c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h4c.41%200%20.75.34.75.75s-.34.75-.75.75m-1-12.642v2.93c0%20.67-.54%201.21-1.21%201.21H3.21c-.68%200-1.21-.56-1.21-1.23c.01-1.13.46-2.16%201.21-2.91S5%203.398%206.14%203.398h6.15c.67%200%201.21.54%201.21%201.21%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.97%201.75h-2.94c-1.27%200-2.03.76-2.03%202.03v2.94c0%201.27.76%202.03%202.03%202.03h2.94c1.27%200%202.03-.76%202.03-2.03V3.78c0-1.27-.76-2.03-2.03-2.03m.22%203.31a.62.62%200%200%201-.44.18a.62.62%200%200%201-.44-.18l-.18-.18v2.24c0%20.35-.28.63-.63.63s-.63-.28-.63-.63V4.88l-.18.18c-.24.24-.64.24-.88%200a.63.63%200%200%201%200-.88l1.25-1.25c.05-.05.12-.09.19-.12c.02-.01.04-.01.06-.02c.05-.02.1-.03.16-.03h.06c.07%200%20.13.01.2.04h.02q.105.045.18.12c.01.01.01.01.02.01l1.25%201.25c.24.24.24.64-.01.88M2%2011.46v5c0%202.29%201.85%204.14%204.14%204.14h11.71c2.29%200%204.15-1.86%204.15-4.15v-4.99c0-.67-.54-1.21-1.21-1.21H3.21c-.67%200-1.21.54-1.21%201.21m6%205.79H6c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h2c.41%200%20.75.34.75.75s-.34.75-.75.75m6.5%200h-4c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h4c.41%200%20.75.34.75.75s-.34.75-.75.75m-1-12.642v2.93c0%20.67-.54%201.21-1.21%201.21H3.21c-.68%200-1.21-.56-1.21-1.23c.01-1.13.46-2.16%201.21-2.91S5%203.398%206.14%203.398h6.15c.67%200%201.21.54%201.21%201.21%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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