Museumpool Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Museumpool 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/344244.svg" alt="Museumpool icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344244.svg" alt="Museumpool icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344244.svg" alt="Museumpool icon" :width="24" :height="24" />
CSS background
.icon-museumpool {
background-image: url('https://proicons.com/icon/344244.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M19.717,20.3893h.07M19.787,20.3893l4.212,3.658,4.213-3.658M28.212,20.3893h.07M19.787,26.6395l4.212,3.598,4.213-3.598M9.249,20.3893v15.9972h-2.157v1.366h-1.592v3.592h37v-3.592h-1.593v-1.366h-2.158v-15.9972h-4.144v15.9982h-2.25v-15.9982h-4.144v15.9982h-8.425v-15.9982h-4.145v15.9982h-2.249v-15.9982h-4.143ZM7.243,15.8473h33.513v4.5421H7.243v-4.5421ZM38.636,15.8468v-2.1093l-14.574-7.082-14.573,7.083v2.1093l29.147-.001Z"/></svg>
Copied!