device hub icon
device-hub-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- device-hub-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- device-hub-outline-rounded
1 other variant 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 device hub icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 19.2v-2.4q0-.34.232-.57t.576-.23h2.577l4.115-4.115V8.992q-.861-.229-1.43-.895q-.57-.666-.57-1.558q0-1.042.729-1.771q.728-.73 1.769-.73t1.771.73t.731 1.77q0 .893-.57 1.559q-.568.667-1.43.895v2.893L16.616 16h2.576q.344 0 .576.23t.232.57v2.4q0 .34-.23.57t-.57.23h-2.4q-.34 0-.57-.232t-.23-.576v-2.357l-4-4l-4 4v2.357q0 .344-.23.576T7.2 20H4.8q-.34 0-.57-.23T4 19.2"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDeviceHubRounded(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 19.2v-2.4q0-.34.232-.57t.576-.23h2.577l4.115-4.115V8.992q-.861-.229-1.43-.895q-.57-.666-.57-1.558q0-1.042.729-1.771q.728-.73 1.769-.73t1.771.73t.731 1.77q0 .893-.57 1.559q-.568.667-1.43.895v2.893L16.616 16h2.576q.344 0 .576.23t.232.57v2.4q0 .34-.23.57t-.57.23h-2.4q-.34 0-.57-.232t-.23-.576v-2.357l-4-4l-4 4v2.357q0 .344-.23.576T7.2 20H4.8q-.34 0-.57-.23T4 19.2"/></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 19.2v-2.4q0-.34.232-.57t.576-.23h2.577l4.115-4.115V8.992q-.861-.229-1.43-.895q-.57-.666-.57-1.558q0-1.042.729-1.771q.728-.73 1.769-.73t1.771.73t.731 1.77q0 .893-.57 1.559q-.568.667-1.43.895v2.893L16.616 16h2.576q.344 0 .576.23t.232.57v2.4q0 .34-.23.57t-.57.23h-2.4q-.34 0-.57-.232t-.23-.576v-2.357l-4-4l-4 4v2.357q0 .344-.23.576T7.2 20H4.8q-.34 0-.57-.23T4 19.2"/></svg> </template>
CSS
.icon-device-hub-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%2019.2v-2.4q0-.34.232-.57t.576-.23h2.577l4.115-4.115V8.992q-.861-.229-1.43-.895q-.57-.666-.57-1.558q0-1.042.729-1.771q.728-.73%201.769-.73t1.771.73t.731%201.77q0%20.893-.57%201.559q-.568.667-1.43.895v2.893L16.616%2016h2.576q.344%200%20.576.23t.232.57v2.4q0%20.34-.23.57t-.57.23h-2.4q-.34%200-.57-.232t-.23-.576v-2.357l-4-4l-4%204v2.357q0%20.344-.23.576T7.2%2020H4.8q-.34%200-.57-.23T4%2019.2%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%2019.2v-2.4q0-.34.232-.57t.576-.23h2.577l4.115-4.115V8.992q-.861-.229-1.43-.895q-.57-.666-.57-1.558q0-1.042.729-1.771q.728-.73%201.769-.73t1.771.73t.731%201.77q0%20.893-.57%201.559q-.568.667-1.43.895v2.893L16.616%2016h2.576q.344%200%20.576.23t.232.57v2.4q0%20.34-.23.57t-.57.23h-2.4q-.34%200-.57-.232t-.23-.576v-2.357l-4-4l-4%204v2.357q0%20.344-.23.576T7.2%2020H4.8q-.34%200-.57-.23T4%2019.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/device-hub-rounded.svg?color=%231a73e8&size=48