Droidify Alt 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Droidify Alt 2 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/339332.svg" alt="Droidify Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339332.svg" alt="Droidify Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339332.svg" alt="Droidify Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-droidify-alt-2 {
background-image: url('https://proicons.com/icon/339332.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><circle class="a" cx="16.4274" cy="12.5117" r="3.7755"/><circle class="a" cx="31.551" cy="12.5117" r="3.7755"/><rect class="a" x="7.1073" y="5.5" width="33.7854" height="15.0855" rx="6.135"/><rect class="a" x="7.1073" y="23.8274" width="33.7854" height="18.6726" rx="6.6383"/><path class="a" d="M21.7087,16.92a2.9962,2.9962,0,0,0,4.7258,0"/></svg>
Copied!