Drom Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Drom 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/339339.svg" alt="Drom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339339.svg" alt="Drom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339339.svg" alt="Drom icon" :width="24" :height="24" />
CSS background
.icon-drom {
background-image: url('https://proicons.com/icon/339339.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="c" points="17.7173 21.8797 17.7173 19.7661 10.5 19.7661 10.5 21.8797"/><path class="c" d="M16.5832,19.7661v-7.7844h-3.918c0,3.1712-.2332,5.2526-1.1342,7.7844"/><polyline class="c" points="32.3448 19.7661 32.3448 14.3075 34.9224 19.7721 37.5 14.3158 37.5 19.7721"/><rect class="c" x="26.1199" y="14.3075" width="4.1242" height="5.4646" rx="2.0621" ry="2.0621"/><path class="c" d="M19.8565,17.71c0,1.1389.9232,2.0621,2.0621,2.0621h0c1.1389,0,2.0621-.9232,2.0621-2.0621v-1.3404c0-1.1389-.9232-2.0621-2.0621-2.0621h0c-1.1389,0-2.0621.9232-2.0621,2.0621"/><line class="c" x1="19.8565" y1="14.3075" x2="19.8565" y2="22.5559"/><polyline class="c" points="26.7323 36.0183 26.7323 33.9047 19.5149 33.9047 19.5149 36.0183"/><path class="c" d="M25.5981,33.9047v-7.7844h-3.918c0,3.1712-.2332,5.2526-1.1342,7.7844"/><polyline class="c" points="36.3208 36.0183 36.3208 33.9047 29.1035 33.9047 29.1035 36.0183"/><path class="c" d="M35.1866,33.9047v-7.7844h-3.918c0,3.1712-.2332,5.2526-1.1342,7.7844"/><polyline class="c" points="11.6792 34.3687 11.6792 26.1203 17.1438 26.1203 17.1438 34.3687"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!