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

Name
payment-wireless-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M2 10a8 8 0 1 1 16 0a8 8 0 0 1-16 0m7.363-3.855a.514.514 0 0 0-.715 0a.487.487 0 0 0 0 .699a4.397 4.397 0 0 1 0 6.316a.487.487 0 0 0 0 .699a.514.514 0 0 0 .715 0a5.37 5.37 0 0 0 0-7.714M6.145 7.148a.515.515 0 0 0 0 .716a3.07 3.07 0 0 1 0 4.27a.515.515 0 0 0 0 .716a.486.486 0 0 0 .698 0c1.538-1.574 1.538-4.127 0-5.702a.486.486 0 0 0-.698 0m5.73-2.005a.533.533 0 0 0-.725 0a.47.47 0 0 0 0 .688c2.427 2.302 2.427 6.035 0 8.337c-.2.19-.2.498 0 .689s.525.19.726 0c2.827-2.683 2.827-7.032 0-9.714"/></svg>

React

import type { SVGProps } from "react";

export function FluentPaymentWireless20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 10a8 8 0 1 1 16 0a8 8 0 0 1-16 0m7.363-3.855a.514.514 0 0 0-.715 0a.487.487 0 0 0 0 .699a4.397 4.397 0 0 1 0 6.316a.487.487 0 0 0 0 .699a.514.514 0 0 0 .715 0a5.37 5.37 0 0 0 0-7.714M6.145 7.148a.515.515 0 0 0 0 .716a3.07 3.07 0 0 1 0 4.27a.515.515 0 0 0 0 .716a.486.486 0 0 0 .698 0c1.538-1.574 1.538-4.127 0-5.702a.486.486 0 0 0-.698 0m5.73-2.005a.533.533 0 0 0-.725 0a.47.47 0 0 0 0 .688c2.427 2.302 2.427 6.035 0 8.337c-.2.19-.2.498 0 .689s.525.19.726 0c2.827-2.683 2.827-7.032 0-9.714"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 10a8 8 0 1 1 16 0a8 8 0 0 1-16 0m7.363-3.855a.514.514 0 0 0-.715 0a.487.487 0 0 0 0 .699a4.397 4.397 0 0 1 0 6.316a.487.487 0 0 0 0 .699a.514.514 0 0 0 .715 0a5.37 5.37 0 0 0 0-7.714M6.145 7.148a.515.515 0 0 0 0 .716a3.07 3.07 0 0 1 0 4.27a.515.515 0 0 0 0 .716a.486.486 0 0 0 .698 0c1.538-1.574 1.538-4.127 0-5.702a.486.486 0 0 0-.698 0m5.73-2.005a.533.533 0 0 0-.725 0a.47.47 0 0 0 0 .688c2.427 2.302 2.427 6.035 0 8.337c-.2.19-.2.498 0 .689s.525.19.726 0c2.827-2.683 2.827-7.032 0-9.714"/></svg>
</template>

CSS

.icon-payment-wireless-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2010a8%208%200%201%201%2016%200a8%208%200%200%201-16%200m7.363-3.855a.514.514%200%200%200-.715%200a.487.487%200%200%200%200%20.699a4.397%204.397%200%200%201%200%206.316a.487.487%200%200%200%200%20.699a.514.514%200%200%200%20.715%200a5.37%205.37%200%200%200%200-7.714M6.145%207.148a.515.515%200%200%200%200%20.716a3.07%203.07%200%200%201%200%204.27a.515.515%200%200%200%200%20.716a.486.486%200%200%200%20.698%200c1.538-1.574%201.538-4.127%200-5.702a.486.486%200%200%200-.698%200m5.73-2.005a.533.533%200%200%200-.725%200a.47.47%200%200%200%200%20.688c2.427%202.302%202.427%206.035%200%208.337c-.2.19-.2.498%200%20.689s.525.19.726%200c2.827-2.683%202.827-7.032%200-9.714%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2010a8%208%200%201%201%2016%200a8%208%200%200%201-16%200m7.363-3.855a.514.514%200%200%200-.715%200a.487.487%200%200%200%200%20.699a4.397%204.397%200%200%201%200%206.316a.487.487%200%200%200%200%20.699a.514.514%200%200%200%20.715%200a5.37%205.37%200%200%200%200-7.714M6.145%207.148a.515.515%200%200%200%200%20.716a3.07%203.07%200%200%201%200%204.27a.515.515%200%200%200%200%20.716a.486.486%200%200%200%20.698%200c1.538-1.574%201.538-4.127%200-5.702a.486.486%200%200%200-.698%200m5.73-2.005a.533.533%200%200%200-.725%200a.47.47%200%200%200%200%20.688c2.427%202.302%202.427%206.035%200%208.337c-.2.19-.2.498%200%20.689s.525.19.726%200c2.827-2.683%202.827-7.032%200-9.714%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Payment Wireless 20 filled icon — Fluent UI System Icons · IconsDB