folder minus icon

folder-minus from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
folder-minus
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

The same icon in other sets

Related icons in Bootstrap Icons

Use the folder minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="m.5 3l.04.87a2 2 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14H9v-1H2.826a1 1 0 0 1-.995-.91l-.637-7A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09L14.54 8h1.005l.256-2.819A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2m5.672-1a1 1 0 0 1 .707.293L7.586 3H2.19q-.362.002-.683.12L1.5 2.98a1 1 0 0 1 1-.98z"/><path d="M11 11.5a.5.5 0 0 1 .5-.5h4a.5.5 0 1 1 0 1h-4a.5.5 0 0 1-.5-.5"/></g></svg>

React

import type { SVGProps } from "react";

export function BiFolderMinus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="m.5 3l.04.87a2 2 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14H9v-1H2.826a1 1 0 0 1-.995-.91l-.637-7A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09L14.54 8h1.005l.256-2.819A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2m5.672-1a1 1 0 0 1 .707.293L7.586 3H2.19q-.362.002-.683.12L1.5 2.98a1 1 0 0 1 1-.98z"/><path d="M11 11.5a.5.5 0 0 1 .5-.5h4a.5.5 0 1 1 0 1h-4a.5.5 0 0 1-.5-.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="m.5 3l.04.87a2 2 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14H9v-1H2.826a1 1 0 0 1-.995-.91l-.637-7A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09L14.54 8h1.005l.256-2.819A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2m5.672-1a1 1 0 0 1 .707.293L7.586 3H2.19q-.362.002-.683.12L1.5 2.98a1 1 0 0 1 1-.98z"/><path d="M11 11.5a.5.5 0 0 1 .5-.5h4a.5.5 0 1 1 0 1h-4a.5.5 0 0 1-.5-.5"/></g></svg>
</template>

CSS

.icon-folder-minus {
  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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m.5%203l.04.87a2%202%200%200%200-.342%201.311l.637%207A2%202%200%200%200%202.826%2014H9v-1H2.826a1%201%200%200%201-.995-.91l-.637-7A1%201%200%200%201%202.19%204h11.62a1%201%200%200%201%20.996%201.09L14.54%208h1.005l.256-2.819A2%202%200%200%200%2013.81%203H9.828a2%202%200%200%201-1.414-.586l-.828-.828A2%202%200%200%200%206.172%201H2.5a2%202%200%200%200-2%202m5.672-1a1%201%200%200%201%20.707.293L7.586%203H2.19q-.362.002-.683.12L1.5%202.98a1%201%200%200%201%201-.98z%22%2F%3E%3Cpath%20d%3D%22M11%2011.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%201%201%200%201h-4a.5.5%200%200%201-.5-.5%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m.5%203l.04.87a2%202%200%200%200-.342%201.311l.637%207A2%202%200%200%200%202.826%2014H9v-1H2.826a1%201%200%200%201-.995-.91l-.637-7A1%201%200%200%201%202.19%204h11.62a1%201%200%200%201%20.996%201.09L14.54%208h1.005l.256-2.819A2%202%200%200%200%2013.81%203H9.828a2%202%200%200%201-1.414-.586l-.828-.828A2%202%200%200%200%206.172%201H2.5a2%202%200%200%200-2%202m5.672-1a1%201%200%200%201%20.707.293L7.586%203H2.19q-.362.002-.683.12L1.5%202.98a1%201%200%200%201%201-.98z%22%2F%3E%3Cpath%20d%3D%22M11%2011.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%201%201%200%201h-4a.5.5%200%200%201-.5-.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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