credit card plus icon
credit-card-plus-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- credit-card-plus-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Related icons in Myna UI Icons
Use the credit card plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.17 4.25h6.33a.75.75 0 0 1 0 1.5H6.2c-.572 0-.957 0-1.253.025c-.287.023-.424.065-.515.111c-.235.12-.426.311-.546.546c-.046.09-.088.228-.111.515c-.024.296-.025.68-.025 1.253v.05h8.75a.75.75 0 0 1 0 1.5H3.75v6.05c0 .573 0 .957.025 1.253c.023.287.065.424.111.514c.12.236.312.427.546.547c.09.046.228.088.515.111c.295.024.679.025 1.25.025h11.606c.571 0 .955 0 1.25-.025c.287-.023.424-.065.514-.111c.235-.12.427-.312.547-.547c.046-.09.088-.227.111-.514c.024-.295.025-.678.025-1.25V11a.75.75 0 0 1 1.5 0v4.834c0 .533 0 .978-.03 1.342c-.03.38-.098.735-.27 1.072a2.75 2.75 0 0 1-1.202 1.203c-.337.171-.693.238-1.073.27c-.363.029-.808.029-1.341.029H6.166c-.533 0-.978 0-1.342-.03c-.38-.03-.736-.098-1.073-.27a2.75 2.75 0 0 1-1.201-1.202c-.172-.337-.24-.693-.27-1.073c-.03-.364-.03-.81-.03-1.344V8.17c0-.534 0-.98.03-1.345c.03-.38.098-.736.27-1.074a2.75 2.75 0 0 1 1.2-1.201c.338-.172.694-.24 1.074-.27c.365-.03.81-.03 1.345-.03m11.83 0a.75.75 0 0 1 .75.75v1.75h1.75a.75.75 0 0 1 0 1.5h-1.75V10a.75.75 0 0 1-1.5 0V8.25H15.5a.75.75 0 0 1 0-1.5h1.75V5a.75.75 0 0 1 .75-.75M5.25 15a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75"/></svg>
React
import type { SVGProps } from "react";
export function MynauiCreditCardPlusSolid(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="M6.17 4.25h6.33a.75.75 0 0 1 0 1.5H6.2c-.572 0-.957 0-1.253.025c-.287.023-.424.065-.515.111c-.235.12-.426.311-.546.546c-.046.09-.088.228-.111.515c-.024.296-.025.68-.025 1.253v.05h8.75a.75.75 0 0 1 0 1.5H3.75v6.05c0 .573 0 .957.025 1.253c.023.287.065.424.111.514c.12.236.312.427.546.547c.09.046.228.088.515.111c.295.024.679.025 1.25.025h11.606c.571 0 .955 0 1.25-.025c.287-.023.424-.065.514-.111c.235-.12.427-.312.547-.547c.046-.09.088-.227.111-.514c.024-.295.025-.678.025-1.25V11a.75.75 0 0 1 1.5 0v4.834c0 .533 0 .978-.03 1.342c-.03.38-.098.735-.27 1.072a2.75 2.75 0 0 1-1.202 1.203c-.337.171-.693.238-1.073.27c-.363.029-.808.029-1.341.029H6.166c-.533 0-.978 0-1.342-.03c-.38-.03-.736-.098-1.073-.27a2.75 2.75 0 0 1-1.201-1.202c-.172-.337-.24-.693-.27-1.073c-.03-.364-.03-.81-.03-1.344V8.17c0-.534 0-.98.03-1.345c.03-.38.098-.736.27-1.074a2.75 2.75 0 0 1 1.2-1.201c.338-.172.694-.24 1.074-.27c.365-.03.81-.03 1.345-.03m11.83 0a.75.75 0 0 1 .75.75v1.75h1.75a.75.75 0 0 1 0 1.5h-1.75V10a.75.75 0 0 1-1.5 0V8.25H15.5a.75.75 0 0 1 0-1.5h1.75V5a.75.75 0 0 1 .75-.75M5.25 15a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.17 4.25h6.33a.75.75 0 0 1 0 1.5H6.2c-.572 0-.957 0-1.253.025c-.287.023-.424.065-.515.111c-.235.12-.426.311-.546.546c-.046.09-.088.228-.111.515c-.024.296-.025.68-.025 1.253v.05h8.75a.75.75 0 0 1 0 1.5H3.75v6.05c0 .573 0 .957.025 1.253c.023.287.065.424.111.514c.12.236.312.427.546.547c.09.046.228.088.515.111c.295.024.679.025 1.25.025h11.606c.571 0 .955 0 1.25-.025c.287-.023.424-.065.514-.111c.235-.12.427-.312.547-.547c.046-.09.088-.227.111-.514c.024-.295.025-.678.025-1.25V11a.75.75 0 0 1 1.5 0v4.834c0 .533 0 .978-.03 1.342c-.03.38-.098.735-.27 1.072a2.75 2.75 0 0 1-1.202 1.203c-.337.171-.693.238-1.073.27c-.363.029-.808.029-1.341.029H6.166c-.533 0-.978 0-1.342-.03c-.38-.03-.736-.098-1.073-.27a2.75 2.75 0 0 1-1.201-1.202c-.172-.337-.24-.693-.27-1.073c-.03-.364-.03-.81-.03-1.344V8.17c0-.534 0-.98.03-1.345c.03-.38.098-.736.27-1.074a2.75 2.75 0 0 1 1.2-1.201c.338-.172.694-.24 1.074-.27c.365-.03.81-.03 1.345-.03m11.83 0a.75.75 0 0 1 .75.75v1.75h1.75a.75.75 0 0 1 0 1.5h-1.75V10a.75.75 0 0 1-1.5 0V8.25H15.5a.75.75 0 0 1 0-1.5h1.75V5a.75.75 0 0 1 .75-.75M5.25 15a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75"/></svg> </template>
CSS
.icon-credit-card-plus-solid {
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%22M6.17%204.25h6.33a.75.75%200%200%201%200%201.5H6.2c-.572%200-.957%200-1.253.025c-.287.023-.424.065-.515.111c-.235.12-.426.311-.546.546c-.046.09-.088.228-.111.515c-.024.296-.025.68-.025%201.253v.05h8.75a.75.75%200%200%201%200%201.5H3.75v6.05c0%20.573%200%20.957.025%201.253c.023.287.065.424.111.514c.12.236.312.427.546.547c.09.046.228.088.515.111c.295.024.679.025%201.25.025h11.606c.571%200%20.955%200%201.25-.025c.287-.023.424-.065.514-.111c.235-.12.427-.312.547-.547c.046-.09.088-.227.111-.514c.024-.295.025-.678.025-1.25V11a.75.75%200%200%201%201.5%200v4.834c0%20.533%200%20.978-.03%201.342c-.03.38-.098.735-.27%201.072a2.75%202.75%200%200%201-1.202%201.203c-.337.171-.693.238-1.073.27c-.363.029-.808.029-1.341.029H6.166c-.533%200-.978%200-1.342-.03c-.38-.03-.736-.098-1.073-.27a2.75%202.75%200%200%201-1.201-1.202c-.172-.337-.24-.693-.27-1.073c-.03-.364-.03-.81-.03-1.344V8.17c0-.534%200-.98.03-1.345c.03-.38.098-.736.27-1.074a2.75%202.75%200%200%201%201.2-1.201c.338-.172.694-.24%201.074-.27c.365-.03.81-.03%201.345-.03m11.83%200a.75.75%200%200%201%20.75.75v1.75h1.75a.75.75%200%200%201%200%201.5h-1.75V10a.75.75%200%200%201-1.5%200V8.25H15.5a.75.75%200%200%201%200-1.5h1.75V5a.75.75%200%200%201%20.75-.75M5.25%2015a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75%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%22M6.17%204.25h6.33a.75.75%200%200%201%200%201.5H6.2c-.572%200-.957%200-1.253.025c-.287.023-.424.065-.515.111c-.235.12-.426.311-.546.546c-.046.09-.088.228-.111.515c-.024.296-.025.68-.025%201.253v.05h8.75a.75.75%200%200%201%200%201.5H3.75v6.05c0%20.573%200%20.957.025%201.253c.023.287.065.424.111.514c.12.236.312.427.546.547c.09.046.228.088.515.111c.295.024.679.025%201.25.025h11.606c.571%200%20.955%200%201.25-.025c.287-.023.424-.065.514-.111c.235-.12.427-.312.547-.547c.046-.09.088-.227.111-.514c.024-.295.025-.678.025-1.25V11a.75.75%200%200%201%201.5%200v4.834c0%20.533%200%20.978-.03%201.342c-.03.38-.098.735-.27%201.072a2.75%202.75%200%200%201-1.202%201.203c-.337.171-.693.238-1.073.27c-.363.029-.808.029-1.341.029H6.166c-.533%200-.978%200-1.342-.03c-.38-.03-.736-.098-1.073-.27a2.75%202.75%200%200%201-1.201-1.202c-.172-.337-.24-.693-.27-1.073c-.03-.364-.03-.81-.03-1.344V8.17c0-.534%200-.98.03-1.345c.03-.38.098-.736.27-1.074a2.75%202.75%200%200%201%201.2-1.201c.338-.172.694-.24%201.074-.27c.365-.03.81-.03%201.345-.03m11.83%200a.75.75%200%200%201%20.75.75v1.75h1.75a.75.75%200%200%201%200%201.5h-1.75V10a.75.75%200%200%201-1.5%200V8.25H15.5a.75.75%200%200%201%200-1.5h1.75V5a.75.75%200%200%201%20.75-.75M5.25%2015a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/credit-card-plus-solid.svg?color=%231a73e8&size=48