visa-solid from Flowbite Icons by Themesberg · Solid · Brands · MIT Free for personal and commercial use.

Name
visa-solid
Set
Flowbite Icons
Style
Solid
Category
Brands
Viewbox
24×24
License
MIT

The same icon in other sets

More brands icons from Flowbite Icons

Use the visa icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill="none" d="M17.4 12.6h1l-.3-1.4v-.4l-.2.4z"/><path fill-rule="evenodd" d="M2 6.3c0-1.1.9-2 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm12.5 3.2c.4 0 .8 0 1.1.2l-.1 1h-.1a2 2 0 0 0-1-.3c-.5 0-.7.3-.7.5s.2.3.7.5c.7.4 1 .8 1 1.3c0 1-.8 1.7-2.2 1.7c-.6 0-1.1-.2-1.4-.3l.2-1h.1c.4.2.7.3 1.2.3c.4 0 .8-.2.8-.5c0-.2-.2-.3-.7-.6c-.5-.2-1.1-.6-1.1-1.3c0-.9 1-1.5 2.2-1.5m3.5 0h1l1 4.8h-1.2l-.2-.7H17l-.3.7h-1.3l1.9-4.4c.1-.3.3-.3.7-.3Zm-6.2 0h-1.3l-.8 4.8H11zm-4.5 3.3l-.1-.7l-.5-2.2c0-.3-.3-.3-.6-.4h-2v.1l1.2.5l.1.2l1.1 4H8l2-4.7H8.7l-1.3 3.2Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function FlowbiteVisaSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill="none" d="M17.4 12.6h1l-.3-1.4v-.4l-.2.4z"/><path fillRule="evenodd" d="M2 6.3c0-1.1.9-2 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm12.5 3.2c.4 0 .8 0 1.1.2l-.1 1h-.1a2 2 0 0 0-1-.3c-.5 0-.7.3-.7.5s.2.3.7.5c.7.4 1 .8 1 1.3c0 1-.8 1.7-2.2 1.7c-.6 0-1.1-.2-1.4-.3l.2-1h.1c.4.2.7.3 1.2.3c.4 0 .8-.2.8-.5c0-.2-.2-.3-.7-.6c-.5-.2-1.1-.6-1.1-1.3c0-.9 1-1.5 2.2-1.5m3.5 0h1l1 4.8h-1.2l-.2-.7H17l-.3.7h-1.3l1.9-4.4c.1-.3.3-.3.7-.3Zm-6.2 0h-1.3l-.8 4.8H11zm-4.5 3.3l-.1-.7l-.5-2.2c0-.3-.3-.3-.6-.4h-2v.1l1.2.5l.1.2l1.1 4H8l2-4.7H8.7l-1.3 3.2Z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill="none" d="M17.4 12.6h1l-.3-1.4v-.4l-.2.4z"/><path fill-rule="evenodd" d="M2 6.3c0-1.1.9-2 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm12.5 3.2c.4 0 .8 0 1.1.2l-.1 1h-.1a2 2 0 0 0-1-.3c-.5 0-.7.3-.7.5s.2.3.7.5c.7.4 1 .8 1 1.3c0 1-.8 1.7-2.2 1.7c-.6 0-1.1-.2-1.4-.3l.2-1h.1c.4.2.7.3 1.2.3c.4 0 .8-.2.8-.5c0-.2-.2-.3-.7-.6c-.5-.2-1.1-.6-1.1-1.3c0-.9 1-1.5 2.2-1.5m3.5 0h1l1 4.8h-1.2l-.2-.7H17l-.3.7h-1.3l1.9-4.4c.1-.3.3-.3.7-.3Zm-6.2 0h-1.3l-.8 4.8H11zm-4.5 3.3l-.1-.7l-.5-2.2c0-.3-.3-.3-.6-.4h-2v.1l1.2.5l.1.2l1.1 4H8l2-4.7H8.7l-1.3 3.2Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-visa-solid {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M17.4%2012.6h1l-.3-1.4v-.4l-.2.4z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%206.3c0-1.1.9-2%202-2h16a2%202%200%200%201%202%202v12a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2zm12.5%203.2c.4%200%20.8%200%201.1.2l-.1%201h-.1a2%202%200%200%200-1-.3c-.5%200-.7.3-.7.5s.2.3.7.5c.7.4%201%20.8%201%201.3c0%201-.8%201.7-2.2%201.7c-.6%200-1.1-.2-1.4-.3l.2-1h.1c.4.2.7.3%201.2.3c.4%200%20.8-.2.8-.5c0-.2-.2-.3-.7-.6c-.5-.2-1.1-.6-1.1-1.3c0-.9%201-1.5%202.2-1.5m3.5%200h1l1%204.8h-1.2l-.2-.7H17l-.3.7h-1.3l1.9-4.4c.1-.3.3-.3.7-.3Zm-6.2%200h-1.3l-.8%204.8H11zm-4.5%203.3l-.1-.7l-.5-2.2c0-.3-.3-.3-.6-.4h-2v.1l1.2.5l.1.2l1.1%204H8l2-4.7H8.7l-1.3%203.2Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M17.4%2012.6h1l-.3-1.4v-.4l-.2.4z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%206.3c0-1.1.9-2%202-2h16a2%202%200%200%201%202%202v12a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2zm12.5%203.2c.4%200%20.8%200%201.1.2l-.1%201h-.1a2%202%200%200%200-1-.3c-.5%200-.7.3-.7.5s.2.3.7.5c.7.4%201%20.8%201%201.3c0%201-.8%201.7-2.2%201.7c-.6%200-1.1-.2-1.4-.3l.2-1h.1c.4.2.7.3%201.2.3c.4%200%20.8-.2.8-.5c0-.2-.2-.3-.7-.6c-.5-.2-1.1-.6-1.1-1.3c0-.9%201-1.5%202.2-1.5m3.5%200h1l1%204.8h-1.2l-.2-.7H17l-.3.7h-1.3l1.9-4.4c.1-.3.3-.3.7-.3Zm-6.2%200h-1.3l-.8%204.8H11zm-4.5%203.3l-.1-.7l-.5-2.2c0-.3-.3-.3-.6-.4h-2v.1l1.2.5l.1.2l1.1%204H8l2-4.7H8.7l-1.3%203.2Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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