payment wireless icon
payment-wireless-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- payment-wireless-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- 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="M2 14C2 7.373 7.373 2 14 2s12 5.373 12 12s-5.373 12-12 12S2 20.627 2 14m15.265-6.778a.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.753.753 0 0 0 0 1.062a5.27 5.27 0 0 1 0 7.436a.753.753 0 0 0 0 1.062a.747.747 0 0 0 1.06 0a6.774 6.774 0 0 0 0-9.56a.747.747 0 0 0-1.06 0m-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 FluentPaymentWireless28Filled(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="M2 14C2 7.373 7.373 2 14 2s12 5.373 12 12s-5.373 12-12 12S2 20.627 2 14m15.265-6.778a.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.753.753 0 0 0 0 1.062a5.27 5.27 0 0 1 0 7.436a.753.753 0 0 0 0 1.062a.747.747 0 0 0 1.06 0a6.774 6.774 0 0 0 0-9.56a.747.747 0 0 0-1.06 0m-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="M2 14C2 7.373 7.373 2 14 2s12 5.373 12 12s-5.373 12-12 12S2 20.627 2 14m15.265-6.778a.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.753.753 0 0 0 0 1.062a5.27 5.27 0 0 1 0 7.436a.753.753 0 0 0 0 1.062a.747.747 0 0 0 1.06 0a6.774 6.774 0 0 0 0-9.56a.747.747 0 0 0-1.06 0m-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-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2014C2%207.373%207.373%202%2014%202s12%205.373%2012%2012s-5.373%2012-12%2012S2%2020.627%202%2014m15.265-6.778a.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.753.753%200%200%200%200%201.062a5.27%205.27%200%200%201%200%207.436a.753.753%200%200%200%200%201.062a.747.747%200%200%200%201.06%200a6.774%206.774%200%200%200%200-9.56a.747.747%200%200%200-1.06%200m-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%22M2%2014C2%207.373%207.373%202%2014%202s12%205.373%2012%2012s-5.373%2012-12%2012S2%2020.627%202%2014m15.265-6.778a.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.753.753%200%200%200%200%201.062a5.27%205.27%200%200%201%200%207.436a.753.753%200%200%200%200%201.062a.747.747%200%200%200%201.06%200a6.774%206.774%200%200%200%200-9.56a.747.747%200%200%200-1.06%200m-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-filled.svg?color=%231a73e8&size=48