video background effect icon
video-background-effect-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- video-background-effect-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
11 other variants in Fluent UI System Icons
video-background-effect-16-filledvideo-background-effect-16-regularvideo-background-effect-20-filledvideo-background-effect-24-filledvideo-background-effect-24-regularvideo-background-effect-28-filledvideo-background-effect-28-regularvideo-background-effect-32-filledvideo-background-effect-32-regularvideo-background-effect-48-filledvideo-background-effect-48-regular
Related icons in Fluent UI System Icons
video-360-20-filledvideo-360-off-20-filledvideo-add-20-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-filledvideo-person-star-off-20-filled
Use the video background effect icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.207 4L2 8.207V6.793L4.793 4zM3.5 16H5v-1.707l-1.695 1.695Q3.402 16 3.5 16m11.707 0H15v-1.207l3-3v1.414zM18 9.707l-3.098 3.098a2.5 2.5 0 0 0-.494-.92L18 8.293zM12.5 12a1.5 1.5 0 0 1 1.5 1.5V16h-1v-2.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0-.5.5V16H6v-2.5q0-.114.017-.224A1.5 1.5 0 0 1 7.5 12zm-2.778-1.015A2.51 2.51 0 0 1 7.707 9.5a2.5 2.5 0 0 1-.198-1.216a2.5 2.5 0 1 1 2.213 2.7M10 10a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-7.88 5.088l4.844-4.845a3.5 3.5 0 0 1-.39-1.024L2 13.793v.707c0 .209.043.407.12.588m9.623-9.624a3.5 3.5 0 0 0-1.024-.39L11.793 4h1.414zm1.576 1.924a3.5 3.5 0 0 0-.48-.935L15.294 4H16.5q.098 0 .195.013zM12.45 11c.44-.43.766-.975.93-1.587l4.502-4.5c.076.18.12.378.12.587v.707l-4.873 4.873Q12.827 11 12.5 11zM2 11.707L9.707 4H8.293L2 10.293z"/></svg>
React
import type { SVGProps } from "react";
export function FluentVideoBackgroundEffect20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.207 4L2 8.207V6.793L4.793 4zM3.5 16H5v-1.707l-1.695 1.695Q3.402 16 3.5 16m11.707 0H15v-1.207l3-3v1.414zM18 9.707l-3.098 3.098a2.5 2.5 0 0 0-.494-.92L18 8.293zM12.5 12a1.5 1.5 0 0 1 1.5 1.5V16h-1v-2.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0-.5.5V16H6v-2.5q0-.114.017-.224A1.5 1.5 0 0 1 7.5 12zm-2.778-1.015A2.51 2.51 0 0 1 7.707 9.5a2.5 2.5 0 0 1-.198-1.216a2.5 2.5 0 1 1 2.213 2.7M10 10a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-7.88 5.088l4.844-4.845a3.5 3.5 0 0 1-.39-1.024L2 13.793v.707c0 .209.043.407.12.588m9.623-9.624a3.5 3.5 0 0 0-1.024-.39L11.793 4h1.414zm1.576 1.924a3.5 3.5 0 0 0-.48-.935L15.294 4H16.5q.098 0 .195.013zM12.45 11c.44-.43.766-.975.93-1.587l4.502-4.5c.076.18.12.378.12.587v.707l-4.873 4.873Q12.827 11 12.5 11zM2 11.707L9.707 4H8.293L2 10.293z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.207 4L2 8.207V6.793L4.793 4zM3.5 16H5v-1.707l-1.695 1.695Q3.402 16 3.5 16m11.707 0H15v-1.207l3-3v1.414zM18 9.707l-3.098 3.098a2.5 2.5 0 0 0-.494-.92L18 8.293zM12.5 12a1.5 1.5 0 0 1 1.5 1.5V16h-1v-2.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0-.5.5V16H6v-2.5q0-.114.017-.224A1.5 1.5 0 0 1 7.5 12zm-2.778-1.015A2.51 2.51 0 0 1 7.707 9.5a2.5 2.5 0 0 1-.198-1.216a2.5 2.5 0 1 1 2.213 2.7M10 10a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-7.88 5.088l4.844-4.845a3.5 3.5 0 0 1-.39-1.024L2 13.793v.707c0 .209.043.407.12.588m9.623-9.624a3.5 3.5 0 0 0-1.024-.39L11.793 4h1.414zm1.576 1.924a3.5 3.5 0 0 0-.48-.935L15.294 4H16.5q.098 0 .195.013zM12.45 11c.44-.43.766-.975.93-1.587l4.502-4.5c.076.18.12.378.12.587v.707l-4.873 4.873Q12.827 11 12.5 11zM2 11.707L9.707 4H8.293L2 10.293z"/></svg> </template>
CSS
.icon-video-background-effect-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.207%204L2%208.207V6.793L4.793%204zM3.5%2016H5v-1.707l-1.695%201.695Q3.402%2016%203.5%2016m11.707%200H15v-1.207l3-3v1.414zM18%209.707l-3.098%203.098a2.5%202.5%200%200%200-.494-.92L18%208.293zM12.5%2012a1.5%201.5%200%200%201%201.5%201.5V16h-1v-2.5a.5.5%200%200%200-.5-.5h-5a.5.5%200%200%200-.5.5V16H6v-2.5q0-.114.017-.224A1.5%201.5%200%200%201%207.5%2012zm-2.778-1.015A2.51%202.51%200%200%201%207.707%209.5a2.5%202.5%200%200%201-.198-1.216a2.5%202.5%200%201%201%202.213%202.7M10%2010a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m-7.88%205.088l4.844-4.845a3.5%203.5%200%200%201-.39-1.024L2%2013.793v.707c0%20.209.043.407.12.588m9.623-9.624a3.5%203.5%200%200%200-1.024-.39L11.793%204h1.414zm1.576%201.924a3.5%203.5%200%200%200-.48-.935L15.294%204H16.5q.098%200%20.195.013zM12.45%2011c.44-.43.766-.975.93-1.587l4.502-4.5c.076.18.12.378.12.587v.707l-4.873%204.873Q12.827%2011%2012.5%2011zM2%2011.707L9.707%204H8.293L2%2010.293z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.207%204L2%208.207V6.793L4.793%204zM3.5%2016H5v-1.707l-1.695%201.695Q3.402%2016%203.5%2016m11.707%200H15v-1.207l3-3v1.414zM18%209.707l-3.098%203.098a2.5%202.5%200%200%200-.494-.92L18%208.293zM12.5%2012a1.5%201.5%200%200%201%201.5%201.5V16h-1v-2.5a.5.5%200%200%200-.5-.5h-5a.5.5%200%200%200-.5.5V16H6v-2.5q0-.114.017-.224A1.5%201.5%200%200%201%207.5%2012zm-2.778-1.015A2.51%202.51%200%200%201%207.707%209.5a2.5%202.5%200%200%201-.198-1.216a2.5%202.5%200%201%201%202.213%202.7M10%2010a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m-7.88%205.088l4.844-4.845a3.5%203.5%200%200%201-.39-1.024L2%2013.793v.707c0%20.209.043.407.12.588m9.623-9.624a3.5%203.5%200%200%200-1.024-.39L11.793%204h1.414zm1.576%201.924a3.5%203.5%200%200%200-.48-.935L15.294%204H16.5q.098%200%20.195.013zM12.45%2011c.44-.43.766-.975.93-1.587l4.502-4.5c.076.18.12.378.12.587v.707l-4.873%204.873Q12.827%2011%2012.5%2011zM2%2011.707L9.707%204H8.293L2%2010.293z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/video-background-effect-20-regular.svg?color=%231a73e8&size=48