Boost Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Boost Mobile icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/337438.svg" alt="Boost Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337438.svg" alt="Boost Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337438.svg" alt="Boost Mobile icon" :width="24" :height="24" />
CSS background
.icon-boost-mobile {
background-image: url('https://proicons.com/icon/337438.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M20.6177,22.7108l-.2533-.2533c-1.0717-1.0717-2.8092-1.0717-3.8809,0s-1.0717,2.8092,0,3.8809,2.8092,1.0717,3.8809,0l3.8807-3.8809c1.0717-1.0717,2.8092-1.0717,3.8809,0s1.0717,2.8092,0,3.8809-2.8092,1.0717-3.8809,0l-.2533-.2533"/><path class="c" d="M30.8382,26.6791c.3781.3175.7864.4631,1.7033.4631h.4646c.7562,0,1.3691-.6143,1.3691-1.3721h0c0-.7578-.613-1.3721-1.3691-1.3721h-.9293c-.7562,0-1.3691-.6143-1.3691-1.3721h0c0-.7578.613-1.3721,1.3691-1.3721h6.0969"/><path class="c" d="M37.1538,19.9452v6.1615c0,.5719.4636,1.0355,1.0355,1.0355h.3107"/><path class="c" d="M9.5,23.7249c0-1.1438.9273-2.0711,2.0711-2.0711h0c1.1438,0,2.0711.9273,2.0711,2.0711v1.3462c0,1.1438-.9273,2.0711-2.0711,2.0711h0c-1.1438,0-2.0711-.9273-2.0711-2.0711"/><line class="c" x1="9.5" y1="25.0711" x2="9.5" y2="18.8578"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!