Remote Controller2 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 { IconRemoteController2 } from "@devigner-ui/icons";
<IconRemoteController2 className="size-6" />
<script setup>
import { IconRemoteController2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRemoteController2 class="size-6" />
</template>
<script>
import { IconRemoteController2 } from "@devigner-ui/icons-svelte";
</script>
<IconRemoteController2 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="M11 9.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0" fill="currentColor"></path><circle cx="10" cy="6.00012" r="1" fill="currentColor"></circle><path d="M15 9.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0" fill="currentColor"></path><circle cx="14" cy="6.00012" r="1" fill="currentColor"></circle></svg>