smart card reader icon
smart-card-reader-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- smart-card-reader-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
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 smart card reader icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 20.192v-.961q0-.667.475-1.141t1.14-.475h14.77q.666 0 1.14.475T21 19.23v.962q0 .344-.232.576t-.576.232H3.808q-.344 0-.576-.232T3 20.192M4 20h16v-.77q0-.268-.173-.441q-.173-.174-.442-.174H4.615q-.269 0-.442.174Q4 18.96 4 19.23zm1.827-4.77V4.617q0-.691.463-1.153T7.442 3h9.116q.69 0 1.153.463t.462 1.153V15.23q0 .212-.144.356t-.356.144t-.357-.144t-.143-.356V4.616q0-.27-.173-.443T16.558 4H7.442Q7.173 4 7 4.173t-.173.443V15.23q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356m4.686-6.386q-.102-.636-.4-1.187q-.222-.37-.556-.626q-.335-.257-.76-.257q-.243 0-.414.18t-.171.441v5.412q0 .275.176.452q.177.176.447.176q.415 0 .736-.256q.322-.257.543-.626q.297-.548.4-1.179q.102-.631.102-1.263t-.103-1.267m3.371 2.713q.595 0 1.019-.424q.424-.423.424-1.018t-.423-1.019t-1.019-.424t-1.019.423t-.424 1.019t.424 1.019t1.018.424M12 9.866"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSmartCardReaderOutlineRounded(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="M3 20.192v-.961q0-.667.475-1.141t1.14-.475h14.77q.666 0 1.14.475T21 19.23v.962q0 .344-.232.576t-.576.232H3.808q-.344 0-.576-.232T3 20.192M4 20h16v-.77q0-.268-.173-.441q-.173-.174-.442-.174H4.615q-.269 0-.442.174Q4 18.96 4 19.23zm1.827-4.77V4.617q0-.691.463-1.153T7.442 3h9.116q.69 0 1.153.463t.462 1.153V15.23q0 .212-.144.356t-.356.144t-.357-.144t-.143-.356V4.616q0-.27-.173-.443T16.558 4H7.442Q7.173 4 7 4.173t-.173.443V15.23q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356m4.686-6.386q-.102-.636-.4-1.187q-.222-.37-.556-.626q-.335-.257-.76-.257q-.243 0-.414.18t-.171.441v5.412q0 .275.176.452q.177.176.447.176q.415 0 .736-.256q.322-.257.543-.626q.297-.548.4-1.179q.102-.631.102-1.263t-.103-1.267m3.371 2.713q.595 0 1.019-.424q.424-.423.424-1.018t-.423-1.019t-1.019-.424t-1.019.423t-.424 1.019t.424 1.019t1.018.424M12 9.866"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 20.192v-.961q0-.667.475-1.141t1.14-.475h14.77q.666 0 1.14.475T21 19.23v.962q0 .344-.232.576t-.576.232H3.808q-.344 0-.576-.232T3 20.192M4 20h16v-.77q0-.268-.173-.441q-.173-.174-.442-.174H4.615q-.269 0-.442.174Q4 18.96 4 19.23zm1.827-4.77V4.617q0-.691.463-1.153T7.442 3h9.116q.69 0 1.153.463t.462 1.153V15.23q0 .212-.144.356t-.356.144t-.357-.144t-.143-.356V4.616q0-.27-.173-.443T16.558 4H7.442Q7.173 4 7 4.173t-.173.443V15.23q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356m4.686-6.386q-.102-.636-.4-1.187q-.222-.37-.556-.626q-.335-.257-.76-.257q-.243 0-.414.18t-.171.441v5.412q0 .275.176.452q.177.176.447.176q.415 0 .736-.256q.322-.257.543-.626q.297-.548.4-1.179q.102-.631.102-1.263t-.103-1.267m3.371 2.713q.595 0 1.019-.424q.424-.423.424-1.018t-.423-1.019t-1.019-.424t-1.019.423t-.424 1.019t.424 1.019t1.018.424M12 9.866"/></svg> </template>
CSS
.icon-smart-card-reader-outline-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%22M3%2020.192v-.961q0-.667.475-1.141t1.14-.475h14.77q.666%200%201.14.475T21%2019.23v.962q0%20.344-.232.576t-.576.232H3.808q-.344%200-.576-.232T3%2020.192M4%2020h16v-.77q0-.268-.173-.441q-.173-.174-.442-.174H4.615q-.269%200-.442.174Q4%2018.96%204%2019.23zm1.827-4.77V4.617q0-.691.463-1.153T7.442%203h9.116q.69%200%201.153.463t.462%201.153V15.23q0%20.212-.144.356t-.356.144t-.357-.144t-.143-.356V4.616q0-.27-.173-.443T16.558%204H7.442Q7.173%204%207%204.173t-.173.443V15.23q0%20.212-.144.356t-.357.144t-.356-.144t-.143-.356m4.686-6.386q-.102-.636-.4-1.187q-.222-.37-.556-.626q-.335-.257-.76-.257q-.243%200-.414.18t-.171.441v5.412q0%20.275.176.452q.177.176.447.176q.415%200%20.736-.256q.322-.257.543-.626q.297-.548.4-1.179q.102-.631.102-1.263t-.103-1.267m3.371%202.713q.595%200%201.019-.424q.424-.423.424-1.018t-.423-1.019t-1.019-.424t-1.019.423t-.424%201.019t.424%201.019t1.018.424M12%209.866%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%22M3%2020.192v-.961q0-.667.475-1.141t1.14-.475h14.77q.666%200%201.14.475T21%2019.23v.962q0%20.344-.232.576t-.576.232H3.808q-.344%200-.576-.232T3%2020.192M4%2020h16v-.77q0-.268-.173-.441q-.173-.174-.442-.174H4.615q-.269%200-.442.174Q4%2018.96%204%2019.23zm1.827-4.77V4.617q0-.691.463-1.153T7.442%203h9.116q.69%200%201.153.463t.462%201.153V15.23q0%20.212-.144.356t-.356.144t-.357-.144t-.143-.356V4.616q0-.27-.173-.443T16.558%204H7.442Q7.173%204%207%204.173t-.173.443V15.23q0%20.212-.144.356t-.357.144t-.356-.144t-.143-.356m4.686-6.386q-.102-.636-.4-1.187q-.222-.37-.556-.626q-.335-.257-.76-.257q-.243%200-.414.18t-.171.441v5.412q0%20.275.176.452q.177.176.447.176q.415%200%20.736-.256q.322-.257.543-.626q.297-.548.4-1.179q.102-.631.102-1.263t-.103-1.267m3.371%202.713q.595%200%201.019-.424q.424-.423.424-1.018t-.423-1.019t-1.019-.424t-1.019.423t-.424%201.019t.424%201.019t1.018.424M12%209.866%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/smart-card-reader-outline-rounded.svg?color=%231a73e8&size=48