card logo
card from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- card
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the card logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.78 18.612l3.69-1.847l-13.235-6.607L3.54 12l13.235 6.612zM12 21l3.706-1.848l-8.47-4.235l-3.68 1.848zm8.46-9l-3.695 1.842L13.08 12l3.69-1.842zM8.3 4.853L12.004 3l3.7 1.853L12 6.695L8.3 4.848zm-1.08.535L3.53 7.235l8.47 4.23l3.69-1.842l-8.47-4.23zm9.545 3.7l3.7-1.853l-3.69-1.837l-3.706 1.848z"/></svg>
React
import type { SVGProps } from "react";
export function TokenCard(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="m16.78 18.612l3.69-1.847l-13.235-6.607L3.54 12l13.235 6.612zM12 21l3.706-1.848l-8.47-4.235l-3.68 1.848zm8.46-9l-3.695 1.842L13.08 12l3.69-1.842zM8.3 4.853L12.004 3l3.7 1.853L12 6.695L8.3 4.848zm-1.08.535L3.53 7.235l8.47 4.23l3.69-1.842l-8.47-4.23zm9.545 3.7l3.7-1.853l-3.69-1.837l-3.706 1.848z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.78 18.612l3.69-1.847l-13.235-6.607L3.54 12l13.235 6.612zM12 21l3.706-1.848l-8.47-4.235l-3.68 1.848zm8.46-9l-3.695 1.842L13.08 12l3.69-1.842zM8.3 4.853L12.004 3l3.7 1.853L12 6.695L8.3 4.848zm-1.08.535L3.53 7.235l8.47 4.23l3.69-1.842l-8.47-4.23zm9.545 3.7l3.7-1.853l-3.69-1.837l-3.706 1.848z"/></svg> </template>
CSS
.icon-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.78%2018.612l3.69-1.847l-13.235-6.607L3.54%2012l13.235%206.612zM12%2021l3.706-1.848l-8.47-4.235l-3.68%201.848zm8.46-9l-3.695%201.842L13.08%2012l3.69-1.842zM8.3%204.853L12.004%203l3.7%201.853L12%206.695L8.3%204.848zm-1.08.535L3.53%207.235l8.47%204.23l3.69-1.842l-8.47-4.23zm9.545%203.7l3.7-1.853l-3.69-1.837l-3.706%201.848z%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%22m16.78%2018.612l3.69-1.847l-13.235-6.607L3.54%2012l13.235%206.612zM12%2021l3.706-1.848l-8.47-4.235l-3.68%201.848zm8.46-9l-3.695%201.842L13.08%2012l3.69-1.842zM8.3%204.853L12.004%203l3.7%201.853L12%206.695L8.3%204.848zm-1.08.535L3.53%207.235l8.47%204.23l3.69-1.842l-8.47-4.23zm9.545%203.7l3.7-1.853l-3.69-1.837l-3.706%201.848z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/card.svg?color=%231a73e8&size=48