Dankort Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dankort 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/324270.svg" alt="Dankort icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324270.svg" alt="Dankort icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324270.svg" alt="Dankort icon" :width="24" :height="24" />
CSS background
.icon-dankort {
background-image: url('https://proicons.com/icon/324270.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M12.9762,12.8763A11.3341,11.3341,0,0,0,5.1515,15.973h13.39c4.781,0,7.0087,2.2127,7.623,5.8492,1.53-1.77,3.0968-3.581,5.35-5.8646l8.75-.1257a11.0516,11.0516,0,0,0-8.0473-2.9557Zm28.3531,5.019L35.7658,23.23l5.9532,6.54A8.7414,8.7414,0,0,0,43.5,24.47,10.9856,10.9856,0,0,0,41.3293,17.8953ZM26.2508,25.01a7.7294,7.7294,0,0,1-7.7087,6.3471H4.5a11.3207,11.3207,0,0,0,8.4764,3.7669H32.2182a11.1408,11.1408,0,0,0,8.1842-3.2293l-8.8289.0325Z"/><path class="a" d="M9.9966,21.9592,8.8241,25.73l6.5686-.0978a2.7079,2.7079,0,0,0,2.1061-1.8535,1.5085,1.5085,0,0,0-1.2863-1.799Z"/></svg>
Copied!