important devices icon

important-devices from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
important-devices
Set
Material Symbols Light
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the important devices icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.462 20q-.31 0-.54-.23t-.23-.54v-7.257q0-.31.23-.54t.54-.23h3.769q.31 0 .54.23q.229.23.229.54v7.258q0 .31-.23.54t-.54.229zm0-1.77h3.769v-5.257h-3.77zm-7.339-5.095L11 11.615l1.877 1.52l-.696-2.389l1.896-1.542h-2.33L11 6.98l-.746 2.223H7.923l1.896 1.542zM8.153 20v-1H10.5v-3H4.616q-.672 0-1.144-.472T3 14.385v-8.77q0-.67.472-1.143Q3.944 4 4.616 4h12.769q.67 0 1.143.472q.472.472.472 1.144v3.588h-2.538q-1.154 0-1.962.807t-.808 1.962V16H11.5v3h2.346v1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightImportantDevices(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="M16.462 20q-.31 0-.54-.23t-.23-.54v-7.257q0-.31.23-.54t.54-.23h3.769q.31 0 .54.23q.229.23.229.54v7.258q0 .31-.23.54t-.54.229zm0-1.77h3.769v-5.257h-3.77zm-7.339-5.095L11 11.615l1.877 1.52l-.696-2.389l1.896-1.542h-2.33L11 6.98l-.746 2.223H7.923l1.896 1.542zM8.153 20v-1H10.5v-3H4.616q-.672 0-1.144-.472T3 14.385v-8.77q0-.67.472-1.143Q3.944 4 4.616 4h12.769q.67 0 1.143.472q.472.472.472 1.144v3.588h-2.538q-1.154 0-1.962.807t-.808 1.962V16H11.5v3h2.346v1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.462 20q-.31 0-.54-.23t-.23-.54v-7.257q0-.31.23-.54t.54-.23h3.769q.31 0 .54.23q.229.23.229.54v7.258q0 .31-.23.54t-.54.229zm0-1.77h3.769v-5.257h-3.77zm-7.339-5.095L11 11.615l1.877 1.52l-.696-2.389l1.896-1.542h-2.33L11 6.98l-.746 2.223H7.923l1.896 1.542zM8.153 20v-1H10.5v-3H4.616q-.672 0-1.144-.472T3 14.385v-8.77q0-.67.472-1.143Q3.944 4 4.616 4h12.769q.67 0 1.143.472q.472.472.472 1.144v3.588h-2.538q-1.154 0-1.962.807t-.808 1.962V16H11.5v3h2.346v1z"/></svg>
</template>

CSS

.icon-important-devices {
  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%22M16.462%2020q-.31%200-.54-.23t-.23-.54v-7.257q0-.31.23-.54t.54-.23h3.769q.31%200%20.54.23q.229.23.229.54v7.258q0%20.31-.23.54t-.54.229zm0-1.77h3.769v-5.257h-3.77zm-7.339-5.095L11%2011.615l1.877%201.52l-.696-2.389l1.896-1.542h-2.33L11%206.98l-.746%202.223H7.923l1.896%201.542zM8.153%2020v-1H10.5v-3H4.616q-.672%200-1.144-.472T3%2014.385v-8.77q0-.67.472-1.143Q3.944%204%204.616%204h12.769q.67%200%201.143.472q.472.472.472%201.144v3.588h-2.538q-1.154%200-1.962.807t-.808%201.962V16H11.5v3h2.346v1z%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%22M16.462%2020q-.31%200-.54-.23t-.23-.54v-7.257q0-.31.23-.54t.54-.23h3.769q.31%200%20.54.23q.229.23.229.54v7.258q0%20.31-.23.54t-.54.229zm0-1.77h3.769v-5.257h-3.77zm-7.339-5.095L11%2011.615l1.877%201.52l-.696-2.389l1.896-1.542h-2.33L11%206.98l-.746%202.223H7.923l1.896%201.542zM8.153%2020v-1H10.5v-3H4.616q-.672%200-1.144-.472T3%2014.385v-8.77q0-.67.472-1.143Q3.944%204%204.616%204h12.769q.67%200%201.143.472q.472.472.472%201.144v3.588h-2.538q-1.154%200-1.962.807t-.808%201.962V16H11.5v3h2.346v1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/important-devices.svg?color=%231a73e8&size=48