IcoMoon shrink icon
| Name | shrink |
|---|---|
| Unicode | \e98a () |
| CSS class | icon-shrink |
| Tags | shrink, collapse, minimize, contract |
| License | GPL / CC BY 4.0 · © Keyamoon · source |
Use it in code
<span class="icon-shrink" aria-hidden="true"></span>
.icon-shrink:before { content: "\e98a"; } export const IconShrink = (props) => (
<svg viewBox="0 0 16 16" width="1em" height="1em" fill="currentColor" {...props}>
<path d="M9 7h6.5l-2.5-2.5 3-3-1.5-1.5-3 3-2.5-2.5z"></path> <path d="M9 9v6.5l2.5-2.5 3 3 1.5-1.5-3-3 2.5-2.5z"></path> <path d="M7 9h-6.5l2.5 2.5-3 3 1.5 1.5 3-3 2.5 2.5z"></path> <path d="M7 7v-6.5l-2.5 2.5-3-3-1.5 1.5 3 3-2.5 2.5z"></path>
</svg>
); Font setup lives on the download page; the full lookup table is in the cheat sheet.
Related IcoMoon icons
Need more than 491 free icons? The Ultimate pack adds 1,500+ — see pricing.