settings remote icon
settings-remote from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- settings-remote
- 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
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.27 22.5q-.31 0-.54-.23t-.23-.54V10.27q0-.31.23-.54t.54-.23h5.46q.31 0 .54.23t.23.54v11.46q0 .31-.23.54t-.54.23zM12 13.827q.333 0 .58-.247t.247-.58t-.247-.58t-.58-.247t-.58.247t-.247.58t.247.58t.58.247m-3.511-7.07L7.78 6.05q.885-.77 1.967-1.16T12 4.5t2.252.39q1.083.39 1.967 1.16l-.707.708q-.745-.61-1.647-.934Q12.962 5.5 12 5.5t-1.864.324t-1.647.934m-2.839-2.8L4.93 3.2q1.46-1.313 3.28-2.007Q10.03.5 12 .5q1.95 0 3.77.703t3.25 2.047l-.67.708q-1.308-1.204-2.939-1.831Q13.782 1.5 12 1.5t-3.411.627q-1.631.627-2.939 1.83"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSettingsRemote(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.27 22.5q-.31 0-.54-.23t-.23-.54V10.27q0-.31.23-.54t.54-.23h5.46q.31 0 .54.23t.23.54v11.46q0 .31-.23.54t-.54.23zM12 13.827q.333 0 .58-.247t.247-.58t-.247-.58t-.58-.247t-.58.247t-.247.58t.247.58t.58.247m-3.511-7.07L7.78 6.05q.885-.77 1.967-1.16T12 4.5t2.252.39q1.083.39 1.967 1.16l-.707.708q-.745-.61-1.647-.934Q12.962 5.5 12 5.5t-1.864.324t-1.647.934m-2.839-2.8L4.93 3.2q1.46-1.313 3.28-2.007Q10.03.5 12 .5q1.95 0 3.77.703t3.25 2.047l-.67.708q-1.308-1.204-2.939-1.831Q13.782 1.5 12 1.5t-3.411.627q-1.631.627-2.939 1.83"/></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.27 22.5q-.31 0-.54-.23t-.23-.54V10.27q0-.31.23-.54t.54-.23h5.46q.31 0 .54.23t.23.54v11.46q0 .31-.23.54t-.54.23zM12 13.827q.333 0 .58-.247t.247-.58t-.247-.58t-.58-.247t-.58.247t-.247.58t.247.58t.58.247m-3.511-7.07L7.78 6.05q.885-.77 1.967-1.16T12 4.5t2.252.39q1.083.39 1.967 1.16l-.707.708q-.745-.61-1.647-.934Q12.962 5.5 12 5.5t-1.864.324t-1.647.934m-2.839-2.8L4.93 3.2q1.46-1.313 3.28-2.007Q10.03.5 12 .5q1.95 0 3.77.703t3.25 2.047l-.67.708q-1.308-1.204-2.939-1.831Q13.782 1.5 12 1.5t-3.411.627q-1.631.627-2.939 1.83"/></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.27%2022.5q-.31%200-.54-.23t-.23-.54V10.27q0-.31.23-.54t.54-.23h5.46q.31%200%20.54.23t.23.54v11.46q0%20.31-.23.54t-.54.23zM12%2013.827q.333%200%20.58-.247t.247-.58t-.247-.58t-.58-.247t-.58.247t-.247.58t.247.58t.58.247m-3.511-7.07L7.78%206.05q.885-.77%201.967-1.16T12%204.5t2.252.39q1.083.39%201.967%201.16l-.707.708q-.745-.61-1.647-.934Q12.962%205.5%2012%205.5t-1.864.324t-1.647.934m-2.839-2.8L4.93%203.2q1.46-1.313%203.28-2.007Q10.03.5%2012%20.5q1.95%200%203.77.703t3.25%202.047l-.67.708q-1.308-1.204-2.939-1.831Q13.782%201.5%2012%201.5t-3.411.627q-1.631.627-2.939%201.83%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.27%2022.5q-.31%200-.54-.23t-.23-.54V10.27q0-.31.23-.54t.54-.23h5.46q.31%200%20.54.23t.23.54v11.46q0%20.31-.23.54t-.54.23zM12%2013.827q.333%200%20.58-.247t.247-.58t-.247-.58t-.58-.247t-.58.247t-.247.58t.247.58t.58.247m-3.511-7.07L7.78%206.05q.885-.77%201.967-1.16T12%204.5t2.252.39q1.083.39%201.967%201.16l-.707.708q-.745-.61-1.647-.934Q12.962%205.5%2012%205.5t-1.864.324t-1.647.934m-2.839-2.8L4.93%203.2q1.46-1.313%203.28-2.007Q10.03.5%2012%20.5q1.95%200%203.77.703t3.25%202.047l-.67.708q-1.308-1.204-2.939-1.831Q13.782%201.5%2012%201.5t-3.411.627q-1.631.627-2.939%201.83%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/settings-remote.svg?color=%231a73e8&size=48