Drom Auto Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Drom Auto 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/324781.svg" alt="Drom Auto icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324781.svg" alt="Drom Auto icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324781.svg" alt="Drom Auto icon" :width="24" :height="24" />
CSS background
.icon-drom-auto {
background-image: url('https://proicons.com/icon/324781.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><g id="b"><path id="c" class="j" d="M12.7424,27.4993c2.7228-1.3147,6.0135-.9811,6.8835,3.5572"/><path id="d" class="j" d="M4.5,21.6884c4.0697-4.2223,10.5598-1.7643,9.4286,5.3401"/></g><g id="e"><path id="f" class="j" d="M22.2153,27.0655s-.2897-4.6136-.0481-7.2919c.1449-1.6065.6367-2.0975,1.851-2.457,2.6349-.7801,9.8433-.095,9.8433-.095"/><path id="g" class="j" d="M36.9271,19.6289c.3248,1.7788.9134,3.1298,2.2837,3.4344l2.4177.5374c2.4595.5467,1.8902,2.2684,1.6036,4.1243"/><path id="h" class="j" d="M31.3173,27.9823c0,1.6652-1.3545,3.0151-3.0254,3.0151s-3.0254-1.3499-3.0254-3.0151,1.3545-3.0151,3.0254-3.0151,3.0254,1.3499,3.0254,3.0151Z"/><path id="i" class="j" d="M40.0328,28.4349c0,1.3907-1.1312,2.518-2.5267,2.518-1.3954,0-2.5267-1.1274-2.5267-2.518h0c0-1.3907,1.1312-2.518,2.5267-2.518h0c1.3954,0,2.5267,1.1274,2.5267,2.518Z"/></g></svg>
Copied!