folder-data-sharp from Material Symbols by Google · Sharp · Text · Apache-2.0 Free for personal and commercial use.

Name
folder-data-sharp
Set
Material Symbols
Style
Sharp
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

More text icons from Material Symbols

Use the folder data icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 20V4h8l2 2h10v2h-7q-1.65 0-2.825 1.175T11 12q0 .775.263 1.45t.737 1.2v3.7q-.325.35-.537.762t-.338.888zm11.588 2.413Q13 21.825 13 21q0-.575.275-1.025T14 19.25v-5.525q-.45-.275-.725-.712T13 12q0-.825.588-1.412T15 10t1.413.588T17 12q0 .575-.275 1.013t-.725.712V16.6l4-1.325v-1.55q-.45-.275-.725-.712T19 12q0-.825.588-1.412T21 10t1.413.588T23 12q0 .575-.275 1.013t-.725.712V16.7l-6 2v.55q.45.275.725.725T17 21q0 .825-.587 1.413T15 23t-1.412-.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFolderDataSharp(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="M2 20V4h8l2 2h10v2h-7q-1.65 0-2.825 1.175T11 12q0 .775.263 1.45t.737 1.2v3.7q-.325.35-.537.762t-.338.888zm11.588 2.413Q13 21.825 13 21q0-.575.275-1.025T14 19.25v-5.525q-.45-.275-.725-.712T13 12q0-.825.588-1.412T15 10t1.413.588T17 12q0 .575-.275 1.013t-.725.712V16.6l4-1.325v-1.55q-.45-.275-.725-.712T19 12q0-.825.588-1.412T21 10t1.413.588T23 12q0 .575-.275 1.013t-.725.712V16.7l-6 2v.55q.45.275.725.725T17 21q0 .825-.587 1.413T15 23t-1.412-.587"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 20V4h8l2 2h10v2h-7q-1.65 0-2.825 1.175T11 12q0 .775.263 1.45t.737 1.2v3.7q-.325.35-.537.762t-.338.888zm11.588 2.413Q13 21.825 13 21q0-.575.275-1.025T14 19.25v-5.525q-.45-.275-.725-.712T13 12q0-.825.588-1.412T15 10t1.413.588T17 12q0 .575-.275 1.013t-.725.712V16.6l4-1.325v-1.55q-.45-.275-.725-.712T19 12q0-.825.588-1.412T21 10t1.413.588T23 12q0 .575-.275 1.013t-.725.712V16.7l-6 2v.55q.45.275.725.725T17 21q0 .825-.587 1.413T15 23t-1.412-.587"/></svg>
</template>

CSS

.icon-folder-data-sharp {
  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%22M2%2020V4h8l2%202h10v2h-7q-1.65%200-2.825%201.175T11%2012q0%20.775.263%201.45t.737%201.2v3.7q-.325.35-.537.762t-.338.888zm11.588%202.413Q13%2021.825%2013%2021q0-.575.275-1.025T14%2019.25v-5.525q-.45-.275-.725-.712T13%2012q0-.825.588-1.412T15%2010t1.413.588T17%2012q0%20.575-.275%201.013t-.725.712V16.6l4-1.325v-1.55q-.45-.275-.725-.712T19%2012q0-.825.588-1.412T21%2010t1.413.588T23%2012q0%20.575-.275%201.013t-.725.712V16.7l-6%202v.55q.45.275.725.725T17%2021q0%20.825-.587%201.413T15%2023t-1.412-.587%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%22M2%2020V4h8l2%202h10v2h-7q-1.65%200-2.825%201.175T11%2012q0%20.775.263%201.45t.737%201.2v3.7q-.325.35-.537.762t-.338.888zm11.588%202.413Q13%2021.825%2013%2021q0-.575.275-1.025T14%2019.25v-5.525q-.45-.275-.725-.712T13%2012q0-.825.588-1.412T15%2010t1.413.588T17%2012q0%20.575-.275%201.013t-.725.712V16.6l4-1.325v-1.55q-.45-.275-.725-.712T19%2012q0-.825.588-1.412T21%2010t1.413.588T23%2012q0%20.575-.275%201.013t-.725.712V16.7l-6%202v.55q.45.275.725.725T17%2021q0%20.825-.587%201.413T15%2023t-1.412-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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