bxl visa icon
bxl-visa from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxl-visa
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
Use the bxl visa icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M16.539 9.186a4.155 4.155 0 0 0-1.451-.251c-1.6 0-2.73.806-2.738 1.963c-.01.85.803 1.329 1.418 1.613c.631.292.842.476.84.737c-.004.397-.504.577-.969.577c-.639 0-.988-.089-1.525-.312l-.199-.093l-.227 1.332c.389.162 1.09.301 1.814.313c1.701 0 2.813-.801 2.826-2.032c.014-.679-.426-1.192-1.352-1.616c-.563-.275-.912-.459-.912-.738c0-.247.299-.511.924-.511a2.95 2.95 0 0 1 1.213.229l.15.067l.227-1.287l-.039.009zm4.152-.143h-1.25c-.389 0-.682.107-.852.493l-2.404 5.446h1.701l.34-.893l2.076.002c.049.209.199.891.199.891h1.5l-1.31-5.939zm-10.642-.05h1.621l-1.014 5.942H9.037l1.012-5.944v.002zm-4.115 3.275l.168.825l1.584-4.05h1.717l-2.551 5.931H5.139l-1.4-5.022a.339.339 0 0 0-.149-.199a6.948 6.948 0 0 0-1.592-.589l.022-.125h2.609c.354.014.639.125.734.503l.57 2.729v-.003zm12.757.606l.646-1.662c-.008.018.133-.343.215-.566l.111.513l.375 1.714H18.69v.001h.001z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxlVisa(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M16.539 9.186a4.155 4.155 0 0 0-1.451-.251c-1.6 0-2.73.806-2.738 1.963c-.01.85.803 1.329 1.418 1.613c.631.292.842.476.84.737c-.004.397-.504.577-.969.577c-.639 0-.988-.089-1.525-.312l-.199-.093l-.227 1.332c.389.162 1.09.301 1.814.313c1.701 0 2.813-.801 2.826-2.032c.014-.679-.426-1.192-1.352-1.616c-.563-.275-.912-.459-.912-.738c0-.247.299-.511.924-.511a2.95 2.95 0 0 1 1.213.229l.15.067l.227-1.287l-.039.009zm4.152-.143h-1.25c-.389 0-.682.107-.852.493l-2.404 5.446h1.701l.34-.893l2.076.002c.049.209.199.891.199.891h1.5l-1.31-5.939zm-10.642-.05h1.621l-1.014 5.942H9.037l1.012-5.944v.002zm-4.115 3.275l.168.825l1.584-4.05h1.717l-2.551 5.931H5.139l-1.4-5.022a.339.339 0 0 0-.149-.199a6.948 6.948 0 0 0-1.592-.589l.022-.125h2.609c.354.014.639.125.734.503l.57 2.729v-.003zm12.757.606l.646-1.662c-.008.018.133-.343.215-.566l.111.513l.375 1.714H18.69v.001h.001z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M16.539 9.186a4.155 4.155 0 0 0-1.451-.251c-1.6 0-2.73.806-2.738 1.963c-.01.85.803 1.329 1.418 1.613c.631.292.842.476.84.737c-.004.397-.504.577-.969.577c-.639 0-.988-.089-1.525-.312l-.199-.093l-.227 1.332c.389.162 1.09.301 1.814.313c1.701 0 2.813-.801 2.826-2.032c.014-.679-.426-1.192-1.352-1.616c-.563-.275-.912-.459-.912-.738c0-.247.299-.511.924-.511a2.95 2.95 0 0 1 1.213.229l.15.067l.227-1.287l-.039.009zm4.152-.143h-1.25c-.389 0-.682.107-.852.493l-2.404 5.446h1.701l.34-.893l2.076.002c.049.209.199.891.199.891h1.5l-1.31-5.939zm-10.642-.05h1.621l-1.014 5.942H9.037l1.012-5.944v.002zm-4.115 3.275l.168.825l1.584-4.05h1.717l-2.551 5.931H5.139l-1.4-5.022a.339.339 0 0 0-.149-.199a6.948 6.948 0 0 0-1.592-.589l.022-.125h2.609c.354.014.639.125.734.503l.57 2.729v-.003zm12.757.606l.646-1.662c-.008.018.133-.343.215-.566l.111.513l.375 1.714H18.69v.001h.001z" fill="currentColor"/></svg> </template>
CSS
.icon-bxl-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%2024%2024%22%3E%3Cpath%20d%3D%22M16.539%209.186a4.155%204.155%200%200%200-1.451-.251c-1.6%200-2.73.806-2.738%201.963c-.01.85.803%201.329%201.418%201.613c.631.292.842.476.84.737c-.004.397-.504.577-.969.577c-.639%200-.988-.089-1.525-.312l-.199-.093l-.227%201.332c.389.162%201.09.301%201.814.313c1.701%200%202.813-.801%202.826-2.032c.014-.679-.426-1.192-1.352-1.616c-.563-.275-.912-.459-.912-.738c0-.247.299-.511.924-.511a2.95%202.95%200%200%201%201.213.229l.15.067l.227-1.287l-.039.009zm4.152-.143h-1.25c-.389%200-.682.107-.852.493l-2.404%205.446h1.701l.34-.893l2.076.002c.049.209.199.891.199.891h1.5l-1.31-5.939zm-10.642-.05h1.621l-1.014%205.942H9.037l1.012-5.944v.002zm-4.115%203.275l.168.825l1.584-4.05h1.717l-2.551%205.931H5.139l-1.4-5.022a.339.339%200%200%200-.149-.199a6.948%206.948%200%200%200-1.592-.589l.022-.125h2.609c.354.014.639.125.734.503l.57%202.729v-.003zm12.757.606l.646-1.662c-.008.018.133-.343.215-.566l.111.513l.375%201.714H18.69v.001h.001z%22%20fill%3D%22currentColor%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%2024%2024%22%3E%3Cpath%20d%3D%22M16.539%209.186a4.155%204.155%200%200%200-1.451-.251c-1.6%200-2.73.806-2.738%201.963c-.01.85.803%201.329%201.418%201.613c.631.292.842.476.84.737c-.004.397-.504.577-.969.577c-.639%200-.988-.089-1.525-.312l-.199-.093l-.227%201.332c.389.162%201.09.301%201.814.313c1.701%200%202.813-.801%202.826-2.032c.014-.679-.426-1.192-1.352-1.616c-.563-.275-.912-.459-.912-.738c0-.247.299-.511.924-.511a2.95%202.95%200%200%201%201.213.229l.15.067l.227-1.287l-.039.009zm4.152-.143h-1.25c-.389%200-.682.107-.852.493l-2.404%205.446h1.701l.34-.893l2.076.002c.049.209.199.891.199.891h1.5l-1.31-5.939zm-10.642-.05h1.621l-1.014%205.942H9.037l1.012-5.944v.002zm-4.115%203.275l.168.825l1.584-4.05h1.717l-2.551%205.931H5.139l-1.4-5.022a.339.339%200%200%200-.149-.199a6.948%206.948%200%200%200-1.592-.589l.022-.125h2.609c.354.014.639.125.734.503l.57%202.729v-.003zm12.757.606l.646-1.662c-.008.018.133-.343.215-.566l.111.513l.375%201.714H18.69v.001h.001z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxl-visa.svg?color=%231a73e8&size=48