Back to Explorer
16 - 512
0.5 - 4.0
Save to
contentoutline
md link
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdLinkIcon = (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}
>
<path d="M0 0h24v24H0V0z" fill="none"/><path d="M17 7h-4v2h4c1.65 0 3 1.35 3 3s-1.35 3-3 3h-4v2h4c2.76 0 5-2.24 5-5s-2.24-5-5-5zm-6 8H7c-1.65 0-3-1.35-3-3s1.35-3 3-3h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-2zm-3-4h8v2H8z"/>
</svg>
);SVG Optimizer
Before
0.40 KB
↓
After
0.40 KB
Tags
anchorarrowattachattachmentchaincirclecircularclipconnectconnectiondirectionexternalglobalglobehyperlinkinternationalinternetjoinlinelinklinkedlinksmultimedianavigationnetworkpointreferenceroundsphereurlwebwebsiteworldwww
Compare Alternatives
See how other libraries approach this concept.