Droidify Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Droidify 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/324771.svg" alt="Droidify icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324771.svg" alt="Droidify icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324771.svg" alt="Droidify icon" :width="24" :height="24" />
CSS background
.icon-droidify {
background-image: url('https://proicons.com/icon/324771.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:#000;}.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><path class="e" d="m32.3094,30.0687c1.2927-1.7294,2.0582-3.8759,2.0582-6.2011,0-5.7259-4.6417-10.3676-10.3676-10.3676s-10.3676,4.6417-10.3676,10.3676c0,2.3251.7654,4.4714,2.0579,6.2007"/><line class="e" x1="16.8755" y1="16.3376" x2="14.5118" y2="13.9739"/><line class="e" x1="24" y1="27.5919" x2="24" y2="36.5"/><polyline class="e" points="19.546 32.046 24 36.5 28.454 32.046"/><circle class="d" cx="20.9747" cy="21.5022" r=".75"/><line class="e" x1="31.1245" y1="16.3376" x2="33.4882" y2="13.9739"/><circle class="d" cx="27.0253" cy="21.5022" r=".75"/></g><circle id="c" class="e" cx="24" cy="24" r="21.5"/></svg>
Copied!