Barclaycard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Barclaycard icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/336954.svg" alt="Barclaycard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336954.svg" alt="Barclaycard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336954.svg" alt="Barclaycard icon" :width="24" :height="24" />
CSS background
.icon-barclaycard {
background-image: url('https://proicons.com/icon/336954.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m7.5749,37.0101c3.8741,4.9807,9.9185,8.1856,16.7197,8.1856,11.7114,0,21.2054-9.494,21.2054-21.2054,0-11.0689-8.4842-20.1454-19.3024-21.1092,7.4456,2.4001,12.8356,9.3782,12.8356,17.6221,0,10.228-8.2914,18.5194-18.5194,18.5194-6.987,0-9.779-.5419-12.939-2.0125Z"/><path class="b" d="m7.5749,37.0101c8.3906-2.3817,15.9186,1.7737,15.9186,1.7737"/><path class="b" d="m22.174,7.6975c4.3634,1.6611,8.3879,10.8941-12.1106,17.7108-2.9113.9681-5.1895,2.0604-6.9558,3.222-1.7384-6.5485.8062-11.6378.8062-11.6378,8.977-3.8877,18.0912-3.3081,18.8257-6.1849.4241-1.6611-.1178-2.1677-.5655-3.1101Z"/><path class="b" d="m3.1076,28.6303c8.9821-1.8597,17.207,3.0191,22.9197,9.5566"/><path class="b" d="m30.2262,36.2734c-1.7848-11.3877-11.3345-14.724-11.3345-14.724"/><path class="b" d="m38.7469,17.2432c-3.5723-5.1214-13.2036-12.1728-20.2249-12.1728-5.4663,0-7.7518,1.5551-7.7518,3.2515,0,2.1441,6.0318,2.0263,8.3644-.1885-3.1808.3534-3.7816-.7422-3.7816-1.4844s1.1545-1.6257,3.169-1.5786"/><path class="b" d="m25.2914,15.063c3.9043,3.9067,7.1939,9.6031,8.5338,18.3154"/><path class="b" d="m17.1203,9.3033c1.5038.755,3.0432,1.6395,4.5539,2.7126"/><path class="b" d="m26.1976,2.8811c-1.8642-.2442-3.0874.1724-3.0874.1724"/></svg>
Copied!