video frame2 icon

video-frame2-filled from Reicon by REICON · Filled · Video · MIT Free for personal and commercial use.

Name
video-frame2-filled
Set
Reicon
Style
Filled
Category
Video
Viewbox
24×24
License
MIT

2 other variants in Reicon

More video icons from Reicon

Use the video frame2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 2.031A1 1 0 0 0 11 2H7.75v4.25h3.5zm1.5 4.975V4h3.5v4.25h-3.5zm-1.5.744H2V14q-.001.677.004 1.25h9.246zm1.5 8.256V9.75H22V16q.001.677-.004 1.25H12.75zm-1.5.744h-3.5V20l.917.001h2.583zm1.5 5.219A1 1 0 0 0 13 22h3.25v-3.25h-3.5zM6.25 2.023c-1.61.055-2.588.239-3.274.856c-.75.675-.924 1.666-.964 3.371H6.25zm11.5 6.227V4.023c1.61.055 2.588.239 3.274.856c.75.675.924 1.666.964 3.371zm4.19 10.5h-4.19v3.227c1.61-.055 2.588-.239 3.274-.856c.59-.53.823-1.256.915-2.37M6.25 16.75v3.227c-1.61-.055-2.588-.239-3.274-.856c-.59-.53-.823-1.256-.915-2.37z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconVideoFrame2Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 2.031A1 1 0 0 0 11 2H7.75v4.25h3.5zm1.5 4.975V4h3.5v4.25h-3.5zm-1.5.744H2V14q-.001.677.004 1.25h9.246zm1.5 8.256V9.75H22V16q.001.677-.004 1.25H12.75zm-1.5.744h-3.5V20l.917.001h2.583zm1.5 5.219A1 1 0 0 0 13 22h3.25v-3.25h-3.5zM6.25 2.023c-1.61.055-2.588.239-3.274.856c-.75.675-.924 1.666-.964 3.371H6.25zm11.5 6.227V4.023c1.61.055 2.588.239 3.274.856c.75.675.924 1.666.964 3.371zm4.19 10.5h-4.19v3.227c1.61-.055 2.588-.239 3.274-.856c.59-.53.823-1.256.915-2.37M6.25 16.75v3.227c-1.61-.055-2.588-.239-3.274-.856c-.59-.53-.823-1.256-.915-2.37z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 2.031A1 1 0 0 0 11 2H7.75v4.25h3.5zm1.5 4.975V4h3.5v4.25h-3.5zm-1.5.744H2V14q-.001.677.004 1.25h9.246zm1.5 8.256V9.75H22V16q.001.677-.004 1.25H12.75zm-1.5.744h-3.5V20l.917.001h2.583zm1.5 5.219A1 1 0 0 0 13 22h3.25v-3.25h-3.5zM6.25 2.023c-1.61.055-2.588.239-3.274.856c-.75.675-.924 1.666-.964 3.371H6.25zm11.5 6.227V4.023c1.61.055 2.588.239 3.274.856c.75.675.924 1.666.964 3.371zm4.19 10.5h-4.19v3.227c1.61-.055 2.588-.239 3.274-.856c.59-.53.823-1.256.915-2.37M6.25 16.75v3.227c-1.61-.055-2.588-.239-3.274-.856c-.59-.53-.823-1.256-.915-2.37z"/></svg>
</template>

CSS

.icon-video-frame2-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.25%202.031A1%201%200%200%200%2011%202H7.75v4.25h3.5zm1.5%204.975V4h3.5v4.25h-3.5zm-1.5.744H2V14q-.001.677.004%201.25h9.246zm1.5%208.256V9.75H22V16q.001.677-.004%201.25H12.75zm-1.5.744h-3.5V20l.917.001h2.583zm1.5%205.219A1%201%200%200%200%2013%2022h3.25v-3.25h-3.5zM6.25%202.023c-1.61.055-2.588.239-3.274.856c-.75.675-.924%201.666-.964%203.371H6.25zm11.5%206.227V4.023c1.61.055%202.588.239%203.274.856c.75.675.924%201.666.964%203.371zm4.19%2010.5h-4.19v3.227c1.61-.055%202.588-.239%203.274-.856c.59-.53.823-1.256.915-2.37M6.25%2016.75v3.227c-1.61-.055-2.588-.239-3.274-.856c-.59-.53-.823-1.256-.915-2.37z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.25%202.031A1%201%200%200%200%2011%202H7.75v4.25h3.5zm1.5%204.975V4h3.5v4.25h-3.5zm-1.5.744H2V14q-.001.677.004%201.25h9.246zm1.5%208.256V9.75H22V16q.001.677-.004%201.25H12.75zm-1.5.744h-3.5V20l.917.001h2.583zm1.5%205.219A1%201%200%200%200%2013%2022h3.25v-3.25h-3.5zM6.25%202.023c-1.61.055-2.588.239-3.274.856c-.75.675-.924%201.666-.964%203.371H6.25zm11.5%206.227V4.023c1.61.055%202.588.239%203.274.856c.75.675.924%201.666.964%203.371zm4.19%2010.5h-4.19v3.227c1.61-.055%202.588-.239%203.274-.856c.59-.53.823-1.256.915-2.37M6.25%2016.75v3.227c-1.61-.055-2.588-.239-3.274-.856c-.59-.53-.823-1.256-.915-2.37z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/video-frame2-filled.svg?color=%231a73e8&size=48