smart card reader off icon
smart-card-reader-off-rounded from Material Symbols by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- smart-card-reader-off-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
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 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="M8.75 12.775q.5 0 .875-.325t.625-.7L8 9.5v2.525q0 .325.213.538t.537.212M3 20.7q-.425 0-.712-.287T2 19.7v-2q0-.825.588-1.412T4 15.7h10.175l-1.5-1.5H6q-.425 0-.712-.287T5 13.2V6.5L1.4 2.9q-.275-.275-.287-.687T1.4 1.5q.275-.275.7-.275t.7.275l18.4 18.375q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-.6-.575zm14.3-7.525l-2.625-2.625q.575-.2.95-.712T16 8.675q0-.825-.587-1.4T14 6.7q-.65 0-1.162.375t-.713.95L6.525 2.4Q6.05 1.925 6.3 1.313T7.225.7H17q.825 0 1.413.588T19 2.7v9.775q0 .675-.612.925t-1.088-.225"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSmartCardReaderOffRounded(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.75 12.775q.5 0 .875-.325t.625-.7L8 9.5v2.525q0 .325.213.538t.537.212M3 20.7q-.425 0-.712-.287T2 19.7v-2q0-.825.588-1.412T4 15.7h10.175l-1.5-1.5H6q-.425 0-.712-.287T5 13.2V6.5L1.4 2.9q-.275-.275-.287-.687T1.4 1.5q.275-.275.7-.275t.7.275l18.4 18.375q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-.6-.575zm14.3-7.525l-2.625-2.625q.575-.2.95-.712T16 8.675q0-.825-.587-1.4T14 6.7q-.65 0-1.162.375t-.713.95L6.525 2.4Q6.05 1.925 6.3 1.313T7.225.7H17q.825 0 1.413.588T19 2.7v9.775q0 .675-.612.925t-1.088-.225"/></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.75 12.775q.5 0 .875-.325t.625-.7L8 9.5v2.525q0 .325.213.538t.537.212M3 20.7q-.425 0-.712-.287T2 19.7v-2q0-.825.588-1.412T4 15.7h10.175l-1.5-1.5H6q-.425 0-.712-.287T5 13.2V6.5L1.4 2.9q-.275-.275-.287-.687T1.4 1.5q.275-.275.7-.275t.7.275l18.4 18.375q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-.6-.575zm14.3-7.525l-2.625-2.625q.575-.2.95-.712T16 8.675q0-.825-.587-1.4T14 6.7q-.65 0-1.162.375t-.713.95L6.525 2.4Q6.05 1.925 6.3 1.313T7.225.7H17q.825 0 1.413.588T19 2.7v9.775q0 .675-.612.925t-1.088-.225"/></svg> </template>
CSS
.icon-smart-card-reader-off-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.75%2012.775q.5%200%20.875-.325t.625-.7L8%209.5v2.525q0%20.325.213.538t.537.212M3%2020.7q-.425%200-.712-.287T2%2019.7v-2q0-.825.588-1.412T4%2015.7h10.175l-1.5-1.5H6q-.425%200-.712-.287T5%2013.2V6.5L1.4%202.9q-.275-.275-.287-.687T1.4%201.5q.275-.275.7-.275t.7.275l18.4%2018.375q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-.6-.575zm14.3-7.525l-2.625-2.625q.575-.2.95-.712T16%208.675q0-.825-.587-1.4T14%206.7q-.65%200-1.162.375t-.713.95L6.525%202.4Q6.05%201.925%206.3%201.313T7.225.7H17q.825%200%201.413.588T19%202.7v9.775q0%20.675-.612.925t-1.088-.225%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.75%2012.775q.5%200%20.875-.325t.625-.7L8%209.5v2.525q0%20.325.213.538t.537.212M3%2020.7q-.425%200-.712-.287T2%2019.7v-2q0-.825.588-1.412T4%2015.7h10.175l-1.5-1.5H6q-.425%200-.712-.287T5%2013.2V6.5L1.4%202.9q-.275-.275-.287-.687T1.4%201.5q.275-.275.7-.275t.7.275l18.4%2018.375q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-.6-.575zm14.3-7.525l-2.625-2.625q.575-.2.95-.712T16%208.675q0-.825-.587-1.4T14%206.7q-.65%200-1.162.375t-.713.95L6.525%202.4Q6.05%201.925%206.3%201.313T7.225.7H17q.825%200%201.413.588T19%202.7v9.775q0%20.675-.612.925t-1.088-.225%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/smart-card-reader-off-rounded.svg?color=%231a73e8&size=48