folder-outline from Dither Icons by Vijay K Singh · Outline · MIT Free for personal and commercial use.

Name
folder-outline
Set
Dither Icons
Style
Outline
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

The same icon in other sets

All folder 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="currentColor"><defs><mask id="svgID30" width="24" height="24" x="0" y="0" maskUnits="userSpaceOnUse"><rect width="24" height="24" fill="#fff"/><path fill="#000" stroke="#000" stroke-linejoin="round" stroke-width=".32" d="M3 10h18a1 1 0 0 1 1 1.2l-1.5 8a1 1 0 0 1-1 .8h-15a1 1 0 0 1-1-.8l-1.5-8A1 1 0 0 1 3 10Z"/></mask><mask id="svgID31" width="24" height="24" x="0" y="0" maskUnits="userSpaceOnUse"><rect width="24" height="24" fill="#fff"/><path fill="#000" stroke="#000" stroke-linejoin="round" stroke-width=".32" d="M6.6 9.5h9.3a.6.6 0 0 1 .6.6V19H6v-8.9a.6.6 0 0 1 .6-.6Z"/></mask><mask id="svgID32" width="24" height="24" x="0" y="0" maskUnits="userSpaceOnUse"><rect width="24" height="24" fill="#fff"/><path fill="#000" stroke="#000" stroke-linejoin="round" stroke-width=".32" d="M8.1 10.5h9.3a.6.6 0 0 1 .6.6V19H7.5v-7.9a.6.6 0 0 1 .6-.6Z"/></mask></defs><g mask="url(#svgID30)"><g mask="url(#svgID32)"><g mask="url(#svgID31)"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.4" d="M4 4h5l3 3h8a2 2 0 0 1 2 2v10H2V6a2 2 0 0 1 2-2Z" opacity=".45"/></g><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.4" d="M6.6 9.5h9.3a.6.6 0 0 1 .6.6V19H6v-8.9a.6.6 0 0 1 .6-.6Z" opacity=".6"/></g><g fill="none" stroke="currentColor" stroke-linejoin="round" opacity=".9"><path stroke-width="1.4" d="M8.1 10.5h9.3a.6.6 0 0 1 .6.6V19H7.5v-7.9a.6.6 0 0 1 .6-.6Z"/><path stroke-linecap="round" stroke-width=".48" d="M8.4 10.7h8.5" opacity="0"/></g></g><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.4" d="M3 10h18a1 1 0 0 1 1 1.2l-1.5 8a1 1 0 0 1-1 .8h-15a1 1 0 0 1-1-.8l-1.5-8A1 1 0 0 1 3 10Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M19.35 6.5l.9-.8M16.65 5.65l.1-1.15" opacity="0"/></g></svg>

React

import type { SVGProps } from "react";

