Remote Controller icon in outline, twotone, bold and bulk. Free in all four styles, for interiors, smart home, real estate, city. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconRemoteController } from "@devigner-ui/icons";
<IconRemoteController className="size-6" />
<script setup>
import { IconRemoteController } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRemoteController class="size-6" />
</template>
<script>
import { IconRemoteController } from "@devigner-ui/icons-svelte";
</script>
<IconRemoteController class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M5 9c0-2.8 0-4.21.67-5.22a4 4 0 0 1 1.1-1.1C7.8 2 9.2 2 12 2s4.21 0 5.22.67a4 4 0 0 1 1.1 1.1C19 4.8 19 6.2 19 9v6c0 2.8 0 4.21-.67 5.22a4 4 0 0 1-1.1 1.1C16.2 22 14.8 22 12 22s-4.21 0-5.22-.67a4 4 0 0 1-1.1-1.1C5 19.2 5 17.8 5 15z" stroke="currentColor" stroke-width="1.5"></path><path d="M15 15.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0" stroke="currentColor" stroke-width="1.5"></path><path d="M9 5.5h6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><circle cx="9" cy="9.00012" r="1" fill="currentColor"></circle><circle cx="12" cy="9.00012" r="1" fill="currentColor"></circle><circle cx="15" cy="9.00012" r="1" fill="currentColor"></circle></svg>