credit card wireless off icon

credit-card-wireless-off from Material Design Icons by Pictogrammers · Filled · Banking · Apache-2.0 Free for personal and commercial use.

Name
credit-card-wireless-off
Set
Material Design Icons
Style
Filled
Category
Banking
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More banking icons from Material Design Icons

Use the credit card wireless off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c-2.15 0-4.3.69-6.1 2.08L7.32 5.5c3.13-2.26 7.52-2 10.34.83l1.41-1.41C17.12 2.96 14.56 2 12 2M3.28 4L2 5.27L7.73 11H6a2 2 0 0 0-2 2v8c0 1.11.89 2 2 2h12c.5 0 .92-.18 1.27-.46l.46.46L21 21.72M12 6c-1.13 0-2.25.31-3.23.94l1.47 1.47c1.49-.73 3.34-.49 4.59.75l1.41-1.41A5.96 5.96 0 0 0 12 6m.82 5l3 3H18v2.18l2 2V13a2 2 0 0 0-2-2M6 14h4.73l3 3H6Z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCreditCardWirelessOff(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="M12 2c-2.15 0-4.3.69-6.1 2.08L7.32 5.5c3.13-2.26 7.52-2 10.34.83l1.41-1.41C17.12 2.96 14.56 2 12 2M3.28 4L2 5.27L7.73 11H6a2 2 0 0 0-2 2v8c0 1.11.89 2 2 2h12c.5 0 .92-.18 1.27-.46l.46.46L21 21.72M12 6c-1.13 0-2.25.31-3.23.94l1.47 1.47c1.49-.73 3.34-.49 4.59.75l1.41-1.41A5.96 5.96 0 0 0 12 6m.82 5l3 3H18v2.18l2 2V13a2 2 0 0 0-2-2M6 14h4.73l3 3H6Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c-2.15 0-4.3.69-6.1 2.08L7.32 5.5c3.13-2.26 7.52-2 10.34.83l1.41-1.41C17.12 2.96 14.56 2 12 2M3.28 4L2 5.27L7.73 11H6a2 2 0 0 0-2 2v8c0 1.11.89 2 2 2h12c.5 0 .92-.18 1.27-.46l.46.46L21 21.72M12 6c-1.13 0-2.25.31-3.23.94l1.47 1.47c1.49-.73 3.34-.49 4.59.75l1.41-1.41A5.96 5.96 0 0 0 12 6m.82 5l3 3H18v2.18l2 2V13a2 2 0 0 0-2-2M6 14h4.73l3 3H6Z"/></svg>
</template>

CSS

.icon-credit-card-wireless-off {
  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%22M12%202c-2.15%200-4.3.69-6.1%202.08L7.32%205.5c3.13-2.26%207.52-2%2010.34.83l1.41-1.41C17.12%202.96%2014.56%202%2012%202M3.28%204L2%205.27L7.73%2011H6a2%202%200%200%200-2%202v8c0%201.11.89%202%202%202h12c.5%200%20.92-.18%201.27-.46l.46.46L21%2021.72M12%206c-1.13%200-2.25.31-3.23.94l1.47%201.47c1.49-.73%203.34-.49%204.59.75l1.41-1.41A5.96%205.96%200%200%200%2012%206m.82%205l3%203H18v2.18l2%202V13a2%202%200%200%200-2-2M6%2014h4.73l3%203H6Z%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%22M12%202c-2.15%200-4.3.69-6.1%202.08L7.32%205.5c3.13-2.26%207.52-2%2010.34.83l1.41-1.41C17.12%202.96%2014.56%202%2012%202M3.28%204L2%205.27L7.73%2011H6a2%202%200%200%200-2%202v8c0%201.11.89%202%202%202h12c.5%200%20.92-.18%201.27-.46l.46.46L21%2021.72M12%206c-1.13%200-2.25.31-3.23.94l1.47%201.47c1.49-.73%203.34-.49%204.59.75l1.41-1.41A5.96%205.96%200%200%200%2012%206m.82%205l3%203H18v2.18l2%202V13a2%202%200%200%200-2-2M6%2014h4.73l3%203H6Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/credit-card-wireless-off.svg?color=%231a73e8&size=48