Zelle Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Zelle 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/316733.svg" alt="Zelle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316733.svg" alt="Zelle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316733.svg" alt="Zelle icon" :width="24" :height="24" />
CSS background
.icon-zelle {
background-image: url('https://proicons.com/icon/316733.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>Zelle</title><path d="M13.559 24h-2.841a.483.483 0 0 1-.483-.483v-2.765H5.638a.667.667 0 0 1-.666-.666v-2.234a.67.67 0 0 1 .142-.412l8.139-10.382h-7.25a.667.667 0 0 1-.667-.667V3.914c0-.367.299-.666.666-.666h4.23V.483c0-.266.217-.483.483-.483h2.841c.266 0 .483.217.483.483v2.765h4.323c.367 0 .666.299.666.666v2.137a.67.67 0 0 1-.141.41l-8.19 10.481h7.665c.367 0 .666.299.666.666v2.477a.667.667 0 0 1-.666.667h-4.32v2.765a.483.483 0 0 1-.483.483Z"/></svg>
Copied!