/* Themable Variables */ :root { --svg-icon-apps: var(--fhc-icon-apps, url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ ')); } .svg-icon { display: inline-block; width: 1rem; line-height: 1; background-color: currentColor; } .svg-icon:before { content: "\00a0"; } .svg-icon.svg-icon-apps { -webkit-mask-image: var(--svg-icon-apps); mask-image: var(--svg-icon-apps); }