devices icon
devices from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.
- Name
- devices
- Set
- Reicon
- Style
- Outline
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All devices icons →devicesAkar IconsdevicesBoxIcons v2devicesBoxIcons v2 SoliddevicesCarbondevicesIconParkdevicesIconPark OutlinedevicesIconPark SoliddevicesIconPark TwoTonedevicesMaterial SymbolsdevicesMaterial Symbols LightdevicesMaterial Design Iconsdevices-16OcticonsdevicesPhosphordevicesPixelarticonsdevices-boldSolardevicesTabler Icons
More devices icons from Reicon
Use the devices icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.944 1.25h.112c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433v4.112c0 1.838 0 3.294-.153 4.433c-.158 1.172-.49 2.121-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153H12a.75.75 0 0 1 0-1.5h2c1.907 0 3.262-.002 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.139-1.027.14-2.382.14-4.289v-4c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812c-1.027-.138-2.382-.14-4.289-.14s-3.261.002-4.289.14c-1.006.135-1.586.389-2.009.812c-.696.696-.907 1.777-.943 4.309a.75.75 0 1 1-1.5-.022c.035-2.427.192-4.158 1.382-5.348c.749-.748 1.698-1.08 2.87-1.238c1.14-.153 2.595-.153 4.433-.153m-8.482 9h.076c.67 0 1.229 0 1.681.046c.473.048.913.153 1.309.418c.3.2.558.458.759.758c.264.396.369.835.417 1.309c.046.452.046 1.011.046 1.68v4.077c0 .67 0 1.229-.046 1.681c-.048.473-.153.913-.417 1.309a2.8 2.8 0 0 1-.76.759c-.395.264-.835.369-1.308.417c-.452.046-1.011.046-1.68.046h-.077c-.67 0-1.229 0-1.681-.046c-.473-.048-.913-.153-1.309-.418a2.8 2.8 0 0 1-.759-.758c-.264-.396-.369-.835-.417-1.309c-.046-.452-.046-1.011-.046-1.68v-4.077c0-.67 0-1.229.046-1.681c.048-.474.153-.913.417-1.309c.201-.3.459-.558.76-.758c.395-.265.835-.37 1.308-.418c.452-.046 1.011-.046 1.68-.046m-1.53 1.538c-.354.036-.518.1-.626.173a1.3 1.3 0 0 0-.345.345c-.073.108-.137.272-.173.627c-.037.367-.038.85-.038 1.567v4c0 .718 0 1.2.038 1.567c.036.355.1.519.173.628c.09.136.208.253.345.344c.108.073.272.137.627.173c.367.037.85.038 1.567.038c.718 0 1.2 0 1.567-.038c.355-.036.519-.1.627-.173c.137-.09.254-.208.345-.344c.073-.109.137-.273.173-.628c.037-.367.038-.85.038-1.567v-4c0-.718 0-1.2-.038-1.567c-.036-.355-.1-.519-.173-.627a1.3 1.3 0 0 0-.345-.345c-.108-.073-.272-.137-.627-.173c-.367-.037-.85-.038-1.567-.038c-.718 0-1.2 0-1.567.038M11.25 19a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconDevices(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M13.944 1.25h.112c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433v4.112c0 1.838 0 3.294-.153 4.433c-.158 1.172-.49 2.121-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153H12a.75.75 0 0 1 0-1.5h2c1.907 0 3.262-.002 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.139-1.027.14-2.382.14-4.289v-4c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812c-1.027-.138-2.382-.14-4.289-.14s-3.261.002-4.289.14c-1.006.135-1.586.389-2.009.812c-.696.696-.907 1.777-.943 4.309a.75.75 0 1 1-1.5-.022c.035-2.427.192-4.158 1.382-5.348c.749-.748 1.698-1.08 2.87-1.238c1.14-.153 2.595-.153 4.433-.153m-8.482 9h.076c.67 0 1.229 0 1.681.046c.473.048.913.153 1.309.418c.3.2.558.458.759.758c.264.396.369.835.417 1.309c.046.452.046 1.011.046 1.68v4.077c0 .67 0 1.229-.046 1.681c-.048.473-.153.913-.417 1.309a2.8 2.8 0 0 1-.76.759c-.395.264-.835.369-1.308.417c-.452.046-1.011.046-1.68.046h-.077c-.67 0-1.229 0-1.681-.046c-.473-.048-.913-.153-1.309-.418a2.8 2.8 0 0 1-.759-.758c-.264-.396-.369-.835-.417-1.309c-.046-.452-.046-1.011-.046-1.68v-4.077c0-.67 0-1.229.046-1.681c.048-.474.153-.913.417-1.309c.201-.3.459-.558.76-.758c.395-.265.835-.37 1.308-.418c.452-.046 1.011-.046 1.68-.046m-1.53 1.538c-.354.036-.518.1-.626.173a1.3 1.3 0 0 0-.345.345c-.073.108-.137.272-.173.627c-.037.367-.038.85-.038 1.567v4c0 .718 0 1.2.038 1.567c.036.355.1.519.173.628c.09.136.208.253.345.344c.108.073.272.137.627.173c.367.037.85.038 1.567.038c.718 0 1.2 0 1.567-.038c.355-.036.519-.1.627-.173c.137-.09.254-.208.345-.344c.073-.109.137-.273.173-.628c.037-.367.038-.85.038-1.567v-4c0-.718 0-1.2-.038-1.567c-.036-.355-.1-.519-.173-.627a1.3 1.3 0 0 0-.345-.345c-.108-.073-.272-.137-.627-.173c-.367-.037-.85-.038-1.567-.038c-.718 0-1.2 0-1.567.038M11.25 19a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.944 1.25h.112c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433v4.112c0 1.838 0 3.294-.153 4.433c-.158 1.172-.49 2.121-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153H12a.75.75 0 0 1 0-1.5h2c1.907 0 3.262-.002 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.139-1.027.14-2.382.14-4.289v-4c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812c-1.027-.138-2.382-.14-4.289-.14s-3.261.002-4.289.14c-1.006.135-1.586.389-2.009.812c-.696.696-.907 1.777-.943 4.309a.75.75 0 1 1-1.5-.022c.035-2.427.192-4.158 1.382-5.348c.749-.748 1.698-1.08 2.87-1.238c1.14-.153 2.595-.153 4.433-.153m-8.482 9h.076c.67 0 1.229 0 1.681.046c.473.048.913.153 1.309.418c.3.2.558.458.759.758c.264.396.369.835.417 1.309c.046.452.046 1.011.046 1.68v4.077c0 .67 0 1.229-.046 1.681c-.048.473-.153.913-.417 1.309a2.8 2.8 0 0 1-.76.759c-.395.264-.835.369-1.308.417c-.452.046-1.011.046-1.68.046h-.077c-.67 0-1.229 0-1.681-.046c-.473-.048-.913-.153-1.309-.418a2.8 2.8 0 0 1-.759-.758c-.264-.396-.369-.835-.417-1.309c-.046-.452-.046-1.011-.046-1.68v-4.077c0-.67 0-1.229.046-1.681c.048-.474.153-.913.417-1.309c.201-.3.459-.558.76-.758c.395-.265.835-.37 1.308-.418c.452-.046 1.011-.046 1.68-.046m-1.53 1.538c-.354.036-.518.1-.626.173a1.3 1.3 0 0 0-.345.345c-.073.108-.137.272-.173.627c-.037.367-.038.85-.038 1.567v4c0 .718 0 1.2.038 1.567c.036.355.1.519.173.628c.09.136.208.253.345.344c.108.073.272.137.627.173c.367.037.85.038 1.567.038c.718 0 1.2 0 1.567-.038c.355-.036.519-.1.627-.173c.137-.09.254-.208.345-.344c.073-.109.137-.273.173-.628c.037-.367.038-.85.038-1.567v-4c0-.718 0-1.2-.038-1.567c-.036-.355-.1-.519-.173-.627a1.3 1.3 0 0 0-.345-.345c-.108-.073-.272-.137-.627-.173c-.367-.037-.85-.038-1.567-.038c-.718 0-1.2 0-1.567.038M11.25 19a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg> </template>
CSS
.icon-devices {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.944%201.25h.112c1.838%200%203.294%200%204.433.153c1.172.158%202.121.49%202.87%201.238c.748.749%201.08%201.698%201.238%202.87c.153%201.14.153%202.595.153%204.433v4.112c0%201.838%200%203.294-.153%204.433c-.158%201.172-.49%202.121-1.238%202.87c-.749.748-1.698%201.08-2.87%201.238c-1.14.153-2.595.153-4.433.153H12a.75.75%200%200%201%200-1.5h2c1.907%200%203.262-.002%204.29-.14c1.005-.135%201.585-.389%202.008-.812s.677-1.003.812-2.009c.139-1.027.14-2.382.14-4.289v-4c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812c-1.027-.138-2.382-.14-4.289-.14s-3.261.002-4.289.14c-1.006.135-1.586.389-2.009.812c-.696.696-.907%201.777-.943%204.309a.75.75%200%201%201-1.5-.022c.035-2.427.192-4.158%201.382-5.348c.749-.748%201.698-1.08%202.87-1.238c1.14-.153%202.595-.153%204.433-.153m-8.482%209h.076c.67%200%201.229%200%201.681.046c.473.048.913.153%201.309.418c.3.2.558.458.759.758c.264.396.369.835.417%201.309c.046.452.046%201.011.046%201.68v4.077c0%20.67%200%201.229-.046%201.681c-.048.473-.153.913-.417%201.309a2.8%202.8%200%200%201-.76.759c-.395.264-.835.369-1.308.417c-.452.046-1.011.046-1.68.046h-.077c-.67%200-1.229%200-1.681-.046c-.473-.048-.913-.153-1.309-.418a2.8%202.8%200%200%201-.759-.758c-.264-.396-.369-.835-.417-1.309c-.046-.452-.046-1.011-.046-1.68v-4.077c0-.67%200-1.229.046-1.681c.048-.474.153-.913.417-1.309c.201-.3.459-.558.76-.758c.395-.265.835-.37%201.308-.418c.452-.046%201.011-.046%201.68-.046m-1.53%201.538c-.354.036-.518.1-.626.173a1.3%201.3%200%200%200-.345.345c-.073.108-.137.272-.173.627c-.037.367-.038.85-.038%201.567v4c0%20.718%200%201.2.038%201.567c.036.355.1.519.173.628c.09.136.208.253.345.344c.108.073.272.137.627.173c.367.037.85.038%201.567.038c.718%200%201.2%200%201.567-.038c.355-.036.519-.1.627-.173c.137-.09.254-.208.345-.344c.073-.109.137-.273.173-.628c.037-.367.038-.85.038-1.567v-4c0-.718%200-1.2-.038-1.567c-.036-.355-.1-.519-.173-.627a1.3%201.3%200%200%200-.345-.345c-.108-.073-.272-.137-.627-.173c-.367-.037-.85-.038-1.567-.038c-.718%200-1.2%200-1.567.038M11.25%2019a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%200%201.5h-5a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.944%201.25h.112c1.838%200%203.294%200%204.433.153c1.172.158%202.121.49%202.87%201.238c.748.749%201.08%201.698%201.238%202.87c.153%201.14.153%202.595.153%204.433v4.112c0%201.838%200%203.294-.153%204.433c-.158%201.172-.49%202.121-1.238%202.87c-.749.748-1.698%201.08-2.87%201.238c-1.14.153-2.595.153-4.433.153H12a.75.75%200%200%201%200-1.5h2c1.907%200%203.262-.002%204.29-.14c1.005-.135%201.585-.389%202.008-.812s.677-1.003.812-2.009c.139-1.027.14-2.382.14-4.289v-4c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812c-1.027-.138-2.382-.14-4.289-.14s-3.261.002-4.289.14c-1.006.135-1.586.389-2.009.812c-.696.696-.907%201.777-.943%204.309a.75.75%200%201%201-1.5-.022c.035-2.427.192-4.158%201.382-5.348c.749-.748%201.698-1.08%202.87-1.238c1.14-.153%202.595-.153%204.433-.153m-8.482%209h.076c.67%200%201.229%200%201.681.046c.473.048.913.153%201.309.418c.3.2.558.458.759.758c.264.396.369.835.417%201.309c.046.452.046%201.011.046%201.68v4.077c0%20.67%200%201.229-.046%201.681c-.048.473-.153.913-.417%201.309a2.8%202.8%200%200%201-.76.759c-.395.264-.835.369-1.308.417c-.452.046-1.011.046-1.68.046h-.077c-.67%200-1.229%200-1.681-.046c-.473-.048-.913-.153-1.309-.418a2.8%202.8%200%200%201-.759-.758c-.264-.396-.369-.835-.417-1.309c-.046-.452-.046-1.011-.046-1.68v-4.077c0-.67%200-1.229.046-1.681c.048-.474.153-.913.417-1.309c.201-.3.459-.558.76-.758c.395-.265.835-.37%201.308-.418c.452-.046%201.011-.046%201.68-.046m-1.53%201.538c-.354.036-.518.1-.626.173a1.3%201.3%200%200%200-.345.345c-.073.108-.137.272-.173.627c-.037.367-.038.85-.038%201.567v4c0%20.718%200%201.2.038%201.567c.036.355.1.519.173.628c.09.136.208.253.345.344c.108.073.272.137.627.173c.367.037.85.038%201.567.038c.718%200%201.2%200%201.567-.038c.355-.036.519-.1.627-.173c.137-.09.254-.208.345-.344c.073-.109.137-.273.173-.628c.037-.367.038-.85.038-1.567v-4c0-.718%200-1.2-.038-1.567c-.036-.355-.1-.519-.173-.627a1.3%201.3%200%200%200-.345-.345c-.108-.073-.272-.137-.627-.173c-.367-.037-.85-.038-1.567-.038c-.718%200-1.2%200-1.567.038M11.25%2019a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%200%201.5h-5a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/devices.svg?color=%231a73e8&size=48