cc-amex from Line Awesome by Icons8 · Line · Payments & Shopping · Apache-2.0 Free for personal and commercial use.

Name
cc-amex
Set
Line Awesome
Style
Line
Category
Payments & Shopping
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More payments & shopping icons from Line Awesome

Use the cc amex icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 6C3.355 6 2 7.355 2 9v14c0 1.645 1.355 3 3 3h22c1.645 0 3-1.355 3-3V9c0-1.645-1.355-3-3-3zm0 2h22c.566 0 1 .434 1 1v14c0 .566-.434 1-1 1H5c-.566 0-1-.434-1-1V9c0-.566.434-1 1-1m2.063 5.25L5 18.75h1.25l.406-1.25H9l.406 1.25h2.344v-4.125l1.5 4.125h1.094l1.531-4v4h1.094v-5.5h-1.782l-1.374 3.719l-1.376-3.719H10.5v5.219L8.562 13.25zm11.406 0v5.5h4.406l1.375-1.781l1.375 1.781H27L24.937 16L27 13.25h-1.5l-1.375 1.656L23 13.25zM7.75 14.344l.688 1.937H7.062zm11.813.156h2.75l1.125 1.5l-1.25 1.656h-2.625v-1.093h2.5v-1.125h-2.5z"/></svg>

React

import type { SVGProps } from "react";

export function LaCcAmex(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 6C3.355 6 2 7.355 2 9v14c0 1.645 1.355 3 3 3h22c1.645 0 3-1.355 3-3V9c0-1.645-1.355-3-3-3zm0 2h22c.566 0 1 .434 1 1v14c0 .566-.434 1-1 1H5c-.566 0-1-.434-1-1V9c0-.566.434-1 1-1m2.063 5.25L5 18.75h1.25l.406-1.25H9l.406 1.25h2.344v-4.125l1.5 4.125h1.094l1.531-4v4h1.094v-5.5h-1.782l-1.374 3.719l-1.376-3.719H10.5v5.219L8.562 13.25zm11.406 0v5.5h4.406l1.375-1.781l1.375 1.781H27L24.937 16L27 13.25h-1.5l-1.375 1.656L23 13.25zM7.75 14.344l.688 1.937H7.062zm11.813.156h2.75l1.125 1.5l-1.25 1.656h-2.625v-1.093h2.5v-1.125h-2.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 6C3.355 6 2 7.355 2 9v14c0 1.645 1.355 3 3 3h22c1.645 0 3-1.355 3-3V9c0-1.645-1.355-3-3-3zm0 2h22c.566 0 1 .434 1 1v14c0 .566-.434 1-1 1H5c-.566 0-1-.434-1-1V9c0-.566.434-1 1-1m2.063 5.25L5 18.75h1.25l.406-1.25H9l.406 1.25h2.344v-4.125l1.5 4.125h1.094l1.531-4v4h1.094v-5.5h-1.782l-1.374 3.719l-1.376-3.719H10.5v5.219L8.562 13.25zm11.406 0v5.5h4.406l1.375-1.781l1.375 1.781H27L24.937 16L27 13.25h-1.5l-1.375 1.656L23 13.25zM7.75 14.344l.688 1.937H7.062zm11.813.156h2.75l1.125 1.5l-1.25 1.656h-2.625v-1.093h2.5v-1.125h-2.5z"/></svg>
</template>

CSS

.icon-cc-amex {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%206C3.355%206%202%207.355%202%209v14c0%201.645%201.355%203%203%203h22c1.645%200%203-1.355%203-3V9c0-1.645-1.355-3-3-3zm0%202h22c.566%200%201%20.434%201%201v14c0%20.566-.434%201-1%201H5c-.566%200-1-.434-1-1V9c0-.566.434-1%201-1m2.063%205.25L5%2018.75h1.25l.406-1.25H9l.406%201.25h2.344v-4.125l1.5%204.125h1.094l1.531-4v4h1.094v-5.5h-1.782l-1.374%203.719l-1.376-3.719H10.5v5.219L8.562%2013.25zm11.406%200v5.5h4.406l1.375-1.781l1.375%201.781H27L24.937%2016L27%2013.25h-1.5l-1.375%201.656L23%2013.25zM7.75%2014.344l.688%201.937H7.062zm11.813.156h2.75l1.125%201.5l-1.25%201.656h-2.625v-1.093h2.5v-1.125h-2.5z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%206C3.355%206%202%207.355%202%209v14c0%201.645%201.355%203%203%203h22c1.645%200%203-1.355%203-3V9c0-1.645-1.355-3-3-3zm0%202h22c.566%200%201%20.434%201%201v14c0%20.566-.434%201-1%201H5c-.566%200-1-.434-1-1V9c0-.566.434-1%201-1m2.063%205.25L5%2018.75h1.25l.406-1.25H9l.406%201.25h2.344v-4.125l1.5%204.125h1.094l1.531-4v4h1.094v-5.5h-1.782l-1.374%203.719l-1.376-3.719H10.5v5.219L8.562%2013.25zm11.406%200v5.5h4.406l1.375-1.781l1.375%201.781H27L24.937%2016L27%2013.25h-1.5l-1.375%201.656L23%2013.25zM7.75%2014.344l.688%201.937H7.062zm11.813.156h2.75l1.125%201.5l-1.25%201.656h-2.625v-1.093h2.5v-1.125h-2.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/cc-amex.svg?color=%231a73e8&size=48