What is the difference between .txt and .icon?
- Extension
- .txt
- .icon
- Format
- Text
- Binary
- Category
- Document
- Raster Image
- Developer
- Microsoft
- Description
- A TXT file is a standard text document that contains unformatted text. It is recognized by any text editing or word processing program and can also be processed by most other software programs.
- An ICO file is an image format used to store icons for Windows programs, files, and folders. It contains two bitmaps: 1) the AND bitmap - the image mask (which determines what part of the icon is transparent) and 2) the XOR bitmap - contains the icon which is mapped onto the image mask. ICO files can be modified to create custom icons.
- MIME Type
- text/plain
- image/x-icon
- Sample
- sample.txt
- sample.icon
- Wikipedia
- .txt on Wikipedia
- .icon on Wikipedia