Droidify Alt 1 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Droidify Alt 1 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/339331.svg" alt="Droidify Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339331.svg" alt="Droidify Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339331.svg" alt="Droidify Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-droidify-alt-1 {
background-image: url('https://proicons.com/icon/339331.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M29.1583,21.6394h6.0836a1,1,0,0,0,1-1V19.5567A12.5085,12.5085,0,0,0,24.2293,6.9109a12.2419,12.2419,0,0,0-12.4712,12.24v1.4887a1,1,0,0,0,1,1h6.0836"/><rect class="a" x="11.7581" y="26.9532" width="24.4838" height="16.5468" rx="1"/><path class="a" d="M21.04,26.9532V24.599a2.96,2.96,0,1,1,5.9192,0v2.3542"/><path class="a" d="M25.4051,38.5527a3.61,3.61,0,1,0-2.8487-.0165"/><line class="a" x1="30.4159" y1="8.7244" x2="34.6403" y2="4.5"/><circle class="a" cx="27.6098" cy="15.1149" r="1.2107"/><line class="a" x1="17.5841" y1="8.7244" x2="13.3597" y2="4.5"/><circle class="a" cx="20.3902" cy="15.1149" r="1.2107"/></svg>
Copied!