Rijnmond Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rijnmond 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/346724.svg" alt="Rijnmond icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346724.svg" alt="Rijnmond icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346724.svg" alt="Rijnmond icon" :width="24" :height="24" />
CSS background
.icon-rijnmond {
background-image: url('https://proicons.com/icon/346724.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="M24,13.0131c4.111,2.6922,4.4748,9.75-2.0009,10.6231s-11.7873-1.528-11.7873-1.528V4.5h10.9869c9.0224,0,14.2612,6.1847,14.2612,14.1884s-5.0933,10.4049-5.0933,10.4049l7.4216,14.4067h-9.459l-6.1847-11.278h-2.9832v11.278h-8.9496v-12.6604"/></svg>
Copied!