folder link icon

folder-link-filled from Reicon by REICON · Filled · Folders · MIT Free for personal and commercial use.

Name
folder-link-filled
Set
Reicon
Style
Filled
Category
Folders
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More folders icons from Reicon

Use the folder link 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="M19 8.369V9.8c0 2.451 0 3.677-.82 4.438c-.82.762-2.14.762-4.78.762h-.65v3a1 1 0 0 1-.013.14c.507.201.913.604 1.118 1.11h7.395a.75.75 0 0 1 0 1.5h-7.395a2 2 0 0 1-3.71 0H2.75a.75.75 0 0 1 0-1.5h7.395c.205-.506.61-.909 1.118-1.11a1 1 0 0 1-.013-.14v-3h-.65c-2.64 0-3.96 0-4.78-.761C5 13.477 5 12.25 5 9.8V5.217c0-.573 0-.86.049-1.099c.213-1.052 1.1-1.874 2.232-2.073C7.538 2 7.847 2 8.465 2c.27 0 .406 0 .536.011c.56.049 1.093.254 1.526.587c.1.078.196.167.388.344l.385.358c.571.53.857.795 1.198.972q.284.146.594.228c.377.1.78.1 1.588.1h.261c1.843 0 2.765 0 3.363.5q.083.07.157.146C19 5.802 19 6.658 19 8.369M12.75 7.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconFolderLinkFilled(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="M19 8.369V9.8c0 2.451 0 3.677-.82 4.438c-.82.762-2.14.762-4.78.762h-.65v3a1 1 0 0 1-.013.14c.507.201.913.604 1.118 1.11h7.395a.75.75 0 0 1 0 1.5h-7.395a2 2 0 0 1-3.71 0H2.75a.75.75 0 0 1 0-1.5h7.395c.205-.506.61-.909 1.118-1.11a1 1 0 0 1-.013-.14v-3h-.65c-2.64 0-3.96 0-4.78-.761C5 13.477 5 12.25 5 9.8V5.217c0-.573 0-.86.049-1.099c.213-1.052 1.1-1.874 2.232-2.073C7.538 2 7.847 2 8.465 2c.27 0 .406 0 .536.011c.56.049 1.093.254 1.526.587c.1.078.196.167.388.344l.385.358c.571.53.857.795 1.198.972q.284.146.594.228c.377.1.78.1 1.588.1h.261c1.843 0 2.765 0 3.363.5q.083.07.157.146C19 5.802 19 6.658 19 8.369M12.75 7.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75" 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="M19 8.369V9.8c0 2.451 0 3.677-.82 4.438c-.82.762-2.14.762-4.78.762h-.65v3a1 1 0 0 1-.013.14c.507.201.913.604 1.118 1.11h7.395a.75.75 0 0 1 0 1.5h-7.395a2 2 0 0 1-3.71 0H2.75a.75.75 0 0 1 0-1.5h7.395c.205-.506.61-.909 1.118-1.11a1 1 0 0 1-.013-.14v-3h-.65c-2.64 0-3.96 0-4.78-.761C5 13.477 5 12.25 5 9.8V5.217c0-.573 0-.86.049-1.099c.213-1.052 1.1-1.874 2.232-2.073C7.538 2 7.847 2 8.465 2c.27 0 .406 0 .536.011c.56.049 1.093.254 1.526.587c.1.078.196.167.388.344l.385.358c.571.53.857.795 1.198.972q.284.146.594.228c.377.1.78.1 1.588.1h.261c1.843 0 2.765 0 3.363.5q.083.07.157.146C19 5.802 19 6.658 19 8.369M12.75 7.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-folder-link-filled {
  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%22M19%208.369V9.8c0%202.451%200%203.677-.82%204.438c-.82.762-2.14.762-4.78.762h-.65v3a1%201%200%200%201-.013.14c.507.201.913.604%201.118%201.11h7.395a.75.75%200%200%201%200%201.5h-7.395a2%202%200%200%201-3.71%200H2.75a.75.75%200%200%201%200-1.5h7.395c.205-.506.61-.909%201.118-1.11a1%201%200%200%201-.013-.14v-3h-.65c-2.64%200-3.96%200-4.78-.761C5%2013.477%205%2012.25%205%209.8V5.217c0-.573%200-.86.049-1.099c.213-1.052%201.1-1.874%202.232-2.073C7.538%202%207.847%202%208.465%202c.27%200%20.406%200%20.536.011c.56.049%201.093.254%201.526.587c.1.078.196.167.388.344l.385.358c.571.53.857.795%201.198.972q.284.146.594.228c.377.1.78.1%201.588.1h.261c1.843%200%202.765%200%203.363.5q.083.07.157.146C19%205.802%2019%206.658%2019%208.369M12.75%207.5a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-3a.75.75%200%200%201-.75-.75%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%22M19%208.369V9.8c0%202.451%200%203.677-.82%204.438c-.82.762-2.14.762-4.78.762h-.65v3a1%201%200%200%201-.013.14c.507.201.913.604%201.118%201.11h7.395a.75.75%200%200%201%200%201.5h-7.395a2%202%200%200%201-3.71%200H2.75a.75.75%200%200%201%200-1.5h7.395c.205-.506.61-.909%201.118-1.11a1%201%200%200%201-.013-.14v-3h-.65c-2.64%200-3.96%200-4.78-.761C5%2013.477%205%2012.25%205%209.8V5.217c0-.573%200-.86.049-1.099c.213-1.052%201.1-1.874%202.232-2.073C7.538%202%207.847%202%208.465%202c.27%200%20.406%200%20.536.011c.56.049%201.093.254%201.526.587c.1.078.196.167.388.344l.385.358c.571.53.857.795%201.198.972q.284.146.594.228c.377.1.78.1%201.588.1h.261c1.843%200%202.765%200%203.363.5q.083.07.157.146C19%205.802%2019%206.658%2019%208.369M12.75%207.5a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-3a.75.75%200%200%201-.75-.75%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/folder-link-filled.svg?color=%231a73e8&size=48