Back to Explorer
16 - 512
0.5 - 4.0
Save to
navigationoutline
md double arrow
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdDoubleArrowIcon = (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><g><polygon points="15.5,5 11,5 16,12 11,19 15.5,19 20.5,12"/><polygon points="8.5,5 4,5 9,12 4,19 8.5,19 13.5,12"/></g></g>
</svg>
);SVG Optimizer
Before
0.32 KB
↓
After
0.31 KB
Tags
abstractarrowarrowheadsarrowsbidirectionaldirectiondoubledouble arrowexchangeflowgeometricindicatorlineminimalmovemovementmultiplenavigationoppositepathpointedpointerreverserightrotateshiftsignsimpleswapswitchsymboltransfertransport
Compare Alternatives
See how other libraries approach this concept.