Paydirekt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Paydirekt 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/331039.svg" alt="Paydirekt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331039.svg" alt="Paydirekt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331039.svg" alt="Paydirekt icon" :width="24" :height="24" />
CSS background
.icon-paydirekt {
background-image: url('https://proicons.com/icon/331039.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><path id="b" class="c" d="M9.5,5.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4H9.5Z"/><path class="c" d="M28.3281,22.153c0,1.864-1.511,3.375-3.375,3.375h0c-1.864,0-3.375-1.511-3.375-3.375v-2.1938c0-1.864,1.511-3.375,3.375-3.375h0c1.864,0,3.375,1.511,3.375,3.375"/><line class="c" x1="28.3281" y1="25.528" x2="28.3281" y2="16.5842"/><line class="c" x1="35.345" y1="25.528" x2="31.75" y2="16.5842"/><path class="c" d="M38.5,16.5842l-4.2856,12.1487c-.2857.8098-.5415,1.564-1.9097,2.2246"/><path class="c" d="M11.5,22.153c0,1.864,1.511,3.375,3.375,3.375h0c1.864,0,3.375-1.511,3.375-3.375v-2.1938c0-1.864-1.511-3.375-3.375-3.375h0c-1.864,0-3.375,1.511-3.375,3.375"/><line class="c" x1="11.5" y1="16.5842" x2="11.5" y2="30.0842"/><circle class="c" cx="23.6561" cy="33.5092" r="1.9065"/><circle class="c" cx="28.8315" cy="32.2588" r="1.3013"/><circle class="c" cx="18.6039" cy="32.6566" r="1.3013"/><circle class="d" cx="15.625" cy="30.8342" r=".75"/></svg>
Copied!