devices other icon
devices-other-outline from Material Symbols by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- devices-other-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More hardware icons from Material Symbols
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 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6H4v12h2v2zm16-2v-8h-4v8zm-4.5 2q-.625 0-1.062-.437T14 18.5v-9q0-.625.438-1.062T15.5 8h5q.625 0 1.063.438T22 9.5v9q0 .625-.437 1.063T20.5 20zm2.5-7.5q.325 0 .538-.225t.212-.525q0-.325-.213-.537T18 11q-.3 0-.525.213t-.225.537q0 .3.225.525T18 12.5M8.5 20L8 18.25q-.475-.425-.737-1T7 16t.263-1.25t.737-1L8.5 12h3l.5 1.75q.475.425.738 1T13 16t-.262 1.25t-.738 1L11.5 20zm1.5-2.5q.65 0 1.075-.437T11.5 16t-.45-1.062T10 14.5t-1.05.425T8.5 16t.425 1.075T10 17.5m8-3.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDevicesOtherOutline(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 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6H4v12h2v2zm16-2v-8h-4v8zm-4.5 2q-.625 0-1.062-.437T14 18.5v-9q0-.625.438-1.062T15.5 8h5q.625 0 1.063.438T22 9.5v9q0 .625-.437 1.063T20.5 20zm2.5-7.5q.325 0 .538-.225t.212-.525q0-.325-.213-.537T18 11q-.3 0-.525.213t-.225.537q0 .3.225.525T18 12.5M8.5 20L8 18.25q-.475-.425-.737-1T7 16t.263-1.25t.737-1L8.5 12h3l.5 1.75q.475.425.738 1T13 16t-.262 1.25t-.738 1L11.5 20zm1.5-2.5q.65 0 1.075-.437T11.5 16t-.45-1.062T10 14.5t-1.05.425T8.5 16t.425 1.075T10 17.5m8-3.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 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6H4v12h2v2zm16-2v-8h-4v8zm-4.5 2q-.625 0-1.062-.437T14 18.5v-9q0-.625.438-1.062T15.5 8h5q.625 0 1.063.438T22 9.5v9q0 .625-.437 1.063T20.5 20zm2.5-7.5q.325 0 .538-.225t.212-.525q0-.325-.213-.537T18 11q-.3 0-.525.213t-.225.537q0 .3.225.525T18 12.5M8.5 20L8 18.25q-.475-.425-.737-1T7 16t.263-1.25t.737-1L8.5 12h3l.5 1.75q.475.425.738 1T13 16t-.262 1.25t-.738 1L11.5 20zm1.5-2.5q.65 0 1.075-.437T11.5 16t-.45-1.062T10 14.5t-1.05.425T8.5 16t.425 1.075T10 17.5m8-3.5"/></svg> </template>
CSS
.icon-devices-other-outline {
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%2020q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204h16q.825%200%201.413.588T22%206H4v12h2v2zm16-2v-8h-4v8zm-4.5%202q-.625%200-1.062-.437T14%2018.5v-9q0-.625.438-1.062T15.5%208h5q.625%200%201.063.438T22%209.5v9q0%20.625-.437%201.063T20.5%2020zm2.5-7.5q.325%200%20.538-.225t.212-.525q0-.325-.213-.537T18%2011q-.3%200-.525.213t-.225.537q0%20.3.225.525T18%2012.5M8.5%2020L8%2018.25q-.475-.425-.737-1T7%2016t.263-1.25t.737-1L8.5%2012h3l.5%201.75q.475.425.738%201T13%2016t-.262%201.25t-.738%201L11.5%2020zm1.5-2.5q.65%200%201.075-.437T11.5%2016t-.45-1.062T10%2014.5t-1.05.425T8.5%2016t.425%201.075T10%2017.5m8-3.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%2020q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204h16q.825%200%201.413.588T22%206H4v12h2v2zm16-2v-8h-4v8zm-4.5%202q-.625%200-1.062-.437T14%2018.5v-9q0-.625.438-1.062T15.5%208h5q.625%200%201.063.438T22%209.5v9q0%20.625-.437%201.063T20.5%2020zm2.5-7.5q.325%200%20.538-.225t.212-.525q0-.325-.213-.537T18%2011q-.3%200-.525.213t-.225.537q0%20.3.225.525T18%2012.5M8.5%2020L8%2018.25q-.475-.425-.737-1T7%2016t.263-1.25t.737-1L8.5%2012h3l.5%201.75q.475.425.738%201T13%2016t-.262%201.25t-.738%201L11.5%2020zm1.5-2.5q.65%200%201.075-.437T11.5%2016t-.45-1.062T10%2014.5t-1.05.425T8.5%2016t.425%201.075T10%2017.5m8-3.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/devices-other-outline.svg?color=%231a73e8&size=48