open-folder-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
open-folder-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the open folder icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.747 3l10.506.002a3.75 3.75 0 0 1 3.745 3.551l.005.2v4.492a.75.75 0 0 1-1.493.102l-.007-.102V6.752c0-1.19-.925-2.165-2.096-2.245l-.154-.005L6.747 4.5a2.25 2.25 0 0 0-2.242 2.057l-.008.159l.002 10.536a2.253 2.253 0 0 0 2.097 2.245l.154.005h4.496a.75.75 0 0 1 .102 1.493l-.102.007H6.75a3.75 3.75 0 0 1-3.745-3.55l-.006-.2l-.001-10.5l.004-.203a3.75 3.75 0 0 1 3.546-3.544zM9.75 9h6.504a.75.75 0 0 1 .102 1.493l-.102.007l-4.694-.001l7.224 7.22a.75.75 0 0 1 .073.977l-.073.084a.75.75 0 0 1-.977.073l-.084-.073l-7.223-7.22v4.691a.75.75 0 0 1-.648.743l-.102.007a.75.75 0 0 1-.743-.648L9 16.25V9.734q0-.037.005-.076l.021-.108l.035-.096l.005-.012a.7.7 0 0 1 .153-.223l.044-.04l.081-.06l.06-.035l.095-.042l.067-.02l.062-.013L9.72 9h6.533z"/></svg>

React

import type { SVGProps } from "react";

export function FluentOpenFolder24Regular(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="m6.747 3l10.506.002a3.75 3.75 0 0 1 3.745 3.551l.005.2v4.492a.75.75 0 0 1-1.493.102l-.007-.102V6.752c0-1.19-.925-2.165-2.096-2.245l-.154-.005L6.747 4.5a2.25 2.25 0 0 0-2.242 2.057l-.008.159l.002 10.536a2.253 2.253 0 0 0 2.097 2.245l.154.005h4.496a.75.75 0 0 1 .102 1.493l-.102.007H6.75a3.75 3.75 0 0 1-3.745-3.55l-.006-.2l-.001-10.5l.004-.203a3.75 3.75 0 0 1 3.546-3.544zM9.75 9h6.504a.75.75 0 0 1 .102 1.493l-.102.007l-4.694-.001l7.224 7.22a.75.75 0 0 1 .073.977l-.073.084a.75.75 0 0 1-.977.073l-.084-.073l-7.223-7.22v4.691a.75.75 0 0 1-.648.743l-.102.007a.75.75 0 0 1-.743-.648L9 16.25V9.734q0-.037.005-.076l.021-.108l.035-.096l.005-.012a.7.7 0 0 1 .153-.223l.044-.04l.081-.06l.06-.035l.095-.042l.067-.02l.062-.013L9.72 9h6.533z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.747 3l10.506.002a3.75 3.75 0 0 1 3.745 3.551l.005.2v4.492a.75.75 0 0 1-1.493.102l-.007-.102V6.752c0-1.19-.925-2.165-2.096-2.245l-.154-.005L6.747 4.5a2.25 2.25 0 0 0-2.242 2.057l-.008.159l.002 10.536a2.253 2.253 0 0 0 2.097 2.245l.154.005h4.496a.75.75 0 0 1 .102 1.493l-.102.007H6.75a3.75 3.75 0 0 1-3.745-3.55l-.006-.2l-.001-10.5l.004-.203a3.75 3.75 0 0 1 3.546-3.544zM9.75 9h6.504a.75.75 0 0 1 .102 1.493l-.102.007l-4.694-.001l7.224 7.22a.75.75 0 0 1 .073.977l-.073.084a.75.75 0 0 1-.977.073l-.084-.073l-7.223-7.22v4.691a.75.75 0 0 1-.648.743l-.102.007a.75.75 0 0 1-.743-.648L9 16.25V9.734q0-.037.005-.076l.021-.108l.035-.096l.005-.012a.7.7 0 0 1 .153-.223l.044-.04l.081-.06l.06-.035l.095-.042l.067-.02l.062-.013L9.72 9h6.533z"/></svg>
</template>

CSS

.icon-open-folder-24-regular {
  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%22m6.747%203l10.506.002a3.75%203.75%200%200%201%203.745%203.551l.005.2v4.492a.75.75%200%200%201-1.493.102l-.007-.102V6.752c0-1.19-.925-2.165-2.096-2.245l-.154-.005L6.747%204.5a2.25%202.25%200%200%200-2.242%202.057l-.008.159l.002%2010.536a2.253%202.253%200%200%200%202.097%202.245l.154.005h4.496a.75.75%200%200%201%20.102%201.493l-.102.007H6.75a3.75%203.75%200%200%201-3.745-3.55l-.006-.2l-.001-10.5l.004-.203a3.75%203.75%200%200%201%203.546-3.544zM9.75%209h6.504a.75.75%200%200%201%20.102%201.493l-.102.007l-4.694-.001l7.224%207.22a.75.75%200%200%201%20.073.977l-.073.084a.75.75%200%200%201-.977.073l-.084-.073l-7.223-7.22v4.691a.75.75%200%200%201-.648.743l-.102.007a.75.75%200%200%201-.743-.648L9%2016.25V9.734q0-.037.005-.076l.021-.108l.035-.096l.005-.012a.7.7%200%200%201%20.153-.223l.044-.04l.081-.06l.06-.035l.095-.042l.067-.02l.062-.013L9.72%209h6.533z%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%22m6.747%203l10.506.002a3.75%203.75%200%200%201%203.745%203.551l.005.2v4.492a.75.75%200%200%201-1.493.102l-.007-.102V6.752c0-1.19-.925-2.165-2.096-2.245l-.154-.005L6.747%204.5a2.25%202.25%200%200%200-2.242%202.057l-.008.159l.002%2010.536a2.253%202.253%200%200%200%202.097%202.245l.154.005h4.496a.75.75%200%200%201%20.102%201.493l-.102.007H6.75a3.75%203.75%200%200%201-3.745-3.55l-.006-.2l-.001-10.5l.004-.203a3.75%203.75%200%200%201%203.546-3.544zM9.75%209h6.504a.75.75%200%200%201%20.102%201.493l-.102.007l-4.694-.001l7.224%207.22a.75.75%200%200%201%20.073.977l-.073.084a.75.75%200%200%201-.977.073l-.084-.073l-7.223-7.22v4.691a.75.75%200%200%201-.648.743l-.102.007a.75.75%200%200%201-.743-.648L9%2016.25V9.734q0-.037.005-.076l.021-.108l.035-.096l.005-.012a.7.7%200%200%201%20.153-.223l.044-.04l.081-.06l.06-.035l.095-.042l.067-.02l.062-.013L9.72%209h6.533z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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