settings remote icon
settings-remote-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- settings-remote-rounded
- Set
- Material Symbols Light
- Style
- 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 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.247M12 5.5q-.846 0-1.623.239q-.777.238-1.479.702q-.177.128-.39.125q-.214-.002-.373-.162q-.166-.165-.144-.363q.022-.199.193-.333q.824-.598 1.803-.903T12 4.5t2.014.305t1.802.903q.17.134.193.333q.022.198-.144.363q-.16.16-.367.165q-.208.006-.385-.123q-.702-.463-1.484-.705Q12.846 5.5 12 5.5m0-4q-1.627 0-3.148.526T6.079 3.579q-.177.16-.4.162T5.29 3.58t-.127-.389t.216-.382q1.423-1.142 3.105-1.725T12 .5q1.816 0 3.51.599t3.067 1.753q.171.16.222.373t-.114.379q-.14.16-.361.153t-.391-.166q-1.258-1.033-2.78-1.562Q13.634 1.5 12 1.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSettingsRemoteRounded(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.247M12 5.5q-.846 0-1.623.239q-.777.238-1.479.702q-.177.128-.39.125q-.214-.002-.373-.162q-.166-.165-.144-.363q.022-.199.193-.333q.824-.598 1.803-.903T12 4.5t2.014.305t1.802.903q.17.134.193.333q.022.198-.144.363q-.16.16-.367.165q-.208.006-.385-.123q-.702-.463-1.484-.705Q12.846 5.5 12 5.5m0-4q-1.627 0-3.148.526T6.079 3.579q-.177.16-.4.162T5.29 3.58t-.127-.389t.216-.382q1.423-1.142 3.105-1.725T12 .5q1.816 0 3.51.599t3.067 1.753q.171.16.222.373t-.114.379q-.14.16-.361.153t-.391-.166q-1.258-1.033-2.78-1.562Q13.634 1.5 12 1.5"/></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.247M12 5.5q-.846 0-1.623.239q-.777.238-1.479.702q-.177.128-.39.125q-.214-.002-.373-.162q-.166-.165-.144-.363q.022-.199.193-.333q.824-.598 1.803-.903T12 4.5t2.014.305t1.802.903q.17.134.193.333q.022.198-.144.363q-.16.16-.367.165q-.208.006-.385-.123q-.702-.463-1.484-.705Q12.846 5.5 12 5.5m0-4q-1.627 0-3.148.526T6.079 3.579q-.177.16-.4.162T5.29 3.58t-.127-.389t.216-.382q1.423-1.142 3.105-1.725T12 .5q1.816 0 3.51.599t3.067 1.753q.171.16.222.373t-.114.379q-.14.16-.361.153t-.391-.166q-1.258-1.033-2.78-1.562Q13.634 1.5 12 1.5"/></svg> </template>
CSS
.icon-settings-remote-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%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.247M12%205.5q-.846%200-1.623.239q-.777.238-1.479.702q-.177.128-.39.125q-.214-.002-.373-.162q-.166-.165-.144-.363q.022-.199.193-.333q.824-.598%201.803-.903T12%204.5t2.014.305t1.802.903q.17.134.193.333q.022.198-.144.363q-.16.16-.367.165q-.208.006-.385-.123q-.702-.463-1.484-.705Q12.846%205.5%2012%205.5m0-4q-1.627%200-3.148.526T6.079%203.579q-.177.16-.4.162T5.29%203.58t-.127-.389t.216-.382q1.423-1.142%203.105-1.725T12%20.5q1.816%200%203.51.599t3.067%201.753q.171.16.222.373t-.114.379q-.14.16-.361.153t-.391-.166q-1.258-1.033-2.78-1.562Q13.634%201.5%2012%201.5%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.247M12%205.5q-.846%200-1.623.239q-.777.238-1.479.702q-.177.128-.39.125q-.214-.002-.373-.162q-.166-.165-.144-.363q.022-.199.193-.333q.824-.598%201.803-.903T12%204.5t2.014.305t1.802.903q.17.134.193.333q.022.198-.144.363q-.16.16-.367.165q-.208.006-.385-.123q-.702-.463-1.484-.705Q12.846%205.5%2012%205.5m0-4q-1.627%200-3.148.526T6.079%203.579q-.177.16-.4.162T5.29%203.58t-.127-.389t.216-.382q1.423-1.142%203.105-1.725T12%20.5q1.816%200%203.51.599t3.067%201.753q.171.16.222.373t-.114.379q-.14.16-.361.153t-.391-.166q-1.258-1.033-2.78-1.562Q13.634%201.5%2012%201.5%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-rounded.svg?color=%231a73e8&size=48