devices other icon

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

Name
devices-other-sharp
Set
Material Symbols
Style
Sharp
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="M2 20V4h20v2H12v4H6.975l-.75 2.725q-.575.65-.9 1.488T5 16t.325 1.788t.9 1.487l.2.725zm6.5 0L8 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-5q.325 0 .538-.225t.212-.525q0-.325-.213-.537T18 11q-.3 0-.525.213t-.225.537q0 .3.225.525T18 12.5M14 20V8h8v12z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDevicesOtherSharp(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="M2 20V4h20v2H12v4H6.975l-.75 2.725q-.575.65-.9 1.488T5 16t.325 1.788t.9 1.487l.2.725zm6.5 0L8 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-5q.325 0 .538-.225t.212-.525q0-.325-.213-.537T18 11q-.3 0-.525.213t-.225.537q0 .3.225.525T18 12.5M14 20V8h8v12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 20V4h20v2H12v4H6.975l-.75 2.725q-.575.65-.9 1.488T5 16t.325 1.788t.9 1.487l.2.725zm6.5 0L8 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-5q.325 0 .538-.225t.212-.525q0-.325-.213-.537T18 11q-.3 0-.525.213t-.225.537q0 .3.225.525T18 12.5M14 20V8h8v12z"/></svg>
</template>

CSS

.icon-devices-other-sharp {
  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%22M2%2020V4h20v2H12v4H6.975l-.75%202.725q-.575.65-.9%201.488T5%2016t.325%201.788t.9%201.487l.2.725zm6.5%200L8%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-5q.325%200%20.538-.225t.212-.525q0-.325-.213-.537T18%2011q-.3%200-.525.213t-.225.537q0%20.3.225.525T18%2012.5M14%2020V8h8v12z%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%22M2%2020V4h20v2H12v4H6.975l-.75%202.725q-.575.65-.9%201.488T5%2016t.325%201.788t.9%201.487l.2.725zm6.5%200L8%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-5q.325%200%20.538-.225t.212-.525q0-.325-.213-.537T18%2011q-.3%200-.525.213t-.225.537q0%20.3.225.525T18%2012.5M14%2020V8h8v12z%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-sharp.svg?color=%231a73e8&size=48