play card 10 icon

play-card-10-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
play-card-10-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

Related icons in Tabler Icons

Use the play card 10 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zm.01 16H17a1 1 0 0 0-.117 1.993l.127.007a1 1 0 0 0 0-2M9 8a1 1 0 0 0-1 1v6a1 1 0 0 0 2 0V9a1 1 0 0 0-1-1m4.5 0C12.047 8 11 9.395 11 11v2c0 1.605 1.047 3 2.5 3s2.5-1.395 2.5-3v-2c0-1.605-1.047-3-2.5-3m0 2c.203 0 .5.395.5 1v2c0 .605-.297 1-.5 1s-.5-.395-.5-1v-2c0-.605.297-1 .5-1M7.01 4H7a1 1 0 0 0-.117 1.993L7.01 6a1 1 0 1 0 0-2"/></svg>

React

import type { SVGProps } from "react";

export function TablerPlayCard10Filled(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="M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zm.01 16H17a1 1 0 0 0-.117 1.993l.127.007a1 1 0 0 0 0-2M9 8a1 1 0 0 0-1 1v6a1 1 0 0 0 2 0V9a1 1 0 0 0-1-1m4.5 0C12.047 8 11 9.395 11 11v2c0 1.605 1.047 3 2.5 3s2.5-1.395 2.5-3v-2c0-1.605-1.047-3-2.5-3m0 2c.203 0 .5.395.5 1v2c0 .605-.297 1-.5 1s-.5-.395-.5-1v-2c0-.605.297-1 .5-1M7.01 4H7a1 1 0 0 0-.117 1.993L7.01 6a1 1 0 1 0 0-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zm.01 16H17a1 1 0 0 0-.117 1.993l.127.007a1 1 0 0 0 0-2M9 8a1 1 0 0 0-1 1v6a1 1 0 0 0 2 0V9a1 1 0 0 0-1-1m4.5 0C12.047 8 11 9.395 11 11v2c0 1.605 1.047 3 2.5 3s2.5-1.395 2.5-3v-2c0-1.605-1.047-3-2.5-3m0 2c.203 0 .5.395.5 1v2c0 .605-.297 1-.5 1s-.5-.395-.5-1v-2c0-.605.297-1 .5-1M7.01 4H7a1 1 0 0 0-.117 1.993L7.01 6a1 1 0 1 0 0-2"/></svg>
</template>

CSS

.icon-play-card-10-filled {
  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%22M17%202a3%203%200%200%201%203%203v14a3%203%200%200%201-3%203H7a3%203%200%200%201-3-3V5a3%203%200%200%201%203-3zm.01%2016H17a1%201%200%200%200-.117%201.993l.127.007a1%201%200%200%200%200-2M9%208a1%201%200%200%200-1%201v6a1%201%200%200%200%202%200V9a1%201%200%200%200-1-1m4.5%200C12.047%208%2011%209.395%2011%2011v2c0%201.605%201.047%203%202.5%203s2.5-1.395%202.5-3v-2c0-1.605-1.047-3-2.5-3m0%202c.203%200%20.5.395.5%201v2c0%20.605-.297%201-.5%201s-.5-.395-.5-1v-2c0-.605.297-1%20.5-1M7.01%204H7a1%201%200%200%200-.117%201.993L7.01%206a1%201%200%201%200%200-2%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%22M17%202a3%203%200%200%201%203%203v14a3%203%200%200%201-3%203H7a3%203%200%200%201-3-3V5a3%203%200%200%201%203-3zm.01%2016H17a1%201%200%200%200-.117%201.993l.127.007a1%201%200%200%200%200-2M9%208a1%201%200%200%200-1%201v6a1%201%200%200%200%202%200V9a1%201%200%200%200-1-1m4.5%200C12.047%208%2011%209.395%2011%2011v2c0%201.605%201.047%203%202.5%203s2.5-1.395%202.5-3v-2c0-1.605-1.047-3-2.5-3m0%202c.203%200%20.5.395.5%201v2c0%20.605-.297%201-.5%201s-.5-.395-.5-1v-2c0-.605.297-1%20.5-1M7.01%204H7a1%201%200%200%200-.117%201.993L7.01%206a1%201%200%201%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/play-card-10-filled.svg?color=%231a73e8&size=48