smart card reader icon

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

Name
smart-card-reader-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 22v-3q0-.825.588-1.412T4 17h16q.825 0 1.413.588T22 19v3zm2-2h16v-1H4zm1-4.5V4q0-.825.588-1.412T7 2h10q.825 0 1.413.588T19 4v11.5h-2V4H7v11.5zM8 14h.575q1.1 0 1.763-1.1T11 10t-.663-2.9T8.576 6H8zm6-2q.825 0 1.413-.587T16 10t-.587-1.412T14 8t-1.412.588T12 10t.588 1.413T14 12m-2-2.25"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSmartCardReaderOutline(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="M2 22v-3q0-.825.588-1.412T4 17h16q.825 0 1.413.588T22 19v3zm2-2h16v-1H4zm1-4.5V4q0-.825.588-1.412T7 2h10q.825 0 1.413.588T19 4v11.5h-2V4H7v11.5zM8 14h.575q1.1 0 1.763-1.1T11 10t-.663-2.9T8.576 6H8zm6-2q.825 0 1.413-.587T16 10t-.587-1.412T14 8t-1.412.588T12 10t.588 1.413T14 12m-2-2.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 22v-3q0-.825.588-1.412T4 17h16q.825 0 1.413.588T22 19v3zm2-2h16v-1H4zm1-4.5V4q0-.825.588-1.412T7 2h10q.825 0 1.413.588T19 4v11.5h-2V4H7v11.5zM8 14h.575q1.1 0 1.763-1.1T11 10t-.663-2.9T8.576 6H8zm6-2q.825 0 1.413-.587T16 10t-.587-1.412T14 8t-1.412.588T12 10t.588 1.413T14 12m-2-2.25"/></svg>
</template>

CSS

.icon-smart-card-reader-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%22M2%2022v-3q0-.825.588-1.412T4%2017h16q.825%200%201.413.588T22%2019v3zm2-2h16v-1H4zm1-4.5V4q0-.825.588-1.412T7%202h10q.825%200%201.413.588T19%204v11.5h-2V4H7v11.5zM8%2014h.575q1.1%200%201.763-1.1T11%2010t-.663-2.9T8.576%206H8zm6-2q.825%200%201.413-.587T16%2010t-.587-1.412T14%208t-1.412.588T12%2010t.588%201.413T14%2012m-2-2.25%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%22M2%2022v-3q0-.825.588-1.412T4%2017h16q.825%200%201.413.588T22%2019v3zm2-2h16v-1H4zm1-4.5V4q0-.825.588-1.412T7%202h10q.825%200%201.413.588T19%204v11.5h-2V4H7v11.5zM8%2014h.575q1.1%200%201.763-1.1T11%2010t-.663-2.9T8.576%206H8zm6-2q.825%200%201.413-.587T16%2010t-.587-1.412T14%208t-1.412.588T12%2010t.588%201.413T14%2012m-2-2.25%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-outline.svg?color=%231a73e8&size=48