When there is no icon associated with a file extension in the operating system for PDF, DOCX or other file types, Sitecore shows an empty icon for the corresponding media items in the content tree.
<mediaType name="PDF file" extensions="pdf">
<mimeType>application/pdf</mimeType>
<forceDownload>false</forceDownload>
<sharedTemplate>system/media/unversioned/pdf</sharedTemplate>
<versionedTemplate>system/media/versioned/pdf</versionedTemplate>
<thumbnails>
<staticFile>Path where the icon is located. For example /sitecore/shell/Themes/standard/images/pdf_icon.png</staticFile>
</thumbnails>
</mediaType>