video short multiple icon

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

Name
video-short-multiple-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M22.469 5.229a3.74 3.74 0 0 1 1.529 3.021v11.5a6.25 6.25 0 0 1-6.25 6.25h-7.5a3.74 3.74 0 0 1-3.021-1.53q.256.03.521.03h10a4.75 4.75 0 0 0 4.75-4.75v-14q0-.264-.03-.521M17.75 2a3.75 3.75 0 0 1 3.75 3.75v14a3.75 3.75 0 0 1-3.75 3.75h-10A3.75 3.75 0 0 1 4 19.75v-14A3.75 3.75 0 0 1 7.75 2zm-10 1.5A2.25 2.25 0 0 0 5.5 5.75v14A2.25 2.25 0 0 0 7.75 22h10A2.25 2.25 0 0 0 20 19.75v-14a2.25 2.25 0 0 0-2.25-2.25zM10 10.251a1.5 1.5 0 0 1 2.295-1.272l4 2.499a1.5 1.5 0 0 1 0 2.545l-4 2.499A1.5 1.5 0 0 1 10 15.249z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVideoShortMultiple28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.469 5.229a3.74 3.74 0 0 1 1.529 3.021v11.5a6.25 6.25 0 0 1-6.25 6.25h-7.5a3.74 3.74 0 0 1-3.021-1.53q.256.03.521.03h10a4.75 4.75 0 0 0 4.75-4.75v-14q0-.264-.03-.521M17.75 2a3.75 3.75 0 0 1 3.75 3.75v14a3.75 3.75 0 0 1-3.75 3.75h-10A3.75 3.75 0 0 1 4 19.75v-14A3.75 3.75 0 0 1 7.75 2zm-10 1.5A2.25 2.25 0 0 0 5.5 5.75v14A2.25 2.25 0 0 0 7.75 22h10A2.25 2.25 0 0 0 20 19.75v-14a2.25 2.25 0 0 0-2.25-2.25zM10 10.251a1.5 1.5 0 0 1 2.295-1.272l4 2.499a1.5 1.5 0 0 1 0 2.545l-4 2.499A1.5 1.5 0 0 1 10 15.249z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.469 5.229a3.74 3.74 0 0 1 1.529 3.021v11.5a6.25 6.25 0 0 1-6.25 6.25h-7.5a3.74 3.74 0 0 1-3.021-1.53q.256.03.521.03h10a4.75 4.75 0 0 0 4.75-4.75v-14q0-.264-.03-.521M17.75 2a3.75 3.75 0 0 1 3.75 3.75v14a3.75 3.75 0 0 1-3.75 3.75h-10A3.75 3.75 0 0 1 4 19.75v-14A3.75 3.75 0 0 1 7.75 2zm-10 1.5A2.25 2.25 0 0 0 5.5 5.75v14A2.25 2.25 0 0 0 7.75 22h10A2.25 2.25 0 0 0 20 19.75v-14a2.25 2.25 0 0 0-2.25-2.25zM10 10.251a1.5 1.5 0 0 1 2.295-1.272l4 2.499a1.5 1.5 0 0 1 0 2.545l-4 2.499A1.5 1.5 0 0 1 10 15.249z"/></svg>
</template>

CSS

.icon-video-short-multiple-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.469%205.229a3.74%203.74%200%200%201%201.529%203.021v11.5a6.25%206.25%200%200%201-6.25%206.25h-7.5a3.74%203.74%200%200%201-3.021-1.53q.256.03.521.03h10a4.75%204.75%200%200%200%204.75-4.75v-14q0-.264-.03-.521M17.75%202a3.75%203.75%200%200%201%203.75%203.75v14a3.75%203.75%200%200%201-3.75%203.75h-10A3.75%203.75%200%200%201%204%2019.75v-14A3.75%203.75%200%200%201%207.75%202zm-10%201.5A2.25%202.25%200%200%200%205.5%205.75v14A2.25%202.25%200%200%200%207.75%2022h10A2.25%202.25%200%200%200%2020%2019.75v-14a2.25%202.25%200%200%200-2.25-2.25zM10%2010.251a1.5%201.5%200%200%201%202.295-1.272l4%202.499a1.5%201.5%200%200%201%200%202.545l-4%202.499A1.5%201.5%200%200%201%2010%2015.249z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.469%205.229a3.74%203.74%200%200%201%201.529%203.021v11.5a6.25%206.25%200%200%201-6.25%206.25h-7.5a3.74%203.74%200%200%201-3.021-1.53q.256.03.521.03h10a4.75%204.75%200%200%200%204.75-4.75v-14q0-.264-.03-.521M17.75%202a3.75%203.75%200%200%201%203.75%203.75v14a3.75%203.75%200%200%201-3.75%203.75h-10A3.75%203.75%200%200%201%204%2019.75v-14A3.75%203.75%200%200%201%207.75%202zm-10%201.5A2.25%202.25%200%200%200%205.5%205.75v14A2.25%202.25%200%200%200%207.75%2022h10A2.25%202.25%200%200%200%2020%2019.75v-14a2.25%202.25%200%200%200-2.25-2.25zM10%2010.251a1.5%201.5%200%200%201%202.295-1.272l4%202.499a1.5%201.5%200%200%201%200%202.545l-4%202.499A1.5%201.5%200%200%201%2010%2015.249z%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-28-regular.svg?color=%231a73e8&size=48