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

Name
payment-wireless-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M3.5 14C3.5 8.201 8.201 3.5 14 3.5S24.5 8.201 24.5 14S19.799 24.5 14 24.5S3.5 19.799 3.5 14M14 2C7.373 2 2 7.373 2 14s5.373 12 12 12s12-5.373 12-12S20.627 2 14 2m3.265 5.222a.73.73 0 0 0-1.048 0a.773.773 0 0 0 0 1.074c3.074 3.15 3.074 8.259 0 11.41a.773.773 0 0 0 0 1.073a.73.73 0 0 0 1.048 0c3.652-3.744 3.652-9.813 0-13.557M12.469 9.22a.747.747 0 0 1 1.06 0a6.774 6.774 0 0 1 0 9.56a.747.747 0 0 1-1.06 0a.753.753 0 0 1 0-1.062a5.27 5.27 0 0 0 0-7.436a.753.753 0 0 1 0-1.062m-2.666 1.998a.783.783 0 0 0-1.08 0a.72.72 0 0 0 0 1.041a2.4 2.4 0 0 1 0 3.484a.72.72 0 0 0 0 1.041a.783.783 0 0 0 1.08 0a3.84 3.84 0 0 0 0-5.566"/></svg>

React

import type { SVGProps } from "react";

export function FluentPaymentWireless28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.5 14C3.5 8.201 8.201 3.5 14 3.5S24.5 8.201 24.5 14S19.799 24.5 14 24.5S3.5 19.799 3.5 14M14 2C7.373 2 2 7.373 2 14s5.373 12 12 12s12-5.373 12-12S20.627 2 14 2m3.265 5.222a.73.73 0 0 0-1.048 0a.773.773 0 0 0 0 1.074c3.074 3.15 3.074 8.259 0 11.41a.773.773 0 0 0 0 1.073a.73.73 0 0 0 1.048 0c3.652-3.744 3.652-9.813 0-13.557M12.469 9.22a.747.747 0 0 1 1.06 0a6.774 6.774 0 0 1 0 9.56a.747.747 0 0 1-1.06 0a.753.753 0 0 1 0-1.062a5.27 5.27 0 0 0 0-7.436a.753.753 0 0 1 0-1.062m-2.666 1.998a.783.783 0 0 0-1.08 0a.72.72 0 0 0 0 1.041a2.4 2.4 0 0 1 0 3.484a.72.72 0 0 0 0 1.041a.783.783 0 0 0 1.08 0a3.84 3.84 0 0 0 0-5.566"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.5 14C3.5 8.201 8.201 3.5 14 3.5S24.5 8.201 24.5 14S19.799 24.5 14 24.5S3.5 19.799 3.5 14M14 2C7.373 2 2 7.373 2 14s5.373 12 12 12s12-5.373 12-12S20.627 2 14 2m3.265 5.222a.73.73 0 0 0-1.048 0a.773.773 0 0 0 0 1.074c3.074 3.15 3.074 8.259 0 11.41a.773.773 0 0 0 0 1.073a.73.73 0 0 0 1.048 0c3.652-3.744 3.652-9.813 0-13.557M12.469 9.22a.747.747 0 0 1 1.06 0a6.774 6.774 0 0 1 0 9.56a.747.747 0 0 1-1.06 0a.753.753 0 0 1 0-1.062a5.27 5.27 0 0 0 0-7.436a.753.753 0 0 1 0-1.062m-2.666 1.998a.783.783 0 0 0-1.08 0a.72.72 0 0 0 0 1.041a2.4 2.4 0 0 1 0 3.484a.72.72 0 0 0 0 1.041a.783.783 0 0 0 1.08 0a3.84 3.84 0 0 0 0-5.566"/></svg>
</template>

CSS

.icon-payment-wireless-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.5%2014C3.5%208.201%208.201%203.5%2014%203.5S24.5%208.201%2024.5%2014S19.799%2024.5%2014%2024.5S3.5%2019.799%203.5%2014M14%202C7.373%202%202%207.373%202%2014s5.373%2012%2012%2012s12-5.373%2012-12S20.627%202%2014%202m3.265%205.222a.73.73%200%200%200-1.048%200a.773.773%200%200%200%200%201.074c3.074%203.15%203.074%208.259%200%2011.41a.773.773%200%200%200%200%201.073a.73.73%200%200%200%201.048%200c3.652-3.744%203.652-9.813%200-13.557M12.469%209.22a.747.747%200%200%201%201.06%200a6.774%206.774%200%200%201%200%209.56a.747.747%200%200%201-1.06%200a.753.753%200%200%201%200-1.062a5.27%205.27%200%200%200%200-7.436a.753.753%200%200%201%200-1.062m-2.666%201.998a.783.783%200%200%200-1.08%200a.72.72%200%200%200%200%201.041a2.4%202.4%200%200%201%200%203.484a.72.72%200%200%200%200%201.041a.783.783%200%200%200%201.08%200a3.84%203.84%200%200%200%200-5.566%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.5%2014C3.5%208.201%208.201%203.5%2014%203.5S24.5%208.201%2024.5%2014S19.799%2024.5%2014%2024.5S3.5%2019.799%203.5%2014M14%202C7.373%202%202%207.373%202%2014s5.373%2012%2012%2012s12-5.373%2012-12S20.627%202%2014%202m3.265%205.222a.73.73%200%200%200-1.048%200a.773.773%200%200%200%200%201.074c3.074%203.15%203.074%208.259%200%2011.41a.773.773%200%200%200%200%201.073a.73.73%200%200%200%201.048%200c3.652-3.744%203.652-9.813%200-13.557M12.469%209.22a.747.747%200%200%201%201.06%200a6.774%206.774%200%200%201%200%209.56a.747.747%200%200%201-1.06%200a.753.753%200%200%201%200-1.062a5.27%205.27%200%200%200%200-7.436a.753.753%200%200%201%200-1.062m-2.666%201.998a.783.783%200%200%200-1.08%200a.72.72%200%200%200%200%201.041a2.4%202.4%200%200%201%200%203.484a.72.72%200%200%200%200%201.041a.783.783%200%200%200%201.08%200a3.84%203.84%200%200%200%200-5.566%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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