Droidedit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Droidedit 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/324768.svg" alt="Droidedit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324768.svg" alt="Droidedit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324768.svg" alt="Droidedit icon" :width="24" :height="24" />
CSS background
.icon-droidedit {
background-image: url('https://proicons.com/icon/324768.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="13.8953" y1="39.4505" x2="34.1047" y2="39.4505"/><rect class="a" x="4.5" y="8.5495" width="39" height="25.3535" rx="2"/><line class="a" x1="11" y1="14.9389" x2="37" y2="14.9389"/><line class="a" x1="11" y1="19.1304" x2="22.3045" y2="19.1304"/><line class="a" x1="25.6955" y1="19.1304" x2="37" y2="19.1304"/><line class="a" x1="11" y1="23.322" x2="16.7461" y2="23.322"/><line class="a" x1="19.9494" y1="23.322" x2="37" y2="23.322"/><line class="a" x1="37" y1="27.5136" x2="31.2539" y2="27.5136"/><line class="a" x1="28.0506" y1="27.5136" x2="11" y2="27.5136"/><line class="a" x1="28.3333" y1="33.903" x2="28.3333" y2="39.4505"/><line class="a" x1="19.6667" y1="33.903" x2="19.6667" y2="39.4505"/></svg>
Copied!