nfc from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
nfc
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the nfc icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.5 3c1.793 1.796 3 5.154 3 9s-1.207 7.203-3 9m-3-16c1.196 1.397 2 4.009 2 7s-.804 5.603-2 7M9 7c.897.998 1.5 2.863 1.5 5s-.603 4.002-1.5 5M5.5 9c.598.599 1 1.718 1 3s-.402 2.401-1 3"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsNfc(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M15.5 3c1.793 1.796 3 5.154 3 9s-1.207 7.203-3 9m-3-16c1.196 1.397 2 4.009 2 7s-.804 5.603-2 7M9 7c.897.998 1.5 2.863 1.5 5s-.603 4.002-1.5 5M5.5 9c.598.599 1 1.718 1 3s-.402 2.401-1 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.5 3c1.793 1.796 3 5.154 3 9s-1.207 7.203-3 9m-3-16c1.196 1.397 2 4.009 2 7s-.804 5.603-2 7M9 7c.897.998 1.5 2.863 1.5 5s-.603 4.002-1.5 5M5.5 9c.598.599 1 1.718 1 3s-.402 2.401-1 3"/></svg>
</template>

CSS

.icon-nfc {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.5%203c1.793%201.796%203%205.154%203%209s-1.207%207.203-3%209m-3-16c1.196%201.397%202%204.009%202%207s-.804%205.603-2%207M9%207c.897.998%201.5%202.863%201.5%205s-.603%204.002-1.5%205M5.5%209c.598.599%201%201.718%201%203s-.402%202.401-1%203%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.5%203c1.793%201.796%203%205.154%203%209s-1.207%207.203-3%209m-3-16c1.196%201.397%202%204.009%202%207s-.804%205.603-2%207M9%207c.897.998%201.5%202.863%201.5%205s-.603%204.002-1.5%205M5.5%209c.598.599%201%201.718%201%203s-.402%202.401-1%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/nfc.svg?color=%231a73e8&size=48