Deutschlandcard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Deutschlandcard 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/324445.svg" alt="Deutschlandcard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324445.svg" alt="Deutschlandcard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324445.svg" alt="Deutschlandcard icon" :width="24" :height="24" />
CSS background
.icon-deutschlandcard {
background-image: url('https://proicons.com/icon/324445.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>.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.m{fill:#000;stroke-width:0px;}</style></defs><circle id="b" class="l" cx="24.5373" cy="8.1122" r="3.52"/><circle id="c" class="m" cx="19.3976" cy="42.6577" r=".75"/><circle id="d" class="l" cx="16.0801" cy="39.7452" r="1.2149"/><circle id="e" class="l" cx="14.725" cy="35.1661" r="1.3706"/><circle id="f" class="l" cx="22.4659" cy="34.7612" r="1.651"/><circle id="g" class="l" cx="16.3838" cy="30.2522" r="1.6276"/><circle id="h" class="l" cx="21.2977" cy="27.145" r="1.9685"/><circle id="i" class="l" cx="28.509" cy="30.9297" r="2.0715"/><circle id="j" class="l" cx="32.2236" cy="24.0066" r="2.4219"/><circle id="k" class="l" cx="31.3125" cy="15.2145" r="2.8658"/></svg>
Copied!