payment-wireless-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
payment-wireless-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

11 other variants in Fluent UI System Icons

Use the payment wireless icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 16C4 9.373 9.373 4 16 4s12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14s14-6.268 14-14S23.732 2 16 2m3.727 6.29a1.03 1.03 0 0 0-1.43 0a.97.97 0 0 0 0 1.397a8.784 8.784 0 0 1 0 12.625a.97.97 0 0 0 0 1.398a1.03 1.03 0 0 0 1.43 0a10.73 10.73 0 0 0 0-15.42m-5.437 2.006a.975.975 0 0 1 1.399 0c3.084 3.151 3.084 8.26 0 11.412a.975.975 0 0 1-1.4 0a1.026 1.026 0 0 1 0-1.43c2.313-2.361 2.313-6.19 0-8.553a1.026 1.026 0 0 1 0-1.429m-2.67 2.011a.886.886 0 0 0-1.342 0a1.13 1.13 0 0 0 0 1.483c1.104 1.22 1.104 3.2 0 4.42c-.37.41-.37 1.074 0 1.484s.971.41 1.342 0c1.846-2.04 1.846-5.347 0-7.387"/></svg>

React

import type { SVGProps } from "react";

export function FluentPaymentWireless32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 16C4 9.373 9.373 4 16 4s12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14s14-6.268 14-14S23.732 2 16 2m3.727 6.29a1.03 1.03 0 0 0-1.43 0a.97.97 0 0 0 0 1.397a8.784 8.784 0 0 1 0 12.625a.97.97 0 0 0 0 1.398a1.03 1.03 0 0 0 1.43 0a10.73 10.73 0 0 0 0-15.42m-5.437 2.006a.975.975 0 0 1 1.399 0c3.084 3.151 3.084 8.26 0 11.412a.975.975 0 0 1-1.4 0a1.026 1.026 0 0 1 0-1.43c2.313-2.361 2.313-6.19 0-8.553a1.026 1.026 0 0 1 0-1.429m-2.67 2.011a.886.886 0 0 0-1.342 0a1.13 1.13 0 0 0 0 1.483c1.104 1.22 1.104 3.2 0 4.42c-.37.41-.37 1.074 0 1.484s.971.41 1.342 0c1.846-2.04 1.846-5.347 0-7.387"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 16C4 9.373 9.373 4 16 4s12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14s14-6.268 14-14S23.732 2 16 2m3.727 6.29a1.03 1.03 0 0 0-1.43 0a.97.97 0 0 0 0 1.397a8.784 8.784 0 0 1 0 12.625a.97.97 0 0 0 0 1.398a1.03 1.03 0 0 0 1.43 0a10.73 10.73 0 0 0 0-15.42m-5.437 2.006a.975.975 0 0 1 1.399 0c3.084 3.151 3.084 8.26 0 11.412a.975.975 0 0 1-1.4 0a1.026 1.026 0 0 1 0-1.43c2.313-2.361 2.313-6.19 0-8.553a1.026 1.026 0 0 1 0-1.429m-2.67 2.011a.886.886 0 0 0-1.342 0a1.13 1.13 0 0 0 0 1.483c1.104 1.22 1.104 3.2 0 4.42c-.37.41-.37 1.074 0 1.484s.971.41 1.342 0c1.846-2.04 1.846-5.347 0-7.387"/></svg>
</template>

CSS

.icon-payment-wireless-32-regular {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2016C4%209.373%209.373%204%2016%204s12%205.373%2012%2012s-5.373%2012-12%2012S4%2022.627%204%2016M16%202C8.268%202%202%208.268%202%2016s6.268%2014%2014%2014s14-6.268%2014-14S23.732%202%2016%202m3.727%206.29a1.03%201.03%200%200%200-1.43%200a.97.97%200%200%200%200%201.397a8.784%208.784%200%200%201%200%2012.625a.97.97%200%200%200%200%201.398a1.03%201.03%200%200%200%201.43%200a10.73%2010.73%200%200%200%200-15.42m-5.437%202.006a.975.975%200%200%201%201.399%200c3.084%203.151%203.084%208.26%200%2011.412a.975.975%200%200%201-1.4%200a1.026%201.026%200%200%201%200-1.43c2.313-2.361%202.313-6.19%200-8.553a1.026%201.026%200%200%201%200-1.429m-2.67%202.011a.886.886%200%200%200-1.342%200a1.13%201.13%200%200%200%200%201.483c1.104%201.22%201.104%203.2%200%204.42c-.37.41-.37%201.074%200%201.484s.971.41%201.342%200c1.846-2.04%201.846-5.347%200-7.387%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2016C4%209.373%209.373%204%2016%204s12%205.373%2012%2012s-5.373%2012-12%2012S4%2022.627%204%2016M16%202C8.268%202%202%208.268%202%2016s6.268%2014%2014%2014s14-6.268%2014-14S23.732%202%2016%202m3.727%206.29a1.03%201.03%200%200%200-1.43%200a.97.97%200%200%200%200%201.397a8.784%208.784%200%200%201%200%2012.625a.97.97%200%200%200%200%201.398a1.03%201.03%200%200%200%201.43%200a10.73%2010.73%200%200%200%200-15.42m-5.437%202.006a.975.975%200%200%201%201.399%200c3.084%203.151%203.084%208.26%200%2011.412a.975.975%200%200%201-1.4%200a1.026%201.026%200%200%201%200-1.43c2.313-2.361%202.313-6.19%200-8.553a1.026%201.026%200%200%201%200-1.429m-2.67%202.011a.886.886%200%200%200-1.342%200a1.13%201.13%200%200%200%200%201.483c1.104%201.22%201.104%203.2%200%204.42c-.37.41-.37%201.074%200%201.484s.971.41%201.342%200c1.846-2.04%201.846-5.347%200-7.387%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/payment-wireless-32-regular.svg?color=%231a73e8&size=48