poker spades icon

poker-spades-line from Remix Icon by Remix Design · Line · Game & Sports · Apache-2.0 Free for personal and commercial use.

Name
poker-spades-line
Set
Remix Icon
Style
Line
Category
Game & Sports
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

More game & sports icons from Remix Icon

Use the poker spades icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 15.916a2 2 0 0 0-2.8-1.295A3.9 3.9 0 0 1 7.5 15C5.383 15 4 13.482 4 12c0-1.06.515-2.115 1.613-3.29c1.133-1.212 2.655-2.311 4.285-3.486c.693-.5 1.421-1.024 2.102-1.567c.68.543 1.409 1.067 2.102 1.567c1.63 1.175 3.152 2.274 4.285 3.486C19.485 9.885 20 10.94 20 12c0 1.482-1.383 3-3.5 3a3.9 3.9 0 0 1-1.7-.379a2 2 0 0 0-2.8 1.295M12 1c-.871.871-2.08 1.742-3.356 2.662C5.524 5.911 2 8.452 2 12c0 2.761 2.462 5 5.5 5c.927 0 1.8-.208 2.566-.576a9.6 9.6 0 0 1-.536 2.317c-.22.604-.491 1.188-.802 1.813A.997.997 0 0 0 9.618 22h4.764c.743 0 1.22-.78.89-1.446a18 18 0 0 1-.802-1.813a9.6 9.6 0 0 1-.536-2.317A5.9 5.9 0 0 0 16.5 17c3.038 0 5.5-2.239 5.5-5c0-3.548-3.525-6.09-6.644-8.338C14.08 2.742 12.871 1.872 12 1m0 16.074c.158 1.11.451 2.047.815 2.926h-1.63c.364-.879.657-1.816.815-2.926"/></svg>

React

import type { SVGProps } from "react";

