Remote Controller Minimalistic 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 { IconRemoteControllerMinimalistic } from "@devigner-ui/icons";
<IconRemoteControllerMinimalistic className="size-6" />
<script setup>
import { IconRemoteControllerMinimalistic } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRemoteControllerMinimalistic class="size-6" />
</template>
<script>
import { IconRemoteControllerMinimalistic } from "@devigner-ui/icons-svelte";
</script>
<IconRemoteControllerMinimalistic 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 11a3 3 0 1 1-6 0 3 3 0 0 1 6 0" stroke="currentColor" stroke-width="1.5"></path><circle cx="12" cy="5.00012" r="1" fill="currentColor"></circle><circle cx="12" cy="17.0001" r="1" fill="currentColor"></circle></svg>