Priority Pass Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Priority 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/346158.svg" alt="Priority Pass icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346158.svg" alt="Priority Pass icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346158.svg" alt="Priority Pass icon" :width="24" :height="24" />
CSS background
.icon-priority-pass {
background-image: url('https://proicons.com/icon/346158.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="M12.9764,43.4886h-2.9784,18.4926M25.5112,43.4886h2.9784c-3.9196.058-5.0177.02-5.0177-3.3005v-16.3053M19.2373,41.3743c0,2.0433-3.1805,2.0713-6.2609,2.1143M10.19,7.4794h2.7864c3.6165,0,4.9507-.9571,6.2609-1.7943v35.6881c.163,1.1072.5001,2.1783,6.2739,2.1143M27.4175,23.8818c8.9113,0,10.5845-4.0316,10.5845-9.6914s-1.6732-9.6904-10.5845-9.6904h-3.9456v19.3828l3.9456-.001Z"/></svg>
Copied!