folder video icon

folder-video from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
folder-video
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the folder video 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 stroke-linecap="round" d="M8 7.001h8.75c2.107 0 3.16 0 3.917.506c.327.219.609.5.827.828c.486.726.505 1.726.506 3.668v1M12 7l-.633-1.267c-.525-1.05-1.005-2.107-2.168-2.543C8.69 3 8.108 3 6.944 3c-1.816 0-2.724 0-3.406.38A3 3 0 0 0 2.38 4.54C2 5.22 2 6.129 2 7.946v3.056c0 4.716 0 7.073 1.464 8.538C4.705 20.782 6.587 20.971 10 21"/><path stroke-linejoin="round" d="m19 18.5l1.445.963c.685.457 1.027.685 1.29.544c.265-.142.265-.553.265-1.376V17.37c0-.823 0-1.234-.264-1.376c-.264-.14-.606.087-1.29.543L19 17.5m0 1v-1m0 1c0 .935 0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549c-.348.201-.815.201-1.75.201H16c-1.414 0-2.121 0-2.56-.44C13 20.122 13 19.415 13 18s0-2.121.44-2.56C13.878 15 14.585 15 16 15h.5c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549c.201.348.201.815.201 1.75"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFolderVideo(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 strokeLinecap="round" d="M8 7.001h8.75c2.107 0 3.16 0 3.917.506c.327.219.609.5.827.828c.486.726.505 1.726.506 3.668v1M12 7l-.633-1.267c-.525-1.05-1.005-2.107-2.168-2.543C8.69 3 8.108 3 6.944 3c-1.816 0-2.724 0-3.406.38A3 3 0 0 0 2.38 4.54C2 5.22 2 6.129 2 7.946v3.056c0 4.716 0 7.073 1.464 8.538C4.705 20.782 6.587 20.971 10 21"/><path strokeLinejoin="round" d="m19 18.5l1.445.963c.685.457 1.027.685 1.29.544c.265-.142.265-.553.265-1.376V17.37c0-.823 0-1.234-.264-1.376c-.264-.14-.606.087-1.29.543L19 17.5m0 1v-1m0 1c0 .935 0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549c-.348.201-.815.201-1.75.201H16c-1.414 0-2.121 0-2.56-.44C13 20.122 13 19.415 13 18s0-2.121.44-2.56C13.878 15 14.585 15 16 15h.5c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549c.201.348.201.815.201 1.75"/></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 stroke-linecap="round" d="M8 7.001h8.75c2.107 0 3.16 0 3.917.506c.327.219.609.5.827.828c.486.726.505 1.726.506 3.668v1M12 7l-.633-1.267c-.525-1.05-1.005-2.107-2.168-2.543C8.69 3 8.108 3 6.944 3c-1.816 0-2.724 0-3.406.38A3 3 0 0 0 2.38 4.54C2 5.22 2 6.129 2 7.946v3.056c0 4.716 0 7.073 1.464 8.538C4.705 20.782 6.587 20.971 10 21"/><path stroke-linejoin="round" d="m19 18.5l1.445.963c.685.457 1.027.685 1.29.544c.265-.142.265-.553.265-1.376V17.37c0-.823 0-1.234-.264-1.376c-.264-.14-.606.087-1.29.543L19 17.5m0 1v-1m0 1c0 .935 0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549c-.348.201-.815.201-1.75.201H16c-1.414 0-2.121 0-2.56-.44C13 20.122 13 19.415 13 18s0-2.121.44-2.56C13.878 15 14.585 15 16 15h.5c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549c.201.348.201.815.201 1.75"/></g></svg>
</template>

CSS

.icon-folder-video {
  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%20stroke-linecap%3D%22round%22%20d%3D%22M8%207.001h8.75c2.107%200%203.16%200%203.917.506c.327.219.609.5.827.828c.486.726.505%201.726.506%203.668v1M12%207l-.633-1.267c-.525-1.05-1.005-2.107-2.168-2.543C8.69%203%208.108%203%206.944%203c-1.816%200-2.724%200-3.406.38A3%203%200%200%200%202.38%204.54C2%205.22%202%206.129%202%207.946v3.056c0%204.716%200%207.073%201.464%208.538C4.705%2020.782%206.587%2020.971%2010%2021%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m19%2018.5l1.445.963c.685.457%201.027.685%201.29.544c.265-.142.265-.553.265-1.376V17.37c0-.823%200-1.234-.264-1.376c-.264-.14-.606.087-1.29.543L19%2017.5m0%201v-1m0%201c0%20.935%200%201.402-.201%201.75a1.5%201.5%200%200%201-.549.549c-.348.201-.815.201-1.75.201H16c-1.414%200-2.121%200-2.56-.44C13%2020.122%2013%2019.415%2013%2018s0-2.121.44-2.56C13.878%2015%2014.585%2015%2016%2015h.5c.935%200%201.402%200%201.75.201a1.5%201.5%200%200%201%20.549.549c.201.348.201.815.201%201.75%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%20stroke-linecap%3D%22round%22%20d%3D%22M8%207.001h8.75c2.107%200%203.16%200%203.917.506c.327.219.609.5.827.828c.486.726.505%201.726.506%203.668v1M12%207l-.633-1.267c-.525-1.05-1.005-2.107-2.168-2.543C8.69%203%208.108%203%206.944%203c-1.816%200-2.724%200-3.406.38A3%203%200%200%200%202.38%204.54C2%205.22%202%206.129%202%207.946v3.056c0%204.716%200%207.073%201.464%208.538C4.705%2020.782%206.587%2020.971%2010%2021%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m19%2018.5l1.445.963c.685.457%201.027.685%201.29.544c.265-.142.265-.553.265-1.376V17.37c0-.823%200-1.234-.264-1.376c-.264-.14-.606.087-1.29.543L19%2017.5m0%201v-1m0%201c0%20.935%200%201.402-.201%201.75a1.5%201.5%200%200%201-.549.549c-.348.201-.815.201-1.75.201H16c-1.414%200-2.121%200-2.56-.44C13%2020.122%2013%2019.415%2013%2018s0-2.121.44-2.56C13.878%2015%2014.585%2015%2016%2015h.5c.935%200%201.402%200%201.75.201a1.5%201.5%200%200%201%20.549.549c.201.348.201.815.201%201.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/folder-video.svg?color=%231a73e8&size=48