settings remote icon
settings-remote from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- settings-remote
- Set
- Material Symbols
- Style
- Regular
- 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
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 settings remote icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 23q-.425 0-.712-.288T8 22V10q0-.425.288-.712T9 9h6q.425 0 .713.288T16 10v12q0 .425-.288.713T15 23zm3-8.75q.525 0 .888-.363T13.25 13t-.363-.888T12 11.75t-.888.363t-.362.887t.363.888t.887.362m-3.55-6.8l-1.4-1.4q1-1 2.275-1.525T12 4t2.675.525T16.95 6.05l-1.4 1.4q-.725-.725-1.637-1.088T12 6t-1.912.363T8.45 7.45m-2.8-2.8L4.2 3.2Q5.775 1.675 7.788.837T12 0t4.213.838T19.75 3.25l-1.4 1.4q-1.25-1.3-2.9-1.975T12 2t-3.45.675t-2.9 1.975"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSettingsRemote(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="M9 23q-.425 0-.712-.288T8 22V10q0-.425.288-.712T9 9h6q.425 0 .713.288T16 10v12q0 .425-.288.713T15 23zm3-8.75q.525 0 .888-.363T13.25 13t-.363-.888T12 11.75t-.888.363t-.362.887t.363.888t.887.362m-3.55-6.8l-1.4-1.4q1-1 2.275-1.525T12 4t2.675.525T16.95 6.05l-1.4 1.4q-.725-.725-1.637-1.088T12 6t-1.912.363T8.45 7.45m-2.8-2.8L4.2 3.2Q5.775 1.675 7.788.837T12 0t4.213.838T19.75 3.25l-1.4 1.4q-1.25-1.3-2.9-1.975T12 2t-3.45.675t-2.9 1.975"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 23q-.425 0-.712-.288T8 22V10q0-.425.288-.712T9 9h6q.425 0 .713.288T16 10v12q0 .425-.288.713T15 23zm3-8.75q.525 0 .888-.363T13.25 13t-.363-.888T12 11.75t-.888.363t-.362.887t.363.888t.887.362m-3.55-6.8l-1.4-1.4q1-1 2.275-1.525T12 4t2.675.525T16.95 6.05l-1.4 1.4q-.725-.725-1.637-1.088T12 6t-1.912.363T8.45 7.45m-2.8-2.8L4.2 3.2Q5.775 1.675 7.788.837T12 0t4.213.838T19.75 3.25l-1.4 1.4q-1.25-1.3-2.9-1.975T12 2t-3.45.675t-2.9 1.975"/></svg> </template>
CSS
.icon-settings-remote {
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%22M9%2023q-.425%200-.712-.288T8%2022V10q0-.425.288-.712T9%209h6q.425%200%20.713.288T16%2010v12q0%20.425-.288.713T15%2023zm3-8.75q.525%200%20.888-.363T13.25%2013t-.363-.888T12%2011.75t-.888.363t-.362.887t.363.888t.887.362m-3.55-6.8l-1.4-1.4q1-1%202.275-1.525T12%204t2.675.525T16.95%206.05l-1.4%201.4q-.725-.725-1.637-1.088T12%206t-1.912.363T8.45%207.45m-2.8-2.8L4.2%203.2Q5.775%201.675%207.788.837T12%200t4.213.838T19.75%203.25l-1.4%201.4q-1.25-1.3-2.9-1.975T12%202t-3.45.675t-2.9%201.975%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%22M9%2023q-.425%200-.712-.288T8%2022V10q0-.425.288-.712T9%209h6q.425%200%20.713.288T16%2010v12q0%20.425-.288.713T15%2023zm3-8.75q.525%200%20.888-.363T13.25%2013t-.363-.888T12%2011.75t-.888.363t-.362.887t.363.888t.887.362m-3.55-6.8l-1.4-1.4q1-1%202.275-1.525T12%204t2.675.525T16.95%206.05l-1.4%201.4q-.725-.725-1.637-1.088T12%206t-1.912.363T8.45%207.45m-2.8-2.8L4.2%203.2Q5.775%201.675%207.788.837T12%200t4.213.838T19.75%203.25l-1.4%201.4q-1.25-1.3-2.9-1.975T12%202t-3.45.675t-2.9%201.975%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/settings-remote.svg?color=%231a73e8&size=48