Back to Explorer
16 - 512
0.5 - 4.0
Save to
editoroutline
md polyline
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdPolylineIcon = (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><path d="M15,16v1.26l-6-3v-3.17L11.7,8H16V2h-6v4.9L7.3,10H3v6h5l7,3.5V22h6v-6H15z M12,4h2v2h-2V4z M7,14H5v-2h2V14z M19,20h-2v-2 h2V20z"/></g>
</svg>
);SVG Optimizer
Before
0.33 KB
↓
After
0.33 KB
Tags
chartcomposeconnectconnectedconnectioncreatedatadesigndiagramdrawdrawingformgeometrygraphgraphicillustrationlinelinesnodeoutlinepathplotpointspolylinerepresentationsegmentsegmentsshapesketchvectorvisualwireframe
Compare Alternatives
See how other libraries approach this concept.