cc mastercard icon
cc-mastercard from Line Awesome by Icons8 · Line · Payments & Shopping · Apache-2.0 Free for personal and commercial use.
- Name
- cc-mastercard
- Set
- Line Awesome
- Style
- Line
- Category
- Payments & Shopping
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More payments & shopping icons from Line Awesome
Use the cc mastercard icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 6C3.355 6 2 7.355 2 9v14c0 1.645 1.355 3 3 3h22c1.645 0 3-1.355 3-3V9c0-1.645-1.355-3-3-3zm0 2h22c.566 0 1 .434 1 1v14c0 .566-.434 1-1 1H5c-.566 0-1-.434-1-1V9c0-.566.434-1 1-1m7 1c-3.855 0-7 3.145-7 7s3.145 7 7 7a6.93 6.93 0 0 0 4-1.25A6.94 6.94 0 0 0 20 23c3.855 0 7-3.145 7-7s-3.145-7-7-7a6.94 6.94 0 0 0-4 1.25A6.93 6.93 0 0 0 12 9m0 2c1.281 0 2.43.496 3.313 1.281a5.9 5.9 0 0 0-.97 1.719h2.22c.14.32.273.652.343 1h-2.812A6 6 0 0 0 14 16c0 .344.04.676.094 1h2.812c-.07.348-.203.68-.343 1h-2.22c.223.629.56 1.207.97 1.719C14.43 20.504 13.28 21 12 21c-2.773 0-5-2.227-5-5s2.227-5 5-5m8 0c2.773 0 5 2.227 5 5s-2.227 5-5 5a4.95 4.95 0 0 1-2.5-.688A6.92 6.92 0 0 0 19 16a6.92 6.92 0 0 0-1.5-4.313A4.95 4.95 0 0 1 20 11"/></svg>
React
import type { SVGProps } from "react";
export function LaCcMastercard(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 6C3.355 6 2 7.355 2 9v14c0 1.645 1.355 3 3 3h22c1.645 0 3-1.355 3-3V9c0-1.645-1.355-3-3-3zm0 2h22c.566 0 1 .434 1 1v14c0 .566-.434 1-1 1H5c-.566 0-1-.434-1-1V9c0-.566.434-1 1-1m7 1c-3.855 0-7 3.145-7 7s3.145 7 7 7a6.93 6.93 0 0 0 4-1.25A6.94 6.94 0 0 0 20 23c3.855 0 7-3.145 7-7s-3.145-7-7-7a6.94 6.94 0 0 0-4 1.25A6.93 6.93 0 0 0 12 9m0 2c1.281 0 2.43.496 3.313 1.281a5.9 5.9 0 0 0-.97 1.719h2.22c.14.32.273.652.343 1h-2.812A6 6 0 0 0 14 16c0 .344.04.676.094 1h2.812c-.07.348-.203.68-.343 1h-2.22c.223.629.56 1.207.97 1.719C14.43 20.504 13.28 21 12 21c-2.773 0-5-2.227-5-5s2.227-5 5-5m8 0c2.773 0 5 2.227 5 5s-2.227 5-5 5a4.95 4.95 0 0 1-2.5-.688A6.92 6.92 0 0 0 19 16a6.92 6.92 0 0 0-1.5-4.313A4.95 4.95 0 0 1 20 11"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 6C3.355 6 2 7.355 2 9v14c0 1.645 1.355 3 3 3h22c1.645 0 3-1.355 3-3V9c0-1.645-1.355-3-3-3zm0 2h22c.566 0 1 .434 1 1v14c0 .566-.434 1-1 1H5c-.566 0-1-.434-1-1V9c0-.566.434-1 1-1m7 1c-3.855 0-7 3.145-7 7s3.145 7 7 7a6.93 6.93 0 0 0 4-1.25A6.94 6.94 0 0 0 20 23c3.855 0 7-3.145 7-7s-3.145-7-7-7a6.94 6.94 0 0 0-4 1.25A6.93 6.93 0 0 0 12 9m0 2c1.281 0 2.43.496 3.313 1.281a5.9 5.9 0 0 0-.97 1.719h2.22c.14.32.273.652.343 1h-2.812A6 6 0 0 0 14 16c0 .344.04.676.094 1h2.812c-.07.348-.203.68-.343 1h-2.22c.223.629.56 1.207.97 1.719C14.43 20.504 13.28 21 12 21c-2.773 0-5-2.227-5-5s2.227-5 5-5m8 0c2.773 0 5 2.227 5 5s-2.227 5-5 5a4.95 4.95 0 0 1-2.5-.688A6.92 6.92 0 0 0 19 16a6.92 6.92 0 0 0-1.5-4.313A4.95 4.95 0 0 1 20 11"/></svg> </template>
CSS
.icon-cc-mastercard {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%206C3.355%206%202%207.355%202%209v14c0%201.645%201.355%203%203%203h22c1.645%200%203-1.355%203-3V9c0-1.645-1.355-3-3-3zm0%202h22c.566%200%201%20.434%201%201v14c0%20.566-.434%201-1%201H5c-.566%200-1-.434-1-1V9c0-.566.434-1%201-1m7%201c-3.855%200-7%203.145-7%207s3.145%207%207%207a6.93%206.93%200%200%200%204-1.25A6.94%206.94%200%200%200%2020%2023c3.855%200%207-3.145%207-7s-3.145-7-7-7a6.94%206.94%200%200%200-4%201.25A6.93%206.93%200%200%200%2012%209m0%202c1.281%200%202.43.496%203.313%201.281a5.9%205.9%200%200%200-.97%201.719h2.22c.14.32.273.652.343%201h-2.812A6%206%200%200%200%2014%2016c0%20.344.04.676.094%201h2.812c-.07.348-.203.68-.343%201h-2.22c.223.629.56%201.207.97%201.719C14.43%2020.504%2013.28%2021%2012%2021c-2.773%200-5-2.227-5-5s2.227-5%205-5m8%200c2.773%200%205%202.227%205%205s-2.227%205-5%205a4.95%204.95%200%200%201-2.5-.688A6.92%206.92%200%200%200%2019%2016a6.92%206.92%200%200%200-1.5-4.313A4.95%204.95%200%200%201%2020%2011%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%206C3.355%206%202%207.355%202%209v14c0%201.645%201.355%203%203%203h22c1.645%200%203-1.355%203-3V9c0-1.645-1.355-3-3-3zm0%202h22c.566%200%201%20.434%201%201v14c0%20.566-.434%201-1%201H5c-.566%200-1-.434-1-1V9c0-.566.434-1%201-1m7%201c-3.855%200-7%203.145-7%207s3.145%207%207%207a6.93%206.93%200%200%200%204-1.25A6.94%206.94%200%200%200%2020%2023c3.855%200%207-3.145%207-7s-3.145-7-7-7a6.94%206.94%200%200%200-4%201.25A6.93%206.93%200%200%200%2012%209m0%202c1.281%200%202.43.496%203.313%201.281a5.9%205.9%200%200%200-.97%201.719h2.22c.14.32.273.652.343%201h-2.812A6%206%200%200%200%2014%2016c0%20.344.04.676.094%201h2.812c-.07.348-.203.68-.343%201h-2.22c.223.629.56%201.207.97%201.719C14.43%2020.504%2013.28%2021%2012%2021c-2.773%200-5-2.227-5-5s2.227-5%205-5m8%200c2.773%200%205%202.227%205%205s-2.227%205-5%205a4.95%204.95%200%200%201-2.5-.688A6.92%206.92%200%200%200%2019%2016a6.92%206.92%200%200%200-1.5-4.313A4.95%204.95%200%200%201%2020%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/cc-mastercard.svg?color=%231a73e8&size=48