folder-open-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
folder-open-rounded
Set
Material Symbols Light
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the folder open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 19q-.633 0-1.066-.434Q3 18.133 3 17.5V6.616q0-.633.491-1.125Q3.983 5 4.615 5h4.31q.323 0 .628.13q.305.132.522.349L11.596 7h8.731q.214 0 .357.143t.143.357t-.143.357t-.357.143H7.447q-1.397 0-2.422.898T4 11.162v6.223q0 .211.106.346t.279.23l1.917-6.42q.162-.516.593-.836t.967-.32h12.823q.813 0 1.305.649q.49.649.254 1.426l-1.646 5.48q-.142.477-.545.769q-.403.291-.9.291z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFolderOpenRounded(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="M4.5 19q-.633 0-1.066-.434Q3 18.133 3 17.5V6.616q0-.633.491-1.125Q3.983 5 4.615 5h4.31q.323 0 .628.13q.305.132.522.349L11.596 7h8.731q.214 0 .357.143t.143.357t-.143.357t-.357.143H7.447q-1.397 0-2.422.898T4 11.162v6.223q0 .211.106.346t.279.23l1.917-6.42q.162-.516.593-.836t.967-.32h12.823q.813 0 1.305.649q.49.649.254 1.426l-1.646 5.48q-.142.477-.545.769q-.403.291-.9.291z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 19q-.633 0-1.066-.434Q3 18.133 3 17.5V6.616q0-.633.491-1.125Q3.983 5 4.615 5h4.31q.323 0 .628.13q.305.132.522.349L11.596 7h8.731q.214 0 .357.143t.143.357t-.143.357t-.357.143H7.447q-1.397 0-2.422.898T4 11.162v6.223q0 .211.106.346t.279.23l1.917-6.42q.162-.516.593-.836t.967-.32h12.823q.813 0 1.305.649q.49.649.254 1.426l-1.646 5.48q-.142.477-.545.769q-.403.291-.9.291z"/></svg>
</template>

CSS

.icon-folder-open-rounded {
  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%22M4.5%2019q-.633%200-1.066-.434Q3%2018.133%203%2017.5V6.616q0-.633.491-1.125Q3.983%205%204.615%205h4.31q.323%200%20.628.13q.305.132.522.349L11.596%207h8.731q.214%200%20.357.143t.143.357t-.143.357t-.357.143H7.447q-1.397%200-2.422.898T4%2011.162v6.223q0%20.211.106.346t.279.23l1.917-6.42q.162-.516.593-.836t.967-.32h12.823q.813%200%201.305.649q.49.649.254%201.426l-1.646%205.48q-.142.477-.545.769q-.403.291-.9.291z%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%22M4.5%2019q-.633%200-1.066-.434Q3%2018.133%203%2017.5V6.616q0-.633.491-1.125Q3.983%205%204.615%205h4.31q.323%200%20.628.13q.305.132.522.349L11.596%207h8.731q.214%200%20.357.143t.143.357t-.143.357t-.357.143H7.447q-1.397%200-2.422.898T4%2011.162v6.223q0%20.211.106.346t.279.23l1.917-6.42q.162-.516.593-.836t.967-.32h12.823q.813%200%201.305.649q.49.649.254%201.426l-1.646%205.48q-.142.477-.545.769q-.403.291-.9.291z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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