important devices icon
important-devices-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- important-devices-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- 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.654 20q-.213 0-.357-.143q-.143-.143-.143-.357t.143-.357t.357-.143H10.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.088q0 .213-.143.357t-.357.143t-.357-.144T18 8.705V5.616q0-.27-.173-.443T17.385 5H4.615q-.269 0-.442.173T4 5.616v8.769q0 .269.173.442t.443.173h8.576q.214 0 .357.143t.143.357t-.143.357t-.357.143H11.5v3h1.846q.213 0 .357.143q.143.143.143.357t-.143.357t-.357.143zM11 11.616l1.373 1.101q.13.106.249.025t.069-.217l-.51-1.779l1.461-1.188q.106-.087.056-.22t-.186-.134h-1.766l-.554-1.646q-.05-.137-.192-.137t-.192.137l-.554 1.646H8.489q-.137 0-.187.134t.056.22l1.461 1.188l-.51 1.779q-.05.137.069.217q.118.081.249-.025zM11 10"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightImportantDevicesOutlineRounded(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.654 20q-.213 0-.357-.143q-.143-.143-.143-.357t.143-.357t.357-.143H10.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.088q0 .213-.143.357t-.357.143t-.357-.144T18 8.705V5.616q0-.27-.173-.443T17.385 5H4.615q-.269 0-.442.173T4 5.616v8.769q0 .269.173.442t.443.173h8.576q.214 0 .357.143t.143.357t-.143.357t-.357.143H11.5v3h1.846q.213 0 .357.143q.143.143.143.357t-.143.357t-.357.143zM11 11.616l1.373 1.101q.13.106.249.025t.069-.217l-.51-1.779l1.461-1.188q.106-.087.056-.22t-.186-.134h-1.766l-.554-1.646q-.05-.137-.192-.137t-.192.137l-.554 1.646H8.489q-.137 0-.187.134t.056.22l1.461 1.188l-.51 1.779q-.05.137.069.217q.118.081.249-.025zM11 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.654 20q-.213 0-.357-.143q-.143-.143-.143-.357t.143-.357t.357-.143H10.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.088q0 .213-.143.357t-.357.143t-.357-.144T18 8.705V5.616q0-.27-.173-.443T17.385 5H4.615q-.269 0-.442.173T4 5.616v8.769q0 .269.173.442t.443.173h8.576q.214 0 .357.143t.143.357t-.143.357t-.357.143H11.5v3h1.846q.213 0 .357.143q.143.143.143.357t-.143.357t-.357.143zM11 11.616l1.373 1.101q.13.106.249.025t.069-.217l-.51-1.779l1.461-1.188q.106-.087.056-.22t-.186-.134h-1.766l-.554-1.646q-.05-.137-.192-.137t-.192.137l-.554 1.646H8.489q-.137 0-.187.134t.056.22l1.461 1.188l-.51 1.779q-.05.137.069.217q.118.081.249-.025zM11 10"/></svg> </template>
CSS
.icon-important-devices-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%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.654%2020q-.213%200-.357-.143q-.143-.143-.143-.357t.143-.357t.357-.143H10.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.088q0%20.213-.143.357t-.357.143t-.357-.144T18%208.705V5.616q0-.27-.173-.443T17.385%205H4.615q-.269%200-.442.173T4%205.616v8.769q0%20.269.173.442t.443.173h8.576q.214%200%20.357.143t.143.357t-.143.357t-.357.143H11.5v3h1.846q.213%200%20.357.143q.143.143.143.357t-.143.357t-.357.143zM11%2011.616l1.373%201.101q.13.106.249.025t.069-.217l-.51-1.779l1.461-1.188q.106-.087.056-.22t-.186-.134h-1.766l-.554-1.646q-.05-.137-.192-.137t-.192.137l-.554%201.646H8.489q-.137%200-.187.134t.056.22l1.461%201.188l-.51%201.779q-.05.137.069.217q.118.081.249-.025zM11%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.654%2020q-.213%200-.357-.143q-.143-.143-.143-.357t.143-.357t.357-.143H10.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.088q0%20.213-.143.357t-.357.143t-.357-.144T18%208.705V5.616q0-.27-.173-.443T17.385%205H4.615q-.269%200-.442.173T4%205.616v8.769q0%20.269.173.442t.443.173h8.576q.214%200%20.357.143t.143.357t-.143.357t-.357.143H11.5v3h1.846q.213%200%20.357.143q.143.143.143.357t-.143.357t-.357.143zM11%2011.616l1.373%201.101q.13.106.249.025t.069-.217l-.51-1.779l1.461-1.188q.106-.087.056-.22t-.186-.134h-1.766l-.554-1.646q-.05-.137-.192-.137t-.192.137l-.554%201.646H8.489q-.137%200-.187.134t.056.22l1.461%201.188l-.51%201.779q-.05.137.069.217q.118.081.249-.025zM11%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-rounded.svg?color=%231a73e8&size=48