video play icon

video-play-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
video-play-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the video play icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.73 2H9.27v4.36h5.46zm1.5 0v4.36h5.64c-.51-2.75-2.54-4.35-5.64-4.36M2 7.86v8.33C2 19.83 4.17 22 7.81 22h8.38c3.64 0 5.81-2.17 5.81-5.81V7.86zm12.44 8.32l-2.08 1.2c-.44.25-.87.38-1.27.38c-.3 0-.57-.07-.82-.21c-.58-.33-.9-1.01-.9-1.89v-2.4c0-.88.32-1.56.9-1.89c.58-.34 1.32-.28 2.09.17l2.08 1.2c.77.44 1.19 1.06 1.19 1.73s-.43 1.26-1.19 1.71M7.769 2c-3.1.01-5.13 1.61-5.64 4.36h5.64z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconVideoPlayFilled(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="M14.73 2H9.27v4.36h5.46zm1.5 0v4.36h5.64c-.51-2.75-2.54-4.35-5.64-4.36M2 7.86v8.33C2 19.83 4.17 22 7.81 22h8.38c3.64 0 5.81-2.17 5.81-5.81V7.86zm12.44 8.32l-2.08 1.2c-.44.25-.87.38-1.27.38c-.3 0-.57-.07-.82-.21c-.58-.33-.9-1.01-.9-1.89v-2.4c0-.88.32-1.56.9-1.89c.58-.34 1.32-.28 2.09.17l2.08 1.2c.77.44 1.19 1.06 1.19 1.73s-.43 1.26-1.19 1.71M7.769 2c-3.1.01-5.13 1.61-5.64 4.36h5.64z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.73 2H9.27v4.36h5.46zm1.5 0v4.36h5.64c-.51-2.75-2.54-4.35-5.64-4.36M2 7.86v8.33C2 19.83 4.17 22 7.81 22h8.38c3.64 0 5.81-2.17 5.81-5.81V7.86zm12.44 8.32l-2.08 1.2c-.44.25-.87.38-1.27.38c-.3 0-.57-.07-.82-.21c-.58-.33-.9-1.01-.9-1.89v-2.4c0-.88.32-1.56.9-1.89c.58-.34 1.32-.28 2.09.17l2.08 1.2c.77.44 1.19 1.06 1.19 1.73s-.43 1.26-1.19 1.71M7.769 2c-3.1.01-5.13 1.61-5.64 4.36h5.64z"/></svg>
</template>

CSS

.icon-video-play-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%22M14.73%202H9.27v4.36h5.46zm1.5%200v4.36h5.64c-.51-2.75-2.54-4.35-5.64-4.36M2%207.86v8.33C2%2019.83%204.17%2022%207.81%2022h8.38c3.64%200%205.81-2.17%205.81-5.81V7.86zm12.44%208.32l-2.08%201.2c-.44.25-.87.38-1.27.38c-.3%200-.57-.07-.82-.21c-.58-.33-.9-1.01-.9-1.89v-2.4c0-.88.32-1.56.9-1.89c.58-.34%201.32-.28%202.09.17l2.08%201.2c.77.44%201.19%201.06%201.19%201.73s-.43%201.26-1.19%201.71M7.769%202c-3.1.01-5.13%201.61-5.64%204.36h5.64z%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%22M14.73%202H9.27v4.36h5.46zm1.5%200v4.36h5.64c-.51-2.75-2.54-4.35-5.64-4.36M2%207.86v8.33C2%2019.83%204.17%2022%207.81%2022h8.38c3.64%200%205.81-2.17%205.81-5.81V7.86zm12.44%208.32l-2.08%201.2c-.44.25-.87.38-1.27.38c-.3%200-.57-.07-.82-.21c-.58-.33-.9-1.01-.9-1.89v-2.4c0-.88.32-1.56.9-1.89c.58-.34%201.32-.28%202.09.17l2.08%201.2c.77.44%201.19%201.06%201.19%201.73s-.43%201.26-1.19%201.71M7.769%202c-3.1.01-5.13%201.61-5.64%204.36h5.64z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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