Blue Square Speedometer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blue Square Speedometer 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/337329.svg" alt="Blue Square Speedometer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337329.svg" alt="Blue Square Speedometer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337329.svg" alt="Blue Square Speedometer icon" :width="24" :height="24" />
CSS background
.icon-blue-square-speedometer {
background-image: url('https://proicons.com/icon/337329.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>.o{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="o" d="M8.80300045,18.12100029v9.95800018"/><path id="f" class="o" d="M8.8039999,25.9640007l4.60599995-4.48500061"/><path id="g" class="o" d="M10.27000046,24.53700066l3.62100029,3.52799988"/><path id="h" class="o" d="M15.96800041,23.97200012c0-1.375,1.13899994-2.48999977,2.54400063-2.48999977h0c1.40500069,0,2.54400063,1.11499977,2.54400063,2.48999977v4.10700035"/><path id="i" class="o" d="M15.96800041,21.48200035v6.59700012"/><path id="j" class="o" d="M21.05599976,23.97200012c0-1.375,1.13899994-2.48999977,2.54400063-2.48999977h0c1.40500069,0,2.54400063,1.11499977,2.54400063,2.48999977v4.10700035"/><path id="k" class="o" d="M31.7859993,17.68300056l-3.81599998,12.63399887"/><path id="l" class="o" d="M34.10900116,18.12100029v9.95800018"/><path id="m" class="o" d="M34.10900116,23.97200012c0-1.375,1.13899994-2.48999977,2.54399872-2.48999977h0c1.40499878,0,2.54399872,1.11499977,2.54399872,2.48999977v4.10700035"/><path id="n" class="o" d="M9.5,5.5h29c2.2159996,0,4,1.78399992,4,4v29c0,2.2159996-1.7840004,4-4,4H9.5c-2.21600008,0-4-1.7840004-4-4V9.5c0-2.21600008,1.78399992-4,4-4Z"/></svg>
Copied!