passport alert icon
passport-alert from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- passport-alert
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
Use the passport alert icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 6c-.41.62-.75 1.29-.96 2h1.92A7.2 7.2 0 0 0 10 6m-1.3.22C7.78 6.53 7 7.17 6.54 8H8c.18-.62.4-1.22.7-1.78m2.59 0c.3.56.53 1.16.71 1.78h1.46c-.46-.83-1.25-1.46-2.17-1.78M6.13 9c-.08.32-.13.65-.13 1s.05.68.13 1h1.69c-.04-.33-.07-.66-.07-1s.03-.67.07-1zm2.7 0c-.05.32-.08.66-.08 1s.03.67.08 1h2.34c.04-.33.08-.66.08-1s-.04-.68-.08-1zm3.35 0c.04.33.07.66.07 1s-.03.67-.07 1h1.69c.08-.32.13-.65.13-1s-.05-.68-.13-1zm-5.64 3c.46.83 1.24 1.46 2.16 1.78c-.3-.56-.52-1.15-.7-1.78zm2.5 0c.21.72.55 1.38.96 2c.42-.62.75-1.28.96-2zM12 12c-.18.63-.41 1.22-.71 1.78c.92-.32 1.71-.95 2.17-1.78zM4 2c-.53 0-1.04.21-1.41.59C2.21 2.96 2 3.47 2 4v16c0 .53.21 1.04.59 1.41c.37.38.88.59 1.41.59h12c.53 0 1.04-.21 1.41-.59c.38-.37.59-.88.59-1.41V4c0-.53-.21-1.04-.59-1.41C17.04 2.21 16.53 2 16 2zm6 3c1.33 0 2.6.53 3.54 1.46C14.47 7.4 15 8.67 15 10s-.53 2.6-1.46 3.54C12.6 14.47 11.33 15 10 15s-2.6-.53-3.54-1.46A5.04 5.04 0 0 1 5 10c0-1.33.53-2.6 1.46-3.54C7.4 5.53 8.67 5 10 5m5 12v2H5v-2zm5-10h2v6h-2zm2 8h-2v2h2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiPassportAlert(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="M10 6c-.41.62-.75 1.29-.96 2h1.92A7.2 7.2 0 0 0 10 6m-1.3.22C7.78 6.53 7 7.17 6.54 8H8c.18-.62.4-1.22.7-1.78m2.59 0c.3.56.53 1.16.71 1.78h1.46c-.46-.83-1.25-1.46-2.17-1.78M6.13 9c-.08.32-.13.65-.13 1s.05.68.13 1h1.69c-.04-.33-.07-.66-.07-1s.03-.67.07-1zm2.7 0c-.05.32-.08.66-.08 1s.03.67.08 1h2.34c.04-.33.08-.66.08-1s-.04-.68-.08-1zm3.35 0c.04.33.07.66.07 1s-.03.67-.07 1h1.69c.08-.32.13-.65.13-1s-.05-.68-.13-1zm-5.64 3c.46.83 1.24 1.46 2.16 1.78c-.3-.56-.52-1.15-.7-1.78zm2.5 0c.21.72.55 1.38.96 2c.42-.62.75-1.28.96-2zM12 12c-.18.63-.41 1.22-.71 1.78c.92-.32 1.71-.95 2.17-1.78zM4 2c-.53 0-1.04.21-1.41.59C2.21 2.96 2 3.47 2 4v16c0 .53.21 1.04.59 1.41c.37.38.88.59 1.41.59h12c.53 0 1.04-.21 1.41-.59c.38-.37.59-.88.59-1.41V4c0-.53-.21-1.04-.59-1.41C17.04 2.21 16.53 2 16 2zm6 3c1.33 0 2.6.53 3.54 1.46C14.47 7.4 15 8.67 15 10s-.53 2.6-1.46 3.54C12.6 14.47 11.33 15 10 15s-2.6-.53-3.54-1.46A5.04 5.04 0 0 1 5 10c0-1.33.53-2.6 1.46-3.54C7.4 5.53 8.67 5 10 5m5 12v2H5v-2zm5-10h2v6h-2zm2 8h-2v2h2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 6c-.41.62-.75 1.29-.96 2h1.92A7.2 7.2 0 0 0 10 6m-1.3.22C7.78 6.53 7 7.17 6.54 8H8c.18-.62.4-1.22.7-1.78m2.59 0c.3.56.53 1.16.71 1.78h1.46c-.46-.83-1.25-1.46-2.17-1.78M6.13 9c-.08.32-.13.65-.13 1s.05.68.13 1h1.69c-.04-.33-.07-.66-.07-1s.03-.67.07-1zm2.7 0c-.05.32-.08.66-.08 1s.03.67.08 1h2.34c.04-.33.08-.66.08-1s-.04-.68-.08-1zm3.35 0c.04.33.07.66.07 1s-.03.67-.07 1h1.69c.08-.32.13-.65.13-1s-.05-.68-.13-1zm-5.64 3c.46.83 1.24 1.46 2.16 1.78c-.3-.56-.52-1.15-.7-1.78zm2.5 0c.21.72.55 1.38.96 2c.42-.62.75-1.28.96-2zM12 12c-.18.63-.41 1.22-.71 1.78c.92-.32 1.71-.95 2.17-1.78zM4 2c-.53 0-1.04.21-1.41.59C2.21 2.96 2 3.47 2 4v16c0 .53.21 1.04.59 1.41c.37.38.88.59 1.41.59h12c.53 0 1.04-.21 1.41-.59c.38-.37.59-.88.59-1.41V4c0-.53-.21-1.04-.59-1.41C17.04 2.21 16.53 2 16 2zm6 3c1.33 0 2.6.53 3.54 1.46C14.47 7.4 15 8.67 15 10s-.53 2.6-1.46 3.54C12.6 14.47 11.33 15 10 15s-2.6-.53-3.54-1.46A5.04 5.04 0 0 1 5 10c0-1.33.53-2.6 1.46-3.54C7.4 5.53 8.67 5 10 5m5 12v2H5v-2zm5-10h2v6h-2zm2 8h-2v2h2z"/></svg> </template>
CSS
.icon-passport-alert {
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%22M10%206c-.41.62-.75%201.29-.96%202h1.92A7.2%207.2%200%200%200%2010%206m-1.3.22C7.78%206.53%207%207.17%206.54%208H8c.18-.62.4-1.22.7-1.78m2.59%200c.3.56.53%201.16.71%201.78h1.46c-.46-.83-1.25-1.46-2.17-1.78M6.13%209c-.08.32-.13.65-.13%201s.05.68.13%201h1.69c-.04-.33-.07-.66-.07-1s.03-.67.07-1zm2.7%200c-.05.32-.08.66-.08%201s.03.67.08%201h2.34c.04-.33.08-.66.08-1s-.04-.68-.08-1zm3.35%200c.04.33.07.66.07%201s-.03.67-.07%201h1.69c.08-.32.13-.65.13-1s-.05-.68-.13-1zm-5.64%203c.46.83%201.24%201.46%202.16%201.78c-.3-.56-.52-1.15-.7-1.78zm2.5%200c.21.72.55%201.38.96%202c.42-.62.75-1.28.96-2zM12%2012c-.18.63-.41%201.22-.71%201.78c.92-.32%201.71-.95%202.17-1.78zM4%202c-.53%200-1.04.21-1.41.59C2.21%202.96%202%203.47%202%204v16c0%20.53.21%201.04.59%201.41c.37.38.88.59%201.41.59h12c.53%200%201.04-.21%201.41-.59c.38-.37.59-.88.59-1.41V4c0-.53-.21-1.04-.59-1.41C17.04%202.21%2016.53%202%2016%202zm6%203c1.33%200%202.6.53%203.54%201.46C14.47%207.4%2015%208.67%2015%2010s-.53%202.6-1.46%203.54C12.6%2014.47%2011.33%2015%2010%2015s-2.6-.53-3.54-1.46A5.04%205.04%200%200%201%205%2010c0-1.33.53-2.6%201.46-3.54C7.4%205.53%208.67%205%2010%205m5%2012v2H5v-2zm5-10h2v6h-2zm2%208h-2v2h2z%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%22M10%206c-.41.62-.75%201.29-.96%202h1.92A7.2%207.2%200%200%200%2010%206m-1.3.22C7.78%206.53%207%207.17%206.54%208H8c.18-.62.4-1.22.7-1.78m2.59%200c.3.56.53%201.16.71%201.78h1.46c-.46-.83-1.25-1.46-2.17-1.78M6.13%209c-.08.32-.13.65-.13%201s.05.68.13%201h1.69c-.04-.33-.07-.66-.07-1s.03-.67.07-1zm2.7%200c-.05.32-.08.66-.08%201s.03.67.08%201h2.34c.04-.33.08-.66.08-1s-.04-.68-.08-1zm3.35%200c.04.33.07.66.07%201s-.03.67-.07%201h1.69c.08-.32.13-.65.13-1s-.05-.68-.13-1zm-5.64%203c.46.83%201.24%201.46%202.16%201.78c-.3-.56-.52-1.15-.7-1.78zm2.5%200c.21.72.55%201.38.96%202c.42-.62.75-1.28.96-2zM12%2012c-.18.63-.41%201.22-.71%201.78c.92-.32%201.71-.95%202.17-1.78zM4%202c-.53%200-1.04.21-1.41.59C2.21%202.96%202%203.47%202%204v16c0%20.53.21%201.04.59%201.41c.37.38.88.59%201.41.59h12c.53%200%201.04-.21%201.41-.59c.38-.37.59-.88.59-1.41V4c0-.53-.21-1.04-.59-1.41C17.04%202.21%2016.53%202%2016%202zm6%203c1.33%200%202.6.53%203.54%201.46C14.47%207.4%2015%208.67%2015%2010s-.53%202.6-1.46%203.54C12.6%2014.47%2011.33%2015%2010%2015s-2.6-.53-3.54-1.46A5.04%205.04%200%200%201%205%2010c0-1.33.53-2.6%201.46-3.54C7.4%205.53%208.67%205%2010%205m5%2012v2H5v-2zm5-10h2v6h-2zm2%208h-2v2h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/passport-alert.svg?color=%231a73e8&size=48