smart card reader off icon
smart-card-reader-off-outline from Material Symbols Light by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- smart-card-reader-off-outline
- Set
- Material Symbols Light
- Style
- Outline
- 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 off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.558 1.739q.69 0 1.152.462t.463 1.153v10.635h-.161l-.839-.839V3.354q0-.27-.173-.443t-.442-.173H6.883l-.556-.555q.217-.21.501-.327t.614-.118zm-2.256 8.496l-1.793-1.806q.149-.44.52-.729t.855-.288q.595 0 1.02.425t.423 1.023q0 .47-.283.849q-.283.378-.742.526m-6.09 1.957V6.95l2.392 2.392q-.079 1.367-.56 2.109q-.48.741-1.277.741zM4 18.738h14.579l-1.385-1.384H4.616q-.27 0-.443.173T4 17.969zm17.11 2.531l-1.531-1.53H3v-1.77q0-.666.475-1.14q.474-.475 1.14-.475h11.58L6.826 6.98v7.488h-1V5.981L1.892 2.046L2.6 1.34l19.223 19.217zM10.58 10.716"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSmartCardReaderOffOutline(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="M16.558 1.739q.69 0 1.152.462t.463 1.153v10.635h-.161l-.839-.839V3.354q0-.27-.173-.443t-.442-.173H6.883l-.556-.555q.217-.21.501-.327t.614-.118zm-2.256 8.496l-1.793-1.806q.149-.44.52-.729t.855-.288q.595 0 1.02.425t.423 1.023q0 .47-.283.849q-.283.378-.742.526m-6.09 1.957V6.95l2.392 2.392q-.079 1.367-.56 2.109q-.48.741-1.277.741zM4 18.738h14.579l-1.385-1.384H4.616q-.27 0-.443.173T4 17.969zm17.11 2.531l-1.531-1.53H3v-1.77q0-.666.475-1.14q.474-.475 1.14-.475h11.58L6.826 6.98v7.488h-1V5.981L1.892 2.046L2.6 1.34l19.223 19.217zM10.58 10.716"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.558 1.739q.69 0 1.152.462t.463 1.153v10.635h-.161l-.839-.839V3.354q0-.27-.173-.443t-.442-.173H6.883l-.556-.555q.217-.21.501-.327t.614-.118zm-2.256 8.496l-1.793-1.806q.149-.44.52-.729t.855-.288q.595 0 1.02.425t.423 1.023q0 .47-.283.849q-.283.378-.742.526m-6.09 1.957V6.95l2.392 2.392q-.079 1.367-.56 2.109q-.48.741-1.277.741zM4 18.738h14.579l-1.385-1.384H4.616q-.27 0-.443.173T4 17.969zm17.11 2.531l-1.531-1.53H3v-1.77q0-.666.475-1.14q.474-.475 1.14-.475h11.58L6.826 6.98v7.488h-1V5.981L1.892 2.046L2.6 1.34l19.223 19.217zM10.58 10.716"/></svg> </template>
CSS
.icon-smart-card-reader-off-outline {
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%22M16.558%201.739q.69%200%201.152.462t.463%201.153v10.635h-.161l-.839-.839V3.354q0-.27-.173-.443t-.442-.173H6.883l-.556-.555q.217-.21.501-.327t.614-.118zm-2.256%208.496l-1.793-1.806q.149-.44.52-.729t.855-.288q.595%200%201.02.425t.423%201.023q0%20.47-.283.849q-.283.378-.742.526m-6.09%201.957V6.95l2.392%202.392q-.079%201.367-.56%202.109q-.48.741-1.277.741zM4%2018.738h14.579l-1.385-1.384H4.616q-.27%200-.443.173T4%2017.969zm17.11%202.531l-1.531-1.53H3v-1.77q0-.666.475-1.14q.474-.475%201.14-.475h11.58L6.826%206.98v7.488h-1V5.981L1.892%202.046L2.6%201.34l19.223%2019.217zM10.58%2010.716%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%22M16.558%201.739q.69%200%201.152.462t.463%201.153v10.635h-.161l-.839-.839V3.354q0-.27-.173-.443t-.442-.173H6.883l-.556-.555q.217-.21.501-.327t.614-.118zm-2.256%208.496l-1.793-1.806q.149-.44.52-.729t.855-.288q.595%200%201.02.425t.423%201.023q0%20.47-.283.849q-.283.378-.742.526m-6.09%201.957V6.95l2.392%202.392q-.079%201.367-.56%202.109q-.48.741-1.277.741zM4%2018.738h14.579l-1.385-1.384H4.616q-.27%200-.443.173T4%2017.969zm17.11%202.531l-1.531-1.53H3v-1.77q0-.666.475-1.14q.474-.475%201.14-.475h11.58L6.826%206.98v7.488h-1V5.981L1.892%202.046L2.6%201.34l19.223%2019.217zM10.58%2010.716%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-off-outline.svg?color=%231a73e8&size=48