video frame2 icon
video-frame2 from Reicon by REICON · Outline · Video · MIT Free for personal and commercial use.
- Name
- video-frame2
- Set
- Reicon
- Style
- Outline
- Category
- Video
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More video icons from Reicon
albumcameracamera-addcamera-add2camera-altcamera-offcamera-recordcamera-rotatecamera-squarecamera2camera3clapperboardclapperboard-editclapperboard-openclapperboard-open-playclapperboard-playclapperboard-textexit-fullscreenexit-fullscreen-circleexit-fullscreen-squareexit-pipfast-forwardfast-forward-circlefilm
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" fill-rule="evenodd" d="M6.89 1.258c-.991.015-1.827.058-2.525.193c-.737.143-1.366.398-1.89.87c-.578.52-.878 1.169-1.036 1.94c-.15.733-.18 1.623-.187 2.68a1 1 0 0 0 0 .109q-.002.448-.002.949v6.011c0 .683 0 1.297.014 1.842a.75.75 0 0 0 .012.345c.06 1.472.266 2.643 1.199 3.482c.524.472 1.153.727 1.89.87c.698.136 1.534.178 2.525.193a.8.8 0 0 0 .2.003q.718.006 1.573.005h2.587V21c0 .966.784 1.75 1.75 1.75h2.337q.855.001 1.573-.005a.8.8 0 0 0 .2-.003c.991-.015 1.827-.058 2.525-.193c.737-.143 1.366-.398 1.89-.87c.933-.84 1.139-2.01 1.199-3.482a.75.75 0 0 0 .011-.344c.015-.546.015-1.16.015-1.843V9.998q0-.5-.002-.948a1 1 0 0 0 0-.11c-.008-1.056-.038-1.946-.187-2.678c-.158-.772-.458-1.42-1.036-1.94c-.524-.473-1.153-.728-1.89-.87c-.698-.136-1.534-.18-2.525-.194a.8.8 0 0 0-.2-.003q-.718-.006-1.573-.005H12.75V3A1.75 1.75 0 0 0 11 1.25H8.663q-.855-.001-1.573.005a.8.8 0 0 0-.2.003m5.86 3.492v3.5h3.5v-3.5zM11.25 3a.25.25 0 0 0-.25-.25H8.667l-.917.001V6.25h3.5zm0 4.75v7.5H2.754c-.004-.379-.004-.793-.004-1.25V7.75zm-8.488-1.5H6.25V2.774c-.655.023-1.174.067-1.599.15c-.562.109-.911.277-1.173.512c-.276.249-.456.573-.57 1.126c-.088.437-.128.98-.146 1.688m.052 10.5H6.25v2.476c-.655-.023-1.174-.067-1.599-.15c-.562-.109-.911-.277-1.173-.512c-.372-.335-.574-.81-.664-1.814m8.436 0v2.5h-3.5v-2.5zm6.5-11.976V8.25h3.488c-.018-.708-.058-1.251-.147-1.688c-.113-.553-.293-.877-.569-1.126c-.262-.235-.61-.403-1.173-.512c-.425-.083-.944-.127-1.599-.15m3.5 4.976h-8.5v7.5h8.496c.004-.379.004-.793.004-1.25zm-5 9h-3.5V21c0 .138.112.25.25.25h3.25zm4.936 0H17.75v2.476c.655-.023 1.174-.067 1.599-.15c.562-.109.911-.277 1.173-.512c.372-.335.574-.81.664-1.814" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconVideoFrame2(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" fillRule="evenodd" d="M6.89 1.258c-.991.015-1.827.058-2.525.193c-.737.143-1.366.398-1.89.87c-.578.52-.878 1.169-1.036 1.94c-.15.733-.18 1.623-.187 2.68a1 1 0 0 0 0 .109q-.002.448-.002.949v6.011c0 .683 0 1.297.014 1.842a.75.75 0 0 0 .012.345c.06 1.472.266 2.643 1.199 3.482c.524.472 1.153.727 1.89.87c.698.136 1.534.178 2.525.193a.8.8 0 0 0 .2.003q.718.006 1.573.005h2.587V21c0 .966.784 1.75 1.75 1.75h2.337q.855.001 1.573-.005a.8.8 0 0 0 .2-.003c.991-.015 1.827-.058 2.525-.193c.737-.143 1.366-.398 1.89-.87c.933-.84 1.139-2.01 1.199-3.482a.75.75 0 0 0 .011-.344c.015-.546.015-1.16.015-1.843V9.998q0-.5-.002-.948a1 1 0 0 0 0-.11c-.008-1.056-.038-1.946-.187-2.678c-.158-.772-.458-1.42-1.036-1.94c-.524-.473-1.153-.728-1.89-.87c-.698-.136-1.534-.18-2.525-.194a.8.8 0 0 0-.2-.003q-.718-.006-1.573-.005H12.75V3A1.75 1.75 0 0 0 11 1.25H8.663q-.855-.001-1.573.005a.8.8 0 0 0-.2.003m5.86 3.492v3.5h3.5v-3.5zM11.25 3a.25.25 0 0 0-.25-.25H8.667l-.917.001V6.25h3.5zm0 4.75v7.5H2.754c-.004-.379-.004-.793-.004-1.25V7.75zm-8.488-1.5H6.25V2.774c-.655.023-1.174.067-1.599.15c-.562.109-.911.277-1.173.512c-.276.249-.456.573-.57 1.126c-.088.437-.128.98-.146 1.688m.052 10.5H6.25v2.476c-.655-.023-1.174-.067-1.599-.15c-.562-.109-.911-.277-1.173-.512c-.372-.335-.574-.81-.664-1.814m8.436 0v2.5h-3.5v-2.5zm6.5-11.976V8.25h3.488c-.018-.708-.058-1.251-.147-1.688c-.113-.553-.293-.877-.569-1.126c-.262-.235-.61-.403-1.173-.512c-.425-.083-.944-.127-1.599-.15m3.5 4.976h-8.5v7.5h8.496c.004-.379.004-.793.004-1.25zm-5 9h-3.5V21c0 .138.112.25.25.25h3.25zm4.936 0H17.75v2.476c.655-.023 1.174-.067 1.599-.15c.562-.109.911-.277 1.173-.512c.372-.335.574-.81.664-1.814" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6.89 1.258c-.991.015-1.827.058-2.525.193c-.737.143-1.366.398-1.89.87c-.578.52-.878 1.169-1.036 1.94c-.15.733-.18 1.623-.187 2.68a1 1 0 0 0 0 .109q-.002.448-.002.949v6.011c0 .683 0 1.297.014 1.842a.75.75 0 0 0 .012.345c.06 1.472.266 2.643 1.199 3.482c.524.472 1.153.727 1.89.87c.698.136 1.534.178 2.525.193a.8.8 0 0 0 .2.003q.718.006 1.573.005h2.587V21c0 .966.784 1.75 1.75 1.75h2.337q.855.001 1.573-.005a.8.8 0 0 0 .2-.003c.991-.015 1.827-.058 2.525-.193c.737-.143 1.366-.398 1.89-.87c.933-.84 1.139-2.01 1.199-3.482a.75.75 0 0 0 .011-.344c.015-.546.015-1.16.015-1.843V9.998q0-.5-.002-.948a1 1 0 0 0 0-.11c-.008-1.056-.038-1.946-.187-2.678c-.158-.772-.458-1.42-1.036-1.94c-.524-.473-1.153-.728-1.89-.87c-.698-.136-1.534-.18-2.525-.194a.8.8 0 0 0-.2-.003q-.718-.006-1.573-.005H12.75V3A1.75 1.75 0 0 0 11 1.25H8.663q-.855-.001-1.573.005a.8.8 0 0 0-.2.003m5.86 3.492v3.5h3.5v-3.5zM11.25 3a.25.25 0 0 0-.25-.25H8.667l-.917.001V6.25h3.5zm0 4.75v7.5H2.754c-.004-.379-.004-.793-.004-1.25V7.75zm-8.488-1.5H6.25V2.774c-.655.023-1.174.067-1.599.15c-.562.109-.911.277-1.173.512c-.276.249-.456.573-.57 1.126c-.088.437-.128.98-.146 1.688m.052 10.5H6.25v2.476c-.655-.023-1.174-.067-1.599-.15c-.562-.109-.911-.277-1.173-.512c-.372-.335-.574-.81-.664-1.814m8.436 0v2.5h-3.5v-2.5zm6.5-11.976V8.25h3.488c-.018-.708-.058-1.251-.147-1.688c-.113-.553-.293-.877-.569-1.126c-.262-.235-.61-.403-1.173-.512c-.425-.083-.944-.127-1.599-.15m3.5 4.976h-8.5v7.5h8.496c.004-.379.004-.793.004-1.25zm-5 9h-3.5V21c0 .138.112.25.25.25h3.25zm4.936 0H17.75v2.476c.655-.023 1.174-.067 1.599-.15c.562-.109.911-.277 1.173-.512c.372-.335.574-.81.664-1.814" clip-rule="evenodd"/></svg> </template>
CSS
.icon-video-frame2 {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M6.89%201.258c-.991.015-1.827.058-2.525.193c-.737.143-1.366.398-1.89.87c-.578.52-.878%201.169-1.036%201.94c-.15.733-.18%201.623-.187%202.68a1%201%200%200%200%200%20.109q-.002.448-.002.949v6.011c0%20.683%200%201.297.014%201.842a.75.75%200%200%200%20.012.345c.06%201.472.266%202.643%201.199%203.482c.524.472%201.153.727%201.89.87c.698.136%201.534.178%202.525.193a.8.8%200%200%200%20.2.003q.718.006%201.573.005h2.587V21c0%20.966.784%201.75%201.75%201.75h2.337q.855.001%201.573-.005a.8.8%200%200%200%20.2-.003c.991-.015%201.827-.058%202.525-.193c.737-.143%201.366-.398%201.89-.87c.933-.84%201.139-2.01%201.199-3.482a.75.75%200%200%200%20.011-.344c.015-.546.015-1.16.015-1.843V9.998q0-.5-.002-.948a1%201%200%200%200%200-.11c-.008-1.056-.038-1.946-.187-2.678c-.158-.772-.458-1.42-1.036-1.94c-.524-.473-1.153-.728-1.89-.87c-.698-.136-1.534-.18-2.525-.194a.8.8%200%200%200-.2-.003q-.718-.006-1.573-.005H12.75V3A1.75%201.75%200%200%200%2011%201.25H8.663q-.855-.001-1.573.005a.8.8%200%200%200-.2.003m5.86%203.492v3.5h3.5v-3.5zM11.25%203a.25.25%200%200%200-.25-.25H8.667l-.917.001V6.25h3.5zm0%204.75v7.5H2.754c-.004-.379-.004-.793-.004-1.25V7.75zm-8.488-1.5H6.25V2.774c-.655.023-1.174.067-1.599.15c-.562.109-.911.277-1.173.512c-.276.249-.456.573-.57%201.126c-.088.437-.128.98-.146%201.688m.052%2010.5H6.25v2.476c-.655-.023-1.174-.067-1.599-.15c-.562-.109-.911-.277-1.173-.512c-.372-.335-.574-.81-.664-1.814m8.436%200v2.5h-3.5v-2.5zm6.5-11.976V8.25h3.488c-.018-.708-.058-1.251-.147-1.688c-.113-.553-.293-.877-.569-1.126c-.262-.235-.61-.403-1.173-.512c-.425-.083-.944-.127-1.599-.15m3.5%204.976h-8.5v7.5h8.496c.004-.379.004-.793.004-1.25zm-5%209h-3.5V21c0%20.138.112.25.25.25h3.25zm4.936%200H17.75v2.476c.655-.023%201.174-.067%201.599-.15c.562-.109.911-.277%201.173-.512c.372-.335.574-.81.664-1.814%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M6.89%201.258c-.991.015-1.827.058-2.525.193c-.737.143-1.366.398-1.89.87c-.578.52-.878%201.169-1.036%201.94c-.15.733-.18%201.623-.187%202.68a1%201%200%200%200%200%20.109q-.002.448-.002.949v6.011c0%20.683%200%201.297.014%201.842a.75.75%200%200%200%20.012.345c.06%201.472.266%202.643%201.199%203.482c.524.472%201.153.727%201.89.87c.698.136%201.534.178%202.525.193a.8.8%200%200%200%20.2.003q.718.006%201.573.005h2.587V21c0%20.966.784%201.75%201.75%201.75h2.337q.855.001%201.573-.005a.8.8%200%200%200%20.2-.003c.991-.015%201.827-.058%202.525-.193c.737-.143%201.366-.398%201.89-.87c.933-.84%201.139-2.01%201.199-3.482a.75.75%200%200%200%20.011-.344c.015-.546.015-1.16.015-1.843V9.998q0-.5-.002-.948a1%201%200%200%200%200-.11c-.008-1.056-.038-1.946-.187-2.678c-.158-.772-.458-1.42-1.036-1.94c-.524-.473-1.153-.728-1.89-.87c-.698-.136-1.534-.18-2.525-.194a.8.8%200%200%200-.2-.003q-.718-.006-1.573-.005H12.75V3A1.75%201.75%200%200%200%2011%201.25H8.663q-.855-.001-1.573.005a.8.8%200%200%200-.2.003m5.86%203.492v3.5h3.5v-3.5zM11.25%203a.25.25%200%200%200-.25-.25H8.667l-.917.001V6.25h3.5zm0%204.75v7.5H2.754c-.004-.379-.004-.793-.004-1.25V7.75zm-8.488-1.5H6.25V2.774c-.655.023-1.174.067-1.599.15c-.562.109-.911.277-1.173.512c-.276.249-.456.573-.57%201.126c-.088.437-.128.98-.146%201.688m.052%2010.5H6.25v2.476c-.655-.023-1.174-.067-1.599-.15c-.562-.109-.911-.277-1.173-.512c-.372-.335-.574-.81-.664-1.814m8.436%200v2.5h-3.5v-2.5zm6.5-11.976V8.25h3.488c-.018-.708-.058-1.251-.147-1.688c-.113-.553-.293-.877-.569-1.126c-.262-.235-.61-.403-1.173-.512c-.425-.083-.944-.127-1.599-.15m3.5%204.976h-8.5v7.5h8.496c.004-.379.004-.793.004-1.25zm-5%209h-3.5V21c0%20.138.112.25.25.25h3.25zm4.936%200H17.75v2.476c.655-.023%201.174-.067%201.599-.15c.562-.109.911-.277%201.173-.512c.372-.335.574-.81.664-1.814%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/video-frame2.svg?color=%231a73e8&size=48