video background effect icon

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

Name
video-background-effect-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 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.393zM10 18a.5.5 0 0 0-.5.5V24H8v-5.5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2V24h-1.5v-5.5a.5.5 0 0 0-.5-.5zm2-6.5a2 2 0 1 1 4 0a2 2 0 0 1-4 0M14 8a3.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 FluentVideoBackgroundEffect28Regular(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.393zM10 18a.5.5 0 0 0-.5.5V24H8v-5.5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2V24h-1.5v-5.5a.5.5 0 0 0-.5-.5zm2-6.5a2 2 0 1 1 4 0a2 2 0 0 1-4 0M14 8a3.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.393zM10 18a.5.5 0 0 0-.5.5V24H8v-5.5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2V24h-1.5v-5.5a.5.5 0 0 0-.5-.5zm2-6.5a2 2 0 1 1 4 0a2 2 0 0 1-4 0M14 8a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg>
</template>

CSS

.icon-video-background-effect-28-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%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.393zM10%2018a.5.5%200%200%200-.5.5V24H8v-5.5a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202V24h-1.5v-5.5a.5.5%200%200%200-.5-.5zm2-6.5a2%202%200%201%201%204%200a2%202%200%200%201-4%200M14%208a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7%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.393zM10%2018a.5.5%200%200%200-.5.5V24H8v-5.5a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202V24h-1.5v-5.5a.5.5%200%200%200-.5-.5zm2-6.5a2%202%200%201%201%204%200a2%202%200%200%201-4%200M14%208a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7%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-regular.svg?color=%231a73e8&size=48