folder minus3 icon

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

Name
folder-minus3-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the folder minus3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.017 7.992c.398.566-.076 1.258-.769 1.258H3a1 1 0 0 1-1-1V6.42C2 3.98 3.98 2 6.42 2h2.32c1.63 0 2.14.53 2.79 1.4l1.4 1.86c.31.41.35.46.93.46h2.79c1.805 0 3.402.897 4.367 2.272m.966 3.755a1 1 0 0 0-1-.997H3a1 1 0 0 0-1 1v4.9C2 19.6 4.4 22 7.35 22h9.3C19.6 22 22 19.6 22 16.65zM14.43 16.75h-5c-.42 0-.75-.33-.75-.75c0-.41.33-.75.75-.75h5a.749.749 0 1 1 0 1.5"/></svg>

React

import type { SVGProps } from "react";

export function ReiconFolderMinus3Filled(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" d="M21.017 7.992c.398.566-.076 1.258-.769 1.258H3a1 1 0 0 1-1-1V6.42C2 3.98 3.98 2 6.42 2h2.32c1.63 0 2.14.53 2.79 1.4l1.4 1.86c.31.41.35.46.93.46h2.79c1.805 0 3.402.897 4.367 2.272m.966 3.755a1 1 0 0 0-1-.997H3a1 1 0 0 0-1 1v4.9C2 19.6 4.4 22 7.35 22h9.3C19.6 22 22 19.6 22 16.65zM14.43 16.75h-5c-.42 0-.75-.33-.75-.75c0-.41.33-.75.75-.75h5a.749.749 0 1 1 0 1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.017 7.992c.398.566-.076 1.258-.769 1.258H3a1 1 0 0 1-1-1V6.42C2 3.98 3.98 2 6.42 2h2.32c1.63 0 2.14.53 2.79 1.4l1.4 1.86c.31.41.35.46.93.46h2.79c1.805 0 3.402.897 4.367 2.272m.966 3.755a1 1 0 0 0-1-.997H3a1 1 0 0 0-1 1v4.9C2 19.6 4.4 22 7.35 22h9.3C19.6 22 22 19.6 22 16.65zM14.43 16.75h-5c-.42 0-.75-.33-.75-.75c0-.41.33-.75.75-.75h5a.749.749 0 1 1 0 1.5"/></svg>
</template>

CSS

.icon-folder-minus3-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%20d%3D%22M21.017%207.992c.398.566-.076%201.258-.769%201.258H3a1%201%200%200%201-1-1V6.42C2%203.98%203.98%202%206.42%202h2.32c1.63%200%202.14.53%202.79%201.4l1.4%201.86c.31.41.35.46.93.46h2.79c1.805%200%203.402.897%204.367%202.272m.966%203.755a1%201%200%200%200-1-.997H3a1%201%200%200%200-1%201v4.9C2%2019.6%204.4%2022%207.35%2022h9.3C19.6%2022%2022%2019.6%2022%2016.65zM14.43%2016.75h-5c-.42%200-.75-.33-.75-.75c0-.41.33-.75.75-.75h5a.749.749%200%201%201%200%201.5%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%20d%3D%22M21.017%207.992c.398.566-.076%201.258-.769%201.258H3a1%201%200%200%201-1-1V6.42C2%203.98%203.98%202%206.42%202h2.32c1.63%200%202.14.53%202.79%201.4l1.4%201.86c.31.41.35.46.93.46h2.79c1.805%200%203.402.897%204.367%202.272m.966%203.755a1%201%200%200%200-1-.997H3a1%201%200%200%200-1%201v4.9C2%2019.6%204.4%2022%207.35%2022h9.3C19.6%2022%2022%2019.6%2022%2016.65zM14.43%2016.75h-5c-.42%200-.75-.33-.75-.75c0-.41.33-.75.75-.75h5a.749.749%200%201%201%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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