video multiple icon
video-multiple-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- video-multiple-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
video-360-20-filledvideo-360-off-20-filledvideo-add-20-filledvideo-background-effect-16-filledvideo-background-effect-horizontal-16-filledvideo-bluetooth-16-filledvideo-chat-16-filledvideo-clip-16-filledvideo-clip-multiple-16-filledvideo-clip-off-16-filledvideo-clip-optimize-16-filledvideo-clip-wand-16-filledvideo-link-24-filledvideo-off-16-filledvideo-people-32-filledvideo-person-12-filledvideo-person-call-16-filledvideo-person-clock-16-filledvideo-person-off-20-filledvideo-person-pulse-16-filledvideo-person-sparkle-16-filledvideo-person-sparkle-off-20-filledvideo-person-star-20-filledvideo-person-star-off-20-filled
Use the video multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M8.5 15.25A6.25 6.25 0 0 1 14.75 9h12.5a6.25 6.25 0 0 1 6.25 6.25v.012l5.416-3.692c2.157-1.471 5.08.074 5.08 2.685v14.49c0 2.612-2.923 4.157-5.08 2.686L33.5 27.739v.011A6.25 6.25 0 0 1 27.25 34h-12.5a6.25 6.25 0 0 1-6.25-6.25zm25 9.463l6.824 4.652a.75.75 0 0 0 1.172-.62v-14.49a.75.75 0 0 0-1.172-.62L33.5 18.287zM14.75 11.5A3.75 3.75 0 0 0 11 15.25v12.5a3.75 3.75 0 0 0 3.75 3.75h12.5A3.75 3.75 0 0 0 31 27.75v-12.5a3.75 3.75 0 0 0-3.75-3.75zM6.5 15.25q0-.258.016-.512A6.24 6.24 0 0 0 4 19.75v8C4 33.687 8.813 38.5 14.75 38.5h8a6.24 6.24 0 0 0 5.012-2.516q-.255.015-.512.016h-12.5a8.25 8.25 0 0 1-8.25-8.25z"/></svg>
React
import type { SVGProps } from "react";
export function FluentVideoMultiple48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M8.5 15.25A6.25 6.25 0 0 1 14.75 9h12.5a6.25 6.25 0 0 1 6.25 6.25v.012l5.416-3.692c2.157-1.471 5.08.074 5.08 2.685v14.49c0 2.612-2.923 4.157-5.08 2.686L33.5 27.739v.011A6.25 6.25 0 0 1 27.25 34h-12.5a6.25 6.25 0 0 1-6.25-6.25zm25 9.463l6.824 4.652a.75.75 0 0 0 1.172-.62v-14.49a.75.75 0 0 0-1.172-.62L33.5 18.287zM14.75 11.5A3.75 3.75 0 0 0 11 15.25v12.5a3.75 3.75 0 0 0 3.75 3.75h12.5A3.75 3.75 0 0 0 31 27.75v-12.5a3.75 3.75 0 0 0-3.75-3.75zM6.5 15.25q0-.258.016-.512A6.24 6.24 0 0 0 4 19.75v8C4 33.687 8.813 38.5 14.75 38.5h8a6.24 6.24 0 0 0 5.012-2.516q-.255.015-.512.016h-12.5a8.25 8.25 0 0 1-8.25-8.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M8.5 15.25A6.25 6.25 0 0 1 14.75 9h12.5a6.25 6.25 0 0 1 6.25 6.25v.012l5.416-3.692c2.157-1.471 5.08.074 5.08 2.685v14.49c0 2.612-2.923 4.157-5.08 2.686L33.5 27.739v.011A6.25 6.25 0 0 1 27.25 34h-12.5a6.25 6.25 0 0 1-6.25-6.25zm25 9.463l6.824 4.652a.75.75 0 0 0 1.172-.62v-14.49a.75.75 0 0 0-1.172-.62L33.5 18.287zM14.75 11.5A3.75 3.75 0 0 0 11 15.25v12.5a3.75 3.75 0 0 0 3.75 3.75h12.5A3.75 3.75 0 0 0 31 27.75v-12.5a3.75 3.75 0 0 0-3.75-3.75zM6.5 15.25q0-.258.016-.512A6.24 6.24 0 0 0 4 19.75v8C4 33.687 8.813 38.5 14.75 38.5h8a6.24 6.24 0 0 0 5.012-2.516q-.255.015-.512.016h-12.5a8.25 8.25 0 0 1-8.25-8.25z"/></svg> </template>
CSS
.icon-video-multiple-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%2015.25A6.25%206.25%200%200%201%2014.75%209h12.5a6.25%206.25%200%200%201%206.25%206.25v.012l5.416-3.692c2.157-1.471%205.08.074%205.08%202.685v14.49c0%202.612-2.923%204.157-5.08%202.686L33.5%2027.739v.011A6.25%206.25%200%200%201%2027.25%2034h-12.5a6.25%206.25%200%200%201-6.25-6.25zm25%209.463l6.824%204.652a.75.75%200%200%200%201.172-.62v-14.49a.75.75%200%200%200-1.172-.62L33.5%2018.287zM14.75%2011.5A3.75%203.75%200%200%200%2011%2015.25v12.5a3.75%203.75%200%200%200%203.75%203.75h12.5A3.75%203.75%200%200%200%2031%2027.75v-12.5a3.75%203.75%200%200%200-3.75-3.75zM6.5%2015.25q0-.258.016-.512A6.24%206.24%200%200%200%204%2019.75v8C4%2033.687%208.813%2038.5%2014.75%2038.5h8a6.24%206.24%200%200%200%205.012-2.516q-.255.015-.512.016h-12.5a8.25%208.25%200%200%201-8.25-8.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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%2015.25A6.25%206.25%200%200%201%2014.75%209h12.5a6.25%206.25%200%200%201%206.25%206.25v.012l5.416-3.692c2.157-1.471%205.08.074%205.08%202.685v14.49c0%202.612-2.923%204.157-5.08%202.686L33.5%2027.739v.011A6.25%206.25%200%200%201%2027.25%2034h-12.5a6.25%206.25%200%200%201-6.25-6.25zm25%209.463l6.824%204.652a.75.75%200%200%200%201.172-.62v-14.49a.75.75%200%200%200-1.172-.62L33.5%2018.287zM14.75%2011.5A3.75%203.75%200%200%200%2011%2015.25v12.5a3.75%203.75%200%200%200%203.75%203.75h12.5A3.75%203.75%200%200%200%2031%2027.75v-12.5a3.75%203.75%200%200%200-3.75-3.75zM6.5%2015.25q0-.258.016-.512A6.24%206.24%200%200%200%204%2019.75v8C4%2033.687%208.813%2038.5%2014.75%2038.5h8a6.24%206.24%200%200%200%205.012-2.516q-.255.015-.512.016h-12.5a8.25%208.25%200%200%201-8.25-8.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/video-multiple-48-regular.svg?color=%231a73e8&size=48