Museum Pass Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Museum Pass 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/344243.svg" alt="Museum Pass icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344243.svg" alt="Museum Pass icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344243.svg" alt="Museum Pass icon" :width="24" :height="24" />
CSS background
.icon-museum-pass {
background-image: url('https://proicons.com/icon/344243.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="c" class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="d" d="M29.8005,10.5v5.5551c0,1.8594,1.5073,3.3667,3.3667,3.3667h0c1.8594,0,3.3667-1.5073,3.3667-3.3667v-5.5551"/><line class="d" x1="36.5339" y1="16.0551" x2="36.5339" y2="19.4218"/><path class="d" d="M11.4661,13.8667c0-1.8594,1.5073-3.3667,3.3667-3.3667h0c1.8594,0,3.3667,1.5073,3.3667,3.3667v5.5551"/><line class="d" x1="11.4661" y1="10.5" x2="11.4661" y2="19.4218"/><path class="d" d="M18.1995,13.8667c0-1.8594,1.5073-3.3667,3.3667-3.3667h0c1.8594,0,3.3667,1.5073,3.3667,3.3667v5.5551"/><line class="d" x1="28.7117" y1="24.0331" x2="28.7117" y2="37.5"/><line class="d" x1="28.7131" y1="34.6393" x2="34.8087" y2="28.5734"/><line class="d" x1="30.6531" y1="32.7087" x2="35.4452" y2="37.4798"/><line class="d" x1="24.9255" y1="24.0331" x2="15.7867" y2="37.5"/></svg>
Copied!