folder data icon
folder-data-outline-sharp from Material Symbols by Google · Outline Sharp · Text · Apache-2.0 Free for personal and commercial use.
- Name
- folder-data-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More text icons from Material Symbols
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
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="M13.588 22.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-.587M4 20V6zm-2 0V4h8l2 2h10v2H11.175l-2-2H4v12h7v2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFolderDataOutlineSharp(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="M13.588 22.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-.587M4 20V6zm-2 0V4h8l2 2h10v2H11.175l-2-2H4v12h7v2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.588 22.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-.587M4 20V6zm-2 0V4h8l2 2h10v2H11.175l-2-2H4v12h7v2z"/></svg> </template>
CSS
.icon-folder-data-outline-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%22M13.588%2022.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-.587M4%2020V6zm-2%200V4h8l2%202h10v2H11.175l-2-2H4v12h7v2z%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%22M13.588%2022.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-.587M4%2020V6zm-2%200V4h8l2%202h10v2H11.175l-2-2H4v12h7v2z%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-outline-sharp.svg?color=%231a73e8&size=48