file png icon
file-png-sharp from Material Symbols by Google · Sharp · Images · Apache-2.0 Free for personal and commercial use.
- Name
- file-png-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
Use the file png icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 11.5v-1h1v1zM16 15h2l1-1v-2h-1.5v1.5h-1v-3H19V9h-3l-1 1v4zM5 15h1.5v-2h1.75l.75-.75v-2.5L8.25 9H5zm5 0h1.5v-2.4l1 2.4H14V9h-1.5v2.35L11.5 9H10zm-8 5V4h20v16z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFilePngSharp(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.5 11.5v-1h1v1zM16 15h2l1-1v-2h-1.5v1.5h-1v-3H19V9h-3l-1 1v4zM5 15h1.5v-2h1.75l.75-.75v-2.5L8.25 9H5zm5 0h1.5v-2.4l1 2.4H14V9h-1.5v2.35L11.5 9H10zm-8 5V4h20v16z"/></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.5 11.5v-1h1v1zM16 15h2l1-1v-2h-1.5v1.5h-1v-3H19V9h-3l-1 1v4zM5 15h1.5v-2h1.75l.75-.75v-2.5L8.25 9H5zm5 0h1.5v-2.4l1 2.4H14V9h-1.5v2.35L11.5 9H10zm-8 5V4h20v16z"/></svg> </template>
CSS
.icon-file-png-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%22M6.5%2011.5v-1h1v1zM16%2015h2l1-1v-2h-1.5v1.5h-1v-3H19V9h-3l-1%201v4zM5%2015h1.5v-2h1.75l.75-.75v-2.5L8.25%209H5zm5%200h1.5v-2.4l1%202.4H14V9h-1.5v2.35L11.5%209H10zm-8%205V4h20v16z%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.5%2011.5v-1h1v1zM16%2015h2l1-1v-2h-1.5v1.5h-1v-3H19V9h-3l-1%201v4zM5%2015h1.5v-2h1.75l.75-.75v-2.5L8.25%209H5zm5%200h1.5v-2.4l1%202.4H14V9h-1.5v2.35L11.5%209H10zm-8%205V4h20v16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/file-png-sharp.svg?color=%231a73e8&size=48