payment arrow down icon
payment-arrow-down from Material Symbols Light by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- payment-arrow-down
- Set
- Material Symbols Light
- Style
- Regular
- 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-.576Q14 9.039 14 8.192q0-.846-.577-1.423T12 6.192t-1.423.577T10 8.192t.577 1.423t1.423.577m-6.365 3.193q-.671 0-1.144-.472t-.472-1.144V4.616q0-.672.472-1.144Q4.964 3 5.635 3h12.75q.67 0 1.143.472q.472.472.472 1.144v7.153q0 .671-.472 1.143t-1.144.472zM12.019 21l3.289-3.288l-.689-.689l-2.1 2.1v-3.97H11.5v3.97l-2.1-2.1l-.688.689zm-7-10.23v1q0 .25.183.432q.183.183.433.183h1q0-.672-.472-1.144q-.473-.472-1.144-.472m12.366 1.615h1q.25 0 .432-.182q.183-.183.183-.433v-1q-.671 0-1.143.472t-.472 1.143M19 5.616v-1q0-.25-.183-.433T18.384 4h-1q0 .671.473 1.143q.472.473 1.143.473M6.635 4h-1q-.25 0-.433.183t-.183.433v1q.671 0 1.143-.473q.472-.472.472-1.143"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPaymentArrowDown(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-.576Q14 9.039 14 8.192q0-.846-.577-1.423T12 6.192t-1.423.577T10 8.192t.577 1.423t1.423.577m-6.365 3.193q-.671 0-1.144-.472t-.472-1.144V4.616q0-.672.472-1.144Q4.964 3 5.635 3h12.75q.67 0 1.143.472q.472.472.472 1.144v7.153q0 .671-.472 1.143t-1.144.472zM12.019 21l3.289-3.288l-.689-.689l-2.1 2.1v-3.97H11.5v3.97l-2.1-2.1l-.688.689zm-7-10.23v1q0 .25.183.432q.183.183.433.183h1q0-.672-.472-1.144q-.473-.472-1.144-.472m12.366 1.615h1q.25 0 .432-.182q.183-.183.183-.433v-1q-.671 0-1.143.472t-.472 1.143M19 5.616v-1q0-.25-.183-.433T18.384 4h-1q0 .671.473 1.143q.472.473 1.143.473M6.635 4h-1q-.25 0-.433.183t-.183.433v1q.671 0 1.143-.473q.472-.472.472-1.143"/></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-.576Q14 9.039 14 8.192q0-.846-.577-1.423T12 6.192t-1.423.577T10 8.192t.577 1.423t1.423.577m-6.365 3.193q-.671 0-1.144-.472t-.472-1.144V4.616q0-.672.472-1.144Q4.964 3 5.635 3h12.75q.67 0 1.143.472q.472.472.472 1.144v7.153q0 .671-.472 1.143t-1.144.472zM12.019 21l3.289-3.288l-.689-.689l-2.1 2.1v-3.97H11.5v3.97l-2.1-2.1l-.688.689zm-7-10.23v1q0 .25.183.432q.183.183.433.183h1q0-.672-.472-1.144q-.473-.472-1.144-.472m12.366 1.615h1q.25 0 .432-.182q.183-.183.183-.433v-1q-.671 0-1.143.472t-.472 1.143M19 5.616v-1q0-.25-.183-.433T18.384 4h-1q0 .671.473 1.143q.472.473 1.143.473M6.635 4h-1q-.25 0-.433.183t-.183.433v1q.671 0 1.143-.473q.472-.472.472-1.143"/></svg> </template>
CSS
.icon-payment-arrow-down {
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%201.423-.576Q14%209.039%2014%208.192q0-.846-.577-1.423T12%206.192t-1.423.577T10%208.192t.577%201.423t1.423.577m-6.365%203.193q-.671%200-1.144-.472t-.472-1.144V4.616q0-.672.472-1.144Q4.964%203%205.635%203h12.75q.67%200%201.143.472q.472.472.472%201.144v7.153q0%20.671-.472%201.143t-1.144.472zM12.019%2021l3.289-3.288l-.689-.689l-2.1%202.1v-3.97H11.5v3.97l-2.1-2.1l-.688.689zm-7-10.23v1q0%20.25.183.432q.183.183.433.183h1q0-.672-.472-1.144q-.473-.472-1.144-.472m12.366%201.615h1q.25%200%20.432-.182q.183-.183.183-.433v-1q-.671%200-1.143.472t-.472%201.143M19%205.616v-1q0-.25-.183-.433T18.384%204h-1q0%20.671.473%201.143q.472.473%201.143.473M6.635%204h-1q-.25%200-.433.183t-.183.433v1q.671%200%201.143-.473q.472-.472.472-1.143%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%201.423-.576Q14%209.039%2014%208.192q0-.846-.577-1.423T12%206.192t-1.423.577T10%208.192t.577%201.423t1.423.577m-6.365%203.193q-.671%200-1.144-.472t-.472-1.144V4.616q0-.672.472-1.144Q4.964%203%205.635%203h12.75q.67%200%201.143.472q.472.472.472%201.144v7.153q0%20.671-.472%201.143t-1.144.472zM12.019%2021l3.289-3.288l-.689-.689l-2.1%202.1v-3.97H11.5v3.97l-2.1-2.1l-.688.689zm-7-10.23v1q0%20.25.183.432q.183.183.433.183h1q0-.672-.472-1.144q-.473-.472-1.144-.472m12.366%201.615h1q.25%200%20.432-.182q.183-.183.183-.433v-1q-.671%200-1.143.472t-.472%201.143M19%205.616v-1q0-.25-.183-.433T18.384%204h-1q0%20.671.473%201.143q.472.473%201.143.473M6.635%204h-1q-.25%200-.433.183t-.183.433v1q.671%200%201.143-.473q.472-.472.472-1.143%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.svg?color=%231a73e8&size=48