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

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

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the video multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.75 5A3.25 3.25 0 0 0 4.5 8.25v5.5A3.25 3.25 0 0 0 7.75 17h5A3.25 3.25 0 0 0 16 13.75v-5.5A3.25 3.25 0 0 0 12.75 5zM3.507 8.007q-.007.12-.007.243v5.5A4.25 4.25 0 0 0 7.75 18h5q.123 0 .244-.007A3.25 3.25 0 0 1 10.25 19.5h-2.5A5.75 5.75 0 0 1 2 13.75v-3c0-1.153.6-2.166 1.507-2.743m18.495-.254c0-1.416-1.594-2.246-2.754-1.434L17 7.893v6.214l2.248 1.574c1.16.812 2.754-.018 2.754-1.434z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVideoMultiple24Filled(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="M7.75 5A3.25 3.25 0 0 0 4.5 8.25v5.5A3.25 3.25 0 0 0 7.75 17h5A3.25 3.25 0 0 0 16 13.75v-5.5A3.25 3.25 0 0 0 12.75 5zM3.507 8.007q-.007.12-.007.243v5.5A4.25 4.25 0 0 0 7.75 18h5q.123 0 .244-.007A3.25 3.25 0 0 1 10.25 19.5h-2.5A5.75 5.75 0 0 1 2 13.75v-3c0-1.153.6-2.166 1.507-2.743m18.495-.254c0-1.416-1.594-2.246-2.754-1.434L17 7.893v6.214l2.248 1.574c1.16.812 2.754-.018 2.754-1.434z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.75 5A3.25 3.25 0 0 0 4.5 8.25v5.5A3.25 3.25 0 0 0 7.75 17h5A3.25 3.25 0 0 0 16 13.75v-5.5A3.25 3.25 0 0 0 12.75 5zM3.507 8.007q-.007.12-.007.243v5.5A4.25 4.25 0 0 0 7.75 18h5q.123 0 .244-.007A3.25 3.25 0 0 1 10.25 19.5h-2.5A5.75 5.75 0 0 1 2 13.75v-3c0-1.153.6-2.166 1.507-2.743m18.495-.254c0-1.416-1.594-2.246-2.754-1.434L17 7.893v6.214l2.248 1.574c1.16.812 2.754-.018 2.754-1.434z"/></svg>
</template>

CSS

.icon-video-multiple-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%22M7.75%205A3.25%203.25%200%200%200%204.5%208.25v5.5A3.25%203.25%200%200%200%207.75%2017h5A3.25%203.25%200%200%200%2016%2013.75v-5.5A3.25%203.25%200%200%200%2012.75%205zM3.507%208.007q-.007.12-.007.243v5.5A4.25%204.25%200%200%200%207.75%2018h5q.123%200%20.244-.007A3.25%203.25%200%200%201%2010.25%2019.5h-2.5A5.75%205.75%200%200%201%202%2013.75v-3c0-1.153.6-2.166%201.507-2.743m18.495-.254c0-1.416-1.594-2.246-2.754-1.434L17%207.893v6.214l2.248%201.574c1.16.812%202.754-.018%202.754-1.434z%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%22M7.75%205A3.25%203.25%200%200%200%204.5%208.25v5.5A3.25%203.25%200%200%200%207.75%2017h5A3.25%203.25%200%200%200%2016%2013.75v-5.5A3.25%203.25%200%200%200%2012.75%205zM3.507%208.007q-.007.12-.007.243v5.5A4.25%204.25%200%200%200%207.75%2018h5q.123%200%20.244-.007A3.25%203.25%200%200%201%2010.25%2019.5h-2.5A5.75%205.75%200%200%201%202%2013.75v-3c0-1.153.6-2.166%201.507-2.743m18.495-.254c0-1.416-1.594-2.246-2.754-1.434L17%207.893v6.214l2.248%201.574c1.16.812%202.754-.018%202.754-1.434z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Video Multiple 24 filled icon — Fluent UI System Icons · IconsDB