Speedometer Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Speedometer Alt 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/333176.svg" alt="Speedometer Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333176.svg" alt="Speedometer Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333176.svg" alt="Speedometer Alt icon" :width="24" :height="24" />
CSS background
.icon-speedometer-alt {
background-image: url('https://proicons.com/icon/333176.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="h" d="M38.61000061,15.53899956c2.52136993,3.28903961,3.89003754,7.33523369,3.88999939,11.5h0c-.00017548,4.68122864-1.72883224,9.19299889-4.84600067,12.64800072"/><path id="f" class="h" d="M10.36499977,39.70800019c-3.12913704-3.45769119-4.86506557-7.97859764-4.86499977-12.67000008,0-10.35313034,8.28273296-18.74600029,18.5-18.74600029,4.14222336-.00009918,8.16463852,1.40843391,11.42300034,4"/><path id="g" class="h" d="M24.16399956,26.96999932l11.87000084-12.13399982"/></svg>
Copied!