playing cards icon
playing-cards from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- playing-cards
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the playing cards icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.2 14.8l1.15-4.15L12.8 8.2l-1.15 4.15zM4 18.825l-.825-.4q-.775-.325-1.05-1.112T2.2 15.75l1.8-3.9zM8 21q-.825 0-1.412-.6T6 18.975V13l2.675 7.35q.075.175.125.338t.175.312zm5.15-.125q-.775.275-1.55-.075t-1.05-1.125L6.125 7.45q-.275-.775.075-1.538t1.125-1.037l7.525-2.75q.775-.275 1.538.075t1.037 1.125l4.45 12.225q.275.775-.075 1.538t-1.125 1.037z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPlayingCards(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="m15.2 14.8l1.15-4.15L12.8 8.2l-1.15 4.15zM4 18.825l-.825-.4q-.775-.325-1.05-1.112T2.2 15.75l1.8-3.9zM8 21q-.825 0-1.412-.6T6 18.975V13l2.675 7.35q.075.175.125.338t.175.312zm5.15-.125q-.775.275-1.55-.075t-1.05-1.125L6.125 7.45q-.275-.775.075-1.538t1.125-1.037l7.525-2.75q.775-.275 1.538.075t1.037 1.125l4.45 12.225q.275.775-.075 1.538t-1.125 1.037z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.2 14.8l1.15-4.15L12.8 8.2l-1.15 4.15zM4 18.825l-.825-.4q-.775-.325-1.05-1.112T2.2 15.75l1.8-3.9zM8 21q-.825 0-1.412-.6T6 18.975V13l2.675 7.35q.075.175.125.338t.175.312zm5.15-.125q-.775.275-1.55-.075t-1.05-1.125L6.125 7.45q-.275-.775.075-1.538t1.125-1.037l7.525-2.75q.775-.275 1.538.075t1.037 1.125l4.45 12.225q.275.775-.075 1.538t-1.125 1.037z"/></svg> </template>
CSS
.icon-playing-cards {
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%22m15.2%2014.8l1.15-4.15L12.8%208.2l-1.15%204.15zM4%2018.825l-.825-.4q-.775-.325-1.05-1.112T2.2%2015.75l1.8-3.9zM8%2021q-.825%200-1.412-.6T6%2018.975V13l2.675%207.35q.075.175.125.338t.175.312zm5.15-.125q-.775.275-1.55-.075t-1.05-1.125L6.125%207.45q-.275-.775.075-1.538t1.125-1.037l7.525-2.75q.775-.275%201.538.075t1.037%201.125l4.45%2012.225q.275.775-.075%201.538t-1.125%201.037z%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%22m15.2%2014.8l1.15-4.15L12.8%208.2l-1.15%204.15zM4%2018.825l-.825-.4q-.775-.325-1.05-1.112T2.2%2015.75l1.8-3.9zM8%2021q-.825%200-1.412-.6T6%2018.975V13l2.675%207.35q.075.175.125.338t.175.312zm5.15-.125q-.775.275-1.55-.075t-1.05-1.125L6.125%207.45q-.275-.775.075-1.538t1.125-1.037l7.525-2.75q.775-.275%201.538.075t1.037%201.125l4.45%2012.225q.275.775-.075%201.538t-1.125%201.037z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/playing-cards.svg?color=%231a73e8&size=48