Droidvim Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Droidvim 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/339336.svg" alt="Droidvim icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339336.svg" alt="Droidvim icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339336.svg" alt="Droidvim icon" :width="24" :height="24" />
CSS background
.icon-droidvim {
background-image: url('https://proicons.com/icon/339336.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,.c,.d{fill:none;stroke:#fff;}.a{stroke-miterlimit:5.8;}.b,.d{stroke-linecap:round;stroke-linejoin:round;}.d{stroke-dasharray:0 2;}.e{fill:#fff;}</style></defs><path class="a" d="M12.4,6.9c.6-3.3,22.1-3.2,23.2,0V41.3c-1.7,2.9-21.9,3-23.2,0Z"/><line class="a" x1="12.4" y1="8.2" x2="35.6" y2="8.2"/><line class="a" x1="35.6" y1="39.6" x2="12.4" y2="39.6"/><path class="b" d="M22.3,6.5h3.6"/><path class="c" d="M12.5,35.4H35.2"/><path class="d" d="M14.6,37.5h14"/><polyline class="b" points="20.4 15.7 17.7 23.7 15.1 15.7"/><path class="b" d="M24.7,20.5a2,2,0,0,1,2-2h0a2,2,0,0,1,2,2v3.2"/><line class="b" x1="24.7" y1="18.5" x2="24.7" y2="23.7"/><path class="b" d="M28.7,20.5a2,2,0,0,1,2-2h0a2,2,0,0,1,2,2v3.2"/><circle class="e" cx="22.5" cy="16" r="0.8"/><line class="b" x1="22.5" y1="18.4" x2="22.5" y2="23.7"/></svg>
Copied!