passport from Font Awesome Solid by Dave Gandy · Solid · Security · CC-BY-4.0 Attribution required.

Name
passport
Set
Font Awesome Solid
Style
Solid
Category
Security
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More security icons from Font Awesome Solid

Use the passport icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128 128c0-35.3 28.7-64 64-64h256c35.3 0 64 28.7 64 64v384c0 35.3-28.7 64-64 64H192c-35.3 0-64-28.7-64-64zm96 344c0 13.3 10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24H248c-13.3 0-24 10.7-24 24m182.6-200c-4.8 26.4-21.5 48.7-44.2 61.2c6.7-17 11.2-38 12.6-61.2zm-173.1 0h31.6c1.4 23.1 6 44.2 12.6 61.2c-22.7-12.5-39.4-34.8-44.2-61.2m76.4 55c-6.2-13.4-11.1-32.5-12.7-55H343c-1.6 22.5-6.5 41.6-12.7 55c-4.5 9.6-8.2 13.8-10.2 15.5c-2-1.7-5.7-5.8-10.2-15.5m0-142c4.5-9.6 8.2-13.8 10.2-15.5c2 1.7 5.7 5.8 10.2 15.5c6.2 13.4 11.1 32.5 12.7 55h-45.8c1.6-22.5 6.5-41.6 12.7-55m96.7 55H375c-1.4-23.1-6-44.2-12.6-61.2c22.7 12.5 39.4 34.8 44.2 61.2M265 240h-31.6c4.8-26.4 21.5-48.7 44.2-61.2c-6.7 17-11.2 38-12.6 61.2m183 16c0-70.7-57.3-128-128-128s-128 57.3-128 128s57.3 128 128 128s128-57.3 128-128"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidPassport(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128 128c0-35.3 28.7-64 64-64h256c35.3 0 64 28.7 64 64v384c0 35.3-28.7 64-64 64H192c-35.3 0-64-28.7-64-64zm96 344c0 13.3 10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24H248c-13.3 0-24 10.7-24 24m182.6-200c-4.8 26.4-21.5 48.7-44.2 61.2c6.7-17 11.2-38 12.6-61.2zm-173.1 0h31.6c1.4 23.1 6 44.2 12.6 61.2c-22.7-12.5-39.4-34.8-44.2-61.2m76.4 55c-6.2-13.4-11.1-32.5-12.7-55H343c-1.6 22.5-6.5 41.6-12.7 55c-4.5 9.6-8.2 13.8-10.2 15.5c-2-1.7-5.7-5.8-10.2-15.5m0-142c4.5-9.6 8.2-13.8 10.2-15.5c2 1.7 5.7 5.8 10.2 15.5c6.2 13.4 11.1 32.5 12.7 55h-45.8c1.6-22.5 6.5-41.6 12.7-55m96.7 55H375c-1.4-23.1-6-44.2-12.6-61.2c22.7 12.5 39.4 34.8 44.2 61.2M265 240h-31.6c4.8-26.4 21.5-48.7 44.2-61.2c-6.7 17-11.2 38-12.6 61.2m183 16c0-70.7-57.3-128-128-128s-128 57.3-128 128s57.3 128 128 128s128-57.3 128-128"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128 128c0-35.3 28.7-64 64-64h256c35.3 0 64 28.7 64 64v384c0 35.3-28.7 64-64 64H192c-35.3 0-64-28.7-64-64zm96 344c0 13.3 10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24H248c-13.3 0-24 10.7-24 24m182.6-200c-4.8 26.4-21.5 48.7-44.2 61.2c6.7-17 11.2-38 12.6-61.2zm-173.1 0h31.6c1.4 23.1 6 44.2 12.6 61.2c-22.7-12.5-39.4-34.8-44.2-61.2m76.4 55c-6.2-13.4-11.1-32.5-12.7-55H343c-1.6 22.5-6.5 41.6-12.7 55c-4.5 9.6-8.2 13.8-10.2 15.5c-2-1.7-5.7-5.8-10.2-15.5m0-142c4.5-9.6 8.2-13.8 10.2-15.5c2 1.7 5.7 5.8 10.2 15.5c6.2 13.4 11.1 32.5 12.7 55h-45.8c1.6-22.5 6.5-41.6 12.7-55m96.7 55H375c-1.4-23.1-6-44.2-12.6-61.2c22.7 12.5 39.4 34.8 44.2 61.2M265 240h-31.6c4.8-26.4 21.5-48.7 44.2-61.2c-6.7 17-11.2 38-12.6 61.2m183 16c0-70.7-57.3-128-128-128s-128 57.3-128 128s57.3 128 128 128s128-57.3 128-128"/></svg>
</template>

