devices other icon
devices-other-outline-rounded from Material Symbols by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- devices-other-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- 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 4h17q.425 0 .713.288T22 5t-.288.713T21 6H4v12h1q.425 0 .713.288T6 19t-.288.713T5 20zm16-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.5m-9.7 6.775L8 18.25q-.475-.425-.737-1T7 16t.263-1.25t.737-1l.3-1.025q.1-.325.35-.525t.6-.2h1.5q.35 0 .6.2t.35.525l.3 1.025q.475.425.738 1T13 16t-.262 1.25t-.738 1l-.3 1.025q-.1.325-.35.525t-.6.2h-1.5q-.35 0-.6-.2t-.35-.525M10 17.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 MaterialSymbolsDevicesOtherOutlineRounded(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 4h17q.425 0 .713.288T22 5t-.288.713T21 6H4v12h1q.425 0 .713.288T6 19t-.288.713T5 20zm16-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.5m-9.7 6.775L8 18.25q-.475-.425-.737-1T7 16t.263-1.25t.737-1l.3-1.025q.1-.325.35-.525t.6-.2h1.5q.35 0 .6.2t.35.525l.3 1.025q.475.425.738 1T13 16t-.262 1.25t-.738 1l-.3 1.025q-.1.325-.35.525t-.6.2h-1.5q-.35 0-.6-.2t-.35-.525M10 17.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 4h17q.425 0 .713.288T22 5t-.288.713T21 6H4v12h1q.425 0 .713.288T6 19t-.288.713T5 20zm16-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.5m-9.7 6.775L8 18.25q-.475-.425-.737-1T7 16t.263-1.25t.737-1l.3-1.025q.1-.325.35-.525t.6-.2h1.5q.35 0 .6.2t.35.525l.3 1.025q.475.425.738 1T13 16t-.262 1.25t-.738 1l-.3 1.025q-.1.325-.35.525t-.6.2h-1.5q-.35 0-.6-.2t-.35-.525M10 17.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-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%2020q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204h17q.425%200%20.713.288T22%205t-.288.713T21%206H4v12h1q.425%200%20.713.288T6%2019t-.288.713T5%2020zm16-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.5m-9.7%206.775L8%2018.25q-.475-.425-.737-1T7%2016t.263-1.25t.737-1l.3-1.025q.1-.325.35-.525t.6-.2h1.5q.35%200%20.6.2t.35.525l.3%201.025q.475.425.738%201T13%2016t-.262%201.25t-.738%201l-.3%201.025q-.1.325-.35.525t-.6.2h-1.5q-.35%200-.6-.2t-.35-.525M10%2017.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%204h17q.425%200%20.713.288T22%205t-.288.713T21%206H4v12h1q.425%200%20.713.288T6%2019t-.288.713T5%2020zm16-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.5m-9.7%206.775L8%2018.25q-.475-.425-.737-1T7%2016t.263-1.25t.737-1l.3-1.025q.1-.325.35-.525t.6-.2h1.5q.35%200%20.6.2t.35.525l.3%201.025q.475.425.738%201T13%2016t-.262%201.25t-.738%201l-.3%201.025q-.1.325-.35.525t-.6.2h-1.5q-.35%200-.6-.2t-.35-.525M10%2017.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-rounded.svg?color=%231a73e8&size=48