export function DitherFolderOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><mask id="svgID30" width="24" height="24" x="0" y="0" maskUnits="userSpaceOnUse"><rect width="24" height="24" fill="#fff"/><path fill="#000" stroke="#000" strokeLinejoin="round" strokeWidth=".32" d="M3 10h18a1 1 0 0 1 1 1.2l-1.5 8a1 1 0 0 1-1 .8h-15a1 1 0 0 1-1-.8l-1.5-8A1 1 0 0 1 3 10Z"/></mask><mask id="svgID31" width="24" height="24" x="0" y="0" maskUnits="userSpaceOnUse"><rect width="24" height="24" fill="#fff"/><path fill="#000" stroke="#000" strokeLinejoin="round" strokeWidth=".32" d="M6.6 9.5h9.3a.6.6 0 0 1 .6.6V19H6v-8.9a.6.6 0 0 1 .6-.6Z"/></mask><mask id="svgID32" width="24" height="24" x="0" y="0" maskUnits="userSpaceOnUse"><rect width="24" height="24" fill="#fff"/><path fill="#000" stroke="#000" strokeLinejoin="round" strokeWidth=".32" d="M8.1 10.5h9.3a.6.6 0 0 1 .6.6V19H7.5v-7.9a.6.6 0 0 1 .6-.6Z"/></mask></defs><g mask="url(#svgID30)"><g mask="url(#svgID32)"><g mask="url(#svgID31)"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.4" d="M4 4h5l3 3h8a2 2 0 0 1 2 2v10H2V6a2 2 0 0 1 2-2Z" opacity=".45"/></g><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.4" d="M6.6 9.5h9.3a.6.6 0 0 1 .6.6V19H6v-8.9a.6.6 0 0 1 .6-.6Z" opacity=".6"/></g><g fill="none" stroke="currentColor" strokeLinejoin="round" opacity=".9"><path strokeWidth="1.4" d="M8.1 10.5h9.3a.6.6 0 0 1 .6.6V19H7.5v-7.9a.6.6 0 0 1 .6-.6Z"/><path strokeLinecap="round" strokeWidth=".48" d="M8.4 10.7h8.5" opacity="0"/></g></g><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.4" d="M3 10h18a1 1 0 0 1 1 1.2l-1.5 8a1 1 0 0 1-1 .8h-15a1 1 0 0 1-1-.8l-1.5-8A1 1 0 0 1 3 10Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M19.35 6.5l.9-.8M16.65 5.65l.1-1.15" opacity="0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><mask id="svgID30" width="24" height="24" x="0" y="0" maskUnits="userSpaceOnUse"><rect width="24" height="24" fill="#fff"/><path fill="#000" stroke="#000" stroke-linejoin="round" stroke-width=".32" d="M3 10h18a1 1 0 0 1 1 1.2l-1.5 8a1 1 0 0 1-1 .8h-15a1 1 0 0 1-1-.8l-1.5-8A1 1 0 0 1 3 10Z"/></mask><mask id="svgID31" width="24" height="24" x="0" y="0" maskUnits="userSpaceOnUse"><rect width="24" height="24" fill="#fff"/><path fill="#000" stroke="#000" stroke-linejoin="round" stroke-width=".32" d="M6.6 9.5h9.3a.6.6 0 0 1 .6.6V19H6v-8.9a.6.6 0 0 1 .6-.6Z"/></mask><mask id="svgID32" width="24" height="24" x="0" y="0" maskUnits="userSpaceOnUse"><rect width="24" height="24" fill="#fff"/><path fill="#000" stroke="#000" stroke-linejoin="round" stroke-width=".32" d="M8.1 10.5h9.3a.6.6 0 0 1 .6.6V19H7.5v-7.9a.6.6 0 0 1 .6-.6Z"/></mask></defs><g mask="url(#svgID30)"><g mask="url(#svgID32)"><g mask="url(#svgID31)"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.4" d="M4 4h5l3 3h8a2 2 0 0 1 2 2v10H2V6a2 2 0 0 1 2-2Z" opacity=".45"/></g><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.4" d="M6.6 9.5h9.3a.6.6 0 0 1 .6.6V19H6v-8.9a.6.6 0 0 1 .6-.6Z" opacity=".6"/></g><g fill="none" stroke="currentColor" stroke-linejoin="round" opacity=".9"><path stroke-width="1.4" d="M8.1 10.5h9.3a.6.6 0 0 1 .6.6V19H7.5v-7.9a.6.6 0 0 1 .6-.6Z"/><path stroke-linecap="round" stroke-width=".48" d="M8.4 10.7h8.5" opacity="0"/></g></g><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.4" d="M3 10h18a1 1 0 0 1 1 1.2l-1.5 8a1 1 0 0 1-1 .8h-15a1 1 0 0 1-1-.8l-1.5-8A1 1 0 0 1 3 10Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M19.35 6.5l.9-.8M16.65 5.65l.1-1.15" opacity="0"/></g></svg>
</template>

CSS

