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

Name
passport
Set
Font Awesome 6 Solid
Style
Regular
Category
Security
Viewbox
448×512
License
CC BY 4.0

The same icon in other sets

More security icons from Font Awesome 6 Solid

Use the passport icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M0 64C0 28.7 28.7 0 64 0h320c35.3 0 64 28.7 64 64v384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm183 214.8c-27.9-13.2-48.4-39.4-53.7-70.8h39.1c1.6 30.4 7.7 53.8 14.6 70.8m41.3 9.2h-.6c-2.4-3.5-5.7-8.9-9.1-16.5c-6-13.6-12.4-34.3-14.2-63.5h47.1c-1.8 29.2-8.1 49.9-14.2 63.5c-3.4 7.6-6.7 13-9.1 16.5zm40.7-9.2c6.8-17.1 12.9-40.4 14.6-70.8h39.1c-5.3 31.4-25.8 57.6-53.7 70.8M279.6 176c-1.6-30.4-7.7-53.8-14.6-70.8c27.9 13.2 48.4 39.4 53.7 70.8zm-55.9-80h.6c2.4 3.5 5.7 8.9 9.1 16.5c6 13.6 12.4 34.3 14.2 63.5h-47.1c1.8-29.2 8.1-49.9 14.2-63.5c3.4-7.6 6.7-13 9.1-16.5zm-40.7 9.2c-6.8 17.1-12.9 40.4-14.6 70.8h-39.1c5.3-31.4 25.8-57.6 53.7-70.8M352 192a128 128 0 1 0-256 0a128 128 0 1 0 256 0M112 384c-8.8 0-16 7.2-16 16s7.2 16 16 16h224c8.8 0 16-7.2 16-16s-7.2-16-16-16z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidPassport(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M0 64C0 28.7 28.7 0 64 0h320c35.3 0 64 28.7 64 64v384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm183 214.8c-27.9-13.2-48.4-39.4-53.7-70.8h39.1c1.6 30.4 7.7 53.8 14.6 70.8m41.3 9.2h-.6c-2.4-3.5-5.7-8.9-9.1-16.5c-6-13.6-12.4-34.3-14.2-63.5h47.1c-1.8 29.2-8.1 49.9-14.2 63.5c-3.4 7.6-6.7 13-9.1 16.5zm40.7-9.2c6.8-17.1 12.9-40.4 14.6-70.8h39.1c-5.3 31.4-25.8 57.6-53.7 70.8M279.6 176c-1.6-30.4-7.7-53.8-14.6-70.8c27.9 13.2 48.4 39.4 53.7 70.8zm-55.9-80h.6c2.4 3.5 5.7 8.9 9.1 16.5c6 13.6 12.4 34.3 14.2 63.5h-47.1c1.8-29.2 8.1-49.9 14.2-63.5c3.4-7.6 6.7-13 9.1-16.5zm-40.7 9.2c-6.8 17.1-12.9 40.4-14.6 70.8h-39.1c5.3-31.4 25.8-57.6 53.7-70.8M352 192a128 128 0 1 0-256 0a128 128 0 1 0 256 0M112 384c-8.8 0-16 7.2-16 16s7.2 16 16 16h224c8.8 0 16-7.2 16-16s-7.2-16-16-16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M0 64C0 28.7 28.7 0 64 0h320c35.3 0 64 28.7 64 64v384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm183 214.8c-27.9-13.2-48.4-39.4-53.7-70.8h39.1c1.6 30.4 7.7 53.8 14.6 70.8m41.3 9.2h-.6c-2.4-3.5-5.7-8.9-9.1-16.5c-6-13.6-12.4-34.3-14.2-63.5h47.1c-1.8 29.2-8.1 49.9-14.2 63.5c-3.4 7.6-6.7 13-9.1 16.5zm40.7-9.2c6.8-17.1 12.9-40.4 14.6-70.8h39.1c-5.3 31.4-25.8 57.6-53.7 70.8M279.6 176c-1.6-30.4-7.7-53.8-14.6-70.8c27.9 13.2 48.4 39.4 53.7 70.8zm-55.9-80h.6c2.4 3.5 5.7 8.9 9.1 16.5c6 13.6 12.4 34.3 14.2 63.5h-47.1c1.8-29.2 8.1-49.9 14.2-63.5c3.4-7.6 6.7-13 9.1-16.5zm-40.7 9.2c-6.8 17.1-12.9 40.4-14.6 70.8h-39.1c5.3-31.4 25.8-57.6 53.7-70.8M352 192a128 128 0 1 0-256 0a128 128 0 1 0 256 0M112 384c-8.8 0-16 7.2-16 16s7.2 16 16 16h224c8.8 0 16-7.2 16-16s-7.2-16-16-16z"/></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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2064C0%2028.7%2028.7%200%2064%200h320c35.3%200%2064%2028.7%2064%2064v384c0%2035.3-28.7%2064-64%2064H64c-35.3%200-64-28.7-64-64zm183%20214.8c-27.9-13.2-48.4-39.4-53.7-70.8h39.1c1.6%2030.4%207.7%2053.8%2014.6%2070.8m41.3%209.2h-.6c-2.4-3.5-5.7-8.9-9.1-16.5c-6-13.6-12.4-34.3-14.2-63.5h47.1c-1.8%2029.2-8.1%2049.9-14.2%2063.5c-3.4%207.6-6.7%2013-9.1%2016.5zm40.7-9.2c6.8-17.1%2012.9-40.4%2014.6-70.8h39.1c-5.3%2031.4-25.8%2057.6-53.7%2070.8M279.6%20176c-1.6-30.4-7.7-53.8-14.6-70.8c27.9%2013.2%2048.4%2039.4%2053.7%2070.8zm-55.9-80h.6c2.4%203.5%205.7%208.9%209.1%2016.5c6%2013.6%2012.4%2034.3%2014.2%2063.5h-47.1c1.8-29.2%208.1-49.9%2014.2-63.5c3.4-7.6%206.7-13%209.1-16.5zm-40.7%209.2c-6.8%2017.1-12.9%2040.4-14.6%2070.8h-39.1c5.3-31.4%2025.8-57.6%2053.7-70.8M352%20192a128%20128%200%201%200-256%200a128%20128%200%201%200%20256%200M112%20384c-8.8%200-16%207.2-16%2016s7.2%2016%2016%2016h224c8.8%200%2016-7.2%2016-16s-7.2-16-16-16z%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2064C0%2028.7%2028.7%200%2064%200h320c35.3%200%2064%2028.7%2064%2064v384c0%2035.3-28.7%2064-64%2064H64c-35.3%200-64-28.7-64-64zm183%20214.8c-27.9-13.2-48.4-39.4-53.7-70.8h39.1c1.6%2030.4%207.7%2053.8%2014.6%2070.8m41.3%209.2h-.6c-2.4-3.5-5.7-8.9-9.1-16.5c-6-13.6-12.4-34.3-14.2-63.5h47.1c-1.8%2029.2-8.1%2049.9-14.2%2063.5c-3.4%207.6-6.7%2013-9.1%2016.5zm40.7-9.2c6.8-17.1%2012.9-40.4%2014.6-70.8h39.1c-5.3%2031.4-25.8%2057.6-53.7%2070.8M279.6%20176c-1.6-30.4-7.7-53.8-14.6-70.8c27.9%2013.2%2048.4%2039.4%2053.7%2070.8zm-55.9-80h.6c2.4%203.5%205.7%208.9%209.1%2016.5c6%2013.6%2012.4%2034.3%2014.2%2063.5h-47.1c1.8-29.2%208.1-49.9%2014.2-63.5c3.4-7.6%206.7-13%209.1-16.5zm-40.7%209.2c-6.8%2017.1-12.9%2040.4-14.6%2070.8h-39.1c5.3-31.4%2025.8-57.6%2053.7-70.8M352%20192a128%20128%200%201%200-256%200a128%20128%200%201%200%20256%200M112%20384c-8.8%200-16%207.2-16%2016s7.2%2016%2016%2016h224c8.8%200%2016-7.2%2016-16s-7.2-16-16-16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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