Passport Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Passport 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/331007.svg" alt="Passport icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331007.svg" alt="Passport icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331007.svg" alt="Passport icon" :width="24" :height="24" />
CSS background
.icon-passport {
background-image: url('https://proicons.com/icon/331007.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><circle class="b" cx="31.868" cy="31.9563" r="5.1"/><rect class="b" x="10.061" y="9.9143" width="12" height="12"/><path class="b" d="M32.952,10.0023h-6.9758v12.193h12.017v-7.4741"/><path class="b" d="M32.952,10.0023c.4908.0536.9815.1073,1.6019.4199.6204.3126,1.3704.8843,1.9409,1.4674s.9614,1.1776,1.1812,1.6515c.2198.4739.2686.827.3173,1.1802"/><path class="b" d="M15.048,38.0863h6.9758v-12.193h-12.017v7.4741"/><path class="b" d="M15.048,38.0863c-.4908-.0536-.9815-.1073-1.6019-.4199-.6204-.3126-1.3704-.8843-1.9409-1.4674s-.9614-1.1776-1.1812-1.6515c-.2198-.4739-.2686-.827-.3173-1.1802"/></svg>
Copied!