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

Name
play-card-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 2a2.995 2.995 0 0 1 2.995 2.898Q20 4.948 20 5v14a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zm-.99 15H16a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2M12.8 7.4a1 1 0 0 0-1.6 0l-3 4a1 1 0 0 0 0 1.2l2.988 3.984l.012.016q.007.01.017.02a.5.5 0 0 0 .077.086l.016.018l.018.016q.025.024.052.043l.025.02a.5.5 0 0 0 .084.056l.056.03q.016.01.033.018l.043.017a.4.4 0 0 0 .074.028a.9.9 0 0 0 .305.047h.047a1 1 0 0 0 .095-.01a1 1 0 0 0 .163-.037l.025-.008l.049-.02a.3.3 0 0 0 .076-.034a.5.5 0 0 0 .08-.046a1 1 0 0 0 .085-.06a.5.5 0 0 0 .086-.078l.018-.016l.016-.018l.043-.052l.017-.02l.009-.012L15.8 12.6a1 1 0 0 0 0-1.2zM8.01 5H8a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2"/></svg>

React

import type { SVGProps } from "react";

export function TablerPlayCardFilled(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 2a2.995 2.995 0 0 1 2.995 2.898Q20 4.948 20 5v14a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zm-.99 15H16a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2M12.8 7.4a1 1 0 0 0-1.6 0l-3 4a1 1 0 0 0 0 1.2l2.988 3.984l.012.016q.007.01.017.02a.5.5 0 0 0 .077.086l.016.018l.018.016q.025.024.052.043l.025.02a.5.5 0 0 0 .084.056l.056.03q.016.01.033.018l.043.017a.4.4 0 0 0 .074.028a.9.9 0 0 0 .305.047h.047a1 1 0 0 0 .095-.01a1 1 0 0 0 .163-.037l.025-.008l.049-.02a.3.3 0 0 0 .076-.034a.5.5 0 0 0 .08-.046a1 1 0 0 0 .085-.06a.5.5 0 0 0 .086-.078l.018-.016l.016-.018l.043-.052l.017-.02l.009-.012L15.8 12.6a1 1 0 0 0 0-1.2zM8.01 5H8a1 1 0 1 0 0 2h.01a1 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 2a2.995 2.995 0 0 1 2.995 2.898Q20 4.948 20 5v14a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zm-.99 15H16a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2M12.8 7.4a1 1 0 0 0-1.6 0l-3 4a1 1 0 0 0 0 1.2l2.988 3.984l.012.016q.007.01.017.02a.5.5 0 0 0 .077.086l.016.018l.018.016q.025.024.052.043l.025.02a.5.5 0 0 0 .084.056l.056.03q.016.01.033.018l.043.017a.4.4 0 0 0 .074.028a.9.9 0 0 0 .305.047h.047a1 1 0 0 0 .095-.01a1 1 0 0 0 .163-.037l.025-.008l.049-.02a.3.3 0 0 0 .076-.034a.5.5 0 0 0 .08-.046a1 1 0 0 0 .085-.06a.5.5 0 0 0 .086-.078l.018-.016l.016-.018l.043-.052l.017-.02l.009-.012L15.8 12.6a1 1 0 0 0 0-1.2zM8.01 5H8a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2"/></svg>
</template>

CSS

.icon-play-card-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%202a2.995%202.995%200%200%201%202.995%202.898Q20%204.948%2020%205v14a3%203%200%200%201-3%203H7a3%203%200%200%201-3-3V5a3%203%200%200%201%203-3zm-.99%2015H16a1%201%200%200%200%200%202h.01a1%201%200%200%200%200-2M12.8%207.4a1%201%200%200%200-1.6%200l-3%204a1%201%200%200%200%200%201.2l2.988%203.984l.012.016q.007.01.017.02a.5.5%200%200%200%20.077.086l.016.018l.018.016q.025.024.052.043l.025.02a.5.5%200%200%200%20.084.056l.056.03q.016.01.033.018l.043.017a.4.4%200%200%200%20.074.028a.9.9%200%200%200%20.305.047h.047a1%201%200%200%200%20.095-.01a1%201%200%200%200%20.163-.037l.025-.008l.049-.02a.3.3%200%200%200%20.076-.034a.5.5%200%200%200%20.08-.046a1%201%200%200%200%20.085-.06a.5.5%200%200%200%20.086-.078l.018-.016l.016-.018l.043-.052l.017-.02l.009-.012L15.8%2012.6a1%201%200%200%200%200-1.2zM8.01%205H8a1%201%200%201%200%200%202h.01a1%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%202a2.995%202.995%200%200%201%202.995%202.898Q20%204.948%2020%205v14a3%203%200%200%201-3%203H7a3%203%200%200%201-3-3V5a3%203%200%200%201%203-3zm-.99%2015H16a1%201%200%200%200%200%202h.01a1%201%200%200%200%200-2M12.8%207.4a1%201%200%200%200-1.6%200l-3%204a1%201%200%200%200%200%201.2l2.988%203.984l.012.016q.007.01.017.02a.5.5%200%200%200%20.077.086l.016.018l.018.016q.025.024.052.043l.025.02a.5.5%200%200%200%20.084.056l.056.03q.016.01.033.018l.043.017a.4.4%200%200%200%20.074.028a.9.9%200%200%200%20.305.047h.047a1%201%200%200%200%20.095-.01a1%201%200%200%200%20.163-.037l.025-.008l.049-.02a.3.3%200%200%200%20.076-.034a.5.5%200%200%200%20.08-.046a1%201%200%200%200%20.085-.06a.5.5%200%200%200%20.086-.078l.018-.016l.016-.018l.043-.052l.017-.02l.009-.012L15.8%2012.6a1%201%200%200%200%200-1.2zM8.01%205H8a1%201%200%201%200%200%202h.01a1%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-filled.svg?color=%231a73e8&size=48