Back to Explorer
16 - 512
0.5 - 4.0
Save to
editoroutline
md line axis
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdLineAxisIcon = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="24"
height="24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
{...props}
>
<g></g><g><polygon points="22,7.43 20.59,6.02 16.56,10.55 9.5,4 2,11.51 3.5,13.01 9.64,6.86 15.23,12.04 13.5,13.99 9.5,9.99 2,17.5 3.5,19 9.5,12.99 13.5,16.99 16.69,13.4 20.59,17.01 22,15.6 18.02,11.9"/></g>
</svg>
);SVG Optimizer
Before
0.39 KB
↓
After
0.38 KB
Tags
accuracyanalyticsaxischartcoordinate systemcoordinatesdashdatadiagramengineeringgraphgridgridlinehorizontallinemathmathematicsmeasurementplotplottingprecisionquantitativequantitative datarulerscalesciencestatisticsstroketechnicalverticalvisual datavisualizationx axisy axis
Compare Alternatives
See how other libraries approach this concept.