Amazon Pay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Amazon Pay icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/321678.svg" alt="Amazon Pay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321678.svg" alt="Amazon Pay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321678.svg" alt="Amazon Pay icon" :width="24" :height="24" />
CSS background
.icon-amazon-pay {
background-image: url('https://proicons.com/icon/321678.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M32.2807,29.7009c1.112-.451,3.0916-1.0492,3.6872-.3272.6446.7814-.17,2.4769-.92,3.7942"/><path class="b" d="M11.7984,30.2234c1.7586,1.3965,6.9532,3.5343,12.4876,3.5343,3.6309.0859,7.1939-.9931,10.1671-3.0789"/><path class="b" d="M33.5019,20.7674v3.2883c0,1.3452-1.0905,2.4357-2.4357,2.4357h0c-.6726,0-1.2815-.2726-1.7223-.7134"/><path class="b" d="M33.5019,16.7484v4.019c0,1.3452-1.0905,2.4357-2.4357,2.4357h0c-1.3452,0-2.4357-1.0905-2.4357-2.4357v-4.019"/><path class="b" d="M26.4195,20.7976c0,1.3553-1.0987,2.454-2.454,2.454h0c-1.3553,0-2.454-1.0987-2.454-2.454v-1.5951c0-1.3553,1.0987-2.454,2.454-2.454h0c1.3553,0,2.454,1.0987,2.454,2.454"/><line class="b" x1="26.4195" y1="23.2516" x2="26.4195" y2="16.7484"/><path class="b" d="M14.4981,20.869c0,1.3452,1.0905,2.4357,2.4357,2.4357h0c1.3452,0,2.4357-1.0905,2.4357-2.4357v-1.5832c0-1.3452-1.0905-2.4357-2.4357-2.4357h0c-1.3452,0-2.4357,1.0905-2.4357,2.4357"/><line class="b" x1="14.4981" y1="16.85" x2="14.4981" y2="26.593"/></svg>
Copied!