credit card emoji
credit-card from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- credit-card
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
credit-cardAkar Iconscredit-card-filledAnt Design Iconscredit-cardBootstrap Iconscredit-cardBoxIcons v2credit-cardBoxIcons v2 Solidcredit-cardCodiconscredit-cardEmoji One (Colored)credit-cardElement Pluscredit-card-fillEva Iconscredit-cardFont Awesome 6 Regularcredit-cardFont Awesome 6 Solidcredit-cardFont Awesome Regularcredit-cardFont Awesome Solidcredit-cardFeather Iconscredit-card-outlineFlowbite Iconscredit-cardFluent Emojicredit-cardFluent Emoji High Contrastcredit-cardcss.ggcredit-cardHealth Iconscredit-cardHeroIconscredit-cardHuge Iconscredit-cardHumbleiconscredit-cardIconoircredit-cardJam Icons
More objects icons from Fluent Emoji Flat
Use the credit card emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00a6ed" d="M27.752 30H4.248A2.25 2.25 0 0 1 2 27.751V14.25A2.25 2.25 0 0 1 4.248 12h23.504A2.25 2.25 0 0 1 30 14.249V27.75A2.245 2.245 0 0 1 27.752 30"/><path fill="#f4f4f4" d="M23.386 24H5.614A.617.617 0 0 1 5 23.384v-2.768c0-.333.272-.616.614-.616h17.772c.332 0 .614.273.614.616v2.778a.61.61 0 0 1-.614.606"/><path fill="#fff478" d="M25.353 28h1.794a.85.85 0 0 0 .853-.853v-1.794a.85.85 0 0 0-.853-.853h-1.794a.85.85 0 0 0-.853.853v1.794a.86.86 0 0 0 .853.853"/><path fill="#321b41" d="M30 15H2v3h28z"/><path fill="#9b9b9b" d="M6 22a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 6 22"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatCreditCard(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00a6ed" d="M27.752 30H4.248A2.25 2.25 0 0 1 2 27.751V14.25A2.25 2.25 0 0 1 4.248 12h23.504A2.25 2.25 0 0 1 30 14.249V27.75A2.245 2.245 0 0 1 27.752 30"/><path fill="#f4f4f4" d="M23.386 24H5.614A.617.617 0 0 1 5 23.384v-2.768c0-.333.272-.616.614-.616h17.772c.332 0 .614.273.614.616v2.778a.61.61 0 0 1-.614.606"/><path fill="#fff478" d="M25.353 28h1.794a.85.85 0 0 0 .853-.853v-1.794a.85.85 0 0 0-.853-.853h-1.794a.85.85 0 0 0-.853.853v1.794a.86.86 0 0 0 .853.853"/><path fill="#321b41" d="M30 15H2v3h28z"/><path fill="#9b9b9b" d="M6 22a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 6 22"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00a6ed" d="M27.752 30H4.248A2.25 2.25 0 0 1 2 27.751V14.25A2.25 2.25 0 0 1 4.248 12h23.504A2.25 2.25 0 0 1 30 14.249V27.75A2.245 2.245 0 0 1 27.752 30"/><path fill="#f4f4f4" d="M23.386 24H5.614A.617.617 0 0 1 5 23.384v-2.768c0-.333.272-.616.614-.616h17.772c.332 0 .614.273.614.616v2.778a.61.61 0 0 1-.614.606"/><path fill="#fff478" d="M25.353 28h1.794a.85.85 0 0 0 .853-.853v-1.794a.85.85 0 0 0-.853-.853h-1.794a.85.85 0 0 0-.853.853v1.794a.86.86 0 0 0 .853.853"/><path fill="#321b41" d="M30 15H2v3h28z"/><path fill="#9b9b9b" d="M6 22a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 6 22"/></g></svg> </template>
CSS
.icon-credit-card {
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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M27.752%2030H4.248A2.25%202.25%200%200%201%202%2027.751V14.25A2.25%202.25%200%200%201%204.248%2012h23.504A2.25%202.25%200%200%201%2030%2014.249V27.75A2.245%202.245%200%200%201%2027.752%2030%22%2F%3E%3Cpath%20fill%3D%22%23f4f4f4%22%20d%3D%22M23.386%2024H5.614A.617.617%200%200%201%205%2023.384v-2.768c0-.333.272-.616.614-.616h17.772c.332%200%20.614.273.614.616v2.778a.61.61%200%200%201-.614.606%22%2F%3E%3Cpath%20fill%3D%22%23fff478%22%20d%3D%22M25.353%2028h1.794a.85.85%200%200%200%20.853-.853v-1.794a.85.85%200%200%200-.853-.853h-1.794a.85.85%200%200%200-.853.853v1.794a.86.86%200%200%200%20.853.853%22%2F%3E%3Cpath%20fill%3D%22%23321b41%22%20d%3D%22M30%2015H2v3h28z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22M6%2022a.5.5%200%200%201%20.5-.5h11a.5.5%200%200%201%200%201h-11A.5.5%200%200%201%206%2022%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M27.752%2030H4.248A2.25%202.25%200%200%201%202%2027.751V14.25A2.25%202.25%200%200%201%204.248%2012h23.504A2.25%202.25%200%200%201%2030%2014.249V27.75A2.245%202.245%200%200%201%2027.752%2030%22%2F%3E%3Cpath%20fill%3D%22%23f4f4f4%22%20d%3D%22M23.386%2024H5.614A.617.617%200%200%201%205%2023.384v-2.768c0-.333.272-.616.614-.616h17.772c.332%200%20.614.273.614.616v2.778a.61.61%200%200%201-.614.606%22%2F%3E%3Cpath%20fill%3D%22%23fff478%22%20d%3D%22M25.353%2028h1.794a.85.85%200%200%200%20.853-.853v-1.794a.85.85%200%200%200-.853-.853h-1.794a.85.85%200%200%200-.853.853v1.794a.86.86%200%200%200%20.853.853%22%2F%3E%3Cpath%20fill%3D%22%23321b41%22%20d%3D%22M30%2015H2v3h28z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22M6%2022a.5.5%200%200%201%20.5-.5h11a.5.5%200%200%201%200%201h-11A.5.5%200%200%201%206%2022%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/credit-card.svg?color=%231a73e8&size=48