devices other icon
devices-other from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- devices-other
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the devices other icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.962q.633 0 1.105.443q.472.444.51 1.076V6.6q-.292-.117-.59-.166q-.298-.05-.621-.05h-3.962q-1.373 0-2.378.9q-1.007.9-1.18 2.216v.116H7.994l-.75 2.667q-.575.65-.89 1.468T6.038 15.5t.316 1.749t.89 1.468L7.33 19zm11.403 0q-.51 0-.86-.351q-.351-.351-.351-.86V9.98q0-.51.35-.86q.352-.352.861-.352h3.962q.51 0 .86.351q.351.351.351.86v7.808q0 .51-.35.861q-.351.351-.861.351zm-6.211 0l-.443-1.538q-.436-.348-.689-.856T8.423 15.5t.253-1.106t.69-.856L9.808 12h2.23l.443 1.539q.436.347.69.855q.252.508.252 1.106t-.253 1.106t-.69.855L12.04 19zm1.115-1.884q.708 0 1.161-.476t.454-1.14t-.488-1.14t-1.127-.475t-1.127.453t-.488 1.162t.454 1.162t1.161.454M18 12.5q.287 0 .48-.196t.193-.477q0-.286-.193-.48q-.194-.193-.48-.193q-.28 0-.477.193q-.196.194-.196.48q0 .28.196.477T18 12.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDevicesOther(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" d="M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.962q.633 0 1.105.443q.472.444.51 1.076V6.6q-.292-.117-.59-.166q-.298-.05-.621-.05h-3.962q-1.373 0-2.378.9q-1.007.9-1.18 2.216v.116H7.994l-.75 2.667q-.575.65-.89 1.468T6.038 15.5t.316 1.749t.89 1.468L7.33 19zm11.403 0q-.51 0-.86-.351q-.351-.351-.351-.86V9.98q0-.51.35-.86q.352-.352.861-.352h3.962q.51 0 .86.351q.351.351.351.86v7.808q0 .51-.35.861q-.351.351-.861.351zm-6.211 0l-.443-1.538q-.436-.348-.689-.856T8.423 15.5t.253-1.106t.69-.856L9.808 12h2.23l.443 1.539q.436.347.69.855q.252.508.252 1.106t-.253 1.106t-.69.855L12.04 19zm1.115-1.884q.708 0 1.161-.476t.454-1.14t-.488-1.14t-1.127-.475t-1.127.453t-.488 1.162t.454 1.162t1.161.454M18 12.5q.287 0 .48-.196t.193-.477q0-.286-.193-.48q-.194-.193-.48-.193q-.28 0-.477.193q-.196.194-.196.48q0 .28.196.477T18 12.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.962q.633 0 1.105.443q.472.444.51 1.076V6.6q-.292-.117-.59-.166q-.298-.05-.621-.05h-3.962q-1.373 0-2.378.9q-1.007.9-1.18 2.216v.116H7.994l-.75 2.667q-.575.65-.89 1.468T6.038 15.5t.316 1.749t.89 1.468L7.33 19zm11.403 0q-.51 0-.86-.351q-.351-.351-.351-.86V9.98q0-.51.35-.86q.352-.352.861-.352h3.962q.51 0 .86.351q.351.351.351.86v7.808q0 .51-.35.861q-.351.351-.861.351zm-6.211 0l-.443-1.538q-.436-.348-.689-.856T8.423 15.5t.253-1.106t.69-.856L9.808 12h2.23l.443 1.539q.436.347.69.855q.252.508.252 1.106t-.253 1.106t-.69.855L12.04 19zm1.115-1.884q.708 0 1.161-.476t.454-1.14t-.488-1.14t-1.127-.475t-1.127.453t-.488 1.162t.454 1.162t1.161.454M18 12.5q.287 0 .48-.196t.193-.477q0-.286-.193-.48q-.194-.193-.48-.193q-.28 0-.477.193q-.196.194-.196.48q0 .28.196.477T18 12.5"/></svg> </template>
CSS
.icon-devices-other {
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%20d%3D%22M4.616%2019q-.691%200-1.153-.462T3%2017.384V6.616q0-.691.463-1.153T4.615%205h14.962q.633%200%201.105.443q.472.444.51%201.076V6.6q-.292-.117-.59-.166q-.298-.05-.621-.05h-3.962q-1.373%200-2.378.9q-1.007.9-1.18%202.216v.116H7.994l-.75%202.667q-.575.65-.89%201.468T6.038%2015.5t.316%201.749t.89%201.468L7.33%2019zm11.403%200q-.51%200-.86-.351q-.351-.351-.351-.86V9.98q0-.51.35-.86q.352-.352.861-.352h3.962q.51%200%20.86.351q.351.351.351.86v7.808q0%20.51-.35.861q-.351.351-.861.351zm-6.211%200l-.443-1.538q-.436-.348-.689-.856T8.423%2015.5t.253-1.106t.69-.856L9.808%2012h2.23l.443%201.539q.436.347.69.855q.252.508.252%201.106t-.253%201.106t-.69.855L12.04%2019zm1.115-1.884q.708%200%201.161-.476t.454-1.14t-.488-1.14t-1.127-.475t-1.127.453t-.488%201.162t.454%201.162t1.161.454M18%2012.5q.287%200%20.48-.196t.193-.477q0-.286-.193-.48q-.194-.193-.48-.193q-.28%200-.477.193q-.196.194-.196.48q0%20.28.196.477T18%2012.5%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%20d%3D%22M4.616%2019q-.691%200-1.153-.462T3%2017.384V6.616q0-.691.463-1.153T4.615%205h14.962q.633%200%201.105.443q.472.444.51%201.076V6.6q-.292-.117-.59-.166q-.298-.05-.621-.05h-3.962q-1.373%200-2.378.9q-1.007.9-1.18%202.216v.116H7.994l-.75%202.667q-.575.65-.89%201.468T6.038%2015.5t.316%201.749t.89%201.468L7.33%2019zm11.403%200q-.51%200-.86-.351q-.351-.351-.351-.86V9.98q0-.51.35-.86q.352-.352.861-.352h3.962q.51%200%20.86.351q.351.351.351.86v7.808q0%20.51-.35.861q-.351.351-.861.351zm-6.211%200l-.443-1.538q-.436-.348-.689-.856T8.423%2015.5t.253-1.106t.69-.856L9.808%2012h2.23l.443%201.539q.436.347.69.855q.252.508.252%201.106t-.253%201.106t-.69.855L12.04%2019zm1.115-1.884q.708%200%201.161-.476t.454-1.14t-.488-1.14t-1.127-.475t-1.127.453t-.488%201.162t.454%201.162t1.161.454M18%2012.5q.287%200%20.48-.196t.193-.477q0-.286-.193-.48q-.194-.193-.48-.193q-.28%200-.477.193q-.196.194-.196.48q0%20.28.196.477T18%2012.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/devices-other.svg?color=%231a73e8&size=48