Paysafe Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Paysafe 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/315531.svg" alt="Paysafe icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315531.svg" alt="Paysafe icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315531.svg" alt="Paysafe icon" :width="24" :height="24" />
CSS background
.icon-paysafe {
background-image: url('https://proicons.com/icon/315531.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Paysafe</title><path d="m23.905 12.233-7.672 7.673a.16.16 0 0 1-.115.047h-.048a.162.162 0 0 1-.162-.161v-7.787a.324.324 0 0 1-.094.228L8.188 19.86a.332.332 0 0 1-.466 0L.095 12.235a.332.332 0 0 1 0-.466L7.72 4.142a.334.334 0 0 1 .467 0l7.625 7.625c.06.06.094.143.094.23V4.208c0-.089.073-.162.162-.162h.048c.043 0 .084.018.115.048l7.672 7.672a.333.333 0 0 1 .002.467z"/></svg>
Copied!