sim-card from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.

Name
sim-card
Set
Line Awesome
Style
Line
Category
Objects
Viewbox
32×32
License
Apache 2.0
Aliases
sim-card-solid

The same icon in other sets

More objects icons from Line Awesome

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="M9 4c-.523 0-1.059.184-1.438.563C7.184 4.94 7 5.476 7 6v20c0 .523.184 1.059.563 1.438c.378.378.914.562 1.437.562h14c.523 0 1.059-.184 1.438-.563c.378-.378.562-.914.562-1.437V11.406c0-.523-.277-1.09-.594-1.406L19 4.594C18.684 4.277 18.117 4 17.594 4zm0 2h8.594L23 11.406V26H9zm2 9v9h10v-9zm2 2h6v5h-6z"/></svg>

React

import type { SVGProps } from "react";

export function LaSimCard(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="M9 4c-.523 0-1.059.184-1.438.563C7.184 4.94 7 5.476 7 6v20c0 .523.184 1.059.563 1.438c.378.378.914.562 1.437.562h14c.523 0 1.059-.184 1.438-.563c.378-.378.562-.914.562-1.437V11.406c0-.523-.277-1.09-.594-1.406L19 4.594C18.684 4.277 18.117 4 17.594 4zm0 2h8.594L23 11.406V26H9zm2 9v9h10v-9zm2 2h6v5h-6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 4c-.523 0-1.059.184-1.438.563C7.184 4.94 7 5.476 7 6v20c0 .523.184 1.059.563 1.438c.378.378.914.562 1.437.562h14c.523 0 1.059-.184 1.438-.563c.378-.378.562-.914.562-1.437V11.406c0-.523-.277-1.09-.594-1.406L19 4.594C18.684 4.277 18.117 4 17.594 4zm0 2h8.594L23 11.406V26H9zm2 9v9h10v-9zm2 2h6v5h-6z"/></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%22M9%204c-.523%200-1.059.184-1.438.563C7.184%204.94%207%205.476%207%206v20c0%20.523.184%201.059.563%201.438c.378.378.914.562%201.437.562h14c.523%200%201.059-.184%201.438-.563c.378-.378.562-.914.562-1.437V11.406c0-.523-.277-1.09-.594-1.406L19%204.594C18.684%204.277%2018.117%204%2017.594%204zm0%202h8.594L23%2011.406V26H9zm2%209v9h10v-9zm2%202h6v5h-6z%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%22M9%204c-.523%200-1.059.184-1.438.563C7.184%204.94%207%205.476%207%206v20c0%20.523.184%201.059.563%201.438c.378.378.914.562%201.437.562h14c.523%200%201.059-.184%201.438-.563c.378-.378.562-.914.562-1.437V11.406c0-.523-.277-1.09-.594-1.406L19%204.594C18.684%204.277%2018.117%204%2017.594%204zm0%202h8.594L23%2011.406V26H9zm2%209v9h10v-9zm2%202h6v5h-6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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