video-play-pause-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
video-play-pause-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the video play pause icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 7.75c0-.966.784-1.75 1.75-1.75h1.5c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 15.25 18h-1.5A1.75 1.75 0 0 1 12 16.25v-4.13a1.73 1.73 0 0 1-.84 1.417l-6.5 3.952C3.493 18.197 2 17.358 2 15.993V8.004c0-1.372 1.507-2.21 2.673-1.486l6.502 4.037c.526.327.8.862.825 1.408zm6 0c0-.966.784-1.75 1.75-1.75h1.5c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 21.25 18h-1.5A1.75 1.75 0 0 1 18 16.25z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVideoPlayPause24Filled(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 7.75c0-.966.784-1.75 1.75-1.75h1.5c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 15.25 18h-1.5A1.75 1.75 0 0 1 12 16.25v-4.13a1.73 1.73 0 0 1-.84 1.417l-6.5 3.952C3.493 18.197 2 17.358 2 15.993V8.004c0-1.372 1.507-2.21 2.673-1.486l6.502 4.037c.526.327.8.862.825 1.408zm6 0c0-.966.784-1.75 1.75-1.75h1.5c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 21.25 18h-1.5A1.75 1.75 0 0 1 18 16.25z"/></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 7.75c0-.966.784-1.75 1.75-1.75h1.5c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 15.25 18h-1.5A1.75 1.75 0 0 1 12 16.25v-4.13a1.73 1.73 0 0 1-.84 1.417l-6.5 3.952C3.493 18.197 2 17.358 2 15.993V8.004c0-1.372 1.507-2.21 2.673-1.486l6.502 4.037c.526.327.8.862.825 1.408zm6 0c0-.966.784-1.75 1.75-1.75h1.5c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 21.25 18h-1.5A1.75 1.75 0 0 1 18 16.25z"/></svg>
</template>

CSS

.icon-video-play-pause-24-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%22M12%207.75c0-.966.784-1.75%201.75-1.75h1.5c.966%200%201.75.784%201.75%201.75v8.5A1.75%201.75%200%200%201%2015.25%2018h-1.5A1.75%201.75%200%200%201%2012%2016.25v-4.13a1.73%201.73%200%200%201-.84%201.417l-6.5%203.952C3.493%2018.197%202%2017.358%202%2015.993V8.004c0-1.372%201.507-2.21%202.673-1.486l6.502%204.037c.526.327.8.862.825%201.408zm6%200c0-.966.784-1.75%201.75-1.75h1.5c.966%200%201.75.784%201.75%201.75v8.5A1.75%201.75%200%200%201%2021.25%2018h-1.5A1.75%201.75%200%200%201%2018%2016.25z%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%207.75c0-.966.784-1.75%201.75-1.75h1.5c.966%200%201.75.784%201.75%201.75v8.5A1.75%201.75%200%200%201%2015.25%2018h-1.5A1.75%201.75%200%200%201%2012%2016.25v-4.13a1.73%201.73%200%200%201-.84%201.417l-6.5%203.952C3.493%2018.197%202%2017.358%202%2015.993V8.004c0-1.372%201.507-2.21%202.673-1.486l6.502%204.037c.526.327.8.862.825%201.408zm6%200c0-.966.784-1.75%201.75-1.75h1.5c.966%200%201.75.784%201.75%201.75v8.5A1.75%201.75%200%200%201%2021.25%2018h-1.5A1.75%201.75%200%200%201%2018%2016.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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