payments icon
payments-outline-sharp from Material Symbols Light by Google · Outline Sharp · Business · Apache-2.0 Free for personal and commercial use.
- Name
- payments-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More business icons from Material Symbols Light
Use the payments icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.5 12.423q-.846 0-1.423-.577t-.577-1.423T12.077 9t1.423-.577T14.923 9t.577 1.423t-.577 1.423t-1.423.577m-7.808 3.193V5.23h15.616v10.385zm2.616-1h10.384q0-.672.475-1.144q.474-.472 1.14-.472V7.846q-.67 0-1.142-.474q-.473-.475-.473-1.141H8.308q0 .671-.475 1.143q-.474.472-1.14.472V13q.67 0 1.143.475q.472.474.472 1.14m-5.616 4V8.193h1v9.424h14.654v1zm4-4V6.232z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPaymentsOutlineSharp(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="M13.5 12.423q-.846 0-1.423-.577t-.577-1.423T12.077 9t1.423-.577T14.923 9t.577 1.423t-.577 1.423t-1.423.577m-7.808 3.193V5.23h15.616v10.385zm2.616-1h10.384q0-.672.475-1.144q.474-.472 1.14-.472V7.846q-.67 0-1.142-.474q-.473-.475-.473-1.141H8.308q0 .671-.475 1.143q-.474.472-1.14.472V13q.67 0 1.143.475q.472.474.472 1.14m-5.616 4V8.193h1v9.424h14.654v1zm4-4V6.232z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.5 12.423q-.846 0-1.423-.577t-.577-1.423T12.077 9t1.423-.577T14.923 9t.577 1.423t-.577 1.423t-1.423.577m-7.808 3.193V5.23h15.616v10.385zm2.616-1h10.384q0-.672.475-1.144q.474-.472 1.14-.472V7.846q-.67 0-1.142-.474q-.473-.475-.473-1.141H8.308q0 .671-.475 1.143q-.474.472-1.14.472V13q.67 0 1.143.475q.472.474.472 1.14m-5.616 4V8.193h1v9.424h14.654v1zm4-4V6.232z"/></svg> </template>
CSS
.icon-payments-outline-sharp {
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%22M13.5%2012.423q-.846%200-1.423-.577t-.577-1.423T12.077%209t1.423-.577T14.923%209t.577%201.423t-.577%201.423t-1.423.577m-7.808%203.193V5.23h15.616v10.385zm2.616-1h10.384q0-.672.475-1.144q.474-.472%201.14-.472V7.846q-.67%200-1.142-.474q-.473-.475-.473-1.141H8.308q0%20.671-.475%201.143q-.474.472-1.14.472V13q.67%200%201.143.475q.472.474.472%201.14m-5.616%204V8.193h1v9.424h14.654v1zm4-4V6.232z%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%22M13.5%2012.423q-.846%200-1.423-.577t-.577-1.423T12.077%209t1.423-.577T14.923%209t.577%201.423t-.577%201.423t-1.423.577m-7.808%203.193V5.23h15.616v10.385zm2.616-1h10.384q0-.672.475-1.144q.474-.472%201.14-.472V7.846q-.67%200-1.142-.474q-.473-.475-.473-1.141H8.308q0%20.671-.475%201.143q-.474.472-1.14.472V13q.67%200%201.143.475q.472.474.472%201.14m-5.616%204V8.193h1v9.424h14.654v1zm4-4V6.232z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/payments-outline-sharp.svg?color=%231a73e8&size=48