Bsi Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bsi 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/337541.svg" alt="Bsi Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337541.svg" alt="Bsi Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337541.svg" alt="Bsi Mobile icon" :width="24" :height="24" />
CSS background
.icon-bsi-mobile {
background-image: url('https://proicons.com/icon/337541.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><line class="d" x1="34.1797" y1="18.5" x2="34.1797" y2="29.5"/><path class="d" d="M24.1793,28.2948c.6745.8782,1.5203,1.2052,2.6971,1.2052h1.6285c1.5155,0,2.7441-1.2286,2.7441-2.7441v-.0118c0-1.5155-1.2286-2.7441-2.7441-2.7441h-1.7964c-1.5171,0-2.747-1.2299-2.747-2.747h0c0-1.5204,1.2325-2.753,2.753-2.753h1.6196c1.1767,0,2.0225.3271,2.6971,1.2052"/><path class="d" d="M18.3578,24c1.5188,0,2.75,1.2312,2.75,2.75s-1.2312,2.75-2.75,2.75h-4.5375v-11h4.5375c1.5188,0,2.75,1.2312,2.75,2.75s-1.2312,2.75-2.75,2.75h0Z"/><line class="d" x1="18.3578" y1="24" x2="13.8203" y2="24"/></svg>
Copied!