folder off icon

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

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

The same icon in other sets

Related icons in Huge Icons

Use the folder off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M20 20a5 5 0 0 1-.222.157C18.517 21 16.76 21 13.25 21H12c-4.714 0-7.071 0-8.536-1.464C2 18.07 2 15.714 2 11V7.944c0-1.816 0-2.724.38-3.406A3 3 0 0 1 3.342 3.5M11 6.999h5.75c2.107 0 3.16 0 3.917.506a3 3 0 0 1 .827.827C22 9.09 22 10.142 22 12.25c0 2.14 0 3.629-.19 4.75M12 7l-.633-1.267c-.525-1.05-1.005-2.106-2.168-2.542c-.42-.158-.891-.185-1.699-.19H7M2 2l20 20"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFolderOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M20 20a5 5 0 0 1-.222.157C18.517 21 16.76 21 13.25 21H12c-4.714 0-7.071 0-8.536-1.464C2 18.07 2 15.714 2 11V7.944c0-1.816 0-2.724.38-3.406A3 3 0 0 1 3.342 3.5M11 6.999h5.75c2.107 0 3.16 0 3.917.506a3 3 0 0 1 .827.827C22 9.09 22 10.142 22 12.25c0 2.14 0 3.629-.19 4.75M12 7l-.633-1.267c-.525-1.05-1.005-2.106-2.168-2.542c-.42-.158-.891-.185-1.699-.19H7M2 2l20 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M20 20a5 5 0 0 1-.222.157C18.517 21 16.76 21 13.25 21H12c-4.714 0-7.071 0-8.536-1.464C2 18.07 2 15.714 2 11V7.944c0-1.816 0-2.724.38-3.406A3 3 0 0 1 3.342 3.5M11 6.999h5.75c2.107 0 3.16 0 3.917.506a3 3 0 0 1 .827.827C22 9.09 22 10.142 22 12.25c0 2.14 0 3.629-.19 4.75M12 7l-.633-1.267c-.525-1.05-1.005-2.106-2.168-2.542c-.42-.158-.891-.185-1.699-.19H7M2 2l20 20"/></svg>
</template>

CSS

.icon-folder-off {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M20%2020a5%205%200%200%201-.222.157C18.517%2021%2016.76%2021%2013.25%2021H12c-4.714%200-7.071%200-8.536-1.464C2%2018.07%202%2015.714%202%2011V7.944c0-1.816%200-2.724.38-3.406A3%203%200%200%201%203.342%203.5M11%206.999h5.75c2.107%200%203.16%200%203.917.506a3%203%200%200%201%20.827.827C22%209.09%2022%2010.142%2022%2012.25c0%202.14%200%203.629-.19%204.75M12%207l-.633-1.267c-.525-1.05-1.005-2.106-2.168-2.542c-.42-.158-.891-.185-1.699-.19H7M2%202l20%2020%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M20%2020a5%205%200%200%201-.222.157C18.517%2021%2016.76%2021%2013.25%2021H12c-4.714%200-7.071%200-8.536-1.464C2%2018.07%202%2015.714%202%2011V7.944c0-1.816%200-2.724.38-3.406A3%203%200%200%201%203.342%203.5M11%206.999h5.75c2.107%200%203.16%200%203.917.506a3%203%200%200%201%20.827.827C22%209.09%2022%2010.142%2022%2012.25c0%202.14%200%203.629-.19%204.75M12%207l-.633-1.267c-.525-1.05-1.005-2.106-2.168-2.542c-.42-.158-.891-.185-1.699-.19H7M2%202l20%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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