credit card spark icon
credit-card-spark-outline from Material Symbols Light by Google · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- credit-card-spark-outline
- Set
- Material Symbols Light
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
Related icons in Material Symbols Light
Use the credit card spark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 18v-7.577v.194V6zm.616 1q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616V11q-.608-.263-1.252-.42t-1.344-.157q-.835 0-1.594.195t-1.433.574H4v6.193q0 .23.192.423t.423.192h7.41q.05.275.115.516q.064.24.148.484zM4 8.808h16V6.616q0-.231-.192-.424T19.385 6H4.615q-.23 0-.423.192T4 6.616zM18.404 21q-.15 0-.2-.15q-.362-1.39-1.359-2.387t-2.387-1.36q-.15-.05-.15-.2q0-.174.15-.2q1.39-.36 2.387-1.358q.997-.997 1.359-2.387q.05-.15.2-.15q.169 0 .2.15q.361 1.39 1.358 2.387t2.388 1.359q.15.025.15.2q0 .15-.15.2q-1.39.362-2.388 1.359t-1.358 2.387q-.025.15-.2.15"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCreditCardSparkOutline(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="M4 18v-7.577v.194V6zm.616 1q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616V11q-.608-.263-1.252-.42t-1.344-.157q-.835 0-1.594.195t-1.433.574H4v6.193q0 .23.192.423t.423.192h7.41q.05.275.115.516q.064.24.148.484zM4 8.808h16V6.616q0-.231-.192-.424T19.385 6H4.615q-.23 0-.423.192T4 6.616zM18.404 21q-.15 0-.2-.15q-.362-1.39-1.359-2.387t-2.387-1.36q-.15-.05-.15-.2q0-.174.15-.2q1.39-.36 2.387-1.358q.997-.997 1.359-2.387q.05-.15.2-.15q.169 0 .2.15q.361 1.39 1.358 2.387t2.388 1.359q.15.025.15.2q0 .15-.15.2q-1.39.362-2.388 1.359t-1.358 2.387q-.025.15-.2.15"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 18v-7.577v.194V6zm.616 1q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616V11q-.608-.263-1.252-.42t-1.344-.157q-.835 0-1.594.195t-1.433.574H4v6.193q0 .23.192.423t.423.192h7.41q.05.275.115.516q.064.24.148.484zM4 8.808h16V6.616q0-.231-.192-.424T19.385 6H4.615q-.23 0-.423.192T4 6.616zM18.404 21q-.15 0-.2-.15q-.362-1.39-1.359-2.387t-2.387-1.36q-.15-.05-.15-.2q0-.174.15-.2q1.39-.36 2.387-1.358q.997-.997 1.359-2.387q.05-.15.2-.15q.169 0 .2.15q.361 1.39 1.358 2.387t2.388 1.359q.15.025.15.2q0 .15-.15.2q-1.39.362-2.388 1.359t-1.358 2.387q-.025.15-.2.15"/></svg> </template>
CSS
.icon-credit-card-spark-outline {
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%22M4%2018v-7.577v.194V6zm.616%201q-.691%200-1.153-.462T3%2017.384V6.616q0-.691.463-1.153T4.615%205h14.77q.69%200%201.152.463T21%206.616V11q-.608-.263-1.252-.42t-1.344-.157q-.835%200-1.594.195t-1.433.574H4v6.193q0%20.23.192.423t.423.192h7.41q.05.275.115.516q.064.24.148.484zM4%208.808h16V6.616q0-.231-.192-.424T19.385%206H4.615q-.23%200-.423.192T4%206.616zM18.404%2021q-.15%200-.2-.15q-.362-1.39-1.359-2.387t-2.387-1.36q-.15-.05-.15-.2q0-.174.15-.2q1.39-.36%202.387-1.358q.997-.997%201.359-2.387q.05-.15.2-.15q.169%200%20.2.15q.361%201.39%201.358%202.387t2.388%201.359q.15.025.15.2q0%20.15-.15.2q-1.39.362-2.388%201.359t-1.358%202.387q-.025.15-.2.15%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%22M4%2018v-7.577v.194V6zm.616%201q-.691%200-1.153-.462T3%2017.384V6.616q0-.691.463-1.153T4.615%205h14.77q.69%200%201.152.463T21%206.616V11q-.608-.263-1.252-.42t-1.344-.157q-.835%200-1.594.195t-1.433.574H4v6.193q0%20.23.192.423t.423.192h7.41q.05.275.115.516q.064.24.148.484zM4%208.808h16V6.616q0-.231-.192-.424T19.385%206H4.615q-.23%200-.423.192T4%206.616zM18.404%2021q-.15%200-.2-.15q-.362-1.39-1.359-2.387t-2.387-1.36q-.15-.05-.15-.2q0-.174.15-.2q1.39-.36%202.387-1.358q.997-.997%201.359-2.387q.05-.15.2-.15q.169%200%20.2.15q.361%201.39%201.358%202.387t2.388%201.359q.15.025.15.2q0%20.15-.15.2q-1.39.362-2.388%201.359t-1.358%202.387q-.025.15-.2.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/credit-card-spark-outline.svg?color=%231a73e8&size=48