Smartphone Vibration 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 { IconSmartphoneVibration } from "@devigner-ui/icons";
<IconSmartphoneVibration className="size-6" />
<script setup>
import { IconSmartphoneVibration } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSmartphoneVibration class="size-6" />
</template>
<script>
import { IconSmartphoneVibration } from "@devigner-ui/icons-svelte";
</script>
<IconSmartphoneVibration class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 8c0-2.83 0-4.24.88-5.12S8.18 2 11 2h2c2.83 0 4.24 0 5.12.88S19 5.18 19 8v8c0 2.83 0 4.24-.88 5.12S15.82 22 13 22h-2c-2.83 0-4.24 0-5.12-.88S5 18.82 5 16z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M14.5 19h-5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m22 6-.78 1.55a1 1 0 0 0 0 .9l.56 1.1a1 1 0 0 1 0 .9l-.56 1.1a1 1 0 0 0 0 .9l.56 1.1a1 1 0 0 1 0 .9l-.56 1.1a1 1 0 0 0 0 .9L22 18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="m2 6 .78 1.55a1 1 0 0 1 0 .9l-.56 1.1a1 1 0 0 0 0 .9l.56 1.1a1 1 0 0 1 0 .9l-.56 1.1a1 1 0 0 0 0 .9l.56 1.1a1 1 0 0 1 0 .9L2 18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>