cc visa icon
cc-visa from Line Awesome by Icons8 · Line · Payments & Shopping · Apache-2.0 Free for personal and commercial use.
- Name
- cc-visa
- 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 visa 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-1m14.406 4.375c-1.926 0-2.937.95-2.937 2.156c0 2.18 2.562 1.88 2.562 3c0 .192-.16.625-1.218.625c-1.06 0-1.75-.375-1.75-.375l-.313 1.438s.656.406 1.969.406c1.312 0 3.156-1.008 3.156-2.469c0-1.758-2.563-1.875-2.563-2.656c0-.398.34-.719 1.25-.719c.594 0 1.25.469 1.25.469l.313-1.531s-.871-.344-1.719-.344m-8.218.125L9.5 17.438s-.086-.426-.125-.688c-.953-2.14-2.5-2.938-2.5-2.938l1.469 5.594h2l2.812-6.906zm2.687 0l-1.094 6.906h1.844l1.094-6.906zm9.938 0l-3 6.906h1.812l.375-.968h2.313l.187.968h1.656L25.75 12.5zm-18.97.031s3.598 1.102 4.438 3.813l-.625-3.125s-.273-.688-1-.688zM24.5 14.5l.531 2.594h-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function LaCcVisa(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-1m14.406 4.375c-1.926 0-2.937.95-2.937 2.156c0 2.18 2.562 1.88 2.562 3c0 .192-.16.625-1.218.625c-1.06 0-1.75-.375-1.75-.375l-.313 1.438s.656.406 1.969.406c1.312 0 3.156-1.008 3.156-2.469c0-1.758-2.563-1.875-2.563-2.656c0-.398.34-.719 1.25-.719c.594 0 1.25.469 1.25.469l.313-1.531s-.871-.344-1.719-.344m-8.218.125L9.5 17.438s-.086-.426-.125-.688c-.953-2.14-2.5-2.938-2.5-2.938l1.469 5.594h2l2.812-6.906zm2.687 0l-1.094 6.906h1.844l1.094-6.906zm9.938 0l-3 6.906h1.812l.375-.968h2.313l.187.968h1.656L25.75 12.5zm-18.97.031s3.598 1.102 4.438 3.813l-.625-3.125s-.273-.688-1-.688zM24.5 14.5l.531 2.594h-1.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-1m14.406 4.375c-1.926 0-2.937.95-2.937 2.156c0 2.18 2.562 1.88 2.562 3c0 .192-.16.625-1.218.625c-1.06 0-1.75-.375-1.75-.375l-.313 1.438s.656.406 1.969.406c1.312 0 3.156-1.008 3.156-2.469c0-1.758-2.563-1.875-2.563-2.656c0-.398.34-.719 1.25-.719c.594 0 1.25.469 1.25.469l.313-1.531s-.871-.344-1.719-.344m-8.218.125L9.5 17.438s-.086-.426-.125-.688c-.953-2.14-2.5-2.938-2.5-2.938l1.469 5.594h2l2.812-6.906zm2.687 0l-1.094 6.906h1.844l1.094-6.906zm9.938 0l-3 6.906h1.812l.375-.968h2.313l.187.968h1.656L25.75 12.5zm-18.97.031s3.598 1.102 4.438 3.813l-.625-3.125s-.273-.688-1-.688zM24.5 14.5l.531 2.594h-1.5z"/></svg> </template>
CSS
.icon-cc-visa {
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-1m14.406%204.375c-1.926%200-2.937.95-2.937%202.156c0%202.18%202.562%201.88%202.562%203c0%20.192-.16.625-1.218.625c-1.06%200-1.75-.375-1.75-.375l-.313%201.438s.656.406%201.969.406c1.312%200%203.156-1.008%203.156-2.469c0-1.758-2.563-1.875-2.563-2.656c0-.398.34-.719%201.25-.719c.594%200%201.25.469%201.25.469l.313-1.531s-.871-.344-1.719-.344m-8.218.125L9.5%2017.438s-.086-.426-.125-.688c-.953-2.14-2.5-2.938-2.5-2.938l1.469%205.594h2l2.812-6.906zm2.687%200l-1.094%206.906h1.844l1.094-6.906zm9.938%200l-3%206.906h1.812l.375-.968h2.313l.187.968h1.656L25.75%2012.5zm-18.97.031s3.598%201.102%204.438%203.813l-.625-3.125s-.273-.688-1-.688zM24.5%2014.5l.531%202.594h-1.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-1m14.406%204.375c-1.926%200-2.937.95-2.937%202.156c0%202.18%202.562%201.88%202.562%203c0%20.192-.16.625-1.218.625c-1.06%200-1.75-.375-1.75-.375l-.313%201.438s.656.406%201.969.406c1.312%200%203.156-1.008%203.156-2.469c0-1.758-2.563-1.875-2.563-2.656c0-.398.34-.719%201.25-.719c.594%200%201.25.469%201.25.469l.313-1.531s-.871-.344-1.719-.344m-8.218.125L9.5%2017.438s-.086-.426-.125-.688c-.953-2.14-2.5-2.938-2.5-2.938l1.469%205.594h2l2.812-6.906zm2.687%200l-1.094%206.906h1.844l1.094-6.906zm9.938%200l-3%206.906h1.812l.375-.968h2.313l.187.968h1.656L25.75%2012.5zm-18.97.031s3.598%201.102%204.438%203.813l-.625-3.125s-.273-.688-1-.688zM24.5%2014.5l.531%202.594h-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/cc-visa.svg?color=%231a73e8&size=48