folder notch open icon

folder-notch-open-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
folder-notch-open-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the folder notch open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M248.23 112.31A20 20 0 0 0 232 104h-12V88a20 20 0 0 0-20-20h-68l-26.66-20a20.12 20.12 0 0 0-12-4H40a20 20 0 0 0-20 20v144a12 12 0 0 0 12 12h179.1a12 12 0 0 0 11.33-8l28.49-81.47l.06-.17a20 20 0 0 0-2.75-18.05M92 68l26.67 20a20.12 20.12 0 0 0 12 4H196v12h-49.57a20 20 0 0 0-11.1 3.36l-19 12.64H69.42a19.91 19.91 0 0 0-18.52 12.44L44 148.77V68Zm110.59 128H50.1l22-52h45.51a20 20 0 0 0 11.1-3.36l19-12.64h78.73Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFolderNotchOpenBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M248.23 112.31A20 20 0 0 0 232 104h-12V88a20 20 0 0 0-20-20h-68l-26.66-20a20.12 20.12 0 0 0-12-4H40a20 20 0 0 0-20 20v144a12 12 0 0 0 12 12h179.1a12 12 0 0 0 11.33-8l28.49-81.47l.06-.17a20 20 0 0 0-2.75-18.05M92 68l26.67 20a20.12 20.12 0 0 0 12 4H196v12h-49.57a20 20 0 0 0-11.1 3.36l-19 12.64H69.42a19.91 19.91 0 0 0-18.52 12.44L44 148.77V68Zm110.59 128H50.1l22-52h45.51a20 20 0 0 0 11.1-3.36l19-12.64h78.73Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M248.23 112.31A20 20 0 0 0 232 104h-12V88a20 20 0 0 0-20-20h-68l-26.66-20a20.12 20.12 0 0 0-12-4H40a20 20 0 0 0-20 20v144a12 12 0 0 0 12 12h179.1a12 12 0 0 0 11.33-8l28.49-81.47l.06-.17a20 20 0 0 0-2.75-18.05M92 68l26.67 20a20.12 20.12 0 0 0 12 4H196v12h-49.57a20 20 0 0 0-11.1 3.36l-19 12.64H69.42a19.91 19.91 0 0 0-18.52 12.44L44 148.77V68Zm110.59 128H50.1l22-52h45.51a20 20 0 0 0 11.1-3.36l19-12.64h78.73Z"/></svg>
</template>

CSS

.icon-folder-notch-open-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M248.23%20112.31A20%2020%200%200%200%20232%20104h-12V88a20%2020%200%200%200-20-20h-68l-26.66-20a20.12%2020.12%200%200%200-12-4H40a20%2020%200%200%200-20%2020v144a12%2012%200%200%200%2012%2012h179.1a12%2012%200%200%200%2011.33-8l28.49-81.47l.06-.17a20%2020%200%200%200-2.75-18.05M92%2068l26.67%2020a20.12%2020.12%200%200%200%2012%204H196v12h-49.57a20%2020%200%200%200-11.1%203.36l-19%2012.64H69.42a19.91%2019.91%200%200%200-18.52%2012.44L44%20148.77V68Zm110.59%20128H50.1l22-52h45.51a20%2020%200%200%200%2011.1-3.36l19-12.64h78.73Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M248.23%20112.31A20%2020%200%200%200%20232%20104h-12V88a20%2020%200%200%200-20-20h-68l-26.66-20a20.12%2020.12%200%200%200-12-4H40a20%2020%200%200%200-20%2020v144a12%2012%200%200%200%2012%2012h179.1a12%2012%200%200%200%2011.33-8l28.49-81.47l.06-.17a20%2020%200%200%200-2.75-18.05M92%2068l26.67%2020a20.12%2020.12%200%200%200%2012%204H196v12h-49.57a20%2020%200%200%200-11.1%203.36l-19%2012.64H69.42a19.91%2019.91%200%200%200-18.52%2012.44L44%20148.77V68Zm110.59%20128H50.1l22-52h45.51a20%2020%200%200%200%2011.1-3.36l19-12.64h78.73Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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