round settings remote icon

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

Name
round-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 round 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="M15 9H9c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V10c0-.55-.45-1-1-1m-3 5.25a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5M7.82 6.82c.35.35.9.38 1.3.1C9.93 6.34 10.93 6 12 6s2.07.34 2.88.91c.4.28.95.26 1.3-.09c.43-.43.39-1.15-.09-1.5A6.96 6.96 0 0 0 12 4c-1.53 0-2.94.49-4.09 1.32c-.49.35-.52 1.07-.09 1.5"/><path fill="currentColor" d="M12 0C9.36 0 6.94.93 5.05 2.47c-.46.38-.5 1.07-.08 1.49c.36.36.93.39 1.32.07A9.03 9.03 0 0 1 12 2c2.17 0 4.16.77 5.7 2.04c.39.32.96.29 1.32-.07c.42-.42.38-1.11-.08-1.49C17.06.93 14.64 0 12 0"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSettingsRemote(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="M15 9H9c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V10c0-.55-.45-1-1-1m-3 5.25a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5M7.82 6.82c.35.35.9.38 1.3.1C9.93 6.34 10.93 6 12 6s2.07.34 2.88.91c.4.28.95.26 1.3-.09c.43-.43.39-1.15-.09-1.5A6.96 6.96 0 0 0 12 4c-1.53 0-2.94.49-4.09 1.32c-.49.35-.52 1.07-.09 1.5"/><path fill="currentColor" d="M12 0C9.36 0 6.94.93 5.05 2.47c-.46.38-.5 1.07-.08 1.49c.36.36.93.39 1.32.07A9.03 9.03 0 0 1 12 2c2.17 0 4.16.77 5.7 2.04c.39.32.96.29 1.32-.07c.42-.42.38-1.11-.08-1.49C17.06.93 14.64 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="M15 9H9c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V10c0-.55-.45-1-1-1m-3 5.25a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5M7.82 6.82c.35.35.9.38 1.3.1C9.93 6.34 10.93 6 12 6s2.07.34 2.88.91c.4.28.95.26 1.3-.09c.43-.43.39-1.15-.09-1.5A6.96 6.96 0 0 0 12 4c-1.53 0-2.94.49-4.09 1.32c-.49.35-.52 1.07-.09 1.5"/><path fill="currentColor" d="M12 0C9.36 0 6.94.93 5.05 2.47c-.46.38-.5 1.07-.08 1.49c.36.36.93.39 1.32.07A9.03 9.03 0 0 1 12 2c2.17 0 4.16.77 5.7 2.04c.39.32.96.29 1.32-.07c.42-.42.38-1.11-.08-1.49C17.06.93 14.64 0 12 0"/></svg>
</template>

CSS

.icon-round-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%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-3%205.25a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5M7.82%206.82c.35.35.9.38%201.3.1C9.93%206.34%2010.93%206%2012%206s2.07.34%202.88.91c.4.28.95.26%201.3-.09c.43-.43.39-1.15-.09-1.5A6.96%206.96%200%200%200%2012%204c-1.53%200-2.94.49-4.09%201.32c-.49.35-.52%201.07-.09%201.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200C9.36%200%206.94.93%205.05%202.47c-.46.38-.5%201.07-.08%201.49c.36.36.93.39%201.32.07A9.03%209.03%200%200%201%2012%202c2.17%200%204.16.77%205.7%202.04c.39.32.96.29%201.32-.07c.42-.42.38-1.11-.08-1.49C17.06.93%2014.64%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%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-3%205.25a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5M7.82%206.82c.35.35.9.38%201.3.1C9.93%206.34%2010.93%206%2012%206s2.07.34%202.88.91c.4.28.95.26%201.3-.09c.43-.43.39-1.15-.09-1.5A6.96%206.96%200%200%200%2012%204c-1.53%200-2.94.49-4.09%201.32c-.49.35-.52%201.07-.09%201.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200C9.36%200%206.94.93%205.05%202.47c-.46.38-.5%201.07-.08%201.49c.36.36.93.39%201.32.07A9.03%209.03%200%200%201%2012%202c2.17%200%204.16.77%205.7%202.04c.39.32.96.29%201.32-.07c.42-.42.38-1.11-.08-1.49C17.06.93%2014.64%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/round-settings-remote.svg?color=%231a73e8&size=48