video short multiple icon
video-short-multiple-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- video-short-multiple-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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-48-filledvideo-short-multiple-48-regular
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 32 32"><path fill="currentColor" d="M25.993 6.254A4.5 4.5 0 0 1 28 10v12a8 8 0 0 1-8 8h-8a4.5 4.5 0 0 1-3.746-2.007Q8.377 28 8.5 28H20a6 6 0 0 0 6-6V6.5q0-.123-.007-.246M20 2a4.5 4.5 0 0 1 4.5 4.5V22a4.5 4.5 0 0 1-4.5 4.5H8.5A4.5 4.5 0 0 1 4 22V6.5A4.5 4.5 0 0 1 8.5 2zM8.5 4A2.5 2.5 0 0 0 6 6.5V22a2.5 2.5 0 0 0 2.5 2.5H20a2.5 2.5 0 0 0 2.5-2.5V6.5A2.5 2.5 0 0 0 20 4zm2.5 7.751c0-1.57 1.727-2.528 3.06-1.696l4 2.499a2 2 0 0 1 0 3.392l-4 2.5c-1.332.831-3.06-.126-3.06-1.696z"/></svg>
React
import type { SVGProps } from "react";
export function FluentVideoShortMultiple32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.993 6.254A4.5 4.5 0 0 1 28 10v12a8 8 0 0 1-8 8h-8a4.5 4.5 0 0 1-3.746-2.007Q8.377 28 8.5 28H20a6 6 0 0 0 6-6V6.5q0-.123-.007-.246M20 2a4.5 4.5 0 0 1 4.5 4.5V22a4.5 4.5 0 0 1-4.5 4.5H8.5A4.5 4.5 0 0 1 4 22V6.5A4.5 4.5 0 0 1 8.5 2zM8.5 4A2.5 2.5 0 0 0 6 6.5V22a2.5 2.5 0 0 0 2.5 2.5H20a2.5 2.5 0 0 0 2.5-2.5V6.5A2.5 2.5 0 0 0 20 4zm2.5 7.751c0-1.57 1.727-2.528 3.06-1.696l4 2.499a2 2 0 0 1 0 3.392l-4 2.5c-1.332.831-3.06-.126-3.06-1.696z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.993 6.254A4.5 4.5 0 0 1 28 10v12a8 8 0 0 1-8 8h-8a4.5 4.5 0 0 1-3.746-2.007Q8.377 28 8.5 28H20a6 6 0 0 0 6-6V6.5q0-.123-.007-.246M20 2a4.5 4.5 0 0 1 4.5 4.5V22a4.5 4.5 0 0 1-4.5 4.5H8.5A4.5 4.5 0 0 1 4 22V6.5A4.5 4.5 0 0 1 8.5 2zM8.5 4A2.5 2.5 0 0 0 6 6.5V22a2.5 2.5 0 0 0 2.5 2.5H20a2.5 2.5 0 0 0 2.5-2.5V6.5A2.5 2.5 0 0 0 20 4zm2.5 7.751c0-1.57 1.727-2.528 3.06-1.696l4 2.499a2 2 0 0 1 0 3.392l-4 2.5c-1.332.831-3.06-.126-3.06-1.696z"/></svg> </template>
CSS
.icon-video-short-multiple-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.993%206.254A4.5%204.5%200%200%201%2028%2010v12a8%208%200%200%201-8%208h-8a4.5%204.5%200%200%201-3.746-2.007Q8.377%2028%208.5%2028H20a6%206%200%200%200%206-6V6.5q0-.123-.007-.246M20%202a4.5%204.5%200%200%201%204.5%204.5V22a4.5%204.5%200%200%201-4.5%204.5H8.5A4.5%204.5%200%200%201%204%2022V6.5A4.5%204.5%200%200%201%208.5%202zM8.5%204A2.5%202.5%200%200%200%206%206.5V22a2.5%202.5%200%200%200%202.5%202.5H20a2.5%202.5%200%200%200%202.5-2.5V6.5A2.5%202.5%200%200%200%2020%204zm2.5%207.751c0-1.57%201.727-2.528%203.06-1.696l4%202.499a2%202%200%200%201%200%203.392l-4%202.5c-1.332.831-3.06-.126-3.06-1.696z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.993%206.254A4.5%204.5%200%200%201%2028%2010v12a8%208%200%200%201-8%208h-8a4.5%204.5%200%200%201-3.746-2.007Q8.377%2028%208.5%2028H20a6%206%200%200%200%206-6V6.5q0-.123-.007-.246M20%202a4.5%204.5%200%200%201%204.5%204.5V22a4.5%204.5%200%200%201-4.5%204.5H8.5A4.5%204.5%200%200%201%204%2022V6.5A4.5%204.5%200%200%201%208.5%202zM8.5%204A2.5%202.5%200%200%200%206%206.5V22a2.5%202.5%200%200%200%202.5%202.5H20a2.5%202.5%200%200%200%202.5-2.5V6.5A2.5%202.5%200%200%200%2020%204zm2.5%207.751c0-1.57%201.727-2.528%203.06-1.696l4%202.499a2%202%200%200%201%200%203.392l-4%202.5c-1.332.831-3.06-.126-3.06-1.696z%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-32-regular.svg?color=%231a73e8&size=48