devices icon
devices-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- devices-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
devicesAkar IconsdevicesBoxIcons v2devicesBoxIcons v2 SoliddevicesCarbondevicesIconParkdevicesIconPark OutlinedevicesIconPark SoliddevicesIconPark TwoTonedevicesMaterial SymbolsdevicesMaterial Symbols LightdevicesMaterial Design Iconsdevices-16OcticonsdevicesPixelarticonsdevices-boldSolardevicesTabler Icons
Use the devices icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 76h-20V64a20 20 0 0 0-20-20H40a20 20 0 0 0-20 20v96a20 20 0 0 0 20 20h116v12a20 20 0 0 0 20 20h48a20 20 0 0 0 20-20V96a20 20 0 0 0-20-20M40 172a12 12 0 0 1-12-12V64a12 12 0 0 1 12-12h144a12 12 0 0 1 12 12v12h-20a20 20 0 0 0-20 20v76Zm196 20a12 12 0 0 1-12 12h-48a12 12 0 0 1-12-12V96a12 12 0 0 1 12-12h48a12 12 0 0 1 12 12Zm-104 16a4 4 0 0 1-4 4H88a4 4 0 0 1 0-8h40a4 4 0 0 1 4 4m80-96a4 4 0 0 1-4 4h-16a4 4 0 0 1 0-8h16a4 4 0 0 1 4 4"/></svg>
React
import type { SVGProps } from "react";
export function PhDevicesThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 76h-20V64a20 20 0 0 0-20-20H40a20 20 0 0 0-20 20v96a20 20 0 0 0 20 20h116v12a20 20 0 0 0 20 20h48a20 20 0 0 0 20-20V96a20 20 0 0 0-20-20M40 172a12 12 0 0 1-12-12V64a12 12 0 0 1 12-12h144a12 12 0 0 1 12 12v12h-20a20 20 0 0 0-20 20v76Zm196 20a12 12 0 0 1-12 12h-48a12 12 0 0 1-12-12V96a12 12 0 0 1 12-12h48a12 12 0 0 1 12 12Zm-104 16a4 4 0 0 1-4 4H88a4 4 0 0 1 0-8h40a4 4 0 0 1 4 4m80-96a4 4 0 0 1-4 4h-16a4 4 0 0 1 0-8h16a4 4 0 0 1 4 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 76h-20V64a20 20 0 0 0-20-20H40a20 20 0 0 0-20 20v96a20 20 0 0 0 20 20h116v12a20 20 0 0 0 20 20h48a20 20 0 0 0 20-20V96a20 20 0 0 0-20-20M40 172a12 12 0 0 1-12-12V64a12 12 0 0 1 12-12h144a12 12 0 0 1 12 12v12h-20a20 20 0 0 0-20 20v76Zm196 20a12 12 0 0 1-12 12h-48a12 12 0 0 1-12-12V96a12 12 0 0 1 12-12h48a12 12 0 0 1 12 12Zm-104 16a4 4 0 0 1-4 4H88a4 4 0 0 1 0-8h40a4 4 0 0 1 4 4m80-96a4 4 0 0 1-4 4h-16a4 4 0 0 1 0-8h16a4 4 0 0 1 4 4"/></svg> </template>
CSS
.icon-devices-thin {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%2076h-20V64a20%2020%200%200%200-20-20H40a20%2020%200%200%200-20%2020v96a20%2020%200%200%200%2020%2020h116v12a20%2020%200%200%200%2020%2020h48a20%2020%200%200%200%2020-20V96a20%2020%200%200%200-20-20M40%20172a12%2012%200%200%201-12-12V64a12%2012%200%200%201%2012-12h144a12%2012%200%200%201%2012%2012v12h-20a20%2020%200%200%200-20%2020v76Zm196%2020a12%2012%200%200%201-12%2012h-48a12%2012%200%200%201-12-12V96a12%2012%200%200%201%2012-12h48a12%2012%200%200%201%2012%2012Zm-104%2016a4%204%200%200%201-4%204H88a4%204%200%200%201%200-8h40a4%204%200%200%201%204%204m80-96a4%204%200%200%201-4%204h-16a4%204%200%200%201%200-8h16a4%204%200%200%201%204%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%2076h-20V64a20%2020%200%200%200-20-20H40a20%2020%200%200%200-20%2020v96a20%2020%200%200%200%2020%2020h116v12a20%2020%200%200%200%2020%2020h48a20%2020%200%200%200%2020-20V96a20%2020%200%200%200-20-20M40%20172a12%2012%200%200%201-12-12V64a12%2012%200%200%201%2012-12h144a12%2012%200%200%201%2012%2012v12h-20a20%2020%200%200%200-20%2020v76Zm196%2020a12%2012%200%200%201-12%2012h-48a12%2012%200%200%201-12-12V96a12%2012%200%200%201%2012-12h48a12%2012%200%200%201%2012%2012Zm-104%2016a4%204%200%200%201-4%204H88a4%204%200%200%201%200-8h40a4%204%200%200%201%204%204m80-96a4%204%200%200%201-4%204h-16a4%204%200%200%201%200-8h16a4%204%200%200%201%204%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/devices-thin.svg?color=%231a73e8&size=48