payment card icon
payment-card-outline-rounded from Material Symbols Light by Google · Outline Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- payment-card-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More business icons from Material Symbols Light
Use the payment card icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 19q-.691 0-1.153-.462T3 17.384V6.596q0-.69.463-1.153t1.152-.462h14.77q.69 0 1.152.462T21 6.596v10.789q0 .69-.463 1.153T19.385 19zm0-1h14.769q.269 0 .442-.173t.173-.442V6.596q0-.269-.173-.442t-.442-.173H4.615q-.269 0-.442.173T4 6.596v10.789q0 .269.173.442t.443.173m1.961-1.73h6.279q.46 0 .699-.39q.24-.388.028-.792l-3.539-6.942q-.106-.217-.308-.326q-.202-.108-.419-.108h-2.74q-.348 0-.578.23t-.23.577v6.943q0 .348.23.578t.578.23M14 9.172h3.5q.31 0 .52-.21q.21-.211.21-.52t-.21-.521t-.52-.21H14q-.31 0-.52.21t-.21.52t.21.52t.52.211M4 18V5.98z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPaymentCardOutlineRounded(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.616 19q-.691 0-1.153-.462T3 17.384V6.596q0-.69.463-1.153t1.152-.462h14.77q.69 0 1.152.462T21 6.596v10.789q0 .69-.463 1.153T19.385 19zm0-1h14.769q.269 0 .442-.173t.173-.442V6.596q0-.269-.173-.442t-.442-.173H4.615q-.269 0-.442.173T4 6.596v10.789q0 .269.173.442t.443.173m1.961-1.73h6.279q.46 0 .699-.39q.24-.388.028-.792l-3.539-6.942q-.106-.217-.308-.326q-.202-.108-.419-.108h-2.74q-.348 0-.578.23t-.23.577v6.943q0 .348.23.578t.578.23M14 9.172h3.5q.31 0 .52-.21q.21-.211.21-.52t-.21-.521t-.52-.21H14q-.31 0-.52.21t-.21.52t.21.52t.52.211M4 18V5.98z"/></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.616 19q-.691 0-1.153-.462T3 17.384V6.596q0-.69.463-1.153t1.152-.462h14.77q.69 0 1.152.462T21 6.596v10.789q0 .69-.463 1.153T19.385 19zm0-1h14.769q.269 0 .442-.173t.173-.442V6.596q0-.269-.173-.442t-.442-.173H4.615q-.269 0-.442.173T4 6.596v10.789q0 .269.173.442t.443.173m1.961-1.73h6.279q.46 0 .699-.39q.24-.388.028-.792l-3.539-6.942q-.106-.217-.308-.326q-.202-.108-.419-.108h-2.74q-.348 0-.578.23t-.23.577v6.943q0 .348.23.578t.578.23M14 9.172h3.5q.31 0 .52-.21q.21-.211.21-.52t-.21-.521t-.52-.21H14q-.31 0-.52.21t-.21.52t.21.52t.52.211M4 18V5.98z"/></svg> </template>
CSS
.icon-payment-card-outline-rounded {
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.616%2019q-.691%200-1.153-.462T3%2017.384V6.596q0-.69.463-1.153t1.152-.462h14.77q.69%200%201.152.462T21%206.596v10.789q0%20.69-.463%201.153T19.385%2019zm0-1h14.769q.269%200%20.442-.173t.173-.442V6.596q0-.269-.173-.442t-.442-.173H4.615q-.269%200-.442.173T4%206.596v10.789q0%20.269.173.442t.443.173m1.961-1.73h6.279q.46%200%20.699-.39q.24-.388.028-.792l-3.539-6.942q-.106-.217-.308-.326q-.202-.108-.419-.108h-2.74q-.348%200-.578.23t-.23.577v6.943q0%20.348.23.578t.578.23M14%209.172h3.5q.31%200%20.52-.21q.21-.211.21-.52t-.21-.521t-.52-.21H14q-.31%200-.52.21t-.21.52t.21.52t.52.211M4%2018V5.98z%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.616%2019q-.691%200-1.153-.462T3%2017.384V6.596q0-.69.463-1.153t1.152-.462h14.77q.69%200%201.152.462T21%206.596v10.789q0%20.69-.463%201.153T19.385%2019zm0-1h14.769q.269%200%20.442-.173t.173-.442V6.596q0-.269-.173-.442t-.442-.173H4.615q-.269%200-.442.173T4%206.596v10.789q0%20.269.173.442t.443.173m1.961-1.73h6.279q.46%200%20.699-.39q.24-.388.028-.792l-3.539-6.942q-.106-.217-.308-.326q-.202-.108-.419-.108h-2.74q-.348%200-.578.23t-.23.577v6.943q0%20.348.23.578t.578.23M14%209.172h3.5q.31%200%20.52-.21q.21-.211.21-.52t-.21-.521t-.52-.21H14q-.31%200-.52.21t-.21.52t.21.52t.52.211M4%2018V5.98z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/payment-card-outline-rounded.svg?color=%231a73e8&size=48