passport minimalistic icon
passport-minimalistic-outline from Solar by 480 Design · Outline · School · CC-BY-4.0 Attribution required.
- Name
- passport-minimalistic-outline
- Set
- Solar
- Style
- Outline
- 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" fill-rule="evenodd" clip-rule="evenodd"><path d="M8.25 14C8.25 11.929 9.92893 10.25 12 10.25C14.0711 10.25 15.75 11.929 15.75 14C15.75 16.0711 14.0711 17.75 12 17.75C9.92893 17.75 8.25 16.0711 8.25 14ZM12 11.75C10.7574 11.75 9.75 12.7574 9.75 14C9.75 15.2427 10.7574 16.25 12 16.25C13.2426 16.25 14.25 15.2427 14.25 14C14.25 12.7574 13.2426 11.75 12 11.75Z"/><path d="M18.75 4.30606C18.75 2.63255 17.2678 1.34703 15.6111 1.5837L4.81353 3.12621C3.91638 3.25437 3.25 4.02272 3.25 4.92897C3.25 4.95276 3.25046 4.97645 3.25136 5.00002H3.25V19C3.25 21.0711 4.92893 22.75 7 22.75H17C19.0711 22.75 20.75 21.0711 20.75 19V9.00002C20.75 7.561 19.9395 6.31129 18.75 5.68254V4.30606ZM5.06244 6.75002C5.06531 6.75003 5.06819 6.75004 5.07107 6.75004H17.0096C18.2478 6.75521 19.25 7.76058 19.25 9.00002V19C19.25 20.2427 18.2426 21.25 17 21.25H7C5.75736 21.25 4.75 20.2427 4.75 19V6.75002H5.06244ZM17.0125 5.25004H17.25V4.30606C17.25 3.54537 16.5763 2.96104 15.8232 3.06862L5.02566 4.61113C4.86749 4.63373 4.75 4.76919 4.75 4.92897C4.75 5.10507 4.89177 5.24805 5.0674 5.25002H17C17.0042 5.25002 17.0084 5.25003 17.0125 5.25004Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarPassportMinimalisticOutline(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" fillRule="evenodd" clipRule="evenodd"><path d="M8.25 14C8.25 11.929 9.92893 10.25 12 10.25C14.0711 10.25 15.75 11.929 15.75 14C15.75 16.0711 14.0711 17.75 12 17.75C9.92893 17.75 8.25 16.0711 8.25 14ZM12 11.75C10.7574 11.75 9.75 12.7574 9.75 14C9.75 15.2427 10.7574 16.25 12 16.25C13.2426 16.25 14.25 15.2427 14.25 14C14.25 12.7574 13.2426 11.75 12 11.75Z"/><path d="M18.75 4.30606C18.75 2.63255 17.2678 1.34703 15.6111 1.5837L4.81353 3.12621C3.91638 3.25437 3.25 4.02272 3.25 4.92897C3.25 4.95276 3.25046 4.97645 3.25136 5.00002H3.25V19C3.25 21.0711 4.92893 22.75 7 22.75H17C19.0711 22.75 20.75 21.0711 20.75 19V9.00002C20.75 7.561 19.9395 6.31129 18.75 5.68254V4.30606ZM5.06244 6.75002C5.06531 6.75003 5.06819 6.75004 5.07107 6.75004H17.0096C18.2478 6.75521 19.25 7.76058 19.25 9.00002V19C19.25 20.2427 18.2426 21.25 17 21.25H7C5.75736 21.25 4.75 20.2427 4.75 19V6.75002H5.06244ZM17.0125 5.25004H17.25V4.30606C17.25 3.54537 16.5763 2.96104 15.8232 3.06862L5.02566 4.61113C4.86749 4.63373 4.75 4.76919 4.75 4.92897C4.75 5.10507 4.89177 5.24805 5.0674 5.25002H17C17.0042 5.25002 17.0084 5.25003 17.0125 5.25004Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M8.25 14C8.25 11.929 9.92893 10.25 12 10.25C14.0711 10.25 15.75 11.929 15.75 14C15.75 16.0711 14.0711 17.75 12 17.75C9.92893 17.75 8.25 16.0711 8.25 14ZM12 11.75C10.7574 11.75 9.75 12.7574 9.75 14C9.75 15.2427 10.7574 16.25 12 16.25C13.2426 16.25 14.25 15.2427 14.25 14C14.25 12.7574 13.2426 11.75 12 11.75Z"/><path d="M18.75 4.30606C18.75 2.63255 17.2678 1.34703 15.6111 1.5837L4.81353 3.12621C3.91638 3.25437 3.25 4.02272 3.25 4.92897C3.25 4.95276 3.25046 4.97645 3.25136 5.00002H3.25V19C3.25 21.0711 4.92893 22.75 7 22.75H17C19.0711 22.75 20.75 21.0711 20.75 19V9.00002C20.75 7.561 19.9395 6.31129 18.75 5.68254V4.30606ZM5.06244 6.75002C5.06531 6.75003 5.06819 6.75004 5.07107 6.75004H17.0096C18.2478 6.75521 19.25 7.76058 19.25 9.00002V19C19.25 20.2427 18.2426 21.25 17 21.25H7C5.75736 21.25 4.75 20.2427 4.75 19V6.75002H5.06244ZM17.0125 5.25004H17.25V4.30606C17.25 3.54537 16.5763 2.96104 15.8232 3.06862L5.02566 4.61113C4.86749 4.63373 4.75 4.76919 4.75 4.92897C4.75 5.10507 4.89177 5.24805 5.0674 5.25002H17C17.0042 5.25002 17.0084 5.25003 17.0125 5.25004Z"/></g></svg> </template>
CSS
.icon-passport-minimalistic-outline {
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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8.25%2014C8.25%2011.929%209.92893%2010.25%2012%2010.25C14.0711%2010.25%2015.75%2011.929%2015.75%2014C15.75%2016.0711%2014.0711%2017.75%2012%2017.75C9.92893%2017.75%208.25%2016.0711%208.25%2014ZM12%2011.75C10.7574%2011.75%209.75%2012.7574%209.75%2014C9.75%2015.2427%2010.7574%2016.25%2012%2016.25C13.2426%2016.25%2014.25%2015.2427%2014.25%2014C14.25%2012.7574%2013.2426%2011.75%2012%2011.75Z%22%2F%3E%3Cpath%20d%3D%22M18.75%204.30606C18.75%202.63255%2017.2678%201.34703%2015.6111%201.5837L4.81353%203.12621C3.91638%203.25437%203.25%204.02272%203.25%204.92897C3.25%204.95276%203.25046%204.97645%203.25136%205.00002H3.25V19C3.25%2021.0711%204.92893%2022.75%207%2022.75H17C19.0711%2022.75%2020.75%2021.0711%2020.75%2019V9.00002C20.75%207.561%2019.9395%206.31129%2018.75%205.68254V4.30606ZM5.06244%206.75002C5.06531%206.75003%205.06819%206.75004%205.07107%206.75004H17.0096C18.2478%206.75521%2019.25%207.76058%2019.25%209.00002V19C19.25%2020.2427%2018.2426%2021.25%2017%2021.25H7C5.75736%2021.25%204.75%2020.2427%204.75%2019V6.75002H5.06244ZM17.0125%205.25004H17.25V4.30606C17.25%203.54537%2016.5763%202.96104%2015.8232%203.06862L5.02566%204.61113C4.86749%204.63373%204.75%204.76919%204.75%204.92897C4.75%205.10507%204.89177%205.24805%205.0674%205.25002H17C17.0042%205.25002%2017.0084%205.25003%2017.0125%205.25004Z%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8.25%2014C8.25%2011.929%209.92893%2010.25%2012%2010.25C14.0711%2010.25%2015.75%2011.929%2015.75%2014C15.75%2016.0711%2014.0711%2017.75%2012%2017.75C9.92893%2017.75%208.25%2016.0711%208.25%2014ZM12%2011.75C10.7574%2011.75%209.75%2012.7574%209.75%2014C9.75%2015.2427%2010.7574%2016.25%2012%2016.25C13.2426%2016.25%2014.25%2015.2427%2014.25%2014C14.25%2012.7574%2013.2426%2011.75%2012%2011.75Z%22%2F%3E%3Cpath%20d%3D%22M18.75%204.30606C18.75%202.63255%2017.2678%201.34703%2015.6111%201.5837L4.81353%203.12621C3.91638%203.25437%203.25%204.02272%203.25%204.92897C3.25%204.95276%203.25046%204.97645%203.25136%205.00002H3.25V19C3.25%2021.0711%204.92893%2022.75%207%2022.75H17C19.0711%2022.75%2020.75%2021.0711%2020.75%2019V9.00002C20.75%207.561%2019.9395%206.31129%2018.75%205.68254V4.30606ZM5.06244%206.75002C5.06531%206.75003%205.06819%206.75004%205.07107%206.75004H17.0096C18.2478%206.75521%2019.25%207.76058%2019.25%209.00002V19C19.25%2020.2427%2018.2426%2021.25%2017%2021.25H7C5.75736%2021.25%204.75%2020.2427%204.75%2019V6.75002H5.06244ZM17.0125%205.25004H17.25V4.30606C17.25%203.54537%2016.5763%202.96104%2015.8232%203.06862L5.02566%204.61113C4.86749%204.63373%204.75%204.76919%204.75%204.92897C4.75%205.10507%204.89177%205.24805%205.0674%205.25002H17C17.0042%205.25002%2017.0084%205.25003%2017.0125%205.25004Z%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-outline.svg?color=%231a73e8&size=48