Partnerkaart Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Partnerkaart 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/345554.svg" alt="Partnerkaart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345554.svg" alt="Partnerkaart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345554.svg" alt="Partnerkaart icon" :width="24" :height="24" />
CSS background
.icon-partnerkaart {
background-image: url('https://proicons.com/icon/345554.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M44.38529745,20.81136849l-2.1529213-6.62618535-14.96587809,4.86268529V3.31177969h-6.96723239v15.73608874l-14.96587809-4.86268529-2.15301121,6.62618535,14.96587809,4.86268529-9.24945125,12.73077462,5.63658245,4.09517208,9.24945125-12.7306847,9.24945125,12.7306847,5.63658245-4.09517208-9.24945125-12.73077462,14.96587809-4.86268529Z"/></svg>
Copied!