payment arrow down icon
payment-arrow-down-outline-rounded from Material Symbols Light by Google · Outline Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- payment-arrow-down-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- 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 payment arrow down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 10.192q-.846 0-1.423-.576Q10 9.039 10 8.192q0-.846.577-1.423T12 6.192t1.423.577T14 8.192t-.577 1.423t-1.423.577m-6.365 3.193q-.667 0-1.141-.475t-.475-1.14V4.615q0-.667.475-1.141T5.634 3h12.75q.667 0 1.141.475T20 4.615v7.154q0 .666-.475 1.141t-1.14.475zm1-1h10.75q0-.671.474-1.144q.475-.472 1.141-.472V5.616q-.671 0-1.143-.475T17.385 4H6.635q0 .671-.475 1.143q-.474.473-1.14.473v5.153q.67 0 1.143.475t.472 1.14m-1.616 0V4zm6.481 6.739l-1.766-1.765q-.14-.14-.334-.14t-.334.14t-.141.347t.14.341l2.382 2.382q.138.138.277.19q.139.053.298.053t.295-.053q.137-.052.274-.19l2.382-2.382q.14-.134.14-.34q0-.208-.14-.348t-.347-.14t-.341.14l-1.766 1.765v-3.47q0-.212-.144-.355t-.357-.144t-.365.144t-.153.356z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPaymentArrowDownOutlineRounded(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="M12 10.192q-.846 0-1.423-.576Q10 9.039 10 8.192q0-.846.577-1.423T12 6.192t1.423.577T14 8.192t-.577 1.423t-1.423.577m-6.365 3.193q-.667 0-1.141-.475t-.475-1.14V4.615q0-.667.475-1.141T5.634 3h12.75q.667 0 1.141.475T20 4.615v7.154q0 .666-.475 1.141t-1.14.475zm1-1h10.75q0-.671.474-1.144q.475-.472 1.141-.472V5.616q-.671 0-1.143-.475T17.385 4H6.635q0 .671-.475 1.143q-.474.473-1.14.473v5.153q.67 0 1.143.475t.472 1.14m-1.616 0V4zm6.481 6.739l-1.766-1.765q-.14-.14-.334-.14t-.334.14t-.141.347t.14.341l2.382 2.382q.138.138.277.19q.139.053.298.053t.295-.053q.137-.052.274-.19l2.382-2.382q.14-.134.14-.34q0-.208-.14-.348t-.347-.14t-.341.14l-1.766 1.765v-3.47q0-.212-.144-.355t-.357-.144t-.365.144t-.153.356z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 10.192q-.846 0-1.423-.576Q10 9.039 10 8.192q0-.846.577-1.423T12 6.192t1.423.577T14 8.192t-.577 1.423t-1.423.577m-6.365 3.193q-.667 0-1.141-.475t-.475-1.14V4.615q0-.667.475-1.141T5.634 3h12.75q.667 0 1.141.475T20 4.615v7.154q0 .666-.475 1.141t-1.14.475zm1-1h10.75q0-.671.474-1.144q.475-.472 1.141-.472V5.616q-.671 0-1.143-.475T17.385 4H6.635q0 .671-.475 1.143q-.474.473-1.14.473v5.153q.67 0 1.143.475t.472 1.14m-1.616 0V4zm6.481 6.739l-1.766-1.765q-.14-.14-.334-.14t-.334.14t-.141.347t.14.341l2.382 2.382q.138.138.277.19q.139.053.298.053t.295-.053q.137-.052.274-.19l2.382-2.382q.14-.134.14-.34q0-.208-.14-.348t-.347-.14t-.341.14l-1.766 1.765v-3.47q0-.212-.144-.355t-.357-.144t-.365.144t-.153.356z"/></svg> </template>
CSS
.icon-payment-arrow-down-outline-rounded {
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%22M12%2010.192q-.846%200-1.423-.576Q10%209.039%2010%208.192q0-.846.577-1.423T12%206.192t1.423.577T14%208.192t-.577%201.423t-1.423.577m-6.365%203.193q-.667%200-1.141-.475t-.475-1.14V4.615q0-.667.475-1.141T5.634%203h12.75q.667%200%201.141.475T20%204.615v7.154q0%20.666-.475%201.141t-1.14.475zm1-1h10.75q0-.671.474-1.144q.475-.472%201.141-.472V5.616q-.671%200-1.143-.475T17.385%204H6.635q0%20.671-.475%201.143q-.474.473-1.14.473v5.153q.67%200%201.143.475t.472%201.14m-1.616%200V4zm6.481%206.739l-1.766-1.765q-.14-.14-.334-.14t-.334.14t-.141.347t.14.341l2.382%202.382q.138.138.277.19q.139.053.298.053t.295-.053q.137-.052.274-.19l2.382-2.382q.14-.134.14-.34q0-.208-.14-.348t-.347-.14t-.341.14l-1.766%201.765v-3.47q0-.212-.144-.355t-.357-.144t-.365.144t-.153.356z%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%22M12%2010.192q-.846%200-1.423-.576Q10%209.039%2010%208.192q0-.846.577-1.423T12%206.192t1.423.577T14%208.192t-.577%201.423t-1.423.577m-6.365%203.193q-.667%200-1.141-.475t-.475-1.14V4.615q0-.667.475-1.141T5.634%203h12.75q.667%200%201.141.475T20%204.615v7.154q0%20.666-.475%201.141t-1.14.475zm1-1h10.75q0-.671.474-1.144q.475-.472%201.141-.472V5.616q-.671%200-1.143-.475T17.385%204H6.635q0%20.671-.475%201.143q-.474.473-1.14.473v5.153q.67%200%201.143.475t.472%201.14m-1.616%200V4zm6.481%206.739l-1.766-1.765q-.14-.14-.334-.14t-.334.14t-.141.347t.14.341l2.382%202.382q.138.138.277.19q.139.053.298.053t.295-.053q.137-.052.274-.19l2.382-2.382q.14-.134.14-.34q0-.208-.14-.348t-.347-.14t-.341.14l-1.766%201.765v-3.47q0-.212-.144-.355t-.357-.144t-.365.144t-.153.356z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/payment-arrow-down-outline-rounded.svg?color=%231a73e8&size=48