passport minimalistic icon
passport-minimalistic-bold-duotone from Solar by 480 Design · Bold Duotone · School · CC-BY-4.0 Attribution required.
- Name
- passport-minimalistic-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- School
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
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 minimalistic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 10.75C10.7574 10.75 9.75 11.7574 9.75 13C9.75 14.2426 10.7574 15.25 12 15.25C13.2426 15.25 14.25 14.2426 14.25 13C14.25 11.7574 13.2426 10.75 12 10.75Z"/><path fill-rule="evenodd" d="M4 4.69434V18.6943C4 20.3512 5.34315 21.6943 7 21.6943H17C18.6569 21.6943 20 20.3512 20 18.6943V8.69434C20 7.03748 18.6569 5.69434 17 5.69434H5C4.44772 5.69434 4 5.24662 4 4.69434ZM12 9.25C9.92893 9.25 8.25 10.9289 8.25 13C8.25 15.0711 9.92893 16.75 12 16.75C14.0711 16.75 15.75 15.0711 15.75 13C15.75 10.9289 14.0711 9.25 12 9.25Z" 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 SolarPassportMinimalisticBoldDuotone(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="M12 10.75C10.7574 10.75 9.75 11.7574 9.75 13C9.75 14.2426 10.7574 15.25 12 15.25C13.2426 15.25 14.25 14.2426 14.25 13C14.25 11.7574 13.2426 10.75 12 10.75Z"/><path fillRule="evenodd" d="M4 4.69434V18.6943C4 20.3512 5.34315 21.6943 7 21.6943H17C18.6569 21.6943 20 20.3512 20 18.6943V8.69434C20 7.03748 18.6569 5.69434 17 5.69434H5C4.44772 5.69434 4 5.24662 4 4.69434ZM12 9.25C9.92893 9.25 8.25 10.9289 8.25 13C8.25 15.0711 9.92893 16.75 12 16.75C14.0711 16.75 15.75 15.0711 15.75 13C15.75 10.9289 14.0711 9.25 12 9.25Z" 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="M12 10.75C10.7574 10.75 9.75 11.7574 9.75 13C9.75 14.2426 10.7574 15.25 12 15.25C13.2426 15.25 14.25 14.2426 14.25 13C14.25 11.7574 13.2426 10.75 12 10.75Z"/><path fill-rule="evenodd" d="M4 4.69434V18.6943C4 20.3512 5.34315 21.6943 7 21.6943H17C18.6569 21.6943 20 20.3512 20 18.6943V8.69434C20 7.03748 18.6569 5.69434 17 5.69434H5C4.44772 5.69434 4 5.24662 4 4.69434ZM12 9.25C9.92893 9.25 8.25 10.9289 8.25 13C8.25 15.0711 9.92893 16.75 12 16.75C14.0711 16.75 15.75 15.0711 15.75 13C15.75 10.9289 14.0711 9.25 12 9.25Z" 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-minimalistic-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%22M12%2010.75C10.7574%2010.75%209.75%2011.7574%209.75%2013C9.75%2014.2426%2010.7574%2015.25%2012%2015.25C13.2426%2015.25%2014.25%2014.2426%2014.25%2013C14.25%2011.7574%2013.2426%2010.75%2012%2010.75Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4%204.69434V18.6943C4%2020.3512%205.34315%2021.6943%207%2021.6943H17C18.6569%2021.6943%2020%2020.3512%2020%2018.6943V8.69434C20%207.03748%2018.6569%205.69434%2017%205.69434H5C4.44772%205.69434%204%205.24662%204%204.69434ZM12%209.25C9.92893%209.25%208.25%2010.9289%208.25%2013C8.25%2015.0711%209.92893%2016.75%2012%2016.75C14.0711%2016.75%2015.75%2015.0711%2015.75%2013C15.75%2010.9289%2014.0711%209.25%2012%209.25Z%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%22M12%2010.75C10.7574%2010.75%209.75%2011.7574%209.75%2013C9.75%2014.2426%2010.7574%2015.25%2012%2015.25C13.2426%2015.25%2014.25%2014.2426%2014.25%2013C14.25%2011.7574%2013.2426%2010.75%2012%2010.75Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4%204.69434V18.6943C4%2020.3512%205.34315%2021.6943%207%2021.6943H17C18.6569%2021.6943%2020%2020.3512%2020%2018.6943V8.69434C20%207.03748%2018.6569%205.69434%2017%205.69434H5C4.44772%205.69434%204%205.24662%204%204.69434ZM12%209.25C9.92893%209.25%208.25%2010.9289%208.25%2013C8.25%2015.0711%209.92893%2016.75%2012%2016.75C14.0711%2016.75%2015.75%2015.0711%2015.75%2013C15.75%2010.9289%2014.0711%209.25%2012%209.25Z%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-minimalistic-bold-duotone.svg?color=%231a73e8&size=48