folder pdf open logo
folder-pdf-open from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- folder-pdf-open
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 16×16
- License
- MIT
Related icons in Material Icon Theme
folder-adminfolder-admin-openfolder-androidfolder-android-openfolder-angularfolder-angular-openfolder-animationfolder-animation-openfolder-ansiblefolder-ansible-openfolder-apifolder-api-openfolder-apollofolder-apollo-openfolder-appfolder-app-openfolder-appwritefolder-appwrite-openfolder-archivefolder-archive-openfolder-assemblyfolder-assembly-openfolder-astrofolder-astro-open
Use the folder pdf open logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ef5350" d="M14.483 6H4.721a1 1 0 0 0-.949.684L2 12V5h12a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h11l2.403-5.606A1 1 0 0 0 14.483 6"/><path fill="#ffcdd2" d="M11.217 8.969a7.4 7.4 0 0 1-.508 1.203a5 5 0 0 0-.247.518l.055-.02a9 9 0 0 1 1.67-.463q-.108-.075-.21-.162a3.1 3.1 0 0 1-.76-1.077m3.236 1.906a.57.57 0 0 1-.45.15a3.6 3.6 0 0 1-1.492-.37a10 10 0 0 0-2.023.375l-.092.035C9.774 12.126 9.314 12.6 8.908 12.6a.5.5 0 0 1-.22-.052l-.24-.157l-.011-.027a.4.4 0 0 1-.026-.268a1.9 1.9 0 0 1 .941-1.06a3 3 0 0 1 .445-.244q.223-.393.476-.902a8.7 8.7 0 0 0 .544-1.462l-.003-.006a2.47 2.47 0 0 1-.11-1.633c.055-.193.21-.388.397-.388h.119a.43.43 0 0 1 .304.123c.33.33.179 1.134.011 1.798l-.018.07a2.9 2.9 0 0 0 .799 1.278a4 4 0 0 0 .43.293a6 6 0 0 1 .65-.037c.62 0 .992.112 1.138.343a.4.4 0 0 1 .062.275a.48.48 0 0 1-.143.331M15 5H8a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1m-.743 5.522c-.056-.054-.261-.179-.959-.179a.13.13 0 0 0-.115.05a2.7 2.7 0 0 0 .951.256a1 1 0 0 0 .098-.007l.017-.003c.024-.007.04-.015.045-.065zm-4.592.728a2 2 0 0 0-.238.157a1.83 1.83 0 0 0-.607.846c.227-.078.521-.406.845-1.003m1.508-3.453l.027-.018c.037-.162.06-.301.08-.412l.016-.081c.048-.27.042-.426-.05-.548l-.073-.025l-.033.059a1.83 1.83 0 0 0 .033 1.025"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeFolderPdfOpen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ef5350" d="M14.483 6H4.721a1 1 0 0 0-.949.684L2 12V5h12a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h11l2.403-5.606A1 1 0 0 0 14.483 6"/><path fill="#ffcdd2" d="M11.217 8.969a7.4 7.4 0 0 1-.508 1.203a5 5 0 0 0-.247.518l.055-.02a9 9 0 0 1 1.67-.463q-.108-.075-.21-.162a3.1 3.1 0 0 1-.76-1.077m3.236 1.906a.57.57 0 0 1-.45.15a3.6 3.6 0 0 1-1.492-.37a10 10 0 0 0-2.023.375l-.092.035C9.774 12.126 9.314 12.6 8.908 12.6a.5.5 0 0 1-.22-.052l-.24-.157l-.011-.027a.4.4 0 0 1-.026-.268a1.9 1.9 0 0 1 .941-1.06a3 3 0 0 1 .445-.244q.223-.393.476-.902a8.7 8.7 0 0 0 .544-1.462l-.003-.006a2.47 2.47 0 0 1-.11-1.633c.055-.193.21-.388.397-.388h.119a.43.43 0 0 1 .304.123c.33.33.179 1.134.011 1.798l-.018.07a2.9 2.9 0 0 0 .799 1.278a4 4 0 0 0 .43.293a6 6 0 0 1 .65-.037c.62 0 .992.112 1.138.343a.4.4 0 0 1 .062.275a.48.48 0 0 1-.143.331M15 5H8a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1m-.743 5.522c-.056-.054-.261-.179-.959-.179a.13.13 0 0 0-.115.05a2.7 2.7 0 0 0 .951.256a1 1 0 0 0 .098-.007l.017-.003c.024-.007.04-.015.045-.065zm-4.592.728a2 2 0 0 0-.238.157a1.83 1.83 0 0 0-.607.846c.227-.078.521-.406.845-1.003m1.508-3.453l.027-.018c.037-.162.06-.301.08-.412l.016-.081c.048-.27.042-.426-.05-.548l-.073-.025l-.033.059a1.83 1.83 0 0 0 .033 1.025"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ef5350" d="M14.483 6H4.721a1 1 0 0 0-.949.684L2 12V5h12a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h11l2.403-5.606A1 1 0 0 0 14.483 6"/><path fill="#ffcdd2" d="M11.217 8.969a7.4 7.4 0 0 1-.508 1.203a5 5 0 0 0-.247.518l.055-.02a9 9 0 0 1 1.67-.463q-.108-.075-.21-.162a3.1 3.1 0 0 1-.76-1.077m3.236 1.906a.57.57 0 0 1-.45.15a3.6 3.6 0 0 1-1.492-.37a10 10 0 0 0-2.023.375l-.092.035C9.774 12.126 9.314 12.6 8.908 12.6a.5.5 0 0 1-.22-.052l-.24-.157l-.011-.027a.4.4 0 0 1-.026-.268a1.9 1.9 0 0 1 .941-1.06a3 3 0 0 1 .445-.244q.223-.393.476-.902a8.7 8.7 0 0 0 .544-1.462l-.003-.006a2.47 2.47 0 0 1-.11-1.633c.055-.193.21-.388.397-.388h.119a.43.43 0 0 1 .304.123c.33.33.179 1.134.011 1.798l-.018.07a2.9 2.9 0 0 0 .799 1.278a4 4 0 0 0 .43.293a6 6 0 0 1 .65-.037c.62 0 .992.112 1.138.343a.4.4 0 0 1 .062.275a.48.48 0 0 1-.143.331M15 5H8a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1m-.743 5.522c-.056-.054-.261-.179-.959-.179a.13.13 0 0 0-.115.05a2.7 2.7 0 0 0 .951.256a1 1 0 0 0 .098-.007l.017-.003c.024-.007.04-.015.045-.065zm-4.592.728a2 2 0 0 0-.238.157a1.83 1.83 0 0 0-.607.846c.227-.078.521-.406.845-1.003m1.508-3.453l.027-.018c.037-.162.06-.301.08-.412l.016-.081c.048-.27.042-.426-.05-.548l-.073-.025l-.033.059a1.83 1.83 0 0 0 .033 1.025"/></svg> </template>
CSS
.icon-folder-pdf-open {
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%2016%2016%22%3E%3Cpath%20fill%3D%22%23ef5350%22%20d%3D%22M14.483%206H4.721a1%201%200%200%200-.949.684L2%2012V5h12a1%201%200%200%200-1-1H7.562a1%201%200%200%201-.64-.232l-.644-.536A1%201%200%200%200%205.638%203H2a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h11l2.403-5.606A1%201%200%200%200%2014.483%206%22%2F%3E%3Cpath%20fill%3D%22%23ffcdd2%22%20d%3D%22M11.217%208.969a7.4%207.4%200%200%201-.508%201.203a5%205%200%200%200-.247.518l.055-.02a9%209%200%200%201%201.67-.463q-.108-.075-.21-.162a3.1%203.1%200%200%201-.76-1.077m3.236%201.906a.57.57%200%200%201-.45.15a3.6%203.6%200%200%201-1.492-.37a10%2010%200%200%200-2.023.375l-.092.035C9.774%2012.126%209.314%2012.6%208.908%2012.6a.5.5%200%200%201-.22-.052l-.24-.157l-.011-.027a.4.4%200%200%201-.026-.268a1.9%201.9%200%200%201%20.941-1.06a3%203%200%200%201%20.445-.244q.223-.393.476-.902a8.7%208.7%200%200%200%20.544-1.462l-.003-.006a2.47%202.47%200%200%201-.11-1.633c.055-.193.21-.388.397-.388h.119a.43.43%200%200%201%20.304.123c.33.33.179%201.134.011%201.798l-.018.07a2.9%202.9%200%200%200%20.799%201.278a4%204%200%200%200%20.43.293a6%206%200%200%201%20.65-.037c.62%200%20.992.112%201.138.343a.4.4%200%200%201%20.062.275a.48.48%200%200%201-.143.331M15%205H8a1%201%200%200%200-1%201v7a1%201%200%200%200%201%201h7a1%201%200%200%200%201-1V6a1%201%200%200%200-1-1m-.743%205.522c-.056-.054-.261-.179-.959-.179a.13.13%200%200%200-.115.05a2.7%202.7%200%200%200%20.951.256a1%201%200%200%200%20.098-.007l.017-.003c.024-.007.04-.015.045-.065zm-4.592.728a2%202%200%200%200-.238.157a1.83%201.83%200%200%200-.607.846c.227-.078.521-.406.845-1.003m1.508-3.453l.027-.018c.037-.162.06-.301.08-.412l.016-.081c.048-.27.042-.426-.05-.548l-.073-.025l-.033.059a1.83%201.83%200%200%200%20.033%201.025%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%2016%2016%22%3E%3Cpath%20fill%3D%22%23ef5350%22%20d%3D%22M14.483%206H4.721a1%201%200%200%200-.949.684L2%2012V5h12a1%201%200%200%200-1-1H7.562a1%201%200%200%201-.64-.232l-.644-.536A1%201%200%200%200%205.638%203H2a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h11l2.403-5.606A1%201%200%200%200%2014.483%206%22%2F%3E%3Cpath%20fill%3D%22%23ffcdd2%22%20d%3D%22M11.217%208.969a7.4%207.4%200%200%201-.508%201.203a5%205%200%200%200-.247.518l.055-.02a9%209%200%200%201%201.67-.463q-.108-.075-.21-.162a3.1%203.1%200%200%201-.76-1.077m3.236%201.906a.57.57%200%200%201-.45.15a3.6%203.6%200%200%201-1.492-.37a10%2010%200%200%200-2.023.375l-.092.035C9.774%2012.126%209.314%2012.6%208.908%2012.6a.5.5%200%200%201-.22-.052l-.24-.157l-.011-.027a.4.4%200%200%201-.026-.268a1.9%201.9%200%200%201%20.941-1.06a3%203%200%200%201%20.445-.244q.223-.393.476-.902a8.7%208.7%200%200%200%20.544-1.462l-.003-.006a2.47%202.47%200%200%201-.11-1.633c.055-.193.21-.388.397-.388h.119a.43.43%200%200%201%20.304.123c.33.33.179%201.134.011%201.798l-.018.07a2.9%202.9%200%200%200%20.799%201.278a4%204%200%200%200%20.43.293a6%206%200%200%201%20.65-.037c.62%200%20.992.112%201.138.343a.4.4%200%200%201%20.062.275a.48.48%200%200%201-.143.331M15%205H8a1%201%200%200%200-1%201v7a1%201%200%200%200%201%201h7a1%201%200%200%200%201-1V6a1%201%200%200%200-1-1m-.743%205.522c-.056-.054-.261-.179-.959-.179a.13.13%200%200%200-.115.05a2.7%202.7%200%200%200%20.951.256a1%201%200%200%200%20.098-.007l.017-.003c.024-.007.04-.015.045-.065zm-4.592.728a2%202%200%200%200-.238.157a1.83%201.83%200%200%200-.607.846c.227-.078.521-.406.845-1.003m1.508-3.453l.027-.018c.037-.162.06-.301.08-.412l.016-.081c.048-.27.042-.426-.05-.548l-.073-.025l-.033.059a1.83%201.83%200%200%200%20.033%201.025%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/folder-pdf-open.svg?color=%231a73e8&size=48