video background effect icon
video-background-effect-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- video-background-effect-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- 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-regularvideo-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 4zm7 0l-1.464 1.464a3.5 3.5 0 0 0-1.024-.39L11.793 4zM12.12 7.173A2.49 2.49 0 0 0 9.783 6.01a2.5 2.5 0 1 0 2.336 1.164m.72-.72c.205.283.368.597.48.935l3.376-3.375A2 2 0 0 0 16.5 4h-1.207zM7.5 12q-.114 0-.224.017A1.5 1.5 0 0 0 6 13.5V16h8v-2.5a1.5 1.5 0 0 0-1.5-1.5zm5-1q.326.001.628.08L18 6.206V5.5c0-.209-.043-.407-.12-.588l-4.5 4.501A3.5 3.5 0 0 1 12.45 11zm1.908.885c.225.265.395.577.494.92L18 9.707V8.293zM15 16v-1.207l3-3v1.414L15.207 16zm-10-.293v-1.414l-1.695 1.695Q3.402 16 3.5 16h1.207zM6.574 9.22c.076.365.21.71.39 1.024L2.12 15.088A1.5 1.5 0 0 1 2 14.5v-.707zM9.707 4L2 11.707v-1.414L8.293 4z"/></svg>
React
import type { SVGProps } from "react";
export function FluentVideoBackgroundEffect20Filled(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 4zm7 0l-1.464 1.464a3.5 3.5 0 0 0-1.024-.39L11.793 4zM12.12 7.173A2.49 2.49 0 0 0 9.783 6.01a2.5 2.5 0 1 0 2.336 1.164m.72-.72c.205.283.368.597.48.935l3.376-3.375A2 2 0 0 0 16.5 4h-1.207zM7.5 12q-.114 0-.224.017A1.5 1.5 0 0 0 6 13.5V16h8v-2.5a1.5 1.5 0 0 0-1.5-1.5zm5-1q.326.001.628.08L18 6.206V5.5c0-.209-.043-.407-.12-.588l-4.5 4.501A3.5 3.5 0 0 1 12.45 11zm1.908.885c.225.265.395.577.494.92L18 9.707V8.293zM15 16v-1.207l3-3v1.414L15.207 16zm-10-.293v-1.414l-1.695 1.695Q3.402 16 3.5 16h1.207zM6.574 9.22c.076.365.21.71.39 1.024L2.12 15.088A1.5 1.5 0 0 1 2 14.5v-.707zM9.707 4L2 11.707v-1.414L8.293 4z"/></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 4zm7 0l-1.464 1.464a3.5 3.5 0 0 0-1.024-.39L11.793 4zM12.12 7.173A2.49 2.49 0 0 0 9.783 6.01a2.5 2.5 0 1 0 2.336 1.164m.72-.72c.205.283.368.597.48.935l3.376-3.375A2 2 0 0 0 16.5 4h-1.207zM7.5 12q-.114 0-.224.017A1.5 1.5 0 0 0 6 13.5V16h8v-2.5a1.5 1.5 0 0 0-1.5-1.5zm5-1q.326.001.628.08L18 6.206V5.5c0-.209-.043-.407-.12-.588l-4.5 4.501A3.5 3.5 0 0 1 12.45 11zm1.908.885c.225.265.395.577.494.92L18 9.707V8.293zM15 16v-1.207l3-3v1.414L15.207 16zm-10-.293v-1.414l-1.695 1.695Q3.402 16 3.5 16h1.207zM6.574 9.22c.076.365.21.71.39 1.024L2.12 15.088A1.5 1.5 0 0 1 2 14.5v-.707zM9.707 4L2 11.707v-1.414L8.293 4z"/></svg> </template>
CSS
.icon-video-background-effect-20-filled {
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%204zm7%200l-1.464%201.464a3.5%203.5%200%200%200-1.024-.39L11.793%204zM12.12%207.173A2.49%202.49%200%200%200%209.783%206.01a2.5%202.5%200%201%200%202.336%201.164m.72-.72c.205.283.368.597.48.935l3.376-3.375A2%202%200%200%200%2016.5%204h-1.207zM7.5%2012q-.114%200-.224.017A1.5%201.5%200%200%200%206%2013.5V16h8v-2.5a1.5%201.5%200%200%200-1.5-1.5zm5-1q.326.001.628.08L18%206.206V5.5c0-.209-.043-.407-.12-.588l-4.5%204.501A3.5%203.5%200%200%201%2012.45%2011zm1.908.885c.225.265.395.577.494.92L18%209.707V8.293zM15%2016v-1.207l3-3v1.414L15.207%2016zm-10-.293v-1.414l-1.695%201.695Q3.402%2016%203.5%2016h1.207zM6.574%209.22c.076.365.21.71.39%201.024L2.12%2015.088A1.5%201.5%200%200%201%202%2014.5v-.707zM9.707%204L2%2011.707v-1.414L8.293%204z%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%204zm7%200l-1.464%201.464a3.5%203.5%200%200%200-1.024-.39L11.793%204zM12.12%207.173A2.49%202.49%200%200%200%209.783%206.01a2.5%202.5%200%201%200%202.336%201.164m.72-.72c.205.283.368.597.48.935l3.376-3.375A2%202%200%200%200%2016.5%204h-1.207zM7.5%2012q-.114%200-.224.017A1.5%201.5%200%200%200%206%2013.5V16h8v-2.5a1.5%201.5%200%200%200-1.5-1.5zm5-1q.326.001.628.08L18%206.206V5.5c0-.209-.043-.407-.12-.588l-4.5%204.501A3.5%203.5%200%200%201%2012.45%2011zm1.908.885c.225.265.395.577.494.92L18%209.707V8.293zM15%2016v-1.207l3-3v1.414L15.207%2016zm-10-.293v-1.414l-1.695%201.695Q3.402%2016%203.5%2016h1.207zM6.574%209.22c.076.365.21.71.39%201.024L2.12%2015.088A1.5%201.5%200%200%201%202%2014.5v-.707zM9.707%204L2%2011.707v-1.414L8.293%204z%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-filled.svg?color=%231a73e8&size=48