Back to Explorer
16 - 512
0.5 - 4.0
Save to
deviceoutline
md devices
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdDevicesIcon = (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="M4 6h18V4H4c-1.1 0-2 .9-2 2v11H0v3h14v-3H4V6zm19 2h-6c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-1 9h-4v-7h4v7z"/>
</svg>
);SVG Optimizer
Before
0.37 KB
↓
After
0.37 KB
Tags
AndroidOScastcommunicationcomputerconnectconnectionconnectivitydata transferdesktopdevicedevicesdisplayhardwareiOSlaptoplinkmobilemonitormultiple devicesnetworkphoneremote controlscreenscreen mirroringsharingsmartphonestreamingsyncsynchronizetablettechnologytransferwatchwearableweb
Compare Alternatives
See how other libraries approach this concept.