CSS

.icon-passport {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%20128c0-35.3%2028.7-64%2064-64h256c35.3%200%2064%2028.7%2064%2064v384c0%2035.3-28.7%2064-64%2064H192c-35.3%200-64-28.7-64-64zm96%20344c0%2013.3%2010.7%2024%2024%2024h144c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H248c-13.3%200-24%2010.7-24%2024m182.6-200c-4.8%2026.4-21.5%2048.7-44.2%2061.2c6.7-17%2011.2-38%2012.6-61.2zm-173.1%200h31.6c1.4%2023.1%206%2044.2%2012.6%2061.2c-22.7-12.5-39.4-34.8-44.2-61.2m76.4%2055c-6.2-13.4-11.1-32.5-12.7-55H343c-1.6%2022.5-6.5%2041.6-12.7%2055c-4.5%209.6-8.2%2013.8-10.2%2015.5c-2-1.7-5.7-5.8-10.2-15.5m0-142c4.5-9.6%208.2-13.8%2010.2-15.5c2%201.7%205.7%205.8%2010.2%2015.5c6.2%2013.4%2011.1%2032.5%2012.7%2055h-45.8c1.6-22.5%206.5-41.6%2012.7-55m96.7%2055H375c-1.4-23.1-6-44.2-12.6-61.2c22.7%2012.5%2039.4%2034.8%2044.2%2061.2M265%20240h-31.6c4.8-26.4%2021.5-48.7%2044.2-61.2c-6.7%2017-11.2%2038-12.6%2061.2m183%2016c0-70.7-57.3-128-128-128s-128%2057.3-128%20128s57.3%20128%20128%20128s128-57.3%20128-128%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%20128c0-35.3%2028.7-64%2064-64h256c35.3%200%2064%2028.7%2064%2064v384c0%2035.3-28.7%2064-64%2064H192c-35.3%200-64-28.7-64-64zm96%20344c0%2013.3%2010.7%2024%2024%2024h144c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H248c-13.3%200-24%2010.7-24%2024m182.6-200c-4.8%2026.4-21.5%2048.7-44.2%2061.2c6.7-17%2011.2-38%2012.6-61.2zm-173.1%200h31.6c1.4%2023.1%206%2044.2%2012.6%2061.2c-22.7-12.5-39.4-34.8-44.2-61.2m76.4%2055c-6.2-13.4-11.1-32.5-12.7-55H343c-1.6%2022.5-6.5%2041.6-12.7%2055c-4.5%209.6-8.2%2013.8-10.2%2015.5c-2-1.7-5.7-5.8-10.2-15.5m0-142c4.5-9.6%208.2-13.8%2010.2-15.5c2%201.7%205.7%205.8%2010.2%2015.5c6.2%2013.4%2011.1%2032.5%2012.7%2055h-45.8c1.6-22.5%206.5-41.6%2012.7-55m96.7%2055H375c-1.4-23.1-6-44.2-12.6-61.2c22.7%2012.5%2039.4%2034.8%2044.2%2061.2M265%20240h-31.6c4.8-26.4%2021.5-48.7%2044.2-61.2c-6.7%2017-11.2%2038-12.6%2061.2m183%2016c0-70.7-57.3-128-128-128s-128%2057.3-128%20128s57.3%20128%20128%20128s128-57.3%20128-128%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/passport.svg?color=%231a73e8&size=48