cc apple pay icon

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

Name
cc-apple-pay
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 apple pay 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-1m5.998 3c-.465 0-.996.265-1.34.652c-.266.321-.555.831-.455 1.34c.477.056.998-.243 1.297-.63c.332-.355.52-.853.498-1.362M13 13v6h.932v-2.055h1.297c1.175 0 2.005-.808 2.005-1.972c0-1.175-.82-1.973-1.984-1.973zm-5.162.523c-1.04 0-1.838.91-1.838 2.215C6 17.438 7.194 19 7.94 19c.45 0 .614-.303 1.212-.303c.551 0 .725.303 1.194.303c.89 0 1.626-1.81 1.654-1.92c-.147-.074-1.003-.477-1.002-1.451c0-.946.781-1.37.818-1.389c-.432-.643-1.112-.717-1.369-.717c-.597 0-1.119.323-1.404.323c-.294 0-.727-.323-1.205-.323m6.094.264h1.074c.809 0 1.275.432 1.275 1.186s-.466 1.197-1.275 1.197h-1.074zm5.498.744c-.986 0-1.719.566-1.74 1.342h.841c.067-.366.41-.61.875-.61c.576 0 .889.267.889.755v.332l-1.164.078c-1.075.067-1.664.51-1.664 1.275c0 .776.599 1.297 1.463 1.297c.587 0 1.132-.3 1.375-.766h.021v.721h.865v-2.992c0-.865-.697-1.432-1.761-1.432m2.144.057l1.574 4.379l-.078.265c-.144.444-.377.622-.787.622c-.077 0-.22-.012-.275-.012v.72c.056.011.286.022.353.022c.91 0 1.342-.354 1.72-1.396l1.628-4.6h-.943l-1.096 3.547h-.024l-1.095-3.547zm-1.28 2.392v.334h-.001c0 .565-.476.963-1.107.963c-.5 0-.809-.231-.809-.597c0-.377.299-.6.887-.633z"/></svg>

React

import type { SVGProps } from "react";

