important devices icon
important-devices-outline from Material Symbols Light by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- important-devices-outline
- Set
- Material Symbols Light
- Style
- Outline
- 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
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 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.77zM8.154 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-1V5.616q0-.27-.173-.443T17.385 5H4.615q-.269 0-.442.173T4 5.616v8.769q0 .269.173.442t.443.173h9.076v1H11.5v3h2.346v1zm.969-6.866L11 11.616l1.877 1.519l-.696-2.389l1.896-1.542h-2.33L11 6.98l-.746 2.223H7.923l1.896 1.542zM11 10"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightImportantDevicesOutline(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.77zM8.154 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-1V5.616q0-.27-.173-.443T17.385 5H4.615q-.269 0-.442.173T4 5.616v8.769q0 .269.173.442t.443.173h9.076v1H11.5v3h2.346v1zm.969-6.866L11 11.616l1.877 1.519l-.696-2.389l1.896-1.542h-2.33L11 6.98l-.746 2.223H7.923l1.896 1.542zM11 10"/></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.77zM8.154 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-1V5.616q0-.27-.173-.443T17.385 5H4.615q-.269 0-.442.173T4 5.616v8.769q0 .269.173.442t.443.173h9.076v1H11.5v3h2.346v1zm.969-6.866L11 11.616l1.877 1.519l-.696-2.389l1.896-1.542h-2.33L11 6.98l-.746 2.223H7.923l1.896 1.542zM11 10"/></svg> </template>
CSS
.icon-important-devices-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%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.77zM8.154%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-1V5.616q0-.27-.173-.443T17.385%205H4.615q-.269%200-.442.173T4%205.616v8.769q0%20.269.173.442t.443.173h9.076v1H11.5v3h2.346v1zm.969-6.866L11%2011.616l1.877%201.519l-.696-2.389l1.896-1.542h-2.33L11%206.98l-.746%202.223H7.923l1.896%201.542zM11%2010%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.77zM8.154%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-1V5.616q0-.27-.173-.443T17.385%205H4.615q-.269%200-.442.173T4%205.616v8.769q0%20.269.173.442t.443.173h9.076v1H11.5v3h2.346v1zm.969-6.866L11%2011.616l1.877%201.519l-.696-2.389l1.896-1.542h-2.33L11%206.98l-.746%202.223H7.923l1.896%201.542zM11%2010%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-outline.svg?color=%231a73e8&size=48