Mauritshuis Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mauritshuis 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/343495.svg" alt="Mauritshuis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343495.svg" alt="Mauritshuis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343495.svg" alt="Mauritshuis icon" :width="24" :height="24" />
CSS background
.icon-mauritshuis {
background-image: url('https://proicons.com/icon/343495.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="M7.5208,14.1173s-.8092-1.6424-1.9954-1.9161h8.0369l6.473,14.838-3.2362,8.7596L7.5208,14.1173ZM35.3543,33.6914v-9.3351c0-2.683-3.3983-1.643-3.3983-1.643,1.5933-1.4079,3.6453-2.1866,5.7716-2.1901,3.5603,0,3.7755,3.3707,3.7755,3.3707,0,0,.0545,8.5102,0,9.6055s1.9969,1.0955,1.9969,1.0955c-1.6449.9851-3.6408.9851-5.0433.9851-3.1824,0-3.1024-1.8886-3.1024-1.8886h0ZM8.1684,35.3611h-3.6684c3.3449-1.9163,3.6684-9.8557,3.6684-9.8557,0,0,.3235,7.9393,3.6681,9.8555h-3.6681ZM22.7324,35.3611c1.4568-.5471,1.4026-1.7515,1.4026-1.7515V12.2012h7.8214c-1.8882.8214-1.6181,1.8618-1.6181,1.8618v19.7653c0,.9305,1.4025,1.5325,1.4025,1.5325l-9.0084.0004Z"/></svg>
Copied!