smart card off icon
smart-card-off from Material Design Icons by Pictogrammers · Filled · Account / User · Apache-2.0 Free for personal and commercial use.
- Name
- smart-card-off
- Set
- Material Design Icons
- Style
- Filled
- Category
- Account / User
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
More account / user icons from Material Design Icons
accountaccount-alertaccount-arrow-downaccount-arrow-leftaccount-arrow-rightaccount-arrow-upaccount-badgeaccount-boxaccount-box-edit-outlineaccount-box-minus-outlineaccount-box-multipleaccount-box-plus-outlineaccount-cancelaccount-cardaccount-cashaccount-checkaccount-childaccount-child-circleaccount-circleaccount-clockaccount-cogaccount-convertaccount-cowboy-hataccount-credit-card
Use the smart card off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.39 1.73L1.11 3l.16.16A2.08 2.08 0 0 0 0 5v14a2.07 2.07 0 0 0 2 2h17.11l1.73 1.73l1.27-1.27zM14 18H2v-1c0-2 4-3.09 6-3.09S14 15 14 17zm-6-6c-1.66 0-3-1.34-3-3c0-.6.18-1.16.5-1.62l4.12 4.12c-.46.32-1.02.5-1.62.5m14-9H6.2l3.68 3.68c.16.13.31.28.44.44L23.5 20.29c.29-.35.5-.79.5-1.29V5a2.074 2.074 0 0 0-2-2m-1 10h-4v-3h4z"/></svg>
React
import type { SVGProps } from "react";
export function MdiSmartCardOff(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.39 1.73L1.11 3l.16.16A2.08 2.08 0 0 0 0 5v14a2.07 2.07 0 0 0 2 2h17.11l1.73 1.73l1.27-1.27zM14 18H2v-1c0-2 4-3.09 6-3.09S14 15 14 17zm-6-6c-1.66 0-3-1.34-3-3c0-.6.18-1.16.5-1.62l4.12 4.12c-.46.32-1.02.5-1.62.5m14-9H6.2l3.68 3.68c.16.13.31.28.44.44L23.5 20.29c.29-.35.5-.79.5-1.29V5a2.074 2.074 0 0 0-2-2m-1 10h-4v-3h4z"/></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.39 1.73L1.11 3l.16.16A2.08 2.08 0 0 0 0 5v14a2.07 2.07 0 0 0 2 2h17.11l1.73 1.73l1.27-1.27zM14 18H2v-1c0-2 4-3.09 6-3.09S14 15 14 17zm-6-6c-1.66 0-3-1.34-3-3c0-.6.18-1.16.5-1.62l4.12 4.12c-.46.32-1.02.5-1.62.5m14-9H6.2l3.68 3.68c.16.13.31.28.44.44L23.5 20.29c.29-.35.5-.79.5-1.29V5a2.074 2.074 0 0 0-2-2m-1 10h-4v-3h4z"/></svg> </template>
CSS
.icon-smart-card-off {
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.39%201.73L1.11%203l.16.16A2.08%202.08%200%200%200%200%205v14a2.07%202.07%200%200%200%202%202h17.11l1.73%201.73l1.27-1.27zM14%2018H2v-1c0-2%204-3.09%206-3.09S14%2015%2014%2017zm-6-6c-1.66%200-3-1.34-3-3c0-.6.18-1.16.5-1.62l4.12%204.12c-.46.32-1.02.5-1.62.5m14-9H6.2l3.68%203.68c.16.13.31.28.44.44L23.5%2020.29c.29-.35.5-.79.5-1.29V5a2.074%202.074%200%200%200-2-2m-1%2010h-4v-3h4z%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.39%201.73L1.11%203l.16.16A2.08%202.08%200%200%200%200%205v14a2.07%202.07%200%200%200%202%202h17.11l1.73%201.73l1.27-1.27zM14%2018H2v-1c0-2%204-3.09%206-3.09S14%2015%2014%2017zm-6-6c-1.66%200-3-1.34-3-3c0-.6.18-1.16.5-1.62l4.12%204.12c-.46.32-1.02.5-1.62.5m14-9H6.2l3.68%203.68c.16.13.31.28.44.44L23.5%2020.29c.29-.35.5-.79.5-1.29V5a2.074%202.074%200%200%200-2-2m-1%2010h-4v-3h4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/smart-card-off.svg?color=%231a73e8&size=48