credit card change icon

credit-card-change from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
credit-card-change
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the credit card change icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M22 9.5c-.037-2.252-.21-3.553-1.044-4.487a4.4 4.4 0 0 0-.555-.522C19.146 3.5 17.266 3.5 13.506 3.5h-3.002c-3.76 0-5.64 0-6.896.99a4.4 4.4 0 0 0-.555.523C2 6.193 2 7.963 2 11.5s0 5.306 1.053 6.487q.254.284.555.522c1.256.991 3.136.991 6.896.991H11"/><path d="M2 8.5h20"/><path stroke-linecap="round" d="m19.333 12.5l.824.758c.179.176.268.264.237.339s-.159.075-.412.075h-3.104c-1.59 0-2.878 1.266-2.878 2.828c0 .352.066.69.185 1m2.482 3l-.824-.758c-.179-.176-.268-.264-.237-.339s.159-.075.412-.075h3.104c1.59 0 2.878-1.266 2.878-2.828c0-.352-.066-.69-.185-1"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCreditCardChange(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M22 9.5c-.037-2.252-.21-3.553-1.044-4.487a4.4 4.4 0 0 0-.555-.522C19.146 3.5 17.266 3.5 13.506 3.5h-3.002c-3.76 0-5.64 0-6.896.99a4.4 4.4 0 0 0-.555.523C2 6.193 2 7.963 2 11.5s0 5.306 1.053 6.487q.254.284.555.522c1.256.991 3.136.991 6.896.991H11"/><path d="M2 8.5h20"/><path strokeLinecap="round" d="m19.333 12.5l.824.758c.179.176.268.264.237.339s-.159.075-.412.075h-3.104c-1.59 0-2.878 1.266-2.878 2.828c0 .352.066.69.185 1m2.482 3l-.824-.758c-.179-.176-.268-.264-.237-.339s.159-.075.412-.075h3.104c1.59 0 2.878-1.266 2.878-2.828c0-.352-.066-.69-.185-1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M22 9.5c-.037-2.252-.21-3.553-1.044-4.487a4.4 4.4 0 0 0-.555-.522C19.146 3.5 17.266 3.5 13.506 3.5h-3.002c-3.76 0-5.64 0-6.896.99a4.4 4.4 0 0 0-.555.523C2 6.193 2 7.963 2 11.5s0 5.306 1.053 6.487q.254.284.555.522c1.256.991 3.136.991 6.896.991H11"/><path d="M2 8.5h20"/><path stroke-linecap="round" d="m19.333 12.5l.824.758c.179.176.268.264.237.339s-.159.075-.412.075h-3.104c-1.59 0-2.878 1.266-2.878 2.828c0 .352.066.69.185 1m2.482 3l-.824-.758c-.179-.176-.268-.264-.237-.339s.159-.075.412-.075h3.104c1.59 0 2.878-1.266 2.878-2.828c0-.352-.066-.69-.185-1"/></g></svg>
</template>

CSS

.icon-credit-card-change {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%209.5c-.037-2.252-.21-3.553-1.044-4.487a4.4%204.4%200%200%200-.555-.522C19.146%203.5%2017.266%203.5%2013.506%203.5h-3.002c-3.76%200-5.64%200-6.896.99a4.4%204.4%200%200%200-.555.523C2%206.193%202%207.963%202%2011.5s0%205.306%201.053%206.487q.254.284.555.522c1.256.991%203.136.991%206.896.991H11%22%2F%3E%3Cpath%20d%3D%22M2%208.5h20%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m19.333%2012.5l.824.758c.179.176.268.264.237.339s-.159.075-.412.075h-3.104c-1.59%200-2.878%201.266-2.878%202.828c0%20.352.066.69.185%201m2.482%203l-.824-.758c-.179-.176-.268-.264-.237-.339s.159-.075.412-.075h3.104c1.59%200%202.878-1.266%202.878-2.828c0-.352-.066-.69-.185-1%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%209.5c-.037-2.252-.21-3.553-1.044-4.487a4.4%204.4%200%200%200-.555-.522C19.146%203.5%2017.266%203.5%2013.506%203.5h-3.002c-3.76%200-5.64%200-6.896.99a4.4%204.4%200%200%200-.555.523C2%206.193%202%207.963%202%2011.5s0%205.306%201.053%206.487q.254.284.555.522c1.256.991%203.136.991%206.896.991H11%22%2F%3E%3Cpath%20d%3D%22M2%208.5h20%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m19.333%2012.5l.824.758c.179.176.268.264.237.339s-.159.075-.412.075h-3.104c-1.59%200-2.878%201.266-2.878%202.828c0%20.352.066.69.185%201m2.482%203l-.824-.758c-.179-.176-.268-.264-.237-.339s.159-.075.412-.075h3.104c1.59%200%202.878-1.266%202.878-2.828c0-.352-.066-.69-.185-1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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