video short multiple icon

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

Name
video-short-multiple-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the video short multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.493 5.007a3.25 3.25 0 0 1 1.508 2.743v8.5a5.75 5.75 0 0 1-5.75 5.75h-4.5a3.25 3.25 0 0 1-2.743-1.508q.12.008.243.008h7a4.25 4.25 0 0 0 4.25-4.25v-11q0-.123-.008-.243M14.25 2a3.25 3.25 0 0 1 3.25 3.25v11a3.25 3.25 0 0 1-3.25 3.25h-7A3.25 3.25 0 0 1 4 16.25v-11A3.25 3.25 0 0 1 7.25 2zm-7 1.5A1.75 1.75 0 0 0 5.5 5.25v11c0 .966.784 1.75 1.75 1.75h7A1.75 1.75 0 0 0 16 16.25v-11a1.75 1.75 0 0 0-1.75-1.75zM8 8.754a1.25 1.25 0 0 1 1.904-1.066l3.251 1.997a1.25 1.25 0 0 1 0 2.13l-3.25 1.997A1.25 1.25 0 0 1 8 12.746z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVideoShortMultiple24Regular(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="M18.493 5.007a3.25 3.25 0 0 1 1.508 2.743v8.5a5.75 5.75 0 0 1-5.75 5.75h-4.5a3.25 3.25 0 0 1-2.743-1.508q.12.008.243.008h7a4.25 4.25 0 0 0 4.25-4.25v-11q0-.123-.008-.243M14.25 2a3.25 3.25 0 0 1 3.25 3.25v11a3.25 3.25 0 0 1-3.25 3.25h-7A3.25 3.25 0 0 1 4 16.25v-11A3.25 3.25 0 0 1 7.25 2zm-7 1.5A1.75 1.75 0 0 0 5.5 5.25v11c0 .966.784 1.75 1.75 1.75h7A1.75 1.75 0 0 0 16 16.25v-11a1.75 1.75 0 0 0-1.75-1.75zM8 8.754a1.25 1.25 0 0 1 1.904-1.066l3.251 1.997a1.25 1.25 0 0 1 0 2.13l-3.25 1.997A1.25 1.25 0 0 1 8 12.746z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.493 5.007a3.25 3.25 0 0 1 1.508 2.743v8.5a5.75 5.75 0 0 1-5.75 5.75h-4.5a3.25 3.25 0 0 1-2.743-1.508q.12.008.243.008h7a4.25 4.25 0 0 0 4.25-4.25v-11q0-.123-.008-.243M14.25 2a3.25 3.25 0 0 1 3.25 3.25v11a3.25 3.25 0 0 1-3.25 3.25h-7A3.25 3.25 0 0 1 4 16.25v-11A3.25 3.25 0 0 1 7.25 2zm-7 1.5A1.75 1.75 0 0 0 5.5 5.25v11c0 .966.784 1.75 1.75 1.75h7A1.75 1.75 0 0 0 16 16.25v-11a1.75 1.75 0 0 0-1.75-1.75zM8 8.754a1.25 1.25 0 0 1 1.904-1.066l3.251 1.997a1.25 1.25 0 0 1 0 2.13l-3.25 1.997A1.25 1.25 0 0 1 8 12.746z"/></svg>
</template>

CSS

.icon-video-short-multiple-24-regular {
  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%22M18.493%205.007a3.25%203.25%200%200%201%201.508%202.743v8.5a5.75%205.75%200%200%201-5.75%205.75h-4.5a3.25%203.25%200%200%201-2.743-1.508q.12.008.243.008h7a4.25%204.25%200%200%200%204.25-4.25v-11q0-.123-.008-.243M14.25%202a3.25%203.25%200%200%201%203.25%203.25v11a3.25%203.25%200%200%201-3.25%203.25h-7A3.25%203.25%200%200%201%204%2016.25v-11A3.25%203.25%200%200%201%207.25%202zm-7%201.5A1.75%201.75%200%200%200%205.5%205.25v11c0%20.966.784%201.75%201.75%201.75h7A1.75%201.75%200%200%200%2016%2016.25v-11a1.75%201.75%200%200%200-1.75-1.75zM8%208.754a1.25%201.25%200%200%201%201.904-1.066l3.251%201.997a1.25%201.25%200%200%201%200%202.13l-3.25%201.997A1.25%201.25%200%200%201%208%2012.746z%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%22M18.493%205.007a3.25%203.25%200%200%201%201.508%202.743v8.5a5.75%205.75%200%200%201-5.75%205.75h-4.5a3.25%203.25%200%200%201-2.743-1.508q.12.008.243.008h7a4.25%204.25%200%200%200%204.25-4.25v-11q0-.123-.008-.243M14.25%202a3.25%203.25%200%200%201%203.25%203.25v11a3.25%203.25%200%200%201-3.25%203.25h-7A3.25%203.25%200%200%201%204%2016.25v-11A3.25%203.25%200%200%201%207.25%202zm-7%201.5A1.75%201.75%200%200%200%205.5%205.25v11c0%20.966.784%201.75%201.75%201.75h7A1.75%201.75%200%200%200%2016%2016.25v-11a1.75%201.75%200%200%200-1.75-1.75zM8%208.754a1.25%201.25%200%200%201%201.904-1.066l3.251%201.997a1.25%201.25%200%200%201%200%202.13l-3.25%201.997A1.25%201.25%200%200%201%208%2012.746z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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