sim card icon
sim-card from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- sim-card
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
sim-cardCarbonsim-cardFont Awesome 6 Solidsim-cardFont Awesome Solidsim-cardIconParksim-cardIconPark Outlinesim-cardIconPark Solidsim-cardIconPark TwoTonesim-cardLine Awesomesim-cardMage Iconssim-cardMajesticonssim-cardMaterial Symbolssim-cardMaterial Symbols Lightsim-cardPhosphorsim-card-fillRemix Iconsim-card-boldSolarsim-cardTDesign Icons
More user interface icons from Unicons
Use the sim card icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 3.5H7A3.5 3.5 0 0 0 3.5 7v10A3.5 3.5 0 0 0 7 20.5h10a3.5 3.5 0 0 0 3.5-3.5V7A3.5 3.5 0 0 0 17 3.5m-6.5 2h3v3h-3Zm-2 13H7A1.5 1.5 0 0 1 5.5 17v-1.5h3Zm5 0h-3v-3h3Zm5-1.5a1.5 1.5 0 0 1-1.5 1.5h-1.5v-3h3Zm0-3.5h-13V7A1.5 1.5 0 0 1 7 5.5h1.5v4a1 1 0 0 0 1 1h9Zm0-5h-3v-3H17A1.5 1.5 0 0 1 18.5 7Z"/></svg>
React
import type { SVGProps } from "react";
export function UilSimCard(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 3.5H7A3.5 3.5 0 0 0 3.5 7v10A3.5 3.5 0 0 0 7 20.5h10a3.5 3.5 0 0 0 3.5-3.5V7A3.5 3.5 0 0 0 17 3.5m-6.5 2h3v3h-3Zm-2 13H7A1.5 1.5 0 0 1 5.5 17v-1.5h3Zm5 0h-3v-3h3Zm5-1.5a1.5 1.5 0 0 1-1.5 1.5h-1.5v-3h3Zm0-3.5h-13V7A1.5 1.5 0 0 1 7 5.5h1.5v4a1 1 0 0 0 1 1h9Zm0-5h-3v-3H17A1.5 1.5 0 0 1 18.5 7Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 3.5H7A3.5 3.5 0 0 0 3.5 7v10A3.5 3.5 0 0 0 7 20.5h10a3.5 3.5 0 0 0 3.5-3.5V7A3.5 3.5 0 0 0 17 3.5m-6.5 2h3v3h-3Zm-2 13H7A1.5 1.5 0 0 1 5.5 17v-1.5h3Zm5 0h-3v-3h3Zm5-1.5a1.5 1.5 0 0 1-1.5 1.5h-1.5v-3h3Zm0-3.5h-13V7A1.5 1.5 0 0 1 7 5.5h1.5v4a1 1 0 0 0 1 1h9Zm0-5h-3v-3H17A1.5 1.5 0 0 1 18.5 7Z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%203.5H7A3.5%203.5%200%200%200%203.5%207v10A3.5%203.5%200%200%200%207%2020.5h10a3.5%203.5%200%200%200%203.5-3.5V7A3.5%203.5%200%200%200%2017%203.5m-6.5%202h3v3h-3Zm-2%2013H7A1.5%201.5%200%200%201%205.5%2017v-1.5h3Zm5%200h-3v-3h3Zm5-1.5a1.5%201.5%200%200%201-1.5%201.5h-1.5v-3h3Zm0-3.5h-13V7A1.5%201.5%200%200%201%207%205.5h1.5v4a1%201%200%200%200%201%201h9Zm0-5h-3v-3H17A1.5%201.5%200%200%201%2018.5%207Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%203.5H7A3.5%203.5%200%200%200%203.5%207v10A3.5%203.5%200%200%200%207%2020.5h10a3.5%203.5%200%200%200%203.5-3.5V7A3.5%203.5%200%200%200%2017%203.5m-6.5%202h3v3h-3Zm-2%2013H7A1.5%201.5%200%200%201%205.5%2017v-1.5h3Zm5%200h-3v-3h3Zm5-1.5a1.5%201.5%200%200%201-1.5%201.5h-1.5v-3h3Zm0-3.5h-13V7A1.5%201.5%200%200%201%207%205.5h1.5v4a1%201%200%200%200%201%201h9Zm0-5h-3v-3H17A1.5%201.5%200%200%201%2018.5%207Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/sim-card.svg?color=%231a73e8&size=48