contactless icon
contactless from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.
- Name
- contactless
- Set
- Myna UI Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Related icons in Myna UI Icons
Use the contactless 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="M17.46 21c1.32-2.76 2.04-5.76 2.04-9s-.72-6.36-2.04-9m-4.32 15.96C14.1 16.8 14.7 14.4 14.7 12s-.6-4.92-1.56-7.08m-4.32 12C9.54 15.36 9.9 13.68 9.9 12s-.36-3.48-1.08-4.92M4.5 14.76c.36-.84.6-1.8.6-2.76s-.24-2.04-.6-2.88"/></svg>
React
import type { SVGProps } from "react";
export function MynauiContactless(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="M17.46 21c1.32-2.76 2.04-5.76 2.04-9s-.72-6.36-2.04-9m-4.32 15.96C14.1 16.8 14.7 14.4 14.7 12s-.6-4.92-1.56-7.08m-4.32 12C9.54 15.36 9.9 13.68 9.9 12s-.36-3.48-1.08-4.92M4.5 14.76c.36-.84.6-1.8.6-2.76s-.24-2.04-.6-2.88"/></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="M17.46 21c1.32-2.76 2.04-5.76 2.04-9s-.72-6.36-2.04-9m-4.32 15.96C14.1 16.8 14.7 14.4 14.7 12s-.6-4.92-1.56-7.08m-4.32 12C9.54 15.36 9.9 13.68 9.9 12s-.36-3.48-1.08-4.92M4.5 14.76c.36-.84.6-1.8.6-2.76s-.24-2.04-.6-2.88"/></svg> </template>
CSS
.icon-contactless {
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%22M17.46%2021c1.32-2.76%202.04-5.76%202.04-9s-.72-6.36-2.04-9m-4.32%2015.96C14.1%2016.8%2014.7%2014.4%2014.7%2012s-.6-4.92-1.56-7.08m-4.32%2012C9.54%2015.36%209.9%2013.68%209.9%2012s-.36-3.48-1.08-4.92M4.5%2014.76c.36-.84.6-1.8.6-2.76s-.24-2.04-.6-2.88%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%22M17.46%2021c1.32-2.76%202.04-5.76%202.04-9s-.72-6.36-2.04-9m-4.32%2015.96C14.1%2016.8%2014.7%2014.4%2014.7%2012s-.6-4.92-1.56-7.08m-4.32%2012C9.54%2015.36%209.9%2013.68%209.9%2012s-.36-3.48-1.08-4.92M4.5%2014.76c.36-.84.6-1.8.6-2.76s-.24-2.04-.6-2.88%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/contactless.svg?color=%231a73e8&size=48