Zilveren Kruis Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zilveren Kruis 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/350157.svg" alt="Zilveren Kruis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350157.svg" alt="Zilveren Kruis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350157.svg" alt="Zilveren Kruis icon" :width="24" :height="24" />
CSS background
.icon-zilveren-kruis {
background-image: url('https://proicons.com/icon/350157.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M30.8748,6.7642c-1.6812-.391-3.3885-.808-5.0828-1.2642"/><path class="c" d="M30.8748,9.5793c-4.6136-.808-9.3445-1.8897-13.7495-3.2712"/><path class="c" d="M30.8748,12.4074c-4.6006-.5604-9.3184-1.4075-13.7495-2.6196"/><path class="c" d="M30.8748,15.2485c-4.6006-.2998-9.2793-.9253-13.7495-1.9679"/><path class="c" d="M17.1252,16.7994c8.367,1.59,17.2423,1.59,25.3748.782"/><path class="c" d="M5.5,17.2034c11.7816,4.6788,24.8013,4.4833,37,2.5544"/><path class="c" d="M5.5,21.1263c12.2638,4.4181,24.658,3.4797,37,.8602"/><path class="c" d="M5.5,25.0231c12.733,4.1574,24.5407,2.5023,37-.795"/><path class="c" d="M5.5,28.9329c4.0011,1.186,7.8196,1.7855,11.547,1.9419h.0782c8.5495.3519,16.6428-1.6421,25.3748-4.392"/><path class="c" d="M17.1252,34.4197c4.6918.0261,9.1881-.7038,13.7495-1.9028"/><path class="c" d="M42.5,28.7504c-2.0852.7559-4.1183,1.4727-6.1124,2.1243"/><path class="c" d="M30.8748,35.4232c-4.5484,1.4597-9.0056,2.4111-13.7495,2.5414"/><path class="c" d="M30.8748,38.3686c-4.5354,1.6943-8.9665,2.8672-13.7495,3.167"/><path class="c" d="M30.8748,41.301c-1.0035.4301-1.994.8341-2.9845,1.199"/></svg>
Copied!