settings remote icon

settings-remote-rounded from Material Symbols by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
settings-remote-rounded
Set
Material Symbols
Style
Rounded
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

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.362M12 6q-.75 0-1.45.2t-1.325.625q-.35.225-.775.213t-.7-.288q-.3-.3-.288-.7T7.8 5.4q.9-.675 1.975-1.038T12 4t2.225.362T16.2 5.4q.325.25.338.65t-.288.7q-.275.275-.675.3t-.75-.2q-.625-.425-1.35-.638T12 6m0-4q-1.55 0-2.975.487t-2.6 1.438q-.35.275-.775.288t-.725-.288t-.3-.725t.35-.7q1.5-1.2 3.288-1.85T12 0t3.75.638T19 2.525q.325.275.338.7t-.288.725q-.275.275-.687.288t-.738-.263Q16.425 3 15 2.5T12 2"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSettingsRemoteRounded(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.362M12 6q-.75 0-1.45.2t-1.325.625q-.35.225-.775.213t-.7-.288q-.3-.3-.288-.7T7.8 5.4q.9-.675 1.975-1.038T12 4t2.225.362T16.2 5.4q.325.25.338.65t-.288.7q-.275.275-.675.3t-.75-.2q-.625-.425-1.35-.638T12 6m0-4q-1.55 0-2.975.487t-2.6 1.438q-.35.275-.775.288t-.725-.288t-.3-.725t.35-.7q1.5-1.2 3.288-1.85T12 0t3.75.638T19 2.525q.325.275.338.7t-.288.725q-.275.275-.687.288t-.738-.263Q16.425 3 15 2.5T12 2"/></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.362M12 6q-.75 0-1.45.2t-1.325.625q-.35.225-.775.213t-.7-.288q-.3-.3-.288-.7T7.8 5.4q.9-.675 1.975-1.038T12 4t2.225.362T16.2 5.4q.325.25.338.65t-.288.7q-.275.275-.675.3t-.75-.2q-.625-.425-1.35-.638T12 6m0-4q-1.55 0-2.975.487t-2.6 1.438q-.35.275-.775.288t-.725-.288t-.3-.725t.35-.7q1.5-1.2 3.288-1.85T12 0t3.75.638T19 2.525q.325.275.338.7t-.288.725q-.275.275-.687.288t-.738-.263Q16.425 3 15 2.5T12 2"/></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%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.362M12%206q-.75%200-1.45.2t-1.325.625q-.35.225-.775.213t-.7-.288q-.3-.3-.288-.7T7.8%205.4q.9-.675%201.975-1.038T12%204t2.225.362T16.2%205.4q.325.25.338.65t-.288.7q-.275.275-.675.3t-.75-.2q-.625-.425-1.35-.638T12%206m0-4q-1.55%200-2.975.487t-2.6%201.438q-.35.275-.775.288t-.725-.288t-.3-.725t.35-.7q1.5-1.2%203.288-1.85T12%200t3.75.638T19%202.525q.325.275.338.7t-.288.725q-.275.275-.687.288t-.738-.263Q16.425%203%2015%202.5T12%202%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.362M12%206q-.75%200-1.45.2t-1.325.625q-.35.225-.775.213t-.7-.288q-.3-.3-.288-.7T7.8%205.4q.9-.675%201.975-1.038T12%204t2.225.362T16.2%205.4q.325.25.338.65t-.288.7q-.275.275-.675.3t-.75-.2q-.625-.425-1.35-.638T12%206m0-4q-1.55%200-2.975.487t-2.6%201.438q-.35.275-.775.288t-.725-.288t-.3-.725t.35-.7q1.5-1.2%203.288-1.85T12%200t3.75.638T19%202.525q.325.275.338.7t-.288.725q-.275.275-.687.288t-.738-.263Q16.425%203%2015%202.5T12%202%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-rounded.svg?color=%231a73e8&size=48