Rivermark Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rivermark 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/346740.svg" alt="Rivermark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346740.svg" alt="Rivermark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346740.svg" alt="Rivermark icon" :width="24" :height="24" />
CSS background
.icon-rivermark {
background-image: url('https://proicons.com/icon/346740.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><path id="g" class="h" d="M10.1231,5.5c-1.0545-.0008-1.91.8608-1.9108,1.9244v35.0756h8.5548l-.0063-.0936c-.1316-2.2686-5.4078-15.1848-5.78-20.3838-.3904-5.4531,10.3819-6.4717,8.7874-9.0851-1.6866-2.7645-4.2529-.6444-6.0148-4.2378-.3641-.7426.9077-1.9332,2.4487-3.1997h-6.0791ZM22.7777,5.5c-.9176.4768-1.6079,1.0759-1.3168,2.1179.9422,3.3716,7.0892,2.181,8.1291,6.4014.7421,3.012-7.6314,3.7384-7.5662,7.1566.0896,4.6965,3.4116,7.1918,12.395,21.3241h5.3688v-1.3647l-8.0356-11.7688c4.6836-1.9563,7.3622-5.8587,8.0356-11.7064.0002-6.715-5.3966-12.159-12.0544-12.16h-4.9555Z"/></g></svg>
Copied!