video frame icon
video-frame from Reicon by REICON · Outline · Video · MIT Free for personal and commercial use.
- Name
- video-frame
- Set
- Reicon
- Style
- Outline
- Category
- Video
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
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 frame 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="M11.943 1.25h.114c2.309 0 4.118 0 5.53.19c1.444.194 2.584.6 3.479 1.494c.895.895 1.3 2.035 1.494 3.48c.19 1.411.19 3.22.19 5.529v.114c0 2.309 0 4.118-.19 5.53c-.194 1.444-.6 2.584-1.494 3.479c-.895.895-2.035 1.3-3.48 1.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309 0-4.118 0-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309 0-4.118.19-5.53c.194-1.444.6-2.584 1.494-3.479c.895-.895 2.035-1.3 3.48-1.494c1.411-.19 3.22-.19 5.529-.19M6.25 2.982c-1.065.183-1.742.5-2.255 1.013c-.514.513-.83 1.19-1.013 2.255H6.25zm1.5-.162v8.43h8.5V2.82c-1.126-.07-2.508-.07-4.25-.07s-3.124 0-4.25.07m10 .162V6.25h3.268c-.183-1.065-.5-1.742-1.013-2.255c-.513-.514-1.19-.83-2.255-1.013m3.43 4.768h-3.43v3.5h3.5c-.002-1.395-.011-2.54-.07-3.5m.07 5h-3.5v3.5h3.43c.059-.96.068-2.105.07-3.5m-.232 5H17.75v3.268c1.065-.183 1.742-.5 2.255-1.013c.514-.513.83-1.19 1.013-2.255m-4.768 3.43v-8.43h-8.5v8.43c1.126.07 2.508.07 4.25.07s3.124 0 4.25-.07m-10-.162V17.75H2.982c.183 1.065.5 1.742 1.013 2.255c.513.514 1.19.83 2.255 1.013M2.82 16.25h3.43v-3.5h-3.5c.002 1.395.011 2.54.07 3.5m-.07-5h3.5v-3.5H2.82c-.059.96-.068 2.105-.07 3.5" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconVideoFrame(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="M11.943 1.25h.114c2.309 0 4.118 0 5.53.19c1.444.194 2.584.6 3.479 1.494c.895.895 1.3 2.035 1.494 3.48c.19 1.411.19 3.22.19 5.529v.114c0 2.309 0 4.118-.19 5.53c-.194 1.444-.6 2.584-1.494 3.479c-.895.895-2.035 1.3-3.48 1.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309 0-4.118 0-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309 0-4.118.19-5.53c.194-1.444.6-2.584 1.494-3.479c.895-.895 2.035-1.3 3.48-1.494c1.411-.19 3.22-.19 5.529-.19M6.25 2.982c-1.065.183-1.742.5-2.255 1.013c-.514.513-.83 1.19-1.013 2.255H6.25zm1.5-.162v8.43h8.5V2.82c-1.126-.07-2.508-.07-4.25-.07s-3.124 0-4.25.07m10 .162V6.25h3.268c-.183-1.065-.5-1.742-1.013-2.255c-.513-.514-1.19-.83-2.255-1.013m3.43 4.768h-3.43v3.5h3.5c-.002-1.395-.011-2.54-.07-3.5m.07 5h-3.5v3.5h3.43c.059-.96.068-2.105.07-3.5m-.232 5H17.75v3.268c1.065-.183 1.742-.5 2.255-1.013c.514-.513.83-1.19 1.013-2.255m-4.768 3.43v-8.43h-8.5v8.43c1.126.07 2.508.07 4.25.07s3.124 0 4.25-.07m-10-.162V17.75H2.982c.183 1.065.5 1.742 1.013 2.255c.513.514 1.19.83 2.255 1.013M2.82 16.25h3.43v-3.5h-3.5c.002 1.395.011 2.54.07 3.5m-.07-5h3.5v-3.5H2.82c-.059.96-.068 2.105-.07 3.5" 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="M11.943 1.25h.114c2.309 0 4.118 0 5.53.19c1.444.194 2.584.6 3.479 1.494c.895.895 1.3 2.035 1.494 3.48c.19 1.411.19 3.22.19 5.529v.114c0 2.309 0 4.118-.19 5.53c-.194 1.444-.6 2.584-1.494 3.479c-.895.895-2.035 1.3-3.48 1.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309 0-4.118 0-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309 0-4.118.19-5.53c.194-1.444.6-2.584 1.494-3.479c.895-.895 2.035-1.3 3.48-1.494c1.411-.19 3.22-.19 5.529-.19M6.25 2.982c-1.065.183-1.742.5-2.255 1.013c-.514.513-.83 1.19-1.013 2.255H6.25zm1.5-.162v8.43h8.5V2.82c-1.126-.07-2.508-.07-4.25-.07s-3.124 0-4.25.07m10 .162V6.25h3.268c-.183-1.065-.5-1.742-1.013-2.255c-.513-.514-1.19-.83-2.255-1.013m3.43 4.768h-3.43v3.5h3.5c-.002-1.395-.011-2.54-.07-3.5m.07 5h-3.5v3.5h3.43c.059-.96.068-2.105.07-3.5m-.232 5H17.75v3.268c1.065-.183 1.742-.5 2.255-1.013c.514-.513.83-1.19 1.013-2.255m-4.768 3.43v-8.43h-8.5v8.43c1.126.07 2.508.07 4.25.07s3.124 0 4.25-.07m-10-.162V17.75H2.982c.183 1.065.5 1.742 1.013 2.255c.513.514 1.19.83 2.255 1.013M2.82 16.25h3.43v-3.5h-3.5c.002 1.395.011 2.54.07 3.5m-.07-5h3.5v-3.5H2.82c-.059.96-.068 2.105-.07 3.5" clip-rule="evenodd"/></svg> </template>
CSS
.icon-video-frame {
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%22M11.943%201.25h.114c2.309%200%204.118%200%205.53.19c1.444.194%202.584.6%203.479%201.494c.895.895%201.3%202.035%201.494%203.48c.19%201.411.19%203.22.19%205.529v.114c0%202.309%200%204.118-.19%205.53c-.194%201.444-.6%202.584-1.494%203.479c-.895.895-2.035%201.3-3.48%201.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309%200-4.118%200-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309%200-4.118.19-5.53c.194-1.444.6-2.584%201.494-3.479c.895-.895%202.035-1.3%203.48-1.494c1.411-.19%203.22-.19%205.529-.19M6.25%202.982c-1.065.183-1.742.5-2.255%201.013c-.514.513-.83%201.19-1.013%202.255H6.25zm1.5-.162v8.43h8.5V2.82c-1.126-.07-2.508-.07-4.25-.07s-3.124%200-4.25.07m10%20.162V6.25h3.268c-.183-1.065-.5-1.742-1.013-2.255c-.513-.514-1.19-.83-2.255-1.013m3.43%204.768h-3.43v3.5h3.5c-.002-1.395-.011-2.54-.07-3.5m.07%205h-3.5v3.5h3.43c.059-.96.068-2.105.07-3.5m-.232%205H17.75v3.268c1.065-.183%201.742-.5%202.255-1.013c.514-.513.83-1.19%201.013-2.255m-4.768%203.43v-8.43h-8.5v8.43c1.126.07%202.508.07%204.25.07s3.124%200%204.25-.07m-10-.162V17.75H2.982c.183%201.065.5%201.742%201.013%202.255c.513.514%201.19.83%202.255%201.013M2.82%2016.25h3.43v-3.5h-3.5c.002%201.395.011%202.54.07%203.5m-.07-5h3.5v-3.5H2.82c-.059.96-.068%202.105-.07%203.5%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%22M11.943%201.25h.114c2.309%200%204.118%200%205.53.19c1.444.194%202.584.6%203.479%201.494c.895.895%201.3%202.035%201.494%203.48c.19%201.411.19%203.22.19%205.529v.114c0%202.309%200%204.118-.19%205.53c-.194%201.444-.6%202.584-1.494%203.479c-.895.895-2.035%201.3-3.48%201.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309%200-4.118%200-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.19-1.411-.19-3.22-.19-5.529v-.114c0-2.309%200-4.118.19-5.53c.194-1.444.6-2.584%201.494-3.479c.895-.895%202.035-1.3%203.48-1.494c1.411-.19%203.22-.19%205.529-.19M6.25%202.982c-1.065.183-1.742.5-2.255%201.013c-.514.513-.83%201.19-1.013%202.255H6.25zm1.5-.162v8.43h8.5V2.82c-1.126-.07-2.508-.07-4.25-.07s-3.124%200-4.25.07m10%20.162V6.25h3.268c-.183-1.065-.5-1.742-1.013-2.255c-.513-.514-1.19-.83-2.255-1.013m3.43%204.768h-3.43v3.5h3.5c-.002-1.395-.011-2.54-.07-3.5m.07%205h-3.5v3.5h3.43c.059-.96.068-2.105.07-3.5m-.232%205H17.75v3.268c1.065-.183%201.742-.5%202.255-1.013c.514-.513.83-1.19%201.013-2.255m-4.768%203.43v-8.43h-8.5v8.43c1.126.07%202.508.07%204.25.07s3.124%200%204.25-.07m-10-.162V17.75H2.982c.183%201.065.5%201.742%201.013%202.255c.513.514%201.19.83%202.255%201.013M2.82%2016.25h3.43v-3.5h-3.5c.002%201.395.011%202.54.07%203.5m-.07-5h3.5v-3.5H2.82c-.059.96-.068%202.105-.07%203.5%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-frame.svg?color=%231a73e8&size=48