export function RiPokerSpadesLine(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="M12 15.916a2 2 0 0 0-2.8-1.295A3.9 3.9 0 0 1 7.5 15C5.383 15 4 13.482 4 12c0-1.06.515-2.115 1.613-3.29c1.133-1.212 2.655-2.311 4.285-3.486c.693-.5 1.421-1.024 2.102-1.567c.68.543 1.409 1.067 2.102 1.567c1.63 1.175 3.152 2.274 4.285 3.486C19.485 9.885 20 10.94 20 12c0 1.482-1.383 3-3.5 3a3.9 3.9 0 0 1-1.7-.379a2 2 0 0 0-2.8 1.295M12 1c-.871.871-2.08 1.742-3.356 2.662C5.524 5.911 2 8.452 2 12c0 2.761 2.462 5 5.5 5c.927 0 1.8-.208 2.566-.576a9.6 9.6 0 0 1-.536 2.317c-.22.604-.491 1.188-.802 1.813A.997.997 0 0 0 9.618 22h4.764c.743 0 1.22-.78.89-1.446a18 18 0 0 1-.802-1.813a9.6 9.6 0 0 1-.536-2.317A5.9 5.9 0 0 0 16.5 17c3.038 0 5.5-2.239 5.5-5c0-3.548-3.525-6.09-6.644-8.338C14.08 2.742 12.871 1.872 12 1m0 16.074c.158 1.11.451 2.047.815 2.926h-1.63c.364-.879.657-1.816.815-2.926"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 15.916a2 2 0 0 0-2.8-1.295A3.9 3.9 0 0 1 7.5 15C5.383 15 4 13.482 4 12c0-1.06.515-2.115 1.613-3.29c1.133-1.212 2.655-2.311 4.285-3.486c.693-.5 1.421-1.024 2.102-1.567c.68.543 1.409 1.067 2.102 1.567c1.63 1.175 3.152 2.274 4.285 3.486C19.485 9.885 20 10.94 20 12c0 1.482-1.383 3-3.5 3a3.9 3.9 0 0 1-1.7-.379a2 2 0 0 0-2.8 1.295M12 1c-.871.871-2.08 1.742-3.356 2.662C5.524 5.911 2 8.452 2 12c0 2.761 2.462 5 5.5 5c.927 0 1.8-.208 2.566-.576a9.6 9.6 0 0 1-.536 2.317c-.22.604-.491 1.188-.802 1.813A.997.997 0 0 0 9.618 22h4.764c.743 0 1.22-.78.89-1.446a18 18 0 0 1-.802-1.813a9.6 9.6 0 0 1-.536-2.317A5.9 5.9 0 0 0 16.5 17c3.038 0 5.5-2.239 5.5-5c0-3.548-3.525-6.09-6.644-8.338C14.08 2.742 12.871 1.872 12 1m0 16.074c.158 1.11.451 2.047.815 2.926h-1.63c.364-.879.657-1.816.815-2.926"/></svg>
</template>

CSS

.icon-poker-spades-line {
  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%22M12%2015.916a2%202%200%200%200-2.8-1.295A3.9%203.9%200%200%201%207.5%2015C5.383%2015%204%2013.482%204%2012c0-1.06.515-2.115%201.613-3.29c1.133-1.212%202.655-2.311%204.285-3.486c.693-.5%201.421-1.024%202.102-1.567c.68.543%201.409%201.067%202.102%201.567c1.63%201.175%203.152%202.274%204.285%203.486C19.485%209.885%2020%2010.94%2020%2012c0%201.482-1.383%203-3.5%203a3.9%203.9%200%200%201-1.7-.379a2%202%200%200%200-2.8%201.295M12%201c-.871.871-2.08%201.742-3.356%202.662C5.524%205.911%202%208.452%202%2012c0%202.761%202.462%205%205.5%205c.927%200%201.8-.208%202.566-.576a9.6%209.6%200%200%201-.536%202.317c-.22.604-.491%201.188-.802%201.813A.997.997%200%200%200%209.618%2022h4.764c.743%200%201.22-.78.89-1.446a18%2018%200%200%201-.802-1.813a9.6%209.6%200%200%201-.536-2.317A5.9%205.9%200%200%200%2016.5%2017c3.038%200%205.5-2.239%205.5-5c0-3.548-3.525-6.09-6.644-8.338C14.08%202.742%2012.871%201.872%2012%201m0%2016.074c.158%201.11.451%202.047.815%202.926h-1.63c.364-.879.657-1.816.815-2.926%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%22M12%2015.916a2%202%200%200%200-2.8-1.295A3.9%203.9%200%200%201%207.5%2015C5.383%2015%204%2013.482%204%2012c0-1.06.515-2.115%201.613-3.29c1.133-1.212%202.655-2.311%204.285-3.486c.693-.5%201.421-1.024%202.102-1.567c.68.543%201.409%201.067%202.102%201.567c1.63%201.175%203.152%202.274%204.285%203.486C19.485%209.885%2020%2010.94%2020%2012c0%201.482-1.383%203-3.5%203a3.9%203.9%200%200%201-1.7-.379a2%202%200%200%200-2.8%201.295M12%201c-.871.871-2.08%201.742-3.356%202.662C5.524%205.911%202%208.452%202%2012c0%202.761%202.462%205%205.5%205c.927%200%201.8-.208%202.566-.576a9.6%209.6%200%200%201-.536%202.317c-.22.604-.491%201.188-.802%201.813A.997.997%200%200%200%209.618%2022h4.764c.743%200%201.22-.78.89-1.446a18%2018%200%200%201-.802-1.813a9.6%209.6%200%200%201-.536-2.317A5.9%205.9%200%200%200%2016.5%2017c3.038%200%205.5-2.239%205.5-5c0-3.548-3.525-6.09-6.644-8.338C14.08%202.742%2012.871%201.872%2012%201m0%2016.074c.158%201.11.451%202.047.815%202.926h-1.63c.364-.879.657-1.816.815-2.926%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/poker-spades-line.svg?color=%231a73e8&size=48