smart card reader off icon

smart-card-reader-off-outline from Material Symbols by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.

Name
smart-card-reader-off-outline
Set
Material Symbols
Style
Outline
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

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="M17 .7q.825 0 1.413.588T19 2.7v11.5h-.7L17 12.9V2.7H6.825L5.5 1.375q.275-.325.662-.5T7 .7zm-2.275 9.9l-2.6-2.575q.225-.575.725-.95T14 6.7q.825 0 1.413.588T16 8.7q0 .65-.35 1.163t-.925.737M8 12.75V6.7l2.95 2.95q-.175 1.425-.8 2.263t-1.575.837zM4 18.7h13.175l-1-1H4zM20.475 22l-1.3-1.3H2v-3q0-.825.588-1.412T4 15.7h10.175L7 8.5v5.7H5V6.5L.7 2.2L2.1.8l19.8 19.775zM9.85 11.35"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSmartCardReaderOffOutline(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 .7q.825 0 1.413.588T19 2.7v11.5h-.7L17 12.9V2.7H6.825L5.5 1.375q.275-.325.662-.5T7 .7zm-2.275 9.9l-2.6-2.575q.225-.575.725-.95T14 6.7q.825 0 1.413.588T16 8.7q0 .65-.35 1.163t-.925.737M8 12.75V6.7l2.95 2.95q-.175 1.425-.8 2.263t-1.575.837zM4 18.7h13.175l-1-1H4zM20.475 22l-1.3-1.3H2v-3q0-.825.588-1.412T4 15.7h10.175L7 8.5v5.7H5V6.5L.7 2.2L2.1.8l19.8 19.775zM9.85 11.35"/></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 .7q.825 0 1.413.588T19 2.7v11.5h-.7L17 12.9V2.7H6.825L5.5 1.375q.275-.325.662-.5T7 .7zm-2.275 9.9l-2.6-2.575q.225-.575.725-.95T14 6.7q.825 0 1.413.588T16 8.7q0 .65-.35 1.163t-.925.737M8 12.75V6.7l2.95 2.95q-.175 1.425-.8 2.263t-1.575.837zM4 18.7h13.175l-1-1H4zM20.475 22l-1.3-1.3H2v-3q0-.825.588-1.412T4 15.7h10.175L7 8.5v5.7H5V6.5L.7 2.2L2.1.8l19.8 19.775zM9.85 11.35"/></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%22M17%20.7q.825%200%201.413.588T19%202.7v11.5h-.7L17%2012.9V2.7H6.825L5.5%201.375q.275-.325.662-.5T7%20.7zm-2.275%209.9l-2.6-2.575q.225-.575.725-.95T14%206.7q.825%200%201.413.588T16%208.7q0%20.65-.35%201.163t-.925.737M8%2012.75V6.7l2.95%202.95q-.175%201.425-.8%202.263t-1.575.837zM4%2018.7h13.175l-1-1H4zM20.475%2022l-1.3-1.3H2v-3q0-.825.588-1.412T4%2015.7h10.175L7%208.5v5.7H5V6.5L.7%202.2L2.1.8l19.8%2019.775zM9.85%2011.35%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%20.7q.825%200%201.413.588T19%202.7v11.5h-.7L17%2012.9V2.7H6.825L5.5%201.375q.275-.325.662-.5T7%20.7zm-2.275%209.9l-2.6-2.575q.225-.575.725-.95T14%206.7q.825%200%201.413.588T16%208.7q0%20.65-.35%201.163t-.925.737M8%2012.75V6.7l2.95%202.95q-.175%201.425-.8%202.263t-1.575.837zM4%2018.7h13.175l-1-1H4zM20.475%2022l-1.3-1.3H2v-3q0-.825.588-1.412T4%2015.7h10.175L7%208.5v5.7H5V6.5L.7%202.2L2.1.8l19.8%2019.775zM9.85%2011.35%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-outline.svg?color=%231a73e8&size=48