passport icon
passport from Material Symbols Light by Google · Regular · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- passport
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
passportBootstrap IconspassportDeviconpassportFont Awesome 6 SolidpassportFont Awesome SolidpassportHuge IconspassportIconParkpassportIconPark OutlinepassportIconPark SolidpassportIconPark TwoTonepassportLine AwesomepassportSVG LogospassportMaterial SymbolspassportMaterial Design Iconspassport-fillMingCute Iconpassport-fillRemix IconpassportSimple Iconspassport-boldSolar
More travel icons from Material Symbols Light
airline-seat-flatairline-seat-flat-angledairline-seat-individual-suiteairline-seat-legroom-extraairline-seat-legroom-normalairline-seat-legroom-reducedairline-seat-recline-extraairline-seat-recline-normalairplane-ticketapartmentattractionsbakery-diningbath-bedrockbeach-accessbeer-mealbentobreakfast-diningbrunch-diningbungalowcabincar-rentalcar-repaircarpentercarry-on-bag
Use the passport icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 18.192h7v-.884h-7zm6.71-4.491q1.328-1.318 1.328-3.201T15.21 7.29T12 5.962T8.799 7.29Q7.481 8.617 7.481 10.5t1.318 3.201T12 15.019t3.21-1.318m-3.21.336q-.412-.602-.666-1.384q-.253-.782-.328-1.71h1.988q-.075.928-.328 1.71q-.254.782-.666 1.384m-1.127-.075q-.984-.318-1.66-1.123t-.844-1.897h1.752q.031.722.218 1.476t.534 1.544m2.139 0q.367-.731.592-1.496q.225-.764.275-1.524h1.752q-.189 1.09-.892 1.897q-.704.805-1.727 1.123m-4.643-3.904q.189-1.148.921-1.983q.733-.835 1.737-1.094q-.406.615-.63 1.399q-.226.783-.276 1.678zm2.637 0q.075-.987.328-1.778q.254-.791.666-1.374q.411.582.665 1.374q.254.791.33 1.778zm2.873 0q-.031-.856-.246-1.63q-.216-.774-.64-1.447q1.06.26 1.784 1.094q.723.835.854 1.983zM5 21V3h12.385q.67 0 1.143.472q.472.472.472 1.144v14.769q0 .67-.472 1.143q-.472.472-1.143.472z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPassport(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 18.192h7v-.884h-7zm6.71-4.491q1.328-1.318 1.328-3.201T15.21 7.29T12 5.962T8.799 7.29Q7.481 8.617 7.481 10.5t1.318 3.201T12 15.019t3.21-1.318m-3.21.336q-.412-.602-.666-1.384q-.253-.782-.328-1.71h1.988q-.075.928-.328 1.71q-.254.782-.666 1.384m-1.127-.075q-.984-.318-1.66-1.123t-.844-1.897h1.752q.031.722.218 1.476t.534 1.544m2.139 0q.367-.731.592-1.496q.225-.764.275-1.524h1.752q-.189 1.09-.892 1.897q-.704.805-1.727 1.123m-4.643-3.904q.189-1.148.921-1.983q.733-.835 1.737-1.094q-.406.615-.63 1.399q-.226.783-.276 1.678zm2.637 0q.075-.987.328-1.778q.254-.791.666-1.374q.411.582.665 1.374q.254.791.33 1.778zm2.873 0q-.031-.856-.246-1.63q-.216-.774-.64-1.447q1.06.26 1.784 1.094q.723.835.854 1.983zM5 21V3h12.385q.67 0 1.143.472q.472.472.472 1.144v14.769q0 .67-.472 1.143q-.472.472-1.143.472z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 18.192h7v-.884h-7zm6.71-4.491q1.328-1.318 1.328-3.201T15.21 7.29T12 5.962T8.799 7.29Q7.481 8.617 7.481 10.5t1.318 3.201T12 15.019t3.21-1.318m-3.21.336q-.412-.602-.666-1.384q-.253-.782-.328-1.71h1.988q-.075.928-.328 1.71q-.254.782-.666 1.384m-1.127-.075q-.984-.318-1.66-1.123t-.844-1.897h1.752q.031.722.218 1.476t.534 1.544m2.139 0q.367-.731.592-1.496q.225-.764.275-1.524h1.752q-.189 1.09-.892 1.897q-.704.805-1.727 1.123m-4.643-3.904q.189-1.148.921-1.983q.733-.835 1.737-1.094q-.406.615-.63 1.399q-.226.783-.276 1.678zm2.637 0q.075-.987.328-1.778q.254-.791.666-1.374q.411.582.665 1.374q.254.791.33 1.778zm2.873 0q-.031-.856-.246-1.63q-.216-.774-.64-1.447q1.06.26 1.784 1.094q.723.835.854 1.983zM5 21V3h12.385q.67 0 1.143.472q.472.472.472 1.144v14.769q0 .67-.472 1.143q-.472.472-1.143.472z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%2018.192h7v-.884h-7zm6.71-4.491q1.328-1.318%201.328-3.201T15.21%207.29T12%205.962T8.799%207.29Q7.481%208.617%207.481%2010.5t1.318%203.201T12%2015.019t3.21-1.318m-3.21.336q-.412-.602-.666-1.384q-.253-.782-.328-1.71h1.988q-.075.928-.328%201.71q-.254.782-.666%201.384m-1.127-.075q-.984-.318-1.66-1.123t-.844-1.897h1.752q.031.722.218%201.476t.534%201.544m2.139%200q.367-.731.592-1.496q.225-.764.275-1.524h1.752q-.189%201.09-.892%201.897q-.704.805-1.727%201.123m-4.643-3.904q.189-1.148.921-1.983q.733-.835%201.737-1.094q-.406.615-.63%201.399q-.226.783-.276%201.678zm2.637%200q.075-.987.328-1.778q.254-.791.666-1.374q.411.582.665%201.374q.254.791.33%201.778zm2.873%200q-.031-.856-.246-1.63q-.216-.774-.64-1.447q1.06.26%201.784%201.094q.723.835.854%201.983zM5%2021V3h12.385q.67%200%201.143.472q.472.472.472%201.144v14.769q0%20.67-.472%201.143q-.472.472-1.143.472z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%2018.192h7v-.884h-7zm6.71-4.491q1.328-1.318%201.328-3.201T15.21%207.29T12%205.962T8.799%207.29Q7.481%208.617%207.481%2010.5t1.318%203.201T12%2015.019t3.21-1.318m-3.21.336q-.412-.602-.666-1.384q-.253-.782-.328-1.71h1.988q-.075.928-.328%201.71q-.254.782-.666%201.384m-1.127-.075q-.984-.318-1.66-1.123t-.844-1.897h1.752q.031.722.218%201.476t.534%201.544m2.139%200q.367-.731.592-1.496q.225-.764.275-1.524h1.752q-.189%201.09-.892%201.897q-.704.805-1.727%201.123m-4.643-3.904q.189-1.148.921-1.983q.733-.835%201.737-1.094q-.406.615-.63%201.399q-.226.783-.276%201.678zm2.637%200q.075-.987.328-1.778q.254-.791.666-1.374q.411.582.665%201.374q.254.791.33%201.778zm2.873%200q-.031-.856-.246-1.63q-.216-.774-.64-1.447q1.06.26%201.784%201.094q.723.835.854%201.983zM5%2021V3h12.385q.67%200%201.143.472q.472.472.472%201.144v14.769q0%20.67-.472%201.143q-.472.472-1.143.472z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/passport.svg?color=%231a73e8&size=48