Simcard3 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 { IconSimcard3 } from "@devigner-ui/icons";
<IconSimcard3 className="size-6" />
<script setup>
import { IconSimcard3 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSimcard3 class="size-6" />
</template>
<script>
import { IconSimcard3 } from "@devigner-ui/icons-svelte";
</script>
<IconSimcard3 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.21 6.54-3.07-3.07a5 5 0 0 0-3.54-1.46H8.67c-3 0-5 2-5 5v10c0 3 2 5 5 5h8c3 0 5-2 5-5v-6.93a5 5 0 0 0-1.46-3.54" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="m10.17 14-2 2 2 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m15.17 14 2 2-2 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>