@firespri24
This can happen if the InstructureIcons web fonts are not loading. I went into Chrome's developer tools, went to Network, chose Font, and blocked those. Then I forced a reload on the page, and confirmed that was consistent with what you're seeing.
This could be a temporary issue where the name failed to resolve or there was a network problem. If you're lucky, that's all it is and it should correct itself quickly. You might try a control-R / cmd-R to force a reload of the page.
A similar issue could happen if you have added them to a block list (manually or an ad blocker).
You can check the status of the page by going to the developer tools (F12 or right-click and choose inspect). Then switch to Network and select Font. Then reload the page. When I block them, I see (blocked:devtools) in red for the status instead of 200. If they don't show up at all, it might be some other tool (adblocker of some kind) blocking them. If they show up with some other error, it can help you figure out what's going on.
My hope and guess, though, is that it's temporary in nature and doing the force-reload would fix it.