visa logo
visa from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- visa
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×83
- License
- CC0
The same logo in other sets
Use the visa logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 83"><defs><linearGradient id="SVGSdd43daQ" x1="45.974%" x2="54.877%" y1="-2.006%" y2="100%"><stop offset="0%" stop-color="#222357"/><stop offset="100%" stop-color="#254aa5"/></linearGradient></defs><path fill="url(#SVGSdd43daQ)" d="M132.397 56.24c-.146-11.516 10.263-17.942 18.104-21.763c8.056-3.92 10.762-6.434 10.73-9.94c-.06-5.365-6.426-7.733-12.383-7.825c-10.393-.161-16.436 2.806-21.24 5.05l-3.744-17.519c4.82-2.221 13.745-4.158 23-4.243c21.725 0 35.938 10.724 36.015 27.351c.085 21.102-29.188 22.27-28.988 31.702c.069 2.86 2.798 5.912 8.778 6.688c2.96.392 11.131.692 20.395-3.574l3.636 16.95c-4.982 1.814-11.385 3.551-19.357 3.551c-20.448 0-34.83-10.87-34.946-26.428m89.241 24.968c-3.967 0-7.31-2.314-8.802-5.865L181.803 1.245h21.709l4.32 11.939h26.528l2.506-11.939H256l-16.697 79.963zm3.037-21.601l6.265-30.027h-17.158zm-118.599 21.6L88.964 1.246h20.687l17.104 79.963zm-30.603 0L53.941 26.782l-8.71 46.277c-1.022 5.166-5.058 8.149-9.54 8.149H.493L0 78.886c7.226-1.568 15.436-4.097 20.41-6.803c3.044-1.653 3.912-3.098 4.912-7.026L41.819 1.245H63.68l33.516 79.963z" transform="matrix(1 0 0 -1 0 82.668)"/></svg>
React
import type { SVGProps } from "react";
export function LogosVisa(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 83"><defs><linearGradient id="SVGSdd43daQ" x1="45.974%" x2="54.877%" y1="-2.006%" y2="100%"><stop offset="0%" stopColor="#222357"/><stop offset="100%" stopColor="#254aa5"/></linearGradient></defs><path fill="url(#SVGSdd43daQ)" d="M132.397 56.24c-.146-11.516 10.263-17.942 18.104-21.763c8.056-3.92 10.762-6.434 10.73-9.94c-.06-5.365-6.426-7.733-12.383-7.825c-10.393-.161-16.436 2.806-21.24 5.05l-3.744-17.519c4.82-2.221 13.745-4.158 23-4.243c21.725 0 35.938 10.724 36.015 27.351c.085 21.102-29.188 22.27-28.988 31.702c.069 2.86 2.798 5.912 8.778 6.688c2.96.392 11.131.692 20.395-3.574l3.636 16.95c-4.982 1.814-11.385 3.551-19.357 3.551c-20.448 0-34.83-10.87-34.946-26.428m89.241 24.968c-3.967 0-7.31-2.314-8.802-5.865L181.803 1.245h21.709l4.32 11.939h26.528l2.506-11.939H256l-16.697 79.963zm3.037-21.601l6.265-30.027h-17.158zm-118.599 21.6L88.964 1.246h20.687l17.104 79.963zm-30.603 0L53.941 26.782l-8.71 46.277c-1.022 5.166-5.058 8.149-9.54 8.149H.493L0 78.886c7.226-1.568 15.436-4.097 20.41-6.803c3.044-1.653 3.912-3.098 4.912-7.026L41.819 1.245H63.68l33.516 79.963z" transform="matrix(1 0 0 -1 0 82.668)"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 83"><defs><linearGradient id="SVGSdd43daQ" x1="45.974%" x2="54.877%" y1="-2.006%" y2="100%"><stop offset="0%" stop-color="#222357"/><stop offset="100%" stop-color="#254aa5"/></linearGradient></defs><path fill="url(#SVGSdd43daQ)" d="M132.397 56.24c-.146-11.516 10.263-17.942 18.104-21.763c8.056-3.92 10.762-6.434 10.73-9.94c-.06-5.365-6.426-7.733-12.383-7.825c-10.393-.161-16.436 2.806-21.24 5.05l-3.744-17.519c4.82-2.221 13.745-4.158 23-4.243c21.725 0 35.938 10.724 36.015 27.351c.085 21.102-29.188 22.27-28.988 31.702c.069 2.86 2.798 5.912 8.778 6.688c2.96.392 11.131.692 20.395-3.574l3.636 16.95c-4.982 1.814-11.385 3.551-19.357 3.551c-20.448 0-34.83-10.87-34.946-26.428m89.241 24.968c-3.967 0-7.31-2.314-8.802-5.865L181.803 1.245h21.709l4.32 11.939h26.528l2.506-11.939H256l-16.697 79.963zm3.037-21.601l6.265-30.027h-17.158zm-118.599 21.6L88.964 1.246h20.687l17.104 79.963zm-30.603 0L53.941 26.782l-8.71 46.277c-1.022 5.166-5.058 8.149-9.54 8.149H.493L0 78.886c7.226-1.568 15.436-4.097 20.41-6.803c3.044-1.653 3.912-3.098 4.912-7.026L41.819 1.245H63.68l33.516 79.963z" transform="matrix(1 0 0 -1 0 82.668)"/></svg> </template>
CSS
.icon-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%20256%2083%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGSdd43daQ%22%20x1%3D%2245.974%25%22%20x2%3D%2254.877%25%22%20y1%3D%22-2.006%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23222357%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23254aa5%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGSdd43daQ)%22%20d%3D%22M132.397%2056.24c-.146-11.516%2010.263-17.942%2018.104-21.763c8.056-3.92%2010.762-6.434%2010.73-9.94c-.06-5.365-6.426-7.733-12.383-7.825c-10.393-.161-16.436%202.806-21.24%205.05l-3.744-17.519c4.82-2.221%2013.745-4.158%2023-4.243c21.725%200%2035.938%2010.724%2036.015%2027.351c.085%2021.102-29.188%2022.27-28.988%2031.702c.069%202.86%202.798%205.912%208.778%206.688c2.96.392%2011.131.692%2020.395-3.574l3.636%2016.95c-4.982%201.814-11.385%203.551-19.357%203.551c-20.448%200-34.83-10.87-34.946-26.428m89.241%2024.968c-3.967%200-7.31-2.314-8.802-5.865L181.803%201.245h21.709l4.32%2011.939h26.528l2.506-11.939H256l-16.697%2079.963zm3.037-21.601l6.265-30.027h-17.158zm-118.599%2021.6L88.964%201.246h20.687l17.104%2079.963zm-30.603%200L53.941%2026.782l-8.71%2046.277c-1.022%205.166-5.058%208.149-9.54%208.149H.493L0%2078.886c7.226-1.568%2015.436-4.097%2020.41-6.803c3.044-1.653%203.912-3.098%204.912-7.026L41.819%201.245H63.68l33.516%2079.963z%22%20transform%3D%22matrix(1%200%200%20-1%200%2082.668)%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%20256%2083%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGSdd43daQ%22%20x1%3D%2245.974%25%22%20x2%3D%2254.877%25%22%20y1%3D%22-2.006%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23222357%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23254aa5%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGSdd43daQ)%22%20d%3D%22M132.397%2056.24c-.146-11.516%2010.263-17.942%2018.104-21.763c8.056-3.92%2010.762-6.434%2010.73-9.94c-.06-5.365-6.426-7.733-12.383-7.825c-10.393-.161-16.436%202.806-21.24%205.05l-3.744-17.519c4.82-2.221%2013.745-4.158%2023-4.243c21.725%200%2035.938%2010.724%2036.015%2027.351c.085%2021.102-29.188%2022.27-28.988%2031.702c.069%202.86%202.798%205.912%208.778%206.688c2.96.392%2011.131.692%2020.395-3.574l3.636%2016.95c-4.982%201.814-11.385%203.551-19.357%203.551c-20.448%200-34.83-10.87-34.946-26.428m89.241%2024.968c-3.967%200-7.31-2.314-8.802-5.865L181.803%201.245h21.709l4.32%2011.939h26.528l2.506-11.939H256l-16.697%2079.963zm3.037-21.601l6.265-30.027h-17.158zm-118.599%2021.6L88.964%201.246h20.687l17.104%2079.963zm-30.603%200L53.941%2026.782l-8.71%2046.277c-1.022%205.166-5.058%208.149-9.54%208.149H.493L0%2078.886c7.226-1.568%2015.436-4.097%2020.41-6.803c3.044-1.653%203.912-3.098%204.912-7.026L41.819%201.245H63.68l33.516%2079.963z%22%20transform%3D%22matrix(1%200%200%20-1%200%2082.668)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/visa.svg?color=%231a73e8&size=48