Duomobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Duomobile 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/324852.svg" alt="Duomobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324852.svg" alt="Duomobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324852.svg" alt="Duomobile icon" :width="24" :height="24" />
CSS background
.icon-duomobile {
background-image: url('https://proicons.com/icon/324852.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M4.5,18.13h5.87A5.87,5.87,0,0,1,16.24,24v0a0,0,0,0,1,0,0H4.5a0,0,0,0,1,0,0V18.13A0,0,0,0,1,4.5,18.13Z"/><path class="cls-1" d="M4.5,24H16.24a0,0,0,0,1,0,0v0a5.87,5.87,0,0,1-5.87,5.87H4.5a0,0,0,0,1,0,0V24a0,0,0,0,1,0,0Z"/><rect class="cls-1" x="21.06" y="21.06" width="11.74" height="5.87" transform="translate(50.94 -2.94) rotate(90)"/><path class="cls-1" d="M15.19,21.06H26.94a0,0,0,0,1,0,0v0a5.87,5.87,0,0,1-5.87,5.87H15.19a0,0,0,0,1,0,0V21.06A0,0,0,0,1,15.19,21.06Z" transform="translate(45.06 2.94) rotate(90)"/><path class="cls-1" d="M37.63,18.13h0A5.87,5.87,0,0,1,43.5,24v0a0,0,0,0,1,0,0H31.76a0,0,0,0,1,0,0v0a5.87,5.87,0,0,1,5.87-5.87Z"/><path class="cls-1" d="M37.63,24h0a5.87,5.87,0,0,1,5.87,5.87v0a0,0,0,0,1,0,0H31.76a0,0,0,0,1,0,0v0A5.87,5.87,0,0,1,37.63,24Z" transform="translate(75.26 53.87) rotate(180)"/></svg>
Copied!