Mobile icon in outline, twotone, bold and bulk. Free in all four styles, for hardware, gadgets, specs, device settings. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconMobile } from "@devigner-ui/icons";
<IconMobile className="size-6" />
<script setup>
import { IconMobile } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMobile class="size-6" />
</template>
<script>
import { IconMobile } from "@devigner-ui/icons-svelte";
</script>
<IconMobile class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.67 7v10c0 4-1 5-5 5h-6c-4 0-5-1-5-5V7c0-4 1-5 5-5h6c4 0 5 1 5 5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M14.67 5.5h-4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M12.67 19.1a1.55 1.55 0 1 0 0-3.1 1.55 1.55 0 0 0 0 3.1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>