.icon-folder-outline {
  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%22currentColor%22%3E%3Cdefs%3E%3Cmask%20id%3D%22svgID30%22%20width%3D%2224%22%20height%3D%2224%22%20x%3D%220%22%20y%3D%220%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.32%22%20d%3D%22M3%2010h18a1%201%200%200%201%201%201.2l-1.5%208a1%201%200%200%201-1%20.8h-15a1%201%200%200%201-1-.8l-1.5-8A1%201%200%200%201%203%2010Z%22%2F%3E%3C%2Fmask%3E%3Cmask%20id%3D%22svgID31%22%20width%3D%2224%22%20height%3D%2224%22%20x%3D%220%22%20y%3D%220%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.32%22%20d%3D%22M6.6%209.5h9.3a.6.6%200%200%201%20.6.6V19H6v-8.9a.6.6%200%200%201%20.6-.6Z%22%2F%3E%3C%2Fmask%3E%3Cmask%20id%3D%22svgID32%22%20width%3D%2224%22%20height%3D%2224%22%20x%3D%220%22%20y%3D%220%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.32%22%20d%3D%22M8.1%2010.5h9.3a.6.6%200%200%201%20.6.6V19H7.5v-7.9a.6.6%200%200%201%20.6-.6Z%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20mask%3D%22url(%23svgID30)%22%3E%3Cg%20mask%3D%22url(%23svgID32)%22%3E%3Cg%20mask%3D%22url(%23svgID31)%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M4%204h5l3%203h8a2%202%200%200%201%202%202v10H2V6a2%202%200%200%201%202-2Z%22%20opacity%3D%22.45%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M6.6%209.5h9.3a.6.6%200%200%201%20.6.6V19H6v-8.9a.6.6%200%200%201%20.6-.6Z%22%20opacity%3D%22.6%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20opacity%3D%22.9%22%3E%3Cpath%20stroke-width%3D%221.4%22%20d%3D%22M8.1%2010.5h9.3a.6.6%200%200%201%20.6.6V19H7.5v-7.9a.6.6%200%200%201%20.6-.6Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.48%22%20d%3D%22M8.4%2010.7h8.5%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M3%2010h18a1%201%200%200%201%201%201.2l-1.5%208a1%201%200%200%201-1%20.8h-15a1%201%200%200%201-1-.8l-1.5-8A1%201%200%200%201%203%2010Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M19.35%206.5l.9-.8M16.65%205.65l.1-1.15%22%20opacity%3D%220%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%22currentColor%22%3E%3Cdefs%3E%3Cmask%20id%3D%22svgID30%22%20width%3D%2224%22%20height%3D%2224%22%20x%3D%220%22%20y%3D%220%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.32%22%20d%3D%22M3%2010h18a1%201%200%200%201%201%201.2l-1.5%208a1%201%200%200%201-1%20.8h-15a1%201%200%200%201-1-.8l-1.5-8A1%201%200%200%201%203%2010Z%22%2F%3E%3C%2Fmask%3E%3Cmask%20id%3D%22svgID31%22%20width%3D%2224%22%20height%3D%2224%22%20x%3D%220%22%20y%3D%220%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.32%22%20d%3D%22M6.6%209.5h9.3a.6.6%200%200%201%20.6.6V19H6v-8.9a.6.6%200%200%201%20.6-.6Z%22%2F%3E%3C%2Fmask%3E%3Cmask%20id%3D%22svgID32%22%20width%3D%2224%22%20height%3D%2224%22%20x%3D%220%22%20y%3D%220%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.32%22%20d%3D%22M8.1%2010.5h9.3a.6.6%200%200%201%20.6.6V19H7.5v-7.9a.6.6%200%200%201%20.6-.6Z%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20mask%3D%22url(%23svgID30)%22%3E%3Cg%20mask%3D%22url(%23svgID32)%22%3E%3Cg%20mask%3D%22url(%23svgID31)%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M4%204h5l3%203h8a2%202%200%200%201%202%202v10H2V6a2%202%200%200%201%202-2Z%22%20opacity%3D%22.45%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M6.6%209.5h9.3a.6.6%200%200%201%20.6.6V19H6v-8.9a.6.6%200%200%201%20.6-.6Z%22%20opacity%3D%22.6%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20opacity%3D%22.9%22%3E%3Cpath%20stroke-width%3D%221.4%22%20d%3D%22M8.1%2010.5h9.3a.6.6%200%200%201%20.6.6V19H7.5v-7.9a.6.6%200%200%201%20.6-.6Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.48%22%20d%3D%22M8.4%2010.7h8.5%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M3%2010h18a1%201%200%200%201%201%201.2l-1.5%208a1%201%200%200%201-1%20.8h-15a1%201%200%200%201-1-.8l-1.5-8A1%201%200%200%201%203%2010Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M19.35%206.5l.9-.8M16.65%205.65l.1-1.15%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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