Dsbmobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dsbmobile 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/339360.svg" alt="Dsbmobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339360.svg" alt="Dsbmobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339360.svg" alt="Dsbmobile icon" :width="24" :height="24" />
CSS background
.icon-dsbmobile {
background-image: url('https://proicons.com/icon/339360.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M21.1949,29.585h0c.9896,0,1.7919.7963,1.7919,1.7786v1.1561c0,.9823-.8023,1.7786-1.7919,1.7786h0c-.9896,0-1.7919-.7963-1.7919-1.7786v-1.1561c0-.9823.8023-1.7786,1.7919-1.7786Z"/><path class="b" d="M10.485,31.364c0-.9823.8022-1.7786,1.7919-1.7786s1.7919.7963,1.7919,1.7786v2.9347"/><line class="b" x1="10.485" y1="29.585" x2="10.485" y2="34.299"/><path class="b" d="M14.069,31.364c0-.9823.8022-1.7786,1.7919-1.7786s1.7919.7963,1.7919,1.7786v2.9347"/><ellipse class="c" cx="30.251" cy="27.407" rx=".6272" ry=".6225"/><line class="b" x1="30.251" y1="29.585" x2="30.251" y2="34.299"/><line class="b" x1="32.181" y1="27.185" x2="32.181" y2="34.299"/><path class="b" d="M37.28,33.401c-.3087.5362-.8903.8976-1.557.8976-.9897,0-1.7919-.7963-1.7919-1.7786v-1.1561c0-.9823.8022-1.7786,1.7919-1.7786s1.7919.7963,1.7919,1.7786v.578h-3.5838"/><path class="b" d="M24.737,31.364c0-.9823.8022-1.7786,1.7919-1.7786s1.7919.7963,1.7919,1.7786v1.1561c0,.9823-.8022,1.7786-1.7919,1.7786s-1.7919-.7963-1.7919-1.7786"/><line class="b" x1="24.737" y1="34.299" x2="24.737" y2="27.184"/><path class="b" d="M20.96,22.517c.5986.7901,1.3492,1.0842,2.3934,1.0842h1.4452c1.3449,0,2.4351-1.1052,2.4351-2.4686v-.0106c0-1.3634-1.0902-2.4686-2.4351-2.4686h-1.5942c-1.3464,0-2.4377-1.1065-2.4377-2.4712,0-1.3678,1.0938-2.4767,2.4431-2.4767h1.4373c1.0442,0,1.7948.2943,2.3934,1.0842"/><path class="b" d="M10.537,23.6v-9.8958h2.1963c2.3586,0,4.2707,1.9383,4.2707,4.3294v1.237c0,2.3911-1.912,4.3294-4.2707,4.3294h-2.1963Z"/><path class="b" d="M35.022,18.652c1.3478,0,2.4404,1.1076,2.4404,2.4739s-1.0926,2.4739-2.4404,2.4739h-4.0266v-9.8958h4.0266c1.3478,0,2.4404,1.1076,2.4404,2.4739s-1.0926,2.4739-2.4404,2.4739v.0002Z"/><line class="b" x1="35.022" y1="18.652" x2="31" y2="18.652"/></svg>
Copied!