video frame cut 2 icon

video-frame-cut-2-broken from Solar by 480 Design · Broken · Video · CC-BY-4.0 Attribution required.

Name
video-frame-cut-2-broken
Set
Solar
Style
Broken
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More video icons from Solar

Use the video frame cut 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M22 10C22 7.17157 22 5.75736 21.1213 4.87868C20.2426 4 18.8284 4 16 4H15.5M22 14C22 16.8284 22 18.2426 21.1213 19.1213C20.2426 20 18.8284 20 16 20H15.5M8.5 4H8C5.17157 4 3.75736 4 2.87868 4.87868C2 5.75736 2 7.17157 2 10V14C2 16.8284 2 18.2426 2.87868 19.1213C3.75736 20 5.17157 20 8 20H8.5"/><path d="M17 4V20"/><path d="M7 4V20"/><path d="M2.5 9L7 9M21.5 9L17 9"/><path d="M2.5 15L7 15M21.5 15L17 15"/><path d="M13.1384 2H10.8616C10.4777 2 10.237 2.41474 10.4275 2.74807L11.5659 4.74029C11.7578 5.07619 12.2422 5.07619 12.4341 4.74029L13.5725 2.74807C13.763 2.41474 13.5223 2 13.1384 2Z"/><path d="M13.1384 22H10.8616C10.4777 22 10.237 21.5853 10.4275 21.252L11.5659 19.2597C11.7578 18.9238 12.2422 18.9238 12.4341 19.2597L13.5725 21.252C13.763 21.5853 13.5223 22 13.1384 22Z"/><path d="M12 11.5V12.5"/><path d="M12 7.5V8.5"/><path d="M12 15.5V16.5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarVideoFrameCut2Broken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M22 10C22 7.17157 22 5.75736 21.1213 4.87868C20.2426 4 18.8284 4 16 4H15.5M22 14C22 16.8284 22 18.2426 21.1213 19.1213C20.2426 20 18.8284 20 16 20H15.5M8.5 4H8C5.17157 4 3.75736 4 2.87868 4.87868C2 5.75736 2 7.17157 2 10V14C2 16.8284 2 18.2426 2.87868 19.1213C3.75736 20 5.17157 20 8 20H8.5"/><path d="M17 4V20"/><path d="M7 4V20"/><path d="M2.5 9L7 9M21.5 9L17 9"/><path d="M2.5 15L7 15M21.5 15L17 15"/><path d="M13.1384 2H10.8616C10.4777 2 10.237 2.41474 10.4275 2.74807L11.5659 4.74029C11.7578 5.07619 12.2422 5.07619 12.4341 4.74029L13.5725 2.74807C13.763 2.41474 13.5223 2 13.1384 2Z"/><path d="M13.1384 22H10.8616C10.4777 22 10.237 21.5853 10.4275 21.252L11.5659 19.2597C11.7578 18.9238 12.2422 18.9238 12.4341 19.2597L13.5725 21.252C13.763 21.5853 13.5223 22 13.1384 22Z"/><path d="M12 11.5V12.5"/><path d="M12 7.5V8.5"/><path d="M12 15.5V16.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M22 10C22 7.17157 22 5.75736 21.1213 4.87868C20.2426 4 18.8284 4 16 4H15.5M22 14C22 16.8284 22 18.2426 21.1213 19.1213C20.2426 20 18.8284 20 16 20H15.5M8.5 4H8C5.17157 4 3.75736 4 2.87868 4.87868C2 5.75736 2 7.17157 2 10V14C2 16.8284 2 18.2426 2.87868 19.1213C3.75736 20 5.17157 20 8 20H8.5"/><path d="M17 4V20"/><path d="M7 4V20"/><path d="M2.5 9L7 9M21.5 9L17 9"/><path d="M2.5 15L7 15M21.5 15L17 15"/><path d="M13.1384 2H10.8616C10.4777 2 10.237 2.41474 10.4275 2.74807L11.5659 4.74029C11.7578 5.07619 12.2422 5.07619 12.4341 4.74029L13.5725 2.74807C13.763 2.41474 13.5223 2 13.1384 2Z"/><path d="M13.1384 22H10.8616C10.4777 22 10.237 21.5853 10.4275 21.252L11.5659 19.2597C11.7578 18.9238 12.2422 18.9238 12.4341 19.2597L13.5725 21.252C13.763 21.5853 13.5223 22 13.1384 22Z"/><path d="M12 11.5V12.5"/><path d="M12 7.5V8.5"/><path d="M12 15.5V16.5"/></g></svg>
</template>

