folder-sharp-two-tone from Keyline Icons by Keyline Icons · Sharp Two Tone · MIT Free for personal and commercial use.

Name
folder-sharp-two-tone
Set
Keyline Icons
Style
Sharp Two Tone
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

Use the folder 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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M3 3L9.5 3C9.7652 3 10.0196 3.1054 10.2071 3.2929L12.4142 5.5L21 5.5C21.5523 5.5 22 5.9477 22 6.5L22 20C22 20.5523 21.5523 21 21 21L3 21C2.4477 21 2 20.5523 2 20L2 4C2 3.4477 2.4477 3 3 3Z" stroke="none"/><path d="M3 4L9.5 4L12 6.5L21 6.5L21 20L3 20L3 4Z"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsFolderSharpTwoTone(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" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M3 3L9.5 3C9.7652 3 10.0196 3.1054 10.2071 3.2929L12.4142 5.5L21 5.5C21.5523 5.5 22 5.9477 22 6.5L22 20C22 20.5523 21.5523 21 21 21L3 21C2.4477 21 2 20.5523 2 20L2 4C2 3.4477 2.4477 3 3 3Z" stroke="none"/><path d="M3 4L9.5 4L12 6.5L21 6.5L21 20L3 20L3 4Z"/></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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M3 3L9.5 3C9.7652 3 10.0196 3.1054 10.2071 3.2929L12.4142 5.5L21 5.5C21.5523 5.5 22 5.9477 22 6.5L22 20C22 20.5523 21.5523 21 21 21L3 21C2.4477 21 2 20.5523 2 20L2 4C2 3.4477 2.4477 3 3 3Z" stroke="none"/><path d="M3 4L9.5 4L12 6.5L21 6.5L21 20L3 20L3 4Z"/></g></svg>
</template>

CSS

.icon-folder-sharp-two-tone {
  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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M3%203L9.5%203C9.7652%203%2010.0196%203.1054%2010.2071%203.2929L12.4142%205.5L21%205.5C21.5523%205.5%2022%205.9477%2022%206.5L22%2020C22%2020.5523%2021.5523%2021%2021%2021L3%2021C2.4477%2021%202%2020.5523%202%2020L2%204C2%203.4477%202.4477%203%203%203Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M3%204L9.5%204L12%206.5L21%206.5L21%2020L3%2020L3%204Z%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M3%203L9.5%203C9.7652%203%2010.0196%203.1054%2010.2071%203.2929L12.4142%205.5L21%205.5C21.5523%205.5%2022%205.9477%2022%206.5L22%2020C22%2020.5523%2021.5523%2021%2021%2021L3%2021C2.4477%2021%202%2020.5523%202%2020L2%204C2%203.4477%202.4477%203%203%203Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M3%204L9.5%204L12%206.5L21%206.5L21%2020L3%2020L3%204Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/folder-sharp-two-tone.svg?color=%231a73e8&size=48