cardmarket logo
cardmarket from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- cardmarket
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the cardmarket logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.837.772c-.45 0-.6.255-.645.366c-.044.11-.113.4.213.711l1.54 1.478a.124.124 0 0 1 .002.18L10.021 9.47a.93.93 0 0 0-.274.673a.94.94 0 0 0 .289.669l3.977 3.82a.96.96 0 0 0 .664.267v.001c.259 0 .5-.1.68-.281l5.815-5.853a.14.14 0 0 1 .103-.042a.14.14 0 0 1 .1.04l1.54 1.478c.198.19.383.23.504.23c.277 0 .577-.217.577-.691L24 1.726a.95.95 0 0 0-.95-.95zm-8.06.793l-2.351.461s-.365.064-.606.428c-.192.286-.124.616-.124.616l3.082 14.66zM2.843 4.907v.001L.52 5.752s-.308.106-.445.452c-.15.385-.03.634-.03.634L6.04 23.224h.86C6.559 21.8 2.843 4.907 2.843 4.907M23.31 12.63a.6.6 0 0 0-.417.175l-6.716 6.787a.98.98 0 0 0-.287.706a.98.98 0 0 0 .303.7l1.084 1.046l-7.668-.006l.005-7.574l2.473 2.494a.59.59 0 0 0 .835.004a.59.59 0 0 0 .004-.835l-3.2-3.227c-.246-.25-.562-.33-.843-.214c-.282.116-.45.396-.45.747l-.006 8.794c0 .266.103.515.291.703a1 1 0 0 0 .702.291l8.92.007v-.002c.354 0 .633-.168.747-.45s.03-.599-.224-.845l-1.708-1.647l6.578-6.648a.59.59 0 0 0-.005-.835a.6.6 0 0 0-.418-.17z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsCardmarket(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="M14.837.772c-.45 0-.6.255-.645.366c-.044.11-.113.4.213.711l1.54 1.478a.124.124 0 0 1 .002.18L10.021 9.47a.93.93 0 0 0-.274.673a.94.94 0 0 0 .289.669l3.977 3.82a.96.96 0 0 0 .664.267v.001c.259 0 .5-.1.68-.281l5.815-5.853a.14.14 0 0 1 .103-.042a.14.14 0 0 1 .1.04l1.54 1.478c.198.19.383.23.504.23c.277 0 .577-.217.577-.691L24 1.726a.95.95 0 0 0-.95-.95zm-8.06.793l-2.351.461s-.365.064-.606.428c-.192.286-.124.616-.124.616l3.082 14.66zM2.843 4.907v.001L.52 5.752s-.308.106-.445.452c-.15.385-.03.634-.03.634L6.04 23.224h.86C6.559 21.8 2.843 4.907 2.843 4.907M23.31 12.63a.6.6 0 0 0-.417.175l-6.716 6.787a.98.98 0 0 0-.287.706a.98.98 0 0 0 .303.7l1.084 1.046l-7.668-.006l.005-7.574l2.473 2.494a.59.59 0 0 0 .835.004a.59.59 0 0 0 .004-.835l-3.2-3.227c-.246-.25-.562-.33-.843-.214c-.282.116-.45.396-.45.747l-.006 8.794c0 .266.103.515.291.703a1 1 0 0 0 .702.291l8.92.007v-.002c.354 0 .633-.168.747-.45s.03-.599-.224-.845l-1.708-1.647l6.578-6.648a.59.59 0 0 0-.005-.835a.6.6 0 0 0-.418-.17z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.837.772c-.45 0-.6.255-.645.366c-.044.11-.113.4.213.711l1.54 1.478a.124.124 0 0 1 .002.18L10.021 9.47a.93.93 0 0 0-.274.673a.94.94 0 0 0 .289.669l3.977 3.82a.96.96 0 0 0 .664.267v.001c.259 0 .5-.1.68-.281l5.815-5.853a.14.14 0 0 1 .103-.042a.14.14 0 0 1 .1.04l1.54 1.478c.198.19.383.23.504.23c.277 0 .577-.217.577-.691L24 1.726a.95.95 0 0 0-.95-.95zm-8.06.793l-2.351.461s-.365.064-.606.428c-.192.286-.124.616-.124.616l3.082 14.66zM2.843 4.907v.001L.52 5.752s-.308.106-.445.452c-.15.385-.03.634-.03.634L6.04 23.224h.86C6.559 21.8 2.843 4.907 2.843 4.907M23.31 12.63a.6.6 0 0 0-.417.175l-6.716 6.787a.98.98 0 0 0-.287.706a.98.98 0 0 0 .303.7l1.084 1.046l-7.668-.006l.005-7.574l2.473 2.494a.59.59 0 0 0 .835.004a.59.59 0 0 0 .004-.835l-3.2-3.227c-.246-.25-.562-.33-.843-.214c-.282.116-.45.396-.45.747l-.006 8.794c0 .266.103.515.291.703a1 1 0 0 0 .702.291l8.92.007v-.002c.354 0 .633-.168.747-.45s.03-.599-.224-.845l-1.708-1.647l6.578-6.648a.59.59 0 0 0-.005-.835a.6.6 0 0 0-.418-.17z"/></svg> </template>
CSS
.icon-cardmarket {
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%22M14.837.772c-.45%200-.6.255-.645.366c-.044.11-.113.4.213.711l1.54%201.478a.124.124%200%200%201%20.002.18L10.021%209.47a.93.93%200%200%200-.274.673a.94.94%200%200%200%20.289.669l3.977%203.82a.96.96%200%200%200%20.664.267v.001c.259%200%20.5-.1.68-.281l5.815-5.853a.14.14%200%200%201%20.103-.042a.14.14%200%200%201%20.1.04l1.54%201.478c.198.19.383.23.504.23c.277%200%20.577-.217.577-.691L24%201.726a.95.95%200%200%200-.95-.95zm-8.06.793l-2.351.461s-.365.064-.606.428c-.192.286-.124.616-.124.616l3.082%2014.66zM2.843%204.907v.001L.52%205.752s-.308.106-.445.452c-.15.385-.03.634-.03.634L6.04%2023.224h.86C6.559%2021.8%202.843%204.907%202.843%204.907M23.31%2012.63a.6.6%200%200%200-.417.175l-6.716%206.787a.98.98%200%200%200-.287.706a.98.98%200%200%200%20.303.7l1.084%201.046l-7.668-.006l.005-7.574l2.473%202.494a.59.59%200%200%200%20.835.004a.59.59%200%200%200%20.004-.835l-3.2-3.227c-.246-.25-.562-.33-.843-.214c-.282.116-.45.396-.45.747l-.006%208.794c0%20.266.103.515.291.703a1%201%200%200%200%20.702.291l8.92.007v-.002c.354%200%20.633-.168.747-.45s.03-.599-.224-.845l-1.708-1.647l6.578-6.648a.59.59%200%200%200-.005-.835a.6.6%200%200%200-.418-.17z%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%22M14.837.772c-.45%200-.6.255-.645.366c-.044.11-.113.4.213.711l1.54%201.478a.124.124%200%200%201%20.002.18L10.021%209.47a.93.93%200%200%200-.274.673a.94.94%200%200%200%20.289.669l3.977%203.82a.96.96%200%200%200%20.664.267v.001c.259%200%20.5-.1.68-.281l5.815-5.853a.14.14%200%200%201%20.103-.042a.14.14%200%200%201%20.1.04l1.54%201.478c.198.19.383.23.504.23c.277%200%20.577-.217.577-.691L24%201.726a.95.95%200%200%200-.95-.95zm-8.06.793l-2.351.461s-.365.064-.606.428c-.192.286-.124.616-.124.616l3.082%2014.66zM2.843%204.907v.001L.52%205.752s-.308.106-.445.452c-.15.385-.03.634-.03.634L6.04%2023.224h.86C6.559%2021.8%202.843%204.907%202.843%204.907M23.31%2012.63a.6.6%200%200%200-.417.175l-6.716%206.787a.98.98%200%200%200-.287.706a.98.98%200%200%200%20.303.7l1.084%201.046l-7.668-.006l.005-7.574l2.473%202.494a.59.59%200%200%200%20.835.004a.59.59%200%200%200%20.004-.835l-3.2-3.227c-.246-.25-.562-.33-.843-.214c-.282.116-.45.396-.45.747l-.006%208.794c0%20.266.103.515.291.703a1%201%200%200%200%20.702.291l8.92.007v-.002c.354%200%20.633-.168.747-.45s.03-.599-.224-.845l-1.708-1.647l6.578-6.648a.59.59%200%200%200-.005-.835a.6.6%200%200%200-.418-.17z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/cardmarket.svg?color=%231a73e8&size=48