Sumup Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sumup 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/348012.svg" alt="Sumup icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348012.svg" alt="Sumup icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348012.svg" alt="Sumup icon" :width="24" :height="24" />
CSS background
.icon-sumup {
background-image: url('https://proicons.com/icon/348012.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="M16.2303,28.6042c-5.5351-5.5141-5.5351-14.4546,0-19.9687s14.5106-5.5141,20.0457,0l-20.0457,19.9687ZM11.724,39.3644c5.5351,5.5141,14.5106,5.5141,20.0457,0,5.5351-5.5141,5.5351-14.4546,0-19.9687l-20.0457,19.9687Z"/></svg>
Copied!