credit card heart icon
credit-card-heart-sharp from Material Symbols Light by Google · Sharp · Business · Apache-2.0 Free for personal and commercial use.
- Name
- credit-card-heart-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More business icons from Material Symbols Light
Use the credit card heart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.535 19.885l-2.962-2.962q-.287-.287-.395-.597q-.109-.311-.109-.622q0-.68.483-1.211t1.24-.532q.602 0 .945.277q.344.277.798.731q.442-.442.79-.725t.961-.283q.781 0 1.248.532T21 15.705q0 .319-.121.638t-.383.58zM3 19V5h18v6.287q-.238-.153-.479-.278q-.24-.124-.521-.222v-1.98H4v2.385h10.385q-1.552.797-2.509 2.324q-.957 1.528-.957 3.407q0 .549.089 1.072t.26 1.005z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCreditCardHeartSharp(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="m17.535 19.885l-2.962-2.962q-.287-.287-.395-.597q-.109-.311-.109-.622q0-.68.483-1.211t1.24-.532q.602 0 .945.277q.344.277.798.731q.442-.442.79-.725t.961-.283q.781 0 1.248.532T21 15.705q0 .319-.121.638t-.383.58zM3 19V5h18v6.287q-.238-.153-.479-.278q-.24-.124-.521-.222v-1.98H4v2.385h10.385q-1.552.797-2.509 2.324q-.957 1.528-.957 3.407q0 .549.089 1.072t.26 1.005z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.535 19.885l-2.962-2.962q-.287-.287-.395-.597q-.109-.311-.109-.622q0-.68.483-1.211t1.24-.532q.602 0 .945.277q.344.277.798.731q.442-.442.79-.725t.961-.283q.781 0 1.248.532T21 15.705q0 .319-.121.638t-.383.58zM3 19V5h18v6.287q-.238-.153-.479-.278q-.24-.124-.521-.222v-1.98H4v2.385h10.385q-1.552.797-2.509 2.324q-.957 1.528-.957 3.407q0 .549.089 1.072t.26 1.005z"/></svg> </template>
CSS
.icon-credit-card-heart-sharp {
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%22m17.535%2019.885l-2.962-2.962q-.287-.287-.395-.597q-.109-.311-.109-.622q0-.68.483-1.211t1.24-.532q.602%200%20.945.277q.344.277.798.731q.442-.442.79-.725t.961-.283q.781%200%201.248.532T21%2015.705q0%20.319-.121.638t-.383.58zM3%2019V5h18v6.287q-.238-.153-.479-.278q-.24-.124-.521-.222v-1.98H4v2.385h10.385q-1.552.797-2.509%202.324q-.957%201.528-.957%203.407q0%20.549.089%201.072t.26%201.005z%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%22m17.535%2019.885l-2.962-2.962q-.287-.287-.395-.597q-.109-.311-.109-.622q0-.68.483-1.211t1.24-.532q.602%200%20.945.277q.344.277.798.731q.442-.442.79-.725t.961-.283q.781%200%201.248.532T21%2015.705q0%20.319-.121.638t-.383.58zM3%2019V5h18v6.287q-.238-.153-.479-.278q-.24-.124-.521-.222v-1.98H4v2.385h10.385q-1.552.797-2.509%202.324q-.957%201.528-.957%203.407q0%20.549.089%201.072t.26%201.005z%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-heart-sharp.svg?color=%231a73e8&size=48