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

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

2 other variants in Reicon

The same icon in other sets

All card icons →

More money icons from Reicon

Use the card icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14 4h-4C6.229 4 4.343 4 3.172 5.172c-.844.843-1.08 2.057-1.146 4.078h19.948c-.066-2.021-.302-3.235-1.146-4.078C19.657 4 17.771 4 14 4m-4 16h4c3.771 0 5.657 0 6.828-1.172S22 15.771 22 12q0-.662-.002-1.25H2.002Q1.999 11.338 2 12c0 3.771 0 5.657 1.172 6.828S6.229 20 10 20"/><path fill-rule="evenodd" d="M5.25 16a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75m6.5 0a.75.75 0 0 1 .75-.75H14a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCardFilled(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 d="M14 4h-4C6.229 4 4.343 4 3.172 5.172c-.844.843-1.08 2.057-1.146 4.078h19.948c-.066-2.021-.302-3.235-1.146-4.078C19.657 4 17.771 4 14 4m-4 16h4c3.771 0 5.657 0 6.828-1.172S22 15.771 22 12q0-.662-.002-1.25H2.002Q1.999 11.338 2 12c0 3.771 0 5.657 1.172 6.828S6.229 20 10 20"/><path fillRule="evenodd" d="M5.25 16a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75m6.5 0a.75.75 0 0 1 .75-.75H14a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75" 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 d="M14 4h-4C6.229 4 4.343 4 3.172 5.172c-.844.843-1.08 2.057-1.146 4.078h19.948c-.066-2.021-.302-3.235-1.146-4.078C19.657 4 17.771 4 14 4m-4 16h4c3.771 0 5.657 0 6.828-1.172S22 15.771 22 12q0-.662-.002-1.25H2.002Q1.999 11.338 2 12c0 3.771 0 5.657 1.172 6.828S6.229 20 10 20"/><path fill-rule="evenodd" d="M5.25 16a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75m6.5 0a.75.75 0 0 1 .75-.75H14a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-card-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%20d%3D%22M14%204h-4C6.229%204%204.343%204%203.172%205.172c-.844.843-1.08%202.057-1.146%204.078h19.948c-.066-2.021-.302-3.235-1.146-4.078C19.657%204%2017.771%204%2014%204m-4%2016h4c3.771%200%205.657%200%206.828-1.172S22%2015.771%2022%2012q0-.662-.002-1.25H2.002Q1.999%2011.338%202%2012c0%203.771%200%205.657%201.172%206.828S6.229%2020%2010%2020%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.25%2016a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75m6.5%200a.75.75%200%200%201%20.75-.75H14a.75.75%200%200%201%200%201.5h-1.5a.75.75%200%200%201-.75-.75%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%20d%3D%22M14%204h-4C6.229%204%204.343%204%203.172%205.172c-.844.843-1.08%202.057-1.146%204.078h19.948c-.066-2.021-.302-3.235-1.146-4.078C19.657%204%2017.771%204%2014%204m-4%2016h4c3.771%200%205.657%200%206.828-1.172S22%2015.771%2022%2012q0-.662-.002-1.25H2.002Q1.999%2011.338%202%2012c0%203.771%200%205.657%201.172%206.828S6.229%2020%2010%2020%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.25%2016a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75m6.5%200a.75.75%200%200%201%20.75-.75H14a.75.75%200%200%201%200%201.5h-1.5a.75.75%200%200%201-.75-.75%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-filled.svg?color=%231a73e8&size=48