Simcard2 icon in outline, twotone, bold and bulk. Free in all four styles, for wifi, bluetooth, battery, power, cloud sync. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconSimcard2 } from "@devigner-ui/icons";
<IconSimcard2 className="size-6" />
<script setup>
import { IconSimcard2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSimcard2 class="size-6" />
</template>
<script>
import { IconSimcard2 } from "@devigner-ui/icons-svelte";
</script>
<IconSimcard2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.67 12.69v5.39c0 2.34-1.56 3.89-3.89 3.89H6.56c-2.33 0-3.89-1.55-3.89-3.89v-7.77c0-2.34 1.56-3.89 3.89-3.89h3.83a4 4 0 0 1 2.75 1.14l2.39 2.38a4 4 0 0 1 1.14 2.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M22.67 8.25v5.39c0 2.33-1.56 3.89-3.89 3.89h-2.11v-4.84a4 4 0 0 0-1.14-2.75l-2.39-2.38a4 4 0 0 0-2.75-1.14H8.67v-.56c0-2.33 1.56-3.89 3.89-3.89h3.83a4 4 0 0 1 2.75 1.14l2.39 2.39a4 4 0 0 1 1.14 2.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>