sim card icon

sim-card from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.

Name
sim-card
Set
Carbon
Style
Outline
Category
Tools
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More tools icons from Carbon

Use the sim card icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 9H8a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h13a2 2 0 0 0 2-2V11a2 2 0 0 0-2-2m0 4h-3v-2h3Zm-3 2h3v2h-3Zm-2-4v10h-3v-7a1 1 0 0 0-1-1H8v-2Zm-5 6H8v-2h3Zm-3 2h3v2H8Zm10 2v-2h3v2Z"/><path fill="currentColor" d="M23.532 27H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2v12.638a2 2 0 0 1-.464 1.28l-4.468 5.362a2 2 0 0 1-1.536.72M4 7v18h19.532L28 19.638V7Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonSimCard(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 9H8a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h13a2 2 0 0 0 2-2V11a2 2 0 0 0-2-2m0 4h-3v-2h3Zm-3 2h3v2h-3Zm-2-4v10h-3v-7a1 1 0 0 0-1-1H8v-2Zm-5 6H8v-2h3Zm-3 2h3v2H8Zm10 2v-2h3v2Z"/><path fill="currentColor" d="M23.532 27H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2v12.638a2 2 0 0 1-.464 1.28l-4.468 5.362a2 2 0 0 1-1.536.72M4 7v18h19.532L28 19.638V7Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 9H8a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h13a2 2 0 0 0 2-2V11a2 2 0 0 0-2-2m0 4h-3v-2h3Zm-3 2h3v2h-3Zm-2-4v10h-3v-7a1 1 0 0 0-1-1H8v-2Zm-5 6H8v-2h3Zm-3 2h3v2H8Zm10 2v-2h3v2Z"/><path fill="currentColor" d="M23.532 27H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2v12.638a2 2 0 0 1-.464 1.28l-4.468 5.362a2 2 0 0 1-1.536.72M4 7v18h19.532L28 19.638V7Z"/></svg>
</template>

CSS

.icon-sim-card {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%209H8a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h13a2%202%200%200%200%202-2V11a2%202%200%200%200-2-2m0%204h-3v-2h3Zm-3%202h3v2h-3Zm-2-4v10h-3v-7a1%201%200%200%200-1-1H8v-2Zm-5%206H8v-2h3Zm-3%202h3v2H8Zm10%202v-2h3v2Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.532%2027H4a2%202%200%200%201-2-2V7a2%202%200%200%201%202-2h24a2%202%200%200%201%202%202v12.638a2%202%200%200%201-.464%201.28l-4.468%205.362a2%202%200%200%201-1.536.72M4%207v18h19.532L28%2019.638V7Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%209H8a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h13a2%202%200%200%200%202-2V11a2%202%200%200%200-2-2m0%204h-3v-2h3Zm-3%202h3v2h-3Zm-2-4v10h-3v-7a1%201%200%200%200-1-1H8v-2Zm-5%206H8v-2h3Zm-3%202h3v2H8Zm10%202v-2h3v2Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.532%2027H4a2%202%200%200%201-2-2V7a2%202%200%200%201%202-2h24a2%202%200%200%201%202%202v12.638a2%202%200%200%201-.464%201.28l-4.468%205.362a2%202%200%200%201-1.536.72M4%207v18h19.532L28%2019.638V7Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/sim-card.svg?color=%231a73e8&size=48