Speed Meter Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Speed Meter 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/306552.svg" alt="Speed Meter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306552.svg" alt="Speed Meter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306552.svg" alt="Speed Meter icon" :width="24" :height="24" />
CSS background
.icon-speed-meter {
background-image: url('https://proicons.com/icon/306552.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M63 545c4-75 25-144 64-207 86-135 210-204 352-212h42c142 8 266 77 352 212 40 63 60 132 64 207 6 120-31 226-110 318-13 16-23 16-37 1-15-14-29-29-44-43-16-16-17-24-2-41 31-37 54-79 65-127 31-131-4-243-104-333-53-48-117-73-189-76-6-1-11-1-16-1s-10 0-15 1c-72 3-137 28-190 76-100 90-135 202-104 333 11 48 34 90 66 127 14 17 13 25-3 41l-43 43c-15 15-25 15-38-1C94 771 57 665 63 545zm406-12l81-60c42-32 85-64 127-95 4-3 10-6 15-6 13 1 16 14 7 26-52 70-105 139-157 209-14 18-36 26-59 18-21-7-35-27-35-49 0-18 7-32 21-43z"/></svg>
Copied!