sim card icon
sim-card-rounded from Material Symbols by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- sim-card-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
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 Symbols Lightsim-cardPhosphorsim-card-fillRemix Iconsim-card-boldSolarsim-cardTDesign Iconssim-cardUnicons
More hardware icons from Material Symbols
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
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="M8.713 18.713Q9 18.425 9 18t-.288-.712T8 17t-.712.288T7 18t.288.713T8 19t.713-.288m0-4Q9 14.425 9 14v-2q0-.425-.288-.712T8 11t-.712.288T7 12v2q0 .425.288.713T8 15t.713-.288m4 4Q13 18.426 13 18v-2q0-.425-.288-.712T12 15t-.712.288T11 16v2q0 .425.288.713T12 19t.713-.288m0-6Q13 12.425 13 12t-.288-.712T12 11t-.712.288T11 12t.288.713T12 13t.713-.288m4 6Q17 18.426 17 18t-.288-.712T16 17t-.712.288T15 18t.288.713T16 19t.713-.288m0-4Q17 14.425 17 14v-2q0-.425-.288-.712T16 11t-.712.288T15 12v2q0 .425.288.713T16 15t.713-.288M6 22q-.825 0-1.412-.587T4 20V8.825q0-.4.15-.762t.425-.638l4.85-4.85q.275-.275.638-.425t.762-.15H18q.825 0 1.413.588T20 4v16q0 .825-.587 1.413T18 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSimCardRounded(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="M8.713 18.713Q9 18.425 9 18t-.288-.712T8 17t-.712.288T7 18t.288.713T8 19t.713-.288m0-4Q9 14.425 9 14v-2q0-.425-.288-.712T8 11t-.712.288T7 12v2q0 .425.288.713T8 15t.713-.288m4 4Q13 18.426 13 18v-2q0-.425-.288-.712T12 15t-.712.288T11 16v2q0 .425.288.713T12 19t.713-.288m0-6Q13 12.425 13 12t-.288-.712T12 11t-.712.288T11 12t.288.713T12 13t.713-.288m4 6Q17 18.426 17 18t-.288-.712T16 17t-.712.288T15 18t.288.713T16 19t.713-.288m0-4Q17 14.425 17 14v-2q0-.425-.288-.712T16 11t-.712.288T15 12v2q0 .425.288.713T16 15t.713-.288M6 22q-.825 0-1.412-.587T4 20V8.825q0-.4.15-.762t.425-.638l4.85-4.85q.275-.275.638-.425t.762-.15H18q.825 0 1.413.588T20 4v16q0 .825-.587 1.413T18 22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.713 18.713Q9 18.425 9 18t-.288-.712T8 17t-.712.288T7 18t.288.713T8 19t.713-.288m0-4Q9 14.425 9 14v-2q0-.425-.288-.712T8 11t-.712.288T7 12v2q0 .425.288.713T8 15t.713-.288m4 4Q13 18.426 13 18v-2q0-.425-.288-.712T12 15t-.712.288T11 16v2q0 .425.288.713T12 19t.713-.288m0-6Q13 12.425 13 12t-.288-.712T12 11t-.712.288T11 12t.288.713T12 13t.713-.288m4 6Q17 18.426 17 18t-.288-.712T16 17t-.712.288T15 18t.288.713T16 19t.713-.288m0-4Q17 14.425 17 14v-2q0-.425-.288-.712T16 11t-.712.288T15 12v2q0 .425.288.713T16 15t.713-.288M6 22q-.825 0-1.412-.587T4 20V8.825q0-.4.15-.762t.425-.638l4.85-4.85q.275-.275.638-.425t.762-.15H18q.825 0 1.413.588T20 4v16q0 .825-.587 1.413T18 22z"/></svg> </template>
CSS
.icon-sim-card-rounded {
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%22M8.713%2018.713Q9%2018.425%209%2018t-.288-.712T8%2017t-.712.288T7%2018t.288.713T8%2019t.713-.288m0-4Q9%2014.425%209%2014v-2q0-.425-.288-.712T8%2011t-.712.288T7%2012v2q0%20.425.288.713T8%2015t.713-.288m4%204Q13%2018.426%2013%2018v-2q0-.425-.288-.712T12%2015t-.712.288T11%2016v2q0%20.425.288.713T12%2019t.713-.288m0-6Q13%2012.425%2013%2012t-.288-.712T12%2011t-.712.288T11%2012t.288.713T12%2013t.713-.288m4%206Q17%2018.426%2017%2018t-.288-.712T16%2017t-.712.288T15%2018t.288.713T16%2019t.713-.288m0-4Q17%2014.425%2017%2014v-2q0-.425-.288-.712T16%2011t-.712.288T15%2012v2q0%20.425.288.713T16%2015t.713-.288M6%2022q-.825%200-1.412-.587T4%2020V8.825q0-.4.15-.762t.425-.638l4.85-4.85q.275-.275.638-.425t.762-.15H18q.825%200%201.413.588T20%204v16q0%20.825-.587%201.413T18%2022z%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%22M8.713%2018.713Q9%2018.425%209%2018t-.288-.712T8%2017t-.712.288T7%2018t.288.713T8%2019t.713-.288m0-4Q9%2014.425%209%2014v-2q0-.425-.288-.712T8%2011t-.712.288T7%2012v2q0%20.425.288.713T8%2015t.713-.288m4%204Q13%2018.426%2013%2018v-2q0-.425-.288-.712T12%2015t-.712.288T11%2016v2q0%20.425.288.713T12%2019t.713-.288m0-6Q13%2012.425%2013%2012t-.288-.712T12%2011t-.712.288T11%2012t.288.713T12%2013t.713-.288m4%206Q17%2018.426%2017%2018t-.288-.712T16%2017t-.712.288T15%2018t.288.713T16%2019t.713-.288m0-4Q17%2014.425%2017%2014v-2q0-.425-.288-.712T16%2011t-.712.288T15%2012v2q0%20.425.288.713T16%2015t.713-.288M6%2022q-.825%200-1.412-.587T4%2020V8.825q0-.4.15-.762t.425-.638l4.85-4.85q.275-.275.638-.425t.762-.15H18q.825%200%201.413.588T20%204v16q0%20.825-.587%201.413T18%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sim-card-rounded.svg?color=%231a73e8&size=48