video background effect horizontal icon
video-background-effect-horizontal-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- video-background-effect-horizontal-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-horizontal-16-filledvideo-background-effect-horizontal-16-regularvideo-background-effect-horizontal-20-regularvideo-background-effect-horizontal-24-filledvideo-background-effect-horizontal-24-regularvideo-background-effect-horizontal-28-filledvideo-background-effect-horizontal-28-regularvideo-background-effect-horizontal-32-filledvideo-background-effect-horizontal-32-regularvideo-background-effect-horizontal-48-filledvideo-background-effect-horizontal-48-regular
Related icons in Fluent UI System Icons
video-360-20-filledvideo-360-off-20-filledvideo-add-20-filledvideo-background-effect-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 horizontal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 4a2 2 0 0 0-1.732 1h15.464A2 2 0 0 0 16 4zM2 7h4.837c-.148.31-.251.647-.302 1H2zm6 0a2.5 2.5 0 0 0-.5 1.5a2.5 2.5 0 0 0 1 2c.418.314.937.5 1.5.5s1.082-.186 1.5-.5a2.49 2.49 0 0 0 .95-2.5A2.496 2.496 0 0 0 10 6c-.818 0-1.544.393-2 1M2 9.5h4.645c.107.361.272.698.482 1H2zM6.085 13A1.5 1.5 0 0 1 7.5 12h5a1.5 1.5 0 0 1 1.5 1.5V16H6v-2.5q.001-.264.085-.5m8.415-1c.219.29.375.63.45 1H18v-1zm.5 3v1h1a2 2 0 0 0 1.732-1zM5 16v-1H2.268A2 2 0 0 0 4 16zm.5-4c-.219.29-.375.63-.45 1H2v-1zm7.855-2.5a3.5 3.5 0 0 1-.482 1H18v-1zM18 8h-4.535a3.5 3.5 0 0 0-.302-1H18z"/></svg>
React
import type { SVGProps } from "react";
export function FluentVideoBackgroundEffectHorizontal20Filled(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="M4 4a2 2 0 0 0-1.732 1h15.464A2 2 0 0 0 16 4zM2 7h4.837c-.148.31-.251.647-.302 1H2zm6 0a2.5 2.5 0 0 0-.5 1.5a2.5 2.5 0 0 0 1 2c.418.314.937.5 1.5.5s1.082-.186 1.5-.5a2.49 2.49 0 0 0 .95-2.5A2.496 2.496 0 0 0 10 6c-.818 0-1.544.393-2 1M2 9.5h4.645c.107.361.272.698.482 1H2zM6.085 13A1.5 1.5 0 0 1 7.5 12h5a1.5 1.5 0 0 1 1.5 1.5V16H6v-2.5q.001-.264.085-.5m8.415-1c.219.29.375.63.45 1H18v-1zm.5 3v1h1a2 2 0 0 0 1.732-1zM5 16v-1H2.268A2 2 0 0 0 4 16zm.5-4c-.219.29-.375.63-.45 1H2v-1zm7.855-2.5a3.5 3.5 0 0 1-.482 1H18v-1zM18 8h-4.535a3.5 3.5 0 0 0-.302-1H18z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 4a2 2 0 0 0-1.732 1h15.464A2 2 0 0 0 16 4zM2 7h4.837c-.148.31-.251.647-.302 1H2zm6 0a2.5 2.5 0 0 0-.5 1.5a2.5 2.5 0 0 0 1 2c.418.314.937.5 1.5.5s1.082-.186 1.5-.5a2.49 2.49 0 0 0 .95-2.5A2.496 2.496 0 0 0 10 6c-.818 0-1.544.393-2 1M2 9.5h4.645c.107.361.272.698.482 1H2zM6.085 13A1.5 1.5 0 0 1 7.5 12h5a1.5 1.5 0 0 1 1.5 1.5V16H6v-2.5q.001-.264.085-.5m8.415-1c.219.29.375.63.45 1H18v-1zm.5 3v1h1a2 2 0 0 0 1.732-1zM5 16v-1H2.268A2 2 0 0 0 4 16zm.5-4c-.219.29-.375.63-.45 1H2v-1zm7.855-2.5a3.5 3.5 0 0 1-.482 1H18v-1zM18 8h-4.535a3.5 3.5 0 0 0-.302-1H18z"/></svg> </template>
CSS
.icon-video-background-effect-horizontal-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%22M4%204a2%202%200%200%200-1.732%201h15.464A2%202%200%200%200%2016%204zM2%207h4.837c-.148.31-.251.647-.302%201H2zm6%200a2.5%202.5%200%200%200-.5%201.5a2.5%202.5%200%200%200%201%202c.418.314.937.5%201.5.5s1.082-.186%201.5-.5a2.49%202.49%200%200%200%20.95-2.5A2.496%202.496%200%200%200%2010%206c-.818%200-1.544.393-2%201M2%209.5h4.645c.107.361.272.698.482%201H2zM6.085%2013A1.5%201.5%200%200%201%207.5%2012h5a1.5%201.5%200%200%201%201.5%201.5V16H6v-2.5q.001-.264.085-.5m8.415-1c.219.29.375.63.45%201H18v-1zm.5%203v1h1a2%202%200%200%200%201.732-1zM5%2016v-1H2.268A2%202%200%200%200%204%2016zm.5-4c-.219.29-.375.63-.45%201H2v-1zm7.855-2.5a3.5%203.5%200%200%201-.482%201H18v-1zM18%208h-4.535a3.5%203.5%200%200%200-.302-1H18z%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%22M4%204a2%202%200%200%200-1.732%201h15.464A2%202%200%200%200%2016%204zM2%207h4.837c-.148.31-.251.647-.302%201H2zm6%200a2.5%202.5%200%200%200-.5%201.5a2.5%202.5%200%200%200%201%202c.418.314.937.5%201.5.5s1.082-.186%201.5-.5a2.49%202.49%200%200%200%20.95-2.5A2.496%202.496%200%200%200%2010%206c-.818%200-1.544.393-2%201M2%209.5h4.645c.107.361.272.698.482%201H2zM6.085%2013A1.5%201.5%200%200%201%207.5%2012h5a1.5%201.5%200%200%201%201.5%201.5V16H6v-2.5q.001-.264.085-.5m8.415-1c.219.29.375.63.45%201H18v-1zm.5%203v1h1a2%202%200%200%200%201.732-1zM5%2016v-1H2.268A2%202%200%200%200%204%2016zm.5-4c-.219.29-.375.63-.45%201H2v-1zm7.855-2.5a3.5%203.5%200%200%201-.482%201H18v-1zM18%208h-4.535a3.5%203.5%200%200%200-.302-1H18z%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-horizontal-20-filled.svg?color=%231a73e8&size=48