Jyskebank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jyskebank 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/342331.svg" alt="Jyskebank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342331.svg" alt="Jyskebank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342331.svg" alt="Jyskebank icon" :width="24" :height="24" />
CSS background
.icon-jyskebank {
background-image: url('https://proicons.com/icon/342331.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M4.984,14.0814c1.3692-3.2994,5.647-7.5363,8.951-9.06l-.03,17.9Z"/><path class="a" d="M17.48,3.5163C20.776,2.1537,26.79,2.19,30.2009,3.4538L17.5515,16.09Z"/><path class="a" d="M33.9266,4.9091c3.2918,1.3723,7.5189,5.66,9.0392,8.9718l-17.8584-.03Z"/><path class="a" d="M44.486,17.5735c1.36,3.3033,1.3236,9.3311.0624,12.75L31.9411,17.6448Z"/><path class="a" d="M43.0168,33.918c-1.3692,3.2994-5.647,7.5363-8.951,9.06l.03-17.9Z"/><path class="a" d="M30.52,44.4837c-3.2957,1.3626-9.31,1.3266-12.7206.0625L30.4486,31.91Z"/><path class="a" d="M14.0735,43.0905c-3.2918-1.3723-7.5189-5.66-9.0392-8.9718l17.8584.03Z"/><path class="a" d="M3.514,30.4259c-1.3595-3.3033-1.3236-9.3311-.0624-12.75L16.0589,30.3546Z"/></svg>
Copied!