CSS

.icon-video-frame-cut-2-broken {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2010C22%207.17157%2022%205.75736%2021.1213%204.87868C20.2426%204%2018.8284%204%2016%204H15.5M22%2014C22%2016.8284%2022%2018.2426%2021.1213%2019.1213C20.2426%2020%2018.8284%2020%2016%2020H15.5M8.5%204H8C5.17157%204%203.75736%204%202.87868%204.87868C2%205.75736%202%207.17157%202%2010V14C2%2016.8284%202%2018.2426%202.87868%2019.1213C3.75736%2020%205.17157%2020%208%2020H8.5%22%2F%3E%3Cpath%20d%3D%22M17%204V20%22%2F%3E%3Cpath%20d%3D%22M7%204V20%22%2F%3E%3Cpath%20d%3D%22M2.5%209L7%209M21.5%209L17%209%22%2F%3E%3Cpath%20d%3D%22M2.5%2015L7%2015M21.5%2015L17%2015%22%2F%3E%3Cpath%20d%3D%22M13.1384%202H10.8616C10.4777%202%2010.237%202.41474%2010.4275%202.74807L11.5659%204.74029C11.7578%205.07619%2012.2422%205.07619%2012.4341%204.74029L13.5725%202.74807C13.763%202.41474%2013.5223%202%2013.1384%202Z%22%2F%3E%3Cpath%20d%3D%22M13.1384%2022H10.8616C10.4777%2022%2010.237%2021.5853%2010.4275%2021.252L11.5659%2019.2597C11.7578%2018.9238%2012.2422%2018.9238%2012.4341%2019.2597L13.5725%2021.252C13.763%2021.5853%2013.5223%2022%2013.1384%2022Z%22%2F%3E%3Cpath%20d%3D%22M12%2011.5V12.5%22%2F%3E%3Cpath%20d%3D%22M12%207.5V8.5%22%2F%3E%3Cpath%20d%3D%22M12%2015.5V16.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2010C22%207.17157%2022%205.75736%2021.1213%204.87868C20.2426%204%2018.8284%204%2016%204H15.5M22%2014C22%2016.8284%2022%2018.2426%2021.1213%2019.1213C20.2426%2020%2018.8284%2020%2016%2020H15.5M8.5%204H8C5.17157%204%203.75736%204%202.87868%204.87868C2%205.75736%202%207.17157%202%2010V14C2%2016.8284%202%2018.2426%202.87868%2019.1213C3.75736%2020%205.17157%2020%208%2020H8.5%22%2F%3E%3Cpath%20d%3D%22M17%204V20%22%2F%3E%3Cpath%20d%3D%22M7%204V20%22%2F%3E%3Cpath%20d%3D%22M2.5%209L7%209M21.5%209L17%209%22%2F%3E%3Cpath%20d%3D%22M2.5%2015L7%2015M21.5%2015L17%2015%22%2F%3E%3Cpath%20d%3D%22M13.1384%202H10.8616C10.4777%202%2010.237%202.41474%2010.4275%202.74807L11.5659%204.74029C11.7578%205.07619%2012.2422%205.07619%2012.4341%204.74029L13.5725%202.74807C13.763%202.41474%2013.5223%202%2013.1384%202Z%22%2F%3E%3Cpath%20d%3D%22M13.1384%2022H10.8616C10.4777%2022%2010.237%2021.5853%2010.4275%2021.252L11.5659%2019.2597C11.7578%2018.9238%2012.2422%2018.9238%2012.4341%2019.2597L13.5725%2021.252C13.763%2021.5853%2013.5223%2022%2013.1384%2022Z%22%2F%3E%3Cpath%20d%3D%22M12%2011.5V12.5%22%2F%3E%3Cpath%20d%3D%22M12%207.5V8.5%22%2F%3E%3Cpath%20d%3D%22M12%2015.5V16.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/video-frame-cut-2-broken.svg?color=%231a73e8&size=48