Debiandroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Debiandroid 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/338905.svg" alt="Debiandroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338905.svg" alt="Debiandroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338905.svg" alt="Debiandroid icon" :width="24" :height="24" />
CSS background
.icon-debiandroid {
background-image: url('https://proicons.com/icon/338905.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="M30.8347,15.1246a5.08,5.08,0,0,0-3.2458-1.3579c-3.4667,0-6.5333,3.6666-6.5333,6.8A7.6027,7.6027,0,0,0,28.9889,28.3a9.7414,9.7414,0,0,0,9.7333-9.9333C38.7222,12.0333,36.2259,4.5,25.9889,4.5,15.5222,4.5,9.2778,12.7667,9.2778,22.1c0,11.6,7.4444,21.4,16.9778,21.4"/></svg>
Copied!