devices other icon
devices-other-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- devices-other-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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.116H8.616q-.274 0-.488.161q-.215.162-.295.429l-.589 2.077q-.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.392-.59l-.262-.948q-.436-.348-.689-.856T8.423 15.5t.253-1.106t.69-.856l.261-.948q.08-.267.292-.429t.485-.161h1.038q.273 0 .475.161q.202.162.283.43l.28.947q.437.348.69.856t.253 1.106t-.253 1.106t-.69.855l-.28.949q-.08.267-.283.429q-.201.161-.475.161h-1.038q-.273 0-.485-.161t-.292-.43m1.296-1.293q.708 0 1.162-.476t.454-1.14t-.489-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 MaterialSymbolsLightDevicesOtherRounded(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.116H8.616q-.274 0-.488.161q-.215.162-.295.429l-.589 2.077q-.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.392-.59l-.262-.948q-.436-.348-.689-.856T8.423 15.5t.253-1.106t.69-.856l.261-.948q.08-.267.292-.429t.485-.161h1.038q.273 0 .475.161q.202.162.283.43l.28.947q.437.348.69.856t.253 1.106t-.253 1.106t-.69.855l-.28.949q-.08.267-.283.429q-.201.161-.475.161h-1.038q-.273 0-.485-.161t-.292-.43m1.296-1.293q.708 0 1.162-.476t.454-1.14t-.489-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.116H8.616q-.274 0-.488.161q-.215.162-.295.429l-.589 2.077q-.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.392-.59l-.262-.948q-.436-.348-.689-.856T8.423 15.5t.253-1.106t.69-.856l.261-.948q.08-.267.292-.429t.485-.161h1.038q.273 0 .475.161q.202.162.283.43l.28.947q.437.348.69.856t.253 1.106t-.253 1.106t-.69.855l-.28.949q-.08.267-.283.429q-.201.161-.475.161h-1.038q-.273 0-.485-.161t-.292-.43m1.296-1.293q.708 0 1.162-.476t.454-1.14t-.489-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-rounded {
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.116H8.616q-.274%200-.488.161q-.215.162-.295.429l-.589%202.077q-.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.392-.59l-.262-.948q-.436-.348-.689-.856T8.423%2015.5t.253-1.106t.69-.856l.261-.948q.08-.267.292-.429t.485-.161h1.038q.273%200%20.475.161q.202.162.283.43l.28.947q.437.348.69.856t.253%201.106t-.253%201.106t-.69.855l-.28.949q-.08.267-.283.429q-.201.161-.475.161h-1.038q-.273%200-.485-.161t-.292-.43m1.296-1.293q.708%200%201.162-.476t.454-1.14t-.489-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.116H8.616q-.274%200-.488.161q-.215.162-.295.429l-.589%202.077q-.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.392-.59l-.262-.948q-.436-.348-.689-.856T8.423%2015.5t.253-1.106t.69-.856l.261-.948q.08-.267.292-.429t.485-.161h1.038q.273%200%20.475.161q.202.162.283.43l.28.947q.437.348.69.856t.253%201.106t-.253%201.106t-.69.855l-.28.949q-.08.267-.283.429q-.201.161-.475.161h-1.038q-.273%200-.485-.161t-.292-.43m1.296-1.293q.708%200%201.162-.476t.454-1.14t-.489-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-rounded.svg?color=%231a73e8&size=48