payment wireless icon
payment-wireless-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- payment-wireless-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10m-7.657-5.792a.85.85 0 0 0-1.113 0a.664.664 0 0 0 0 1.006c2.923 2.643 2.923 6.928 0 9.571a.664.664 0 0 0 0 1.006a.85.85 0 0 0 1.113 0c3.538-3.198 3.538-8.384 0-11.583m-4.126 1.514a.77.77 0 0 0 0 1.072c1.734 1.771 1.734 4.643 0 6.415a.77.77 0 0 0 0 1.072a.73.73 0 0 0 1.05 0c2.313-2.364 2.313-6.196 0-8.559a.73.73 0 0 0-1.05 0M8.302 9.216a.78.78 0 0 0-1.079 0a.72.72 0 0 0 0 1.042a2.404 2.404 0 0 1 0 3.483a.72.72 0 0 0 0 1.043a.78.78 0 0 0 1.08 0a3.843 3.843 0 0 0 0-5.568"/></svg>
React
import type { SVGProps } from "react";
export function FluentPaymentWireless24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10m-7.657-5.792a.85.85 0 0 0-1.113 0a.664.664 0 0 0 0 1.006c2.923 2.643 2.923 6.928 0 9.571a.664.664 0 0 0 0 1.006a.85.85 0 0 0 1.113 0c3.538-3.198 3.538-8.384 0-11.583m-4.126 1.514a.77.77 0 0 0 0 1.072c1.734 1.771 1.734 4.643 0 6.415a.77.77 0 0 0 0 1.072a.73.73 0 0 0 1.05 0c2.313-2.364 2.313-6.196 0-8.559a.73.73 0 0 0-1.05 0M8.302 9.216a.78.78 0 0 0-1.079 0a.72.72 0 0 0 0 1.042a2.404 2.404 0 0 1 0 3.483a.72.72 0 0 0 0 1.043a.78.78 0 0 0 1.08 0a3.843 3.843 0 0 0 0-5.568"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10m-7.657-5.792a.85.85 0 0 0-1.113 0a.664.664 0 0 0 0 1.006c2.923 2.643 2.923 6.928 0 9.571a.664.664 0 0 0 0 1.006a.85.85 0 0 0 1.113 0c3.538-3.198 3.538-8.384 0-11.583m-4.126 1.514a.77.77 0 0 0 0 1.072c1.734 1.771 1.734 4.643 0 6.415a.77.77 0 0 0 0 1.072a.73.73 0 0 0 1.05 0c2.313-2.364 2.313-6.196 0-8.559a.73.73 0 0 0-1.05 0M8.302 9.216a.78.78 0 0 0-1.079 0a.72.72 0 0 0 0 1.042a2.404 2.404 0 0 1 0 3.483a.72.72 0 0 0 0 1.043a.78.78 0 0 0 1.08 0a3.843 3.843 0 0 0 0-5.568"/></svg> </template>
CSS
.icon-payment-wireless-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010m-7.657-5.792a.85.85%200%200%200-1.113%200a.664.664%200%200%200%200%201.006c2.923%202.643%202.923%206.928%200%209.571a.664.664%200%200%200%200%201.006a.85.85%200%200%200%201.113%200c3.538-3.198%203.538-8.384%200-11.583m-4.126%201.514a.77.77%200%200%200%200%201.072c1.734%201.771%201.734%204.643%200%206.415a.77.77%200%200%200%200%201.072a.73.73%200%200%200%201.05%200c2.313-2.364%202.313-6.196%200-8.559a.73.73%200%200%200-1.05%200M8.302%209.216a.78.78%200%200%200-1.079%200a.72.72%200%200%200%200%201.042a2.404%202.404%200%200%201%200%203.483a.72.72%200%200%200%200%201.043a.78.78%200%200%200%201.08%200a3.843%203.843%200%200%200%200-5.568%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%22currentColor%22%20d%3D%22M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010m-7.657-5.792a.85.85%200%200%200-1.113%200a.664.664%200%200%200%200%201.006c2.923%202.643%202.923%206.928%200%209.571a.664.664%200%200%200%200%201.006a.85.85%200%200%200%201.113%200c3.538-3.198%203.538-8.384%200-11.583m-4.126%201.514a.77.77%200%200%200%200%201.072c1.734%201.771%201.734%204.643%200%206.415a.77.77%200%200%200%200%201.072a.73.73%200%200%200%201.05%200c2.313-2.364%202.313-6.196%200-8.559a.73.73%200%200%200-1.05%200M8.302%209.216a.78.78%200%200%200-1.079%200a.72.72%200%200%200%200%201.042a2.404%202.404%200%200%201%200%203.483a.72.72%200%200%200%200%201.043a.78.78%200%200%200%201.08%200a3.843%203.843%200%200%200%200-5.568%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/payment-wireless-24-filled.svg?color=%231a73e8&size=48