Amex Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Amex 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/321710.svg" alt="Amex icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321710.svg" alt="Amex icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321710.svg" alt="Amex icon" :width="24" :height="24" />
CSS background
.icon-amex {
background-image: url('https://proicons.com/icon/321710.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.5,42.5H9.5c-2.2,0-4-1.8-4-4V9.5c0-2.2,1.8-4,4-4h29c2.2,0,4,1.8,4,4v29c0,2.2-1.8,4-4,4Z"/><line class="c" x1="19.1434" y1="36.0962" x2="26.1198" y2="36.0962"/><line class="c" x1="19.1434" y1="25.3633" x2="26.1198" y2="25.3633"/><line class="c" x1="19.1434" y1="30.7297" x2="23.692" y2="30.7297"/><line class="c" x1="19.1434" y1="25.3633" x2="19.1434" y2="36.0962"/><polyline class="c" points="28.803 22.6249 28.803 11.9038 34.1695 22.6368 39.5359 11.9202 39.5359 22.6368"/><line class="c" x1="28.803" y1="25.3633" x2="39.5359" y2="36.0962"/><line class="c" x1="39.5359" y1="25.3633" x2="28.803" y2="36.0962"/><line class="c" x1="16.757" y1="22.6049" x2="21.5375" y2="11.9038"/><line class="c" x1="26.1198" y1="22.6368" x2="21.5375" y2="11.9038"/><line class="c" x1="24.5869" y1="19.0464" x2="18.3467" y2="19.0464"/></svg>
Copied!