passport icon
passport-bold-duotone from Solar by 480 Design · Bold Duotone · School · CC-BY-4.0 Attribution required.
- Name
- passport-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- School
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
passportBootstrap IconspassportDeviconpassportFont Awesome 6 SolidpassportFont Awesome SolidpassportHuge IconspassportIconParkpassportIconPark OutlinepassportIconPark SolidpassportIconPark TwoTonepassportLine AwesomepassportSVG LogospassportMaterial SymbolspassportMaterial Symbols LightpassportMaterial Design Iconspassport-fillMingCute Iconpassport-fillRemix IconpassportSimple Icons
More school icons from Solar
backpack-boldbook-2-boldbook-boldbook-bookmark-boldbook-bookmark-minimalistic-boldbook-minimalistic-boldbookmark-boldbookmark-circle-boldbookmark-opened-boldbookmark-square-boldbookmark-square-minimalistic-boldcalculator-boldcalculator-minimalistic-boldcase-boldcase-minimalistic-boldcase-round-boldcase-round-minimalistic-bolddiploma-bolddiploma-verified-bolddocument-2-boldnotebook-2-boldnotebook-bookmark-boldnotebook-minimalistic-boldnotebook-square-bold
Use the passport icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.75 13C9.75 11.7574 10.7574 10.75 12 10.75C13.2426 10.75 14.25 11.7574 14.25 13C14.25 14.2426 13.2426 15.25 12 15.25C10.7574 15.25 9.75 14.2426 9.75 13Z"/><path fill-rule="evenodd" d="M4 18.6943V4.69434C4 5.24662 4.44772 5.69434 5 5.69434H17C18.6569 5.69434 20 7.03748 20 8.69434V18.6943C20 20.3512 18.6569 21.6943 17 21.6943H7C5.34315 21.6943 4 20.3512 4 18.6943ZM8.25 13C8.25 10.9289 9.92893 9.25 12 9.25C14.0711 9.25 15.75 10.9289 15.75 13C15.75 15.0711 14.0711 16.75 12 16.75C9.92893 16.75 8.25 15.0711 8.25 13ZM9.25 19C9.25 18.5858 9.58579 18.25 10 18.25H14C14.4142 18.25 14.75 18.5858 14.75 19C14.75 19.4142 14.4142 19.75 14 19.75H10C9.58579 19.75 9.25 19.4142 9.25 19Z" clip-rule="evenodd"/><path d="M18 4.00038V5.86504C17.6872 5.75449 17.3506 5.69434 17 5.69434H5C4.44772 5.69434 4 5.24662 4 4.69434V4.62329C4 4.09027 4.39193 3.63837 4.91959 3.56299L15.7172 2.02048C16.922 1.84835 18 2.78328 18 4.00038Z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarPassportBoldDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.75 13C9.75 11.7574 10.7574 10.75 12 10.75C13.2426 10.75 14.25 11.7574 14.25 13C14.25 14.2426 13.2426 15.25 12 15.25C10.7574 15.25 9.75 14.2426 9.75 13Z"/><path fillRule="evenodd" d="M4 18.6943V4.69434C4 5.24662 4.44772 5.69434 5 5.69434H17C18.6569 5.69434 20 7.03748 20 8.69434V18.6943C20 20.3512 18.6569 21.6943 17 21.6943H7C5.34315 21.6943 4 20.3512 4 18.6943ZM8.25 13C8.25 10.9289 9.92893 9.25 12 9.25C14.0711 9.25 15.75 10.9289 15.75 13C15.75 15.0711 14.0711 16.75 12 16.75C9.92893 16.75 8.25 15.0711 8.25 13ZM9.25 19C9.25 18.5858 9.58579 18.25 10 18.25H14C14.4142 18.25 14.75 18.5858 14.75 19C14.75 19.4142 14.4142 19.75 14 19.75H10C9.58579 19.75 9.25 19.4142 9.25 19Z" clipRule="evenodd"/><path d="M18 4.00038V5.86504C17.6872 5.75449 17.3506 5.69434 17 5.69434H5C4.44772 5.69434 4 5.24662 4 4.69434V4.62329C4 4.09027 4.39193 3.63837 4.91959 3.56299L15.7172 2.02048C16.922 1.84835 18 2.78328 18 4.00038Z" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.75 13C9.75 11.7574 10.7574 10.75 12 10.75C13.2426 10.75 14.25 11.7574 14.25 13C14.25 14.2426 13.2426 15.25 12 15.25C10.7574 15.25 9.75 14.2426 9.75 13Z"/><path fill-rule="evenodd" d="M4 18.6943V4.69434C4 5.24662 4.44772 5.69434 5 5.69434H17C18.6569 5.69434 20 7.03748 20 8.69434V18.6943C20 20.3512 18.6569 21.6943 17 21.6943H7C5.34315 21.6943 4 20.3512 4 18.6943ZM8.25 13C8.25 10.9289 9.92893 9.25 12 9.25C14.0711 9.25 15.75 10.9289 15.75 13C15.75 15.0711 14.0711 16.75 12 16.75C9.92893 16.75 8.25 15.0711 8.25 13ZM9.25 19C9.25 18.5858 9.58579 18.25 10 18.25H14C14.4142 18.25 14.75 18.5858 14.75 19C14.75 19.4142 14.4142 19.75 14 19.75H10C9.58579 19.75 9.25 19.4142 9.25 19Z" clip-rule="evenodd"/><path d="M18 4.00038V5.86504C17.6872 5.75449 17.3506 5.69434 17 5.69434H5C4.44772 5.69434 4 5.24662 4 4.69434V4.62329C4 4.09027 4.39193 3.63837 4.91959 3.56299L15.7172 2.02048C16.922 1.84835 18 2.78328 18 4.00038Z" opacity=".5"/></g></svg> </template>
CSS
.icon-passport-bold-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.75%2013C9.75%2011.7574%2010.7574%2010.75%2012%2010.75C13.2426%2010.75%2014.25%2011.7574%2014.25%2013C14.25%2014.2426%2013.2426%2015.25%2012%2015.25C10.7574%2015.25%209.75%2014.2426%209.75%2013Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4%2018.6943V4.69434C4%205.24662%204.44772%205.69434%205%205.69434H17C18.6569%205.69434%2020%207.03748%2020%208.69434V18.6943C20%2020.3512%2018.6569%2021.6943%2017%2021.6943H7C5.34315%2021.6943%204%2020.3512%204%2018.6943ZM8.25%2013C8.25%2010.9289%209.92893%209.25%2012%209.25C14.0711%209.25%2015.75%2010.9289%2015.75%2013C15.75%2015.0711%2014.0711%2016.75%2012%2016.75C9.92893%2016.75%208.25%2015.0711%208.25%2013ZM9.25%2019C9.25%2018.5858%209.58579%2018.25%2010%2018.25H14C14.4142%2018.25%2014.75%2018.5858%2014.75%2019C14.75%2019.4142%2014.4142%2019.75%2014%2019.75H10C9.58579%2019.75%209.25%2019.4142%209.25%2019Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18%204.00038V5.86504C17.6872%205.75449%2017.3506%205.69434%2017%205.69434H5C4.44772%205.69434%204%205.24662%204%204.69434V4.62329C4%204.09027%204.39193%203.63837%204.91959%203.56299L15.7172%202.02048C16.922%201.84835%2018%202.78328%2018%204.00038Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.75%2013C9.75%2011.7574%2010.7574%2010.75%2012%2010.75C13.2426%2010.75%2014.25%2011.7574%2014.25%2013C14.25%2014.2426%2013.2426%2015.25%2012%2015.25C10.7574%2015.25%209.75%2014.2426%209.75%2013Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4%2018.6943V4.69434C4%205.24662%204.44772%205.69434%205%205.69434H17C18.6569%205.69434%2020%207.03748%2020%208.69434V18.6943C20%2020.3512%2018.6569%2021.6943%2017%2021.6943H7C5.34315%2021.6943%204%2020.3512%204%2018.6943ZM8.25%2013C8.25%2010.9289%209.92893%209.25%2012%209.25C14.0711%209.25%2015.75%2010.9289%2015.75%2013C15.75%2015.0711%2014.0711%2016.75%2012%2016.75C9.92893%2016.75%208.25%2015.0711%208.25%2013ZM9.25%2019C9.25%2018.5858%209.58579%2018.25%2010%2018.25H14C14.4142%2018.25%2014.75%2018.5858%2014.75%2019C14.75%2019.4142%2014.4142%2019.75%2014%2019.75H10C9.58579%2019.75%209.25%2019.4142%209.25%2019Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18%204.00038V5.86504C17.6872%205.75449%2017.3506%205.69434%2017%205.69434H5C4.44772%205.69434%204%205.24662%204%204.69434V4.62329C4%204.09027%204.39193%203.63837%204.91959%203.56299L15.7172%202.02048C16.922%201.84835%2018%202.78328%2018%204.00038Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/passport-bold-duotone.svg?color=%231a73e8&size=48