S I M Card Minimalistic 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 { IconSIMCardMinimalistic } from "@devigner-ui/icons";
<IconSIMCardMinimalistic className="size-6" />
<script setup>
import { IconSIMCardMinimalistic } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSIMCardMinimalistic class="size-6" />
</template>
<script>
import { IconSIMCardMinimalistic } from "@devigner-ui/icons-svelte";
</script>
<IconSIMCardMinimalistic 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="M14.5 13h-5c-.46 0-.7 0-.89.04a2 2 0 0 0-1.57 1.57c-.04.2-.04.43-.04.89s0 .7.04.89a2 2 0 0 0 1.57 1.57c.2.04.43.04.89.04h5c.46 0 .7 0 .89-.04a2 2 0 0 0 1.57-1.57c.04-.2.04-.43.04-.89s0-.7-.04-.89a2 2 0 0 0-1.57-1.57c-.2-.04-.43-.04-.89-.04" stroke="currentColor" stroke-width="1.5"></path></svg>