credit card edit icon
credit-card-edit from Material Design Icons by Pictogrammers · Filled · Banking · Apache-2.0 Free for personal and commercial use.
- Name
- credit-card-edit
- 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 edit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.6 11.3c.1-.1.2-.2.4-.2c.1 0 .3.1.4.2l1.2 1.2c.2.2.2.6 0 .8l-1 1l-2-2zM13 18.9l6-6.1l2.1 2.1l-6 6.1H13zm-2 .2v-1l.6-.6l6.5-6.5H4V8h16v1.1l2-2V6c0-1.1-.9-2-2-2H4c-.5 0-1 .2-1.4.6S2 5.5 2 6v12c0 .5.2 1 .6 1.4s.9.6 1.4.6h7z"/></svg>
React
import type { SVGProps } from "react";
export function MdiCreditCardEdit(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="M20.6 11.3c.1-.1.2-.2.4-.2c.1 0 .3.1.4.2l1.2 1.2c.2.2.2.6 0 .8l-1 1l-2-2zM13 18.9l6-6.1l2.1 2.1l-6 6.1H13zm-2 .2v-1l.6-.6l6.5-6.5H4V8h16v1.1l2-2V6c0-1.1-.9-2-2-2H4c-.5 0-1 .2-1.4.6S2 5.5 2 6v12c0 .5.2 1 .6 1.4s.9.6 1.4.6h7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.6 11.3c.1-.1.2-.2.4-.2c.1 0 .3.1.4.2l1.2 1.2c.2.2.2.6 0 .8l-1 1l-2-2zM13 18.9l6-6.1l2.1 2.1l-6 6.1H13zm-2 .2v-1l.6-.6l6.5-6.5H4V8h16v1.1l2-2V6c0-1.1-.9-2-2-2H4c-.5 0-1 .2-1.4.6S2 5.5 2 6v12c0 .5.2 1 .6 1.4s.9.6 1.4.6h7z"/></svg> </template>
CSS
.icon-credit-card-edit {
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%22M20.6%2011.3c.1-.1.2-.2.4-.2c.1%200%20.3.1.4.2l1.2%201.2c.2.2.2.6%200%20.8l-1%201l-2-2zM13%2018.9l6-6.1l2.1%202.1l-6%206.1H13zm-2%20.2v-1l.6-.6l6.5-6.5H4V8h16v1.1l2-2V6c0-1.1-.9-2-2-2H4c-.5%200-1%20.2-1.4.6S2%205.5%202%206v12c0%20.5.2%201%20.6%201.4s.9.6%201.4.6h7z%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%22M20.6%2011.3c.1-.1.2-.2.4-.2c.1%200%20.3.1.4.2l1.2%201.2c.2.2.2.6%200%20.8l-1%201l-2-2zM13%2018.9l6-6.1l2.1%202.1l-6%206.1H13zm-2%20.2v-1l.6-.6l6.5-6.5H4V8h16v1.1l2-2V6c0-1.1-.9-2-2-2H4c-.5%200-1%20.2-1.4.6S2%205.5%202%206v12c0%20.5.2%201%20.6%201.4s.9.6%201.4.6h7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/credit-card-edit.svg?color=%231a73e8&size=48