Amazon Visa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Amazon Visa 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/321687.svg" alt="Amazon Visa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321687.svg" alt="Amazon Visa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321687.svg" alt="Amazon Visa icon" :width="24" :height="24" />
CSS background
.icon-amazon-visa {
background-image: url('https://proicons.com/icon/321687.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><rect class="d" x="11.7531" y="10.668" width="24.5358" height="14" rx="2.4085" ry="2.4085"/><path class="d" d="m14.0034,20.8409h3.5674"/><path class="d" d="m20.2554,20.8207h7.4917"/><path class="d" d="m11.833,14.5346h24.3374"/></g><circle id="c" class="d" cx="24" cy="24" r="21.5"/><g><path class="d" d="m32.2807,29.7009c1.112-.451,3.0917-1.0492,3.6872-.3272.6446.7814-.1701,2.4769-.92,3.7943"/><path class="d" d="m11.7984,30.2234c1.7586,1.3965,6.9532,3.5343,12.4876,3.5343,5.2757,0,8.4965-1.9114,10.1671-3.0789"/></g></svg>
Copied!