Davdroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Davdroid 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/324302.svg" alt="Davdroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324302.svg" alt="Davdroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324302.svg" alt="Davdroid icon" :width="24" :height="24" />
CSS background
.icon-davdroid {
background-image: url('https://proicons.com/icon/324302.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,.b{fill:none;stroke:#000;stroke-linejoin:round;}.b{stroke-linecap:round;}</style></defs><path class="a" d="M22.1,25.69a1.58,1.58,0,0,1,1.12.46l1.38,1.39a9.78,9.78,0,0,1,11.45,0l1.39-1.39a1.59,1.59,0,1,1,2.24,2.25L38.3,29.78a9.81,9.81,0,0,1,1.85,5.73v8H20.51v-8a9.76,9.76,0,0,1,1.85-5.72L21,28.4a1.59,1.59,0,0,1,1.13-2.71Zm4.07,8.13a1.83,1.83,0,0,0-1.83,1.83h0a1.84,1.84,0,0,0,1.83,1.83h0A1.83,1.83,0,0,0,28,35.65h0A1.84,1.84,0,0,0,26.17,33.82Zm8.32,0a1.83,1.83,0,1,0,1.83,1.83h0a1.83,1.83,0,0,0-1.83-1.83Z"/><line class="b" x1="7.85" y1="19.17" x2="24.61" y2="19.17"/><line class="b" x1="13.57" y1="24.63" x2="7.85" y2="19.17"/><line class="b" x1="13.57" y1="13.74" x2="7.85" y2="19.17"/><line class="b" x1="38.39" y1="9.95" x2="21.63" y2="9.95"/><line class="b" x1="32.67" y1="4.5" x2="38.39" y2="9.95"/><line class="b" x1="32.67" y1="15.39" x2="38.39" y2="9.95"/></svg>
Copied!