# Signs and Symbols
- [ ] #seed Compare and contrast a symbol, as compared to icon, pictogram, logotype…
Related [[Icon]], [[Pictogram]], [[Logotype]]
> [!cite]- Reference
> ```dataview
> TABLE WITHOUT ID
> link(file.path, title) AS "Title",
> type AS "Type",
> keywords AS "Keywords"
> FROM "50 Reference"
> WHERE contains(keywords, this.file.link)
> SORT type, title asc
> ```