twotone settings remote icon

twotone-settings-remote from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
twotone-settings-remote
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the twotone 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="M10 21h4V11h-4zm2-9c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1" opacity=".3"/><path fill="currentColor" d="M15 9H9c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V10c0-.55-.45-1-1-1m-1 12h-4V11h4z"/><circle cx="12" cy="13" r="1" fill="currentColor"/><path fill="currentColor" d="m7.05 6.05l1.41 1.41a5.02 5.02 0 0 1 7.08 0l1.41-1.41C15.68 4.78 13.93 4 12 4s-3.68.78-4.95 2.05M12 0C8.96 0 6.21 1.23 4.22 3.22l1.41 1.41C7.26 3.01 9.51 2 12 2s4.74 1.01 6.36 2.64l1.41-1.41C17.79 1.23 15.04 0 12 0"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneSettingsRemote(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="M10 21h4V11h-4zm2-9c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1" opacity=".3"/><path fill="currentColor" d="M15 9H9c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V10c0-.55-.45-1-1-1m-1 12h-4V11h4z"/><circle cx="12" cy="13" r="1" fill="currentColor"/><path fill="currentColor" d="m7.05 6.05l1.41 1.41a5.02 5.02 0 0 1 7.08 0l1.41-1.41C15.68 4.78 13.93 4 12 4s-3.68.78-4.95 2.05M12 0C8.96 0 6.21 1.23 4.22 3.22l1.41 1.41C7.26 3.01 9.51 2 12 2s4.74 1.01 6.36 2.64l1.41-1.41C17.79 1.23 15.04 0 12 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 21h4V11h-4zm2-9c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1" opacity=".3"/><path fill="currentColor" d="M15 9H9c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V10c0-.55-.45-1-1-1m-1 12h-4V11h4z"/><circle cx="12" cy="13" r="1" fill="currentColor"/><path fill="currentColor" d="m7.05 6.05l1.41 1.41a5.02 5.02 0 0 1 7.08 0l1.41-1.41C15.68 4.78 13.93 4 12 4s-3.68.78-4.95 2.05M12 0C8.96 0 6.21 1.23 4.22 3.22l1.41 1.41C7.26 3.01 9.51 2 12 2s4.74 1.01 6.36 2.64l1.41-1.41C17.79 1.23 15.04 0 12 0"/></svg>
</template>

CSS

.icon-twotone-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%22M10%2021h4V11h-4zm2-9c.55%200%201%20.45%201%201s-.45%201-1%201s-1-.45-1-1s.45-1%201-1%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%209H9c-.55%200-1%20.45-1%201v12c0%20.55.45%201%201%201h6c.55%200%201-.45%201-1V10c0-.55-.45-1-1-1m-1%2012h-4V11h4z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2213%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.05%206.05l1.41%201.41a5.02%205.02%200%200%201%207.08%200l1.41-1.41C15.68%204.78%2013.93%204%2012%204s-3.68.78-4.95%202.05M12%200C8.96%200%206.21%201.23%204.22%203.22l1.41%201.41C7.26%203.01%209.51%202%2012%202s4.74%201.01%206.36%202.64l1.41-1.41C17.79%201.23%2015.04%200%2012%200%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%22M10%2021h4V11h-4zm2-9c.55%200%201%20.45%201%201s-.45%201-1%201s-1-.45-1-1s.45-1%201-1%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%209H9c-.55%200-1%20.45-1%201v12c0%20.55.45%201%201%201h6c.55%200%201-.45%201-1V10c0-.55-.45-1-1-1m-1%2012h-4V11h4z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2213%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.05%206.05l1.41%201.41a5.02%205.02%200%200%201%207.08%200l1.41-1.41C15.68%204.78%2013.93%204%2012%204s-3.68.78-4.95%202.05M12%200C8.96%200%206.21%201.23%204.22%203.22l1.41%201.41C7.26%203.01%209.51%202%2012%202s4.74%201.01%206.36%202.64l1.41-1.41C17.79%201.23%2015.04%200%2012%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-settings-remote.svg?color=%231a73e8&size=48