video background effect icon
video-background-effect-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- video-background-effect-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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-20-regularvideo-background-effect-24-filledvideo-background-effect-24-regularvideo-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 28 28"><path fill="currentColor" d="M6.44 4L2 8.44v2.12L8.56 4zM2 13.94v2.12L14.06 4h-2.12zm0 7.31q0 .15.016.295l7.983-7.983a4.5 4.5 0 0 1-.48-1.642L2 19.44zM14.42 7.02a4.5 4.5 0 0 1 1.642.479L19.56 4h-2.122zM7 19.94l-3.668 3.667c.414.25.9.393 1.418.393h.31L7 22.06zm11.918-4.297A3 3 0 0 0 18 15.5h-1.06l9.044-9.045Q26 6.6 26 6.75v1.81zM21 19.061V18.5c0-.456-.102-.89-.284-1.276L26 11.939v2.122zM21 24h.56L26 19.56v-2.12l-5 5zm-2.582-13.358a4.5 4.5 0 0 0-.598-1.522L22.94 4h.31c.519 0 1.004.144 1.418.393zM8 18.5V24h12v-5.5a2 2 0 0 0-2-2h-8a2 2 0 0 0-2 2m6-3.5a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7"/></svg>
React
import type { SVGProps } from "react";
export function FluentVideoBackgroundEffect28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.44 4L2 8.44v2.12L8.56 4zM2 13.94v2.12L14.06 4h-2.12zm0 7.31q0 .15.016.295l7.983-7.983a4.5 4.5 0 0 1-.48-1.642L2 19.44zM14.42 7.02a4.5 4.5 0 0 1 1.642.479L19.56 4h-2.122zM7 19.94l-3.668 3.667c.414.25.9.393 1.418.393h.31L7 22.06zm11.918-4.297A3 3 0 0 0 18 15.5h-1.06l9.044-9.045Q26 6.6 26 6.75v1.81zM21 19.061V18.5c0-.456-.102-.89-.284-1.276L26 11.939v2.122zM21 24h.56L26 19.56v-2.12l-5 5zm-2.582-13.358a4.5 4.5 0 0 0-.598-1.522L22.94 4h.31c.519 0 1.004.144 1.418.393zM8 18.5V24h12v-5.5a2 2 0 0 0-2-2h-8a2 2 0 0 0-2 2m6-3.5a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.44 4L2 8.44v2.12L8.56 4zM2 13.94v2.12L14.06 4h-2.12zm0 7.31q0 .15.016.295l7.983-7.983a4.5 4.5 0 0 1-.48-1.642L2 19.44zM14.42 7.02a4.5 4.5 0 0 1 1.642.479L19.56 4h-2.122zM7 19.94l-3.668 3.667c.414.25.9.393 1.418.393h.31L7 22.06zm11.918-4.297A3 3 0 0 0 18 15.5h-1.06l9.044-9.045Q26 6.6 26 6.75v1.81zM21 19.061V18.5c0-.456-.102-.89-.284-1.276L26 11.939v2.122zM21 24h.56L26 19.56v-2.12l-5 5zm-2.582-13.358a4.5 4.5 0 0 0-.598-1.522L22.94 4h.31c.519 0 1.004.144 1.418.393zM8 18.5V24h12v-5.5a2 2 0 0 0-2-2h-8a2 2 0 0 0-2 2m6-3.5a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7"/></svg> </template>
CSS
.icon-video-background-effect-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.44%204L2%208.44v2.12L8.56%204zM2%2013.94v2.12L14.06%204h-2.12zm0%207.31q0%20.15.016.295l7.983-7.983a4.5%204.5%200%200%201-.48-1.642L2%2019.44zM14.42%207.02a4.5%204.5%200%200%201%201.642.479L19.56%204h-2.122zM7%2019.94l-3.668%203.667c.414.25.9.393%201.418.393h.31L7%2022.06zm11.918-4.297A3%203%200%200%200%2018%2015.5h-1.06l9.044-9.045Q26%206.6%2026%206.75v1.81zM21%2019.061V18.5c0-.456-.102-.89-.284-1.276L26%2011.939v2.122zM21%2024h.56L26%2019.56v-2.12l-5%205zm-2.582-13.358a4.5%204.5%200%200%200-.598-1.522L22.94%204h.31c.519%200%201.004.144%201.418.393zM8%2018.5V24h12v-5.5a2%202%200%200%200-2-2h-8a2%202%200%200%200-2%202m6-3.5a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.44%204L2%208.44v2.12L8.56%204zM2%2013.94v2.12L14.06%204h-2.12zm0%207.31q0%20.15.016.295l7.983-7.983a4.5%204.5%200%200%201-.48-1.642L2%2019.44zM14.42%207.02a4.5%204.5%200%200%201%201.642.479L19.56%204h-2.122zM7%2019.94l-3.668%203.667c.414.25.9.393%201.418.393h.31L7%2022.06zm11.918-4.297A3%203%200%200%200%2018%2015.5h-1.06l9.044-9.045Q26%206.6%2026%206.75v1.81zM21%2019.061V18.5c0-.456-.102-.89-.284-1.276L26%2011.939v2.122zM21%2024h.56L26%2019.56v-2.12l-5%205zm-2.582-13.358a4.5%204.5%200%200%200-.598-1.522L22.94%204h.31c.519%200%201.004.144%201.418.393zM8%2018.5V24h12v-5.5a2%202%200%200%200-2-2h-8a2%202%200%200%200-2%202m6-3.5a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207%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-28-filled.svg?color=%231a73e8&size=48