Sezzle Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sezzle 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/332619.svg" alt="Sezzle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332619.svg" alt="Sezzle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332619.svg" alt="Sezzle icon" :width="24" :height="24" />
CSS background
.icon-sezzle {
background-image: url('https://proicons.com/icon/332619.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><g id="g"><path id="h" class="l" d="M24,3.5l-13.3858,13.3764c-5.0499,4.8925-3.9677,11.113-.5363,14.5445,3.2825,3.2826,8.9684,3.2712,13.9221-.5024-6.8033,6.7985,0,13.5815,0,13.5815l13.3858-13.3764c5.0499-4.8925,3.9677-11.1109.5363-14.5424-3.2825-3.2826-8.9684-3.2712-13.9221.5024,6.8033-6.7985,0-13.5836,0-13.5836Z"/><path id="i" class="l" d="M24,17.0836l-14.1313,14.1214"/><path id="j" class="l" d="M24,30.9185l14.1313-14.1214"/><path id="k" class="l" d="M24,30.9185s1.3271-4.6204,0-6.9174c-1.3271-2.2971,0-6.9174,0-6.9174"/></g></g></svg>
Copied!