Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">bcf</i>
SVG sprite
Use for static sites when you only need a few icons.
<svg class="mi" width="1em" height="1em" fill="currentColor">
<use xlink:href="/connect-icons.svg#bcf" />
</svg>
SVG code
Use when you don't want any dependency.
info_outlined
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-connect mi-bcf" viewBox="0 0 24 24">
<path d="M10.108 5.526c.357-.05.713-.041 1.052.05.367.098.698.292.982.576q.149.147.361.385c-.9.351-2.193 1.024-3.525 2.347a11 11 0 0 0-2.723 4.5q-.046.156-.073.259c-.132.492-.12.948-.005 1.367.118.432.344.824.633 1.172.846 1.019 2.228 1.672 3.004 1.88.71.19 2.233.32 3.49-.127 1.3.204 2.608.289 3.503.05q.174-.047.344-.102c-1.441 3.079-4.932 4.781-8.326 3.872-3.39-.908-5.56-4.12-5.277-7.502l.01-.104a7 7 0 0 1 .21-1.152c.147-.55.506-1.195.96-1.848.25-.362.53-.728.819-1.081a32 32 0 0 1 2.195-2.4 33 33 0 0 1 2.366-2.142m4.132-1.977c3.386-.292 6.606 1.88 7.516 5.275.908 3.39-.79 6.875-3.86 8.32l-.095.044a7 7 0 0 1-1.1.393c-.553.149-1.29.16-2.083.094a17 17 0 0 1-1.344-.169 32 32 0 0 1-3.177-.7 34 34 0 0 1-3.038-.979 2.7 2.7 0 0 1-.483-.936 2.2 2.2 0 0 1 .008-1.139c.036-.134.086-.306.153-.505.755.605 1.984 1.387 3.796 1.88 1.76.478 3.333.415 4.375.27a10 10 0 0 0 1.145-.229c.49-.131.88-.37 1.185-.68a3.15 3.15 0 0 0 .698-1.132c.46-1.243.333-2.767.126-3.542-.191-.711-.84-2.095-1.855-2.961-.473-1.227-1.053-2.403-1.708-3.058a11 11 0 0 0-.259-.246m-10.15.542c2.483-2.482 6.35-2.755 9.136-.818l.086.061q.407.292.78.648l.112.108c.403.404.78 1.037 1.12 1.757.188.398.365.823.527 1.25a32 32 0 0 1 .981 3.102c.184.695.477 1.89.673 3.12a2.7 2.7 0 0 1-.57.885c-.27.27-.603.46-.99.563a9 9 0 0 1-.515.12c.146-.955.21-2.412-.27-4.228a11 11 0 0 0-2.535-4.607q-.113-.12-.187-.194a2.6 2.6 0 0 0-1.182-.688 3.2 3.2 0 0 0-1.33-.037c-1.306.223-2.563 1.095-3.131 1.662-.52.521-1.394 1.775-1.637 3.087-.825 1.023-1.553 2.114-1.793 3.008q-.045.173-.084.349c-1.945-2.788-1.675-6.663.81-9.148"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.