S I M Card 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 { IconSIMCard } from "@devigner-ui/icons";
<IconSIMCard className="size-6" />
<script setup>
import { IconSIMCard } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSIMCard class="size-6" />
</template>
<script>
import { IconSIMCard } from "@devigner-ui/icons-svelte";
</script>
<IconSIMCard class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.46 20.54C4.93 22 7.3 22 12 22s7.07 0 8.54-1.46C22 19.07 22 16.7 22 12c0-.34 0-.51-.02-.69a4 4 0 0 0-1.4-2.72l-5.17-5.17a4 4 0 0 0-2.73-1.4C12.52 2 12.35 2 12 2 7.29 2 4.93 2 3.46 3.46 2 4.93 2 7.3 2 12s0 7.07 1.46 8.54" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M12 12h-.5c-1.4 0-2.1 0-2.61.34a2 2 0 0 0-.55.55C8 13.39 8 14.09 8 15.5c0 1.4 0 2.1.34 2.61a2 2 0 0 0 .55.55c.5.34 1.2.34 2.61.34h.5m0-7h.5c1.4 0 2.1 0 2.61.34a2 2 0 0 1 .55.55c.34.5.34 1.2.34 2.61M12 12v3.5m0 3.5h.5c1.4 0 2.1 0 2.61-.34a2 2 0 0 0 .55-.55c.34-.5.34-1.2.34-2.61M12 19v-3.5m0 0h4" stroke="currentColor" stroke-width="1.5"></path></svg>