Back to Explorer
16 - 512
0.5 - 4.0
Save to
actionoutline
md api
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdApiIcon = (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><path d="M14,12l-2,2l-2-2l2-2L14,12z M12,6l2.12,2.12l2.5-2.5L12,1L7.38,5.62l2.5,2.5L12,6z M6,12l2.12-2.12l-2.5-2.5L1,12 l4.62,4.62l2.5-2.5L6,12z M18,12l-2.12,2.12l2.5,2.5L23,12l-4.62-4.62l-2.5,2.5L18,12z M12,18l-2.12-2.12l-2.5,2.5L12,23l4.62-4.62 l-2.5-2.5L12,18z"/></g>
</svg>
);SVG Optimizer
Before
0.45 KB
↓
After
0.45 KB
Tags
accessapiapplicationbackendbridgecloudcodecodingcommunicationcomputerconnectiondatadeveloperdevelopmententerprisefrontendintegrationinternetlinknetworkprogrammingprogramming interfaceservicesoftwaresystemtechtechnologytransferweb service
Compare Alternatives
See how other libraries approach this concept.