devices other icon

devices-other-rounded from Material Symbols by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
devices-other-rounded
Set
Material Symbols
Style
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

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 6v.35q-.35-.175-.725-.262T20.5 6h-5q-1.45 0-2.475 1.025T12 9.5v.5H7.75q-.35 0-.612.2t-.363.525l-.55 2q-.575.65-.9 1.488T5 16t.325 1.788t.9 1.487l.2.725zm11.5 0q-.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 20zm-7.2-.725L8 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-5q.325 0 .538-.225t.212-.525q0-.325-.213-.537T18 11q-.3 0-.525.213t-.225.537q0 .3.225.525T18 12.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDevicesOtherRounded(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 6v.35q-.35-.175-.725-.262T20.5 6h-5q-1.45 0-2.475 1.025T12 9.5v.5H7.75q-.35 0-.612.2t-.363.525l-.55 2q-.575.65-.9 1.488T5 16t.325 1.788t.9 1.487l.2.725zm11.5 0q-.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 20zm-7.2-.725L8 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-5q.325 0 .538-.225t.212-.525q0-.325-.213-.537T18 11q-.3 0-.525.213t-.225.537q0 .3.225.525T18 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 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v.35q-.35-.175-.725-.262T20.5 6h-5q-1.45 0-2.475 1.025T12 9.5v.5H7.75q-.35 0-.612.2t-.363.525l-.55 2q-.575.65-.9 1.488T5 16t.325 1.788t.9 1.487l.2.725zm11.5 0q-.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 20zm-7.2-.725L8 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-5q.325 0 .538-.225t.212-.525q0-.325-.213-.537T18 11q-.3 0-.525.213t-.225.537q0 .3.225.525T18 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%2020q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204h16q.825%200%201.413.588T22%206v.35q-.35-.175-.725-.262T20.5%206h-5q-1.45%200-2.475%201.025T12%209.5v.5H7.75q-.35%200-.612.2t-.363.525l-.55%202q-.575.65-.9%201.488T5%2016t.325%201.788t.9%201.487l.2.725zm11.5%200q-.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%2020zm-7.2-.725L8%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-5q.325%200%20.538-.225t.212-.525q0-.325-.213-.537T18%2011q-.3%200-.525.213t-.225.537q0%20.3.225.525T18%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%2020q-.825%200-1.412-.587T2%2018V6q0-.825.588-1.412T4%204h16q.825%200%201.413.588T22%206v.35q-.35-.175-.725-.262T20.5%206h-5q-1.45%200-2.475%201.025T12%209.5v.5H7.75q-.35%200-.612.2t-.363.525l-.55%202q-.575.65-.9%201.488T5%2016t.325%201.788t.9%201.487l.2.725zm11.5%200q-.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%2020zm-7.2-.725L8%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-5q.325%200%20.538-.225t.212-.525q0-.325-.213-.537T18%2011q-.3%200-.525.213t-.225.537q0%20.3.225.525T18%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/devices-other-rounded.svg?color=%231a73e8&size=48