nfc-off-rounded from Material Symbols Light by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
nfc-off-rounded
Set
Material Symbols Light
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the nfc off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.616 20q-.691 0-1.153-.462T4 18.384V5.422l-1.76-1.76q-.146-.145-.156-.346q-.009-.201.156-.367q.166-.165.357-.165q.192 0 .357.165l18.515 18.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165L18.579 20zM8 9.421v5.771q0 .349.23.578t.578.23h5.77l-1-1H9v-4.579zm12-3.805v9.648q0 .54-.497.745t-.876-.174L16 13.208v-4.4q0-.349-.23-.578T15.192 8H12.5q-.362 0-.621.196q-.26.196-.35.54L8.166 5.374q-.38-.379-.175-.876T8.737 4h9.648q.69 0 1.153.463T20 5.616M15 9v3.208l-2.5-2.5V9z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNfcOffRounded(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="M5.616 20q-.691 0-1.153-.462T4 18.384V5.422l-1.76-1.76q-.146-.145-.156-.346q-.009-.201.156-.367q.166-.165.357-.165q.192 0 .357.165l18.515 18.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165L18.579 20zM8 9.421v5.771q0 .349.23.578t.578.23h5.77l-1-1H9v-4.579zm12-3.805v9.648q0 .54-.497.745t-.876-.174L16 13.208v-4.4q0-.349-.23-.578T15.192 8H12.5q-.362 0-.621.196q-.26.196-.35.54L8.166 5.374q-.38-.379-.175-.876T8.737 4h9.648q.69 0 1.153.463T20 5.616M15 9v3.208l-2.5-2.5V9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.616 20q-.691 0-1.153-.462T4 18.384V5.422l-1.76-1.76q-.146-.145-.156-.346q-.009-.201.156-.367q.166-.165.357-.165q.192 0 .357.165l18.515 18.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165L18.579 20zM8 9.421v5.771q0 .349.23.578t.578.23h5.77l-1-1H9v-4.579zm12-3.805v9.648q0 .54-.497.745t-.876-.174L16 13.208v-4.4q0-.349-.23-.578T15.192 8H12.5q-.362 0-.621.196q-.26.196-.35.54L8.166 5.374q-.38-.379-.175-.876T8.737 4h9.648q.69 0 1.153.463T20 5.616M15 9v3.208l-2.5-2.5V9z"/></svg>
</template>

CSS

.icon-nfc-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%22M5.616%2020q-.691%200-1.153-.462T4%2018.384V5.422l-1.76-1.76q-.146-.145-.156-.346q-.009-.201.156-.367q.166-.165.357-.165q.192%200%20.357.165l18.515%2018.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165L18.579%2020zM8%209.421v5.771q0%20.349.23.578t.578.23h5.77l-1-1H9v-4.579zm12-3.805v9.648q0%20.54-.497.745t-.876-.174L16%2013.208v-4.4q0-.349-.23-.578T15.192%208H12.5q-.362%200-.621.196q-.26.196-.35.54L8.166%205.374q-.38-.379-.175-.876T8.737%204h9.648q.69%200%201.153.463T20%205.616M15%209v3.208l-2.5-2.5V9z%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%22M5.616%2020q-.691%200-1.153-.462T4%2018.384V5.422l-1.76-1.76q-.146-.145-.156-.346q-.009-.201.156-.367q.166-.165.357-.165q.192%200%20.357.165l18.515%2018.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165L18.579%2020zM8%209.421v5.771q0%20.349.23.578t.578.23h5.77l-1-1H9v-4.579zm12-3.805v9.648q0%20.54-.497.745t-.876-.174L16%2013.208v-4.4q0-.349-.23-.578T15.192%208H12.5q-.362%200-.621.196q-.26.196-.35.54L8.166%205.374q-.38-.379-.175-.876T8.737%204h9.648q.69%200%201.153.463T20%205.616M15%209v3.208l-2.5-2.5V9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/nfc-off-rounded.svg?color=%231a73e8&size=48