passport minimalistic icon

passport-minimalistic-bold from Solar by 480 Design · Bold · School · CC-BY-4.0 Attribution required.

Name
passport-minimalistic-bold
Set
Solar
Style
Bold
Category
School
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More school icons from Solar

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="M5 5C5 4.59334 4.75727 4.24338 4.40879 4.0871C4.55271 3.97374 4.72712 3.89615 4.91959 3.86865L15.7172 2.32614C16.922 2.15402 18 3.08894 18 4.30604V5.12602C17.6804 5.04375 17.3453 5 17 5H5Z"/><path d="M9.75 14C9.75 12.7574 10.7574 11.75 12 11.75C13.2426 11.75 14.25 12.7574 14.25 14C14.25 15.2426 13.2426 16.25 12 16.25C10.7574 16.25 9.75 15.2426 9.75 14Z"/><path fill-rule="evenodd" d="M18 6.17071C19.1652 6.58254 20 7.69378 20 9V19C20 20.6569 18.6569 22 17 22H7C5.34315 22 4 20.6569 4 19V5C4 5.18214 4.0487 5.35291 4.13378 5.5C4.30669 5.7989 4.62986 6 5 6H17C17.3506 6 17.6872 6.06015 18 6.17071ZM12 10.25C9.92893 10.25 8.25 11.9289 8.25 14C8.25 16.0711 9.92893 17.75 12 17.75C14.0711 17.75 15.75 16.0711 15.75 14C15.75 11.9289 14.0711 10.25 12 10.25Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPassportMinimalisticBold(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="M5 5C5 4.59334 4.75727 4.24338 4.40879 4.0871C4.55271 3.97374 4.72712 3.89615 4.91959 3.86865L15.7172 2.32614C16.922 2.15402 18 3.08894 18 4.30604V5.12602C17.6804 5.04375 17.3453 5 17 5H5Z"/><path d="M9.75 14C9.75 12.7574 10.7574 11.75 12 11.75C13.2426 11.75 14.25 12.7574 14.25 14C14.25 15.2426 13.2426 16.25 12 16.25C10.7574 16.25 9.75 15.2426 9.75 14Z"/><path fillRule="evenodd" d="M18 6.17071C19.1652 6.58254 20 7.69378 20 9V19C20 20.6569 18.6569 22 17 22H7C5.34315 22 4 20.6569 4 19V5C4 5.18214 4.0487 5.35291 4.13378 5.5C4.30669 5.7989 4.62986 6 5 6H17C17.3506 6 17.6872 6.06015 18 6.17071ZM12 10.25C9.92893 10.25 8.25 11.9289 8.25 14C8.25 16.0711 9.92893 17.75 12 17.75C14.0711 17.75 15.75 16.0711 15.75 14C15.75 11.9289 14.0711 10.25 12 10.25Z" clipRule="evenodd"/></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="M5 5C5 4.59334 4.75727 4.24338 4.40879 4.0871C4.55271 3.97374 4.72712 3.89615 4.91959 3.86865L15.7172 2.32614C16.922 2.15402 18 3.08894 18 4.30604V5.12602C17.6804 5.04375 17.3453 5 17 5H5Z"/><path d="M9.75 14C9.75 12.7574 10.7574 11.75 12 11.75C13.2426 11.75 14.25 12.7574 14.25 14C14.25 15.2426 13.2426 16.25 12 16.25C10.7574 16.25 9.75 15.2426 9.75 14Z"/><path fill-rule="evenodd" d="M18 6.17071C19.1652 6.58254 20 7.69378 20 9V19C20 20.6569 18.6569 22 17 22H7C5.34315 22 4 20.6569 4 19V5C4 5.18214 4.0487 5.35291 4.13378 5.5C4.30669 5.7989 4.62986 6 5 6H17C17.3506 6 17.6872 6.06015 18 6.17071ZM12 10.25C9.92893 10.25 8.25 11.9289 8.25 14C8.25 16.0711 9.92893 17.75 12 17.75C14.0711 17.75 15.75 16.0711 15.75 14C15.75 11.9289 14.0711 10.25 12 10.25Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-passport-minimalistic-bold {
  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%22M5%205C5%204.59334%204.75727%204.24338%204.40879%204.0871C4.55271%203.97374%204.72712%203.89615%204.91959%203.86865L15.7172%202.32614C16.922%202.15402%2018%203.08894%2018%204.30604V5.12602C17.6804%205.04375%2017.3453%205%2017%205H5Z%22%2F%3E%3Cpath%20d%3D%22M9.75%2014C9.75%2012.7574%2010.7574%2011.75%2012%2011.75C13.2426%2011.75%2014.25%2012.7574%2014.25%2014C14.25%2015.2426%2013.2426%2016.25%2012%2016.25C10.7574%2016.25%209.75%2015.2426%209.75%2014Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18%206.17071C19.1652%206.58254%2020%207.69378%2020%209V19C20%2020.6569%2018.6569%2022%2017%2022H7C5.34315%2022%204%2020.6569%204%2019V5C4%205.18214%204.0487%205.35291%204.13378%205.5C4.30669%205.7989%204.62986%206%205%206H17C17.3506%206%2017.6872%206.06015%2018%206.17071ZM12%2010.25C9.92893%2010.25%208.25%2011.9289%208.25%2014C8.25%2016.0711%209.92893%2017.75%2012%2017.75C14.0711%2017.75%2015.75%2016.0711%2015.75%2014C15.75%2011.9289%2014.0711%2010.25%2012%2010.25Z%22%20clip-rule%3D%22evenodd%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%22M5%205C5%204.59334%204.75727%204.24338%204.40879%204.0871C4.55271%203.97374%204.72712%203.89615%204.91959%203.86865L15.7172%202.32614C16.922%202.15402%2018%203.08894%2018%204.30604V5.12602C17.6804%205.04375%2017.3453%205%2017%205H5Z%22%2F%3E%3Cpath%20d%3D%22M9.75%2014C9.75%2012.7574%2010.7574%2011.75%2012%2011.75C13.2426%2011.75%2014.25%2012.7574%2014.25%2014C14.25%2015.2426%2013.2426%2016.25%2012%2016.25C10.7574%2016.25%209.75%2015.2426%209.75%2014Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18%206.17071C19.1652%206.58254%2020%207.69378%2020%209V19C20%2020.6569%2018.6569%2022%2017%2022H7C5.34315%2022%204%2020.6569%204%2019V5C4%205.18214%204.0487%205.35291%204.13378%205.5C4.30669%205.7989%204.62986%206%205%206H17C17.3506%206%2017.6872%206.06015%2018%206.17071ZM12%2010.25C9.92893%2010.25%208.25%2011.9289%208.25%2014C8.25%2016.0711%209.92893%2017.75%2012%2017.75C14.0711%2017.75%2015.75%2016.0711%2015.75%2014C15.75%2011.9289%2014.0711%2010.25%2012%2010.25Z%22%20clip-rule%3D%22evenodd%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.svg?color=%231a73e8&size=48