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

Name
payment-wireless-32-filled
Set
Fluent UI System Icons
Style
32 Filled
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="M2 16C2 8.268 8.268 2 16 2s14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16m17.727-7.71a1.03 1.03 0 0 0-1.43 0a.973.973 0 0 0 0 1.397a8.784 8.784 0 0 1 0 12.626a.973.973 0 0 0 0 1.397a1.03 1.03 0 0 0 1.43 0a10.73 10.73 0 0 0 0-15.42m-5.437 2.006a1.026 1.026 0 0 0 0 1.43c2.312 2.361 2.312 6.19 0 8.553a1.026 1.026 0 0 0 0 1.429a.975.975 0 0 0 1.399 0c3.084-3.151 3.084-8.26 0-11.412a.975.975 0 0 0-1.4 0m-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 FluentPaymentWireless32Filled(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="M2 16C2 8.268 8.268 2 16 2s14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16m17.727-7.71a1.03 1.03 0 0 0-1.43 0a.973.973 0 0 0 0 1.397a8.784 8.784 0 0 1 0 12.626a.973.973 0 0 0 0 1.397a1.03 1.03 0 0 0 1.43 0a10.73 10.73 0 0 0 0-15.42m-5.437 2.006a1.026 1.026 0 0 0 0 1.43c2.312 2.361 2.312 6.19 0 8.553a1.026 1.026 0 0 0 0 1.429a.975.975 0 0 0 1.399 0c3.084-3.151 3.084-8.26 0-11.412a.975.975 0 0 0-1.4 0m-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="M2 16C2 8.268 8.268 2 16 2s14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16m17.727-7.71a1.03 1.03 0 0 0-1.43 0a.973.973 0 0 0 0 1.397a8.784 8.784 0 0 1 0 12.626a.973.973 0 0 0 0 1.397a1.03 1.03 0 0 0 1.43 0a10.73 10.73 0 0 0 0-15.42m-5.437 2.006a1.026 1.026 0 0 0 0 1.43c2.312 2.361 2.312 6.19 0 8.553a1.026 1.026 0 0 0 0 1.429a.975.975 0 0 0 1.399 0c3.084-3.151 3.084-8.26 0-11.412a.975.975 0 0 0-1.4 0m-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-filled {
  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%22M2%2016C2%208.268%208.268%202%2016%202s14%206.268%2014%2014s-6.268%2014-14%2014S2%2023.732%202%2016m17.727-7.71a1.03%201.03%200%200%200-1.43%200a.973.973%200%200%200%200%201.397a8.784%208.784%200%200%201%200%2012.626a.973.973%200%200%200%200%201.397a1.03%201.03%200%200%200%201.43%200a10.73%2010.73%200%200%200%200-15.42m-5.437%202.006a1.026%201.026%200%200%200%200%201.43c2.312%202.361%202.312%206.19%200%208.553a1.026%201.026%200%200%200%200%201.429a.975.975%200%200%200%201.399%200c3.084-3.151%203.084-8.26%200-11.412a.975.975%200%200%200-1.4%200m-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%22M2%2016C2%208.268%208.268%202%2016%202s14%206.268%2014%2014s-6.268%2014-14%2014S2%2023.732%202%2016m17.727-7.71a1.03%201.03%200%200%200-1.43%200a.973.973%200%200%200%200%201.397a8.784%208.784%200%200%201%200%2012.626a.973.973%200%200%200%200%201.397a1.03%201.03%200%200%200%201.43%200a10.73%2010.73%200%200%200%200-15.42m-5.437%202.006a1.026%201.026%200%200%200%200%201.43c2.312%202.361%202.312%206.19%200%208.553a1.026%201.026%200%200%200%200%201.429a.975.975%200%200%200%201.399%200c3.084-3.151%203.084-8.26%200-11.412a.975.975%200%200%200-1.4%200m-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-filled.svg?color=%231a73e8&size=48