smartphone nfc icon
smartphone-nfc from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- smartphone-nfc
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the smartphone 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="M9 14.5v-5c0-1.404 0-2.107-.337-2.611a2 2 0 0 0-.552-.552C7.607 6 6.904 6 5.5 6s-2.107 0-2.611.337a2 2 0 0 0-.552.552C2 7.393 2 8.096 2 9.5v5c0 1.405 0 2.107.337 2.611a2 2 0 0 0 .552.552C3.393 18 4.096 18 5.5 18s2.107 0 2.611-.337a2 2 0 0 0 .552-.552C9 16.607 9 15.904 9 14.5M20 5c1.196 1.397 2 4.009 2 7s-.804 5.603-2 7M16.5 7c.897.998 1.5 2.863 1.5 5s-.603 4.002-1.5 5M13 9c.598.599 1 1.718 1 3s-.402 2.401-1 3"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSmartphoneNfc(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="M9 14.5v-5c0-1.404 0-2.107-.337-2.611a2 2 0 0 0-.552-.552C7.607 6 6.904 6 5.5 6s-2.107 0-2.611.337a2 2 0 0 0-.552.552C2 7.393 2 8.096 2 9.5v5c0 1.405 0 2.107.337 2.611a2 2 0 0 0 .552.552C3.393 18 4.096 18 5.5 18s2.107 0 2.611-.337a2 2 0 0 0 .552-.552C9 16.607 9 15.904 9 14.5M20 5c1.196 1.397 2 4.009 2 7s-.804 5.603-2 7M16.5 7c.897.998 1.5 2.863 1.5 5s-.603 4.002-1.5 5M13 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="M9 14.5v-5c0-1.404 0-2.107-.337-2.611a2 2 0 0 0-.552-.552C7.607 6 6.904 6 5.5 6s-2.107 0-2.611.337a2 2 0 0 0-.552.552C2 7.393 2 8.096 2 9.5v5c0 1.405 0 2.107.337 2.611a2 2 0 0 0 .552.552C3.393 18 4.096 18 5.5 18s2.107 0 2.611-.337a2 2 0 0 0 .552-.552C9 16.607 9 15.904 9 14.5M20 5c1.196 1.397 2 4.009 2 7s-.804 5.603-2 7M16.5 7c.897.998 1.5 2.863 1.5 5s-.603 4.002-1.5 5M13 9c.598.599 1 1.718 1 3s-.402 2.401-1 3"/></svg> </template>
CSS
.icon-smartphone-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%22M9%2014.5v-5c0-1.404%200-2.107-.337-2.611a2%202%200%200%200-.552-.552C7.607%206%206.904%206%205.5%206s-2.107%200-2.611.337a2%202%200%200%200-.552.552C2%207.393%202%208.096%202%209.5v5c0%201.405%200%202.107.337%202.611a2%202%200%200%200%20.552.552C3.393%2018%204.096%2018%205.5%2018s2.107%200%202.611-.337a2%202%200%200%200%20.552-.552C9%2016.607%209%2015.904%209%2014.5M20%205c1.196%201.397%202%204.009%202%207s-.804%205.603-2%207M16.5%207c.897.998%201.5%202.863%201.5%205s-.603%204.002-1.5%205M13%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%22M9%2014.5v-5c0-1.404%200-2.107-.337-2.611a2%202%200%200%200-.552-.552C7.607%206%206.904%206%205.5%206s-2.107%200-2.611.337a2%202%200%200%200-.552.552C2%207.393%202%208.096%202%209.5v5c0%201.405%200%202.107.337%202.611a2%202%200%200%200%20.552.552C3.393%2018%204.096%2018%205.5%2018s2.107%200%202.611-.337a2%202%200%200%200%20.552-.552C9%2016.607%209%2015.904%209%2014.5M20%205c1.196%201.397%202%204.009%202%207s-.804%205.603-2%207M16.5%207c.897.998%201.5%202.863%201.5%205s-.603%204.002-1.5%205M13%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/smartphone-nfc.svg?color=%231a73e8&size=48