export function LaCcApplePay(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-1m5.998 3c-.465 0-.996.265-1.34.652c-.266.321-.555.831-.455 1.34c.477.056.998-.243 1.297-.63c.332-.355.52-.853.498-1.362M13 13v6h.932v-2.055h1.297c1.175 0 2.005-.808 2.005-1.972c0-1.175-.82-1.973-1.984-1.973zm-5.162.523c-1.04 0-1.838.91-1.838 2.215C6 17.438 7.194 19 7.94 19c.45 0 .614-.303 1.212-.303c.551 0 .725.303 1.194.303c.89 0 1.626-1.81 1.654-1.92c-.147-.074-1.003-.477-1.002-1.451c0-.946.781-1.37.818-1.389c-.432-.643-1.112-.717-1.369-.717c-.597 0-1.119.323-1.404.323c-.294 0-.727-.323-1.205-.323m6.094.264h1.074c.809 0 1.275.432 1.275 1.186s-.466 1.197-1.275 1.197h-1.074zm5.498.744c-.986 0-1.719.566-1.74 1.342h.841c.067-.366.41-.61.875-.61c.576 0 .889.267.889.755v.332l-1.164.078c-1.075.067-1.664.51-1.664 1.275c0 .776.599 1.297 1.463 1.297c.587 0 1.132-.3 1.375-.766h.021v.721h.865v-2.992c0-.865-.697-1.432-1.761-1.432m2.144.057l1.574 4.379l-.078.265c-.144.444-.377.622-.787.622c-.077 0-.22-.012-.275-.012v.72c.056.011.286.022.353.022c.91 0 1.342-.354 1.72-1.396l1.628-4.6h-.943l-1.096 3.547h-.024l-1.095-3.547zm-1.28 2.392v.334h-.001c0 .565-.476.963-1.107.963c-.5 0-.809-.231-.809-.597c0-.377.299-.6.887-.633z"/></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-1m5.998 3c-.465 0-.996.265-1.34.652c-.266.321-.555.831-.455 1.34c.477.056.998-.243 1.297-.63c.332-.355.52-.853.498-1.362M13 13v6h.932v-2.055h1.297c1.175 0 2.005-.808 2.005-1.972c0-1.175-.82-1.973-1.984-1.973zm-5.162.523c-1.04 0-1.838.91-1.838 2.215C6 17.438 7.194 19 7.94 19c.45 0 .614-.303 1.212-.303c.551 0 .725.303 1.194.303c.89 0 1.626-1.81 1.654-1.92c-.147-.074-1.003-.477-1.002-1.451c0-.946.781-1.37.818-1.389c-.432-.643-1.112-.717-1.369-.717c-.597 0-1.119.323-1.404.323c-.294 0-.727-.323-1.205-.323m6.094.264h1.074c.809 0 1.275.432 1.275 1.186s-.466 1.197-1.275 1.197h-1.074zm5.498.744c-.986 0-1.719.566-1.74 1.342h.841c.067-.366.41-.61.875-.61c.576 0 .889.267.889.755v.332l-1.164.078c-1.075.067-1.664.51-1.664 1.275c0 .776.599 1.297 1.463 1.297c.587 0 1.132-.3 1.375-.766h.021v.721h.865v-2.992c0-.865-.697-1.432-1.761-1.432m2.144.057l1.574 4.379l-.078.265c-.144.444-.377.622-.787.622c-.077 0-.22-.012-.275-.012v.72c.056.011.286.022.353.022c.91 0 1.342-.354 1.72-1.396l1.628-4.6h-.943l-1.096 3.547h-.024l-1.095-3.547zm-1.28 2.392v.334h-.001c0 .565-.476.963-1.107.963c-.5 0-.809-.231-.809-.597c0-.377.299-.6.887-.633z"/></svg>
</template>

CSS

.icon-cc-apple-pay {
  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-1m5.998%203c-.465%200-.996.265-1.34.652c-.266.321-.555.831-.455%201.34c.477.056.998-.243%201.297-.63c.332-.355.52-.853.498-1.362M13%2013v6h.932v-2.055h1.297c1.175%200%202.005-.808%202.005-1.972c0-1.175-.82-1.973-1.984-1.973zm-5.162.523c-1.04%200-1.838.91-1.838%202.215C6%2017.438%207.194%2019%207.94%2019c.45%200%20.614-.303%201.212-.303c.551%200%20.725.303%201.194.303c.89%200%201.626-1.81%201.654-1.92c-.147-.074-1.003-.477-1.002-1.451c0-.946.781-1.37.818-1.389c-.432-.643-1.112-.717-1.369-.717c-.597%200-1.119.323-1.404.323c-.294%200-.727-.323-1.205-.323m6.094.264h1.074c.809%200%201.275.432%201.275%201.186s-.466%201.197-1.275%201.197h-1.074zm5.498.744c-.986%200-1.719.566-1.74%201.342h.841c.067-.366.41-.61.875-.61c.576%200%20.889.267.889.755v.332l-1.164.078c-1.075.067-1.664.51-1.664%201.275c0%20.776.599%201.297%201.463%201.297c.587%200%201.132-.3%201.375-.766h.021v.721h.865v-2.992c0-.865-.697-1.432-1.761-1.432m2.144.057l1.574%204.379l-.078.265c-.144.444-.377.622-.787.622c-.077%200-.22-.012-.275-.012v.72c.056.011.286.022.353.022c.91%200%201.342-.354%201.72-1.396l1.628-4.6h-.943l-1.096%203.547h-.024l-1.095-3.547zm-1.28%202.392v.334h-.001c0%20.565-.476.963-1.107.963c-.5%200-.809-.231-.809-.597c0-.377.299-.6.887-.633z%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-1m5.998%203c-.465%200-.996.265-1.34.652c-.266.321-.555.831-.455%201.34c.477.056.998-.243%201.297-.63c.332-.355.52-.853.498-1.362M13%2013v6h.932v-2.055h1.297c1.175%200%202.005-.808%202.005-1.972c0-1.175-.82-1.973-1.984-1.973zm-5.162.523c-1.04%200-1.838.91-1.838%202.215C6%2017.438%207.194%2019%207.94%2019c.45%200%20.614-.303%201.212-.303c.551%200%20.725.303%201.194.303c.89%200%201.626-1.81%201.654-1.92c-.147-.074-1.003-.477-1.002-1.451c0-.946.781-1.37.818-1.389c-.432-.643-1.112-.717-1.369-.717c-.597%200-1.119.323-1.404.323c-.294%200-.727-.323-1.205-.323m6.094.264h1.074c.809%200%201.275.432%201.275%201.186s-.466%201.197-1.275%201.197h-1.074zm5.498.744c-.986%200-1.719.566-1.74%201.342h.841c.067-.366.41-.61.875-.61c.576%200%20.889.267.889.755v.332l-1.164.078c-1.075.067-1.664.51-1.664%201.275c0%20.776.599%201.297%201.463%201.297c.587%200%201.132-.3%201.375-.766h.021v.721h.865v-2.992c0-.865-.697-1.432-1.761-1.432m2.144.057l1.574%204.379l-.078.265c-.144.444-.377.622-.787.622c-.077%200-.22-.012-.275-.012v.72c.056.011.286.022.353.022c.91%200%201.342-.354%201.72-1.396l1.628-4.6h-.943l-1.096%203.547h-.024l-1.095-3.547zm-1.28%202.392v.334h-.001c0%20.565-.476.963-1.107.963c-.5%200-.809-.231-.809-.597c0-.377.299-.6.887-.633z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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