video short multiple icon
video-short-multiple-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- video-short-multiple-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
video-short-multiple-16-filledvideo-short-multiple-16-regularvideo-short-multiple-20-filledvideo-short-multiple-20-regularvideo-short-multiple-24-filledvideo-short-multiple-24-regularvideo-short-multiple-28-filledvideo-short-multiple-28-regularvideo-short-multiple-32-filledvideo-short-multiple-32-regularvideo-short-multiple-48-filled
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-multiple-16-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-filled
Use the video short multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M37.48 9.736a6.24 6.24 0 0 1 2.518 5.014v18.5c0 5.937-4.813 10.75-10.75 10.75h-10.5a6.24 6.24 0 0 1-5.014-2.518q.255.016.514.018h15a8.25 8.25 0 0 0 8.25-8.25v-23a8 8 0 0 0-.017-.514M29.25 4a6.25 6.25 0 0 1 6.25 6.25v23a6.25 6.25 0 0 1-6.25 6.25h-15A6.25 6.25 0 0 1 8 33.25v-23A6.25 6.25 0 0 1 14.25 4zm-15 2.5a3.75 3.75 0 0 0-3.75 3.75v23A3.75 3.75 0 0 0 14.25 37h15A3.75 3.75 0 0 0 33 33.25v-23a3.75 3.75 0 0 0-3.75-3.75zM17 18.265c0-1.927 2.088-3.13 3.755-2.163l6.005 3.486c1.66.963 1.66 3.36 0 4.324l-6.005 3.486c-1.667.967-3.755-.236-3.755-2.163z"/></svg>
React
import type { SVGProps } from "react";
export function FluentVideoShortMultiple48Regular(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="M37.48 9.736a6.24 6.24 0 0 1 2.518 5.014v18.5c0 5.937-4.813 10.75-10.75 10.75h-10.5a6.24 6.24 0 0 1-5.014-2.518q.255.016.514.018h15a8.25 8.25 0 0 0 8.25-8.25v-23a8 8 0 0 0-.017-.514M29.25 4a6.25 6.25 0 0 1 6.25 6.25v23a6.25 6.25 0 0 1-6.25 6.25h-15A6.25 6.25 0 0 1 8 33.25v-23A6.25 6.25 0 0 1 14.25 4zm-15 2.5a3.75 3.75 0 0 0-3.75 3.75v23A3.75 3.75 0 0 0 14.25 37h15A3.75 3.75 0 0 0 33 33.25v-23a3.75 3.75 0 0 0-3.75-3.75zM17 18.265c0-1.927 2.088-3.13 3.755-2.163l6.005 3.486c1.66.963 1.66 3.36 0 4.324l-6.005 3.486c-1.667.967-3.755-.236-3.755-2.163z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M37.48 9.736a6.24 6.24 0 0 1 2.518 5.014v18.5c0 5.937-4.813 10.75-10.75 10.75h-10.5a6.24 6.24 0 0 1-5.014-2.518q.255.016.514.018h15a8.25 8.25 0 0 0 8.25-8.25v-23a8 8 0 0 0-.017-.514M29.25 4a6.25 6.25 0 0 1 6.25 6.25v23a6.25 6.25 0 0 1-6.25 6.25h-15A6.25 6.25 0 0 1 8 33.25v-23A6.25 6.25 0 0 1 14.25 4zm-15 2.5a3.75 3.75 0 0 0-3.75 3.75v23A3.75 3.75 0 0 0 14.25 37h15A3.75 3.75 0 0 0 33 33.25v-23a3.75 3.75 0 0 0-3.75-3.75zM17 18.265c0-1.927 2.088-3.13 3.755-2.163l6.005 3.486c1.66.963 1.66 3.36 0 4.324l-6.005 3.486c-1.667.967-3.755-.236-3.755-2.163z"/></svg> </template>
CSS
.icon-video-short-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%22M37.48%209.736a6.24%206.24%200%200%201%202.518%205.014v18.5c0%205.937-4.813%2010.75-10.75%2010.75h-10.5a6.24%206.24%200%200%201-5.014-2.518q.255.016.514.018h15a8.25%208.25%200%200%200%208.25-8.25v-23a8%208%200%200%200-.017-.514M29.25%204a6.25%206.25%200%200%201%206.25%206.25v23a6.25%206.25%200%200%201-6.25%206.25h-15A6.25%206.25%200%200%201%208%2033.25v-23A6.25%206.25%200%200%201%2014.25%204zm-15%202.5a3.75%203.75%200%200%200-3.75%203.75v23A3.75%203.75%200%200%200%2014.25%2037h15A3.75%203.75%200%200%200%2033%2033.25v-23a3.75%203.75%200%200%200-3.75-3.75zM17%2018.265c0-1.927%202.088-3.13%203.755-2.163l6.005%203.486c1.66.963%201.66%203.36%200%204.324l-6.005%203.486c-1.667.967-3.755-.236-3.755-2.163z%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%22M37.48%209.736a6.24%206.24%200%200%201%202.518%205.014v18.5c0%205.937-4.813%2010.75-10.75%2010.75h-10.5a6.24%206.24%200%200%201-5.014-2.518q.255.016.514.018h15a8.25%208.25%200%200%200%208.25-8.25v-23a8%208%200%200%200-.017-.514M29.25%204a6.25%206.25%200%200%201%206.25%206.25v23a6.25%206.25%200%200%201-6.25%206.25h-15A6.25%206.25%200%200%201%208%2033.25v-23A6.25%206.25%200%200%201%2014.25%204zm-15%202.5a3.75%203.75%200%200%200-3.75%203.75v23A3.75%203.75%200%200%200%2014.25%2037h15A3.75%203.75%200%200%200%2033%2033.25v-23a3.75%203.75%200%200%200-3.75-3.75zM17%2018.265c0-1.927%202.088-3.13%203.755-2.163l6.005%203.486c1.66.963%201.66%203.36%200%204.324l-6.005%203.486c-1.667.967-3.755-.236-3.755-2.163z%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-48-regular.svg?color=%231a73e8&size=48