playing cards icon
playing-cards-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- playing-cards-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- 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.375 14.125l.775-2.8q.1-.3-.012-.6t-.388-.5L13.375 8.6q-.2-.15-.437-.062t-.313.337l-.775 2.8q-.1.3.013.6t.387.5l2.375 1.625q.2.15.437.063t.313-.338M4 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.037zM12.45 19L20 16.25L15.525 4L8 6.75zM14 11.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPlayingCardsOutlineRounded(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.375 14.125l.775-2.8q.1-.3-.012-.6t-.388-.5L13.375 8.6q-.2-.15-.437-.062t-.313.337l-.775 2.8q-.1.3.013.6t.387.5l2.375 1.625q.2.15.437.063t.313-.338M4 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.037zM12.45 19L20 16.25L15.525 4L8 6.75zM14 11.5"/></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.375 14.125l.775-2.8q.1-.3-.012-.6t-.388-.5L13.375 8.6q-.2-.15-.437-.062t-.313.337l-.775 2.8q-.1.3.013.6t.387.5l2.375 1.625q.2.15.437.063t.313-.338M4 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.037zM12.45 19L20 16.25L15.525 4L8 6.75zM14 11.5"/></svg> </template>
CSS
.icon-playing-cards-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%22m15.375%2014.125l.775-2.8q.1-.3-.012-.6t-.388-.5L13.375%208.6q-.2-.15-.437-.062t-.313.337l-.775%202.8q-.1.3.013.6t.387.5l2.375%201.625q.2.15.437.063t.313-.338M4%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.037zM12.45%2019L20%2016.25L15.525%204L8%206.75zM14%2011.5%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.375%2014.125l.775-2.8q.1-.3-.012-.6t-.388-.5L13.375%208.6q-.2-.15-.437-.062t-.313.337l-.775%202.8q-.1.3.013.6t.387.5l2.375%201.625q.2.15.437.063t.313-.338M4%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.037zM12.45%2019L20%2016.25L15.525%204L8%206.75zM14%2011.5%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-outline-rounded.svg?color=%231a73e8&size=48