video frame replace icon
video-frame-replace-linear from Solar by 480 Design · Linear · Video · CC-BY-4.0 Attribution required.
- Name
- video-frame-replace-linear
- Set
- Solar
- Style
- Linear
- Category
- Video
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More video icons from Solar
album-boldcamera-add-boldcamera-boldcamera-minimalistic-boldcamera-off-boldcamera-rotate-boldcamera-square-boldclapperboard-boldclapperboard-edit-boldclapperboard-open-boldclapperboard-open-play-boldclapperboard-play-boldclapperboard-text-boldfull-screen-boldfull-screen-circle-boldfull-screen-square-boldgallery-add-boldgallery-boldgallery-check-boldgallery-circle-boldgallery-download-boldgallery-edit-boldgallery-favorite-boldgallery-minimalistic-bold
Use the video frame replace 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-width="1.5"><path d="M2 6C2 4.11438 2 3.17157 2.58579 2.58579C3.17157 2 4.11438 2 6 2H11C12.8856 2 13.8284 2 14.4142 2.58579C15 3.17157 15 4.11438 15 6C15 7.88562 15 8.82843 14.4142 9.41421C13.8284 10 12.8856 10 11 10H6C4.11438 10 3.17157 10 2.58579 9.41421C2 8.82843 2 7.88562 2 6Z"/><path d="M10 18C10 16.1144 10 15.1716 10.5858 14.5858C11.1716 14 12.1144 14 14 14H17C18.8856 14 19.8284 14 20.4142 14.5858C21 15.1716 21 16.1144 21 18C21 19.8856 21 20.8284 20.4142 21.4142C19.8284 22 18.8856 22 17 22H14C12.1144 22 11.1716 22 10.5858 21.4142C10 20.8284 10 19.8856 10 18Z"/><path stroke-linecap="round" d="M6 2.5V10"/><path stroke-linecap="round" d="M13.5 14.5V22"/><path stroke-linecap="round" d="M11 2.5V10"/><path stroke-linecap="round" d="M17.5 14.5V22"/><path stroke-linecap="round" d="M2.5 6L6 6M15 6L11 6"/><path stroke-linecap="round" d="M11 18H13.5M21 18H17.5"/><path stroke-linecap="round" stroke-linejoin="round" d="M21 11V10C21 9.06812 21 7.60218 20.8478 7.23463C20.6448 6.74458 20.2554 6.35523 19.7654 6.15224C19.3978 6 18.9319 6 18 6M20 10L21 11L22 10"/><path stroke-linecap="round" stroke-linejoin="round" d="M3 13V14C3 14.9319 3 16.3978 3.15224 16.7654C3.35523 17.2554 3.74458 17.6448 4.23463 17.8478C4.60218 18 5.06812 18 6 18M4 14L3 13L2 14"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarVideoFrameReplaceLinear(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" strokeWidth="1.5"><path d="M2 6C2 4.11438 2 3.17157 2.58579 2.58579C3.17157 2 4.11438 2 6 2H11C12.8856 2 13.8284 2 14.4142 2.58579C15 3.17157 15 4.11438 15 6C15 7.88562 15 8.82843 14.4142 9.41421C13.8284 10 12.8856 10 11 10H6C4.11438 10 3.17157 10 2.58579 9.41421C2 8.82843 2 7.88562 2 6Z"/><path d="M10 18C10 16.1144 10 15.1716 10.5858 14.5858C11.1716 14 12.1144 14 14 14H17C18.8856 14 19.8284 14 20.4142 14.5858C21 15.1716 21 16.1144 21 18C21 19.8856 21 20.8284 20.4142 21.4142C19.8284 22 18.8856 22 17 22H14C12.1144 22 11.1716 22 10.5858 21.4142C10 20.8284 10 19.8856 10 18Z"/><path strokeLinecap="round" d="M6 2.5V10"/><path strokeLinecap="round" d="M13.5 14.5V22"/><path strokeLinecap="round" d="M11 2.5V10"/><path strokeLinecap="round" d="M17.5 14.5V22"/><path strokeLinecap="round" d="M2.5 6L6 6M15 6L11 6"/><path strokeLinecap="round" d="M11 18H13.5M21 18H17.5"/><path strokeLinecap="round" strokeLinejoin="round" d="M21 11V10C21 9.06812 21 7.60218 20.8478 7.23463C20.6448 6.74458 20.2554 6.35523 19.7654 6.15224C19.3978 6 18.9319 6 18 6M20 10L21 11L22 10"/><path strokeLinecap="round" strokeLinejoin="round" d="M3 13V14C3 14.9319 3 16.3978 3.15224 16.7654C3.35523 17.2554 3.74458 17.6448 4.23463 17.8478C4.60218 18 5.06812 18 6 18M4 14L3 13L2 14"/></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-width="1.5"><path d="M2 6C2 4.11438 2 3.17157 2.58579 2.58579C3.17157 2 4.11438 2 6 2H11C12.8856 2 13.8284 2 14.4142 2.58579C15 3.17157 15 4.11438 15 6C15 7.88562 15 8.82843 14.4142 9.41421C13.8284 10 12.8856 10 11 10H6C4.11438 10 3.17157 10 2.58579 9.41421C2 8.82843 2 7.88562 2 6Z"/><path d="M10 18C10 16.1144 10 15.1716 10.5858 14.5858C11.1716 14 12.1144 14 14 14H17C18.8856 14 19.8284 14 20.4142 14.5858C21 15.1716 21 16.1144 21 18C21 19.8856 21 20.8284 20.4142 21.4142C19.8284 22 18.8856 22 17 22H14C12.1144 22 11.1716 22 10.5858 21.4142C10 20.8284 10 19.8856 10 18Z"/><path stroke-linecap="round" d="M6 2.5V10"/><path stroke-linecap="round" d="M13.5 14.5V22"/><path stroke-linecap="round" d="M11 2.5V10"/><path stroke-linecap="round" d="M17.5 14.5V22"/><path stroke-linecap="round" d="M2.5 6L6 6M15 6L11 6"/><path stroke-linecap="round" d="M11 18H13.5M21 18H17.5"/><path stroke-linecap="round" stroke-linejoin="round" d="M21 11V10C21 9.06812 21 7.60218 20.8478 7.23463C20.6448 6.74458 20.2554 6.35523 19.7654 6.15224C19.3978 6 18.9319 6 18 6M20 10L21 11L22 10"/><path stroke-linecap="round" stroke-linejoin="round" d="M3 13V14C3 14.9319 3 16.3978 3.15224 16.7654C3.35523 17.2554 3.74458 17.6448 4.23463 17.8478C4.60218 18 5.06812 18 6 18M4 14L3 13L2 14"/></g></svg> </template>
CSS
.icon-video-frame-replace-linear {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%206C2%204.11438%202%203.17157%202.58579%202.58579C3.17157%202%204.11438%202%206%202H11C12.8856%202%2013.8284%202%2014.4142%202.58579C15%203.17157%2015%204.11438%2015%206C15%207.88562%2015%208.82843%2014.4142%209.41421C13.8284%2010%2012.8856%2010%2011%2010H6C4.11438%2010%203.17157%2010%202.58579%209.41421C2%208.82843%202%207.88562%202%206Z%22%2F%3E%3Cpath%20d%3D%22M10%2018C10%2016.1144%2010%2015.1716%2010.5858%2014.5858C11.1716%2014%2012.1144%2014%2014%2014H17C18.8856%2014%2019.8284%2014%2020.4142%2014.5858C21%2015.1716%2021%2016.1144%2021%2018C21%2019.8856%2021%2020.8284%2020.4142%2021.4142C19.8284%2022%2018.8856%2022%2017%2022H14C12.1144%2022%2011.1716%2022%2010.5858%2021.4142C10%2020.8284%2010%2019.8856%2010%2018Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%202.5V10%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.5%2014.5V22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%202.5V10%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17.5%2014.5V22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2.5%206L6%206M15%206L11%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2018H13.5M21%2018H17.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21%2011V10C21%209.06812%2021%207.60218%2020.8478%207.23463C20.6448%206.74458%2020.2554%206.35523%2019.7654%206.15224C19.3978%206%2018.9319%206%2018%206M20%2010L21%2011L22%2010%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3%2013V14C3%2014.9319%203%2016.3978%203.15224%2016.7654C3.35523%2017.2554%203.74458%2017.6448%204.23463%2017.8478C4.60218%2018%205.06812%2018%206%2018M4%2014L3%2013L2%2014%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%206C2%204.11438%202%203.17157%202.58579%202.58579C3.17157%202%204.11438%202%206%202H11C12.8856%202%2013.8284%202%2014.4142%202.58579C15%203.17157%2015%204.11438%2015%206C15%207.88562%2015%208.82843%2014.4142%209.41421C13.8284%2010%2012.8856%2010%2011%2010H6C4.11438%2010%203.17157%2010%202.58579%209.41421C2%208.82843%202%207.88562%202%206Z%22%2F%3E%3Cpath%20d%3D%22M10%2018C10%2016.1144%2010%2015.1716%2010.5858%2014.5858C11.1716%2014%2012.1144%2014%2014%2014H17C18.8856%2014%2019.8284%2014%2020.4142%2014.5858C21%2015.1716%2021%2016.1144%2021%2018C21%2019.8856%2021%2020.8284%2020.4142%2021.4142C19.8284%2022%2018.8856%2022%2017%2022H14C12.1144%2022%2011.1716%2022%2010.5858%2021.4142C10%2020.8284%2010%2019.8856%2010%2018Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%202.5V10%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.5%2014.5V22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%202.5V10%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17.5%2014.5V22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2.5%206L6%206M15%206L11%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2018H13.5M21%2018H17.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21%2011V10C21%209.06812%2021%207.60218%2020.8478%207.23463C20.6448%206.74458%2020.2554%206.35523%2019.7654%206.15224C19.3978%206%2018.9319%206%2018%206M20%2010L21%2011L22%2010%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3%2013V14C3%2014.9319%203%2016.3978%203.15224%2016.7654C3.35523%2017.2554%203.74458%2017.6448%204.23463%2017.8478C4.60218%2018%205.06812%2018%206%2018M4%2014L3%2013L2%2014%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-replace-linear.svg?color=%231a73e8&size=48