Regentijd Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Regentijd 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/332042.svg" alt="Regentijd icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332042.svg" alt="Regentijd icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332042.svg" alt="Regentijd icon" :width="24" :height="24" />
CSS background
.icon-regentijd {
background-image: url('https://proicons.com/icon/332042.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="M36.5512,41.3362A20.3106,20.3106,0,0,0,7.8277,12.6127"/><path class="a" d="M17.4022,22.1872a6.77,6.77,0,0,0-9.5745-9.5745"/><path class="a" d="M26.9767,31.7617a6.77,6.77,0,0,0-9.5745-9.5745"/><path class="a" d="M36.5512,41.3362a6.77,6.77,0,1,0-9.5745-9.5745"/><line class="a" x1="36.5512" y1="12.6127" x2="37.5304" y2="11.6335"/><path class="a" d="M17.4022,22.1872c12.1041-12.1042,19.149-9.5745,19.149-9.5745"/><path class="a" d="M26.9767,31.7617c12.1041-12.1042,9.5745-19.149,9.5745-19.149"/><path class="a" d="M26.9767,22.1872,14.6277,34.5361a5.3468,5.3468,0,0,1-7.5616,0h0a5.3469,5.3469,0,0,1,0-7.5617l.8976-.8976"/></svg>
Copied!