video background effect icon

video-background-effect-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
video-background-effect-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the video background effect icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.293 3h1.414L1 6.707V5.293zM1 8.793v1.414l4.152-4.152a3 3 0 0 1 1.903-1.903L8.207 3H6.793zm4.204-.704l-4.118 4.118c.127.323.384.58.707.707l2.232-2.232a2 2 0 0 1 1.657-1.657l.055-.055a3 3 0 0 1-.533-.88m6.52 1.895a2 2 0 0 0-.708-.707L15 5.293v1.414zM12 13h.207L15 10.207V8.793l-3 3zM9.97 4.737a3 3 0 0 0-.88-.533L10.292 3h1.414zm1.022 2.478a3 3 0 0 0-.172-1.242l2.972-2.972c.38.012.719.195.94.475zM8 6a1 1 0 1 0 0 2a1 1 0 0 0 0-2M6 7a2 2 0 1 1 4 0a2 2 0 0 1-4 0m0 3a1 1 0 0 0-1 1v2h1v-2h4v2h1v-2a1 1 0 0 0-1-1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVideoBackgroundEffect16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.293 3h1.414L1 6.707V5.293zM1 8.793v1.414l4.152-4.152a3 3 0 0 1 1.903-1.903L8.207 3H6.793zm4.204-.704l-4.118 4.118c.127.323.384.58.707.707l2.232-2.232a2 2 0 0 1 1.657-1.657l.055-.055a3 3 0 0 1-.533-.88m6.52 1.895a2 2 0 0 0-.708-.707L15 5.293v1.414zM12 13h.207L15 10.207V8.793l-3 3zM9.97 4.737a3 3 0 0 0-.88-.533L10.292 3h1.414zm1.022 2.478a3 3 0 0 0-.172-1.242l2.972-2.972c.38.012.719.195.94.475zM8 6a1 1 0 1 0 0 2a1 1 0 0 0 0-2M6 7a2 2 0 1 1 4 0a2 2 0 0 1-4 0m0 3a1 1 0 0 0-1 1v2h1v-2h4v2h1v-2a1 1 0 0 0-1-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.293 3h1.414L1 6.707V5.293zM1 8.793v1.414l4.152-4.152a3 3 0 0 1 1.903-1.903L8.207 3H6.793zm4.204-.704l-4.118 4.118c.127.323.384.58.707.707l2.232-2.232a2 2 0 0 1 1.657-1.657l.055-.055a3 3 0 0 1-.533-.88m6.52 1.895a2 2 0 0 0-.708-.707L15 5.293v1.414zM12 13h.207L15 10.207V8.793l-3 3zM9.97 4.737a3 3 0 0 0-.88-.533L10.292 3h1.414zm1.022 2.478a3 3 0 0 0-.172-1.242l2.972-2.972c.38.012.719.195.94.475zM8 6a1 1 0 1 0 0 2a1 1 0 0 0 0-2M6 7a2 2 0 1 1 4 0a2 2 0 0 1-4 0m0 3a1 1 0 0 0-1 1v2h1v-2h4v2h1v-2a1 1 0 0 0-1-1z"/></svg>
</template>

CSS

.icon-video-background-effect-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.293%203h1.414L1%206.707V5.293zM1%208.793v1.414l4.152-4.152a3%203%200%200%201%201.903-1.903L8.207%203H6.793zm4.204-.704l-4.118%204.118c.127.323.384.58.707.707l2.232-2.232a2%202%200%200%201%201.657-1.657l.055-.055a3%203%200%200%201-.533-.88m6.52%201.895a2%202%200%200%200-.708-.707L15%205.293v1.414zM12%2013h.207L15%2010.207V8.793l-3%203zM9.97%204.737a3%203%200%200%200-.88-.533L10.292%203h1.414zm1.022%202.478a3%203%200%200%200-.172-1.242l2.972-2.972c.38.012.719.195.94.475zM8%206a1%201%200%201%200%200%202a1%201%200%200%200%200-2M6%207a2%202%200%201%201%204%200a2%202%200%200%201-4%200m0%203a1%201%200%200%200-1%201v2h1v-2h4v2h1v-2a1%201%200%200%200-1-1z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.293%203h1.414L1%206.707V5.293zM1%208.793v1.414l4.152-4.152a3%203%200%200%201%201.903-1.903L8.207%203H6.793zm4.204-.704l-4.118%204.118c.127.323.384.58.707.707l2.232-2.232a2%202%200%200%201%201.657-1.657l.055-.055a3%203%200%200%201-.533-.88m6.52%201.895a2%202%200%200%200-.708-.707L15%205.293v1.414zM12%2013h.207L15%2010.207V8.793l-3%203zM9.97%204.737a3%203%200%200%200-.88-.533L10.292%203h1.414zm1.022%202.478a3%203%200%200%200-.172-1.242l2.972-2.972c.38.012.719.195.94.475zM8%206a1%201%200%201%200%200%202a1%201%200%200%200%200-2M6%207a2%202%200%201%201%204%200a2%202%200%200%201-4%200m0%203a1%201%200%200%200-1%201v2h1v-2h4v2h1v-2a1%201%200%200%200-1-1z%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-16-regular.svg?color=%231a73e8&size=48