Folder Video Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Folder Video Svg icon is commonly used in file browsers, project management tools and admin panels. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/308846.svg" alt="Folder Video Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308846.svg" alt="Folder Video Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308846.svg" alt="Folder Video Svg icon" :width="24" :height="24" />
CSS background
.icon-folder-video---svg {
background-image: url('https://proicons.com/icon/308846.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M2 5C2 4.44772 2.44772 4 3 4H10C10.2652 4 10.5196 4.10536 10.7071 4.29289L12.4142 6H21C21.5523 6 22 6.44772 22 7V17C22 18.6569 20.6569 20 19 20H5C3.34315 20 2 18.6569 2 17V5ZM14.5 13.866C14.8094 13.6874 15 13.3573 15 13C15 12.6427 14.8094 12.3126 14.5 12.134L11.5 10.4019C11.1906 10.2233 10.8094 10.2233 10.5 10.4019C10.1906 10.5806 10 10.9107 10 11.2679V14.7321C10 15.0893 10.1906 15.4194 10.5 15.5981C10.8094 15.7767 11.1906 15.7767 11.5 15.5981L14.5 13.866Z" fill="#292929"/> </svg>
Copied!