passport-remove from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
passport-remove
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the passport remove icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6c-.41.62-.75 1.29-.96 2h1.92A7.2 7.2 0 0 0 12 6m-1.3.22C9.78 6.53 9 7.17 8.54 8H10c.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.78M8.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-2zM14 12c-.18.63-.41 1.22-.71 1.78c.92-.32 1.71-.95 2.17-1.78zM6 2c-.53 0-1.04.21-1.41.59C4.21 2.96 4 3.47 4 4v16c0 .53.21 1.04.59 1.41c.37.38.88.59 1.41.59h7.8c-.51-.88-.8-1.91-.8-3H7v-2h6.34c.83-2.33 3.05-4 5.66-4c.34 0 .68.03 1 .08V4c0-.53-.21-1.04-.59-1.41C19.04 2.21 18.53 2 18 2zm6 3c1.33 0 2.6.53 3.54 1.46C16.47 7.4 17 8.67 17 10s-.53 2.6-1.46 3.54C14.6 14.47 13.33 15 12 15s-2.6-.53-3.54-1.46A5.04 5.04 0 0 1 7 10c0-1.33.53-2.6 1.46-3.54C9.4 5.53 10.67 5 12 5m3.46 11.88l1.42-1.42L19 17.59l2.12-2.12l1.42 1.41L20.41 19l2.13 2.12l-1.42 1.42L19 20.41l-2.12 2.13l-1.42-1.42L17.59 19l-2.12-2.12Z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPassportRemove(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="M12 6c-.41.62-.75 1.29-.96 2h1.92A7.2 7.2 0 0 0 12 6m-1.3.22C9.78 6.53 9 7.17 8.54 8H10c.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.78M8.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-2zM14 12c-.18.63-.41 1.22-.71 1.78c.92-.32 1.71-.95 2.17-1.78zM6 2c-.53 0-1.04.21-1.41.59C4.21 2.96 4 3.47 4 4v16c0 .53.21 1.04.59 1.41c.37.38.88.59 1.41.59h7.8c-.51-.88-.8-1.91-.8-3H7v-2h6.34c.83-2.33 3.05-4 5.66-4c.34 0 .68.03 1 .08V4c0-.53-.21-1.04-.59-1.41C19.04 2.21 18.53 2 18 2zm6 3c1.33 0 2.6.53 3.54 1.46C16.47 7.4 17 8.67 17 10s-.53 2.6-1.46 3.54C14.6 14.47 13.33 15 12 15s-2.6-.53-3.54-1.46A5.04 5.04 0 0 1 7 10c0-1.33.53-2.6 1.46-3.54C9.4 5.53 10.67 5 12 5m3.46 11.88l1.42-1.42L19 17.59l2.12-2.12l1.42 1.41L20.41 19l2.13 2.12l-1.42 1.42L19 20.41l-2.12 2.13l-1.42-1.42L17.59 19l-2.12-2.12Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6c-.41.62-.75 1.29-.96 2h1.92A7.2 7.2 0 0 0 12 6m-1.3.22C9.78 6.53 9 7.17 8.54 8H10c.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.78M8.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-2zM14 12c-.18.63-.41 1.22-.71 1.78c.92-.32 1.71-.95 2.17-1.78zM6 2c-.53 0-1.04.21-1.41.59C4.21 2.96 4 3.47 4 4v16c0 .53.21 1.04.59 1.41c.37.38.88.59 1.41.59h7.8c-.51-.88-.8-1.91-.8-3H7v-2h6.34c.83-2.33 3.05-4 5.66-4c.34 0 .68.03 1 .08V4c0-.53-.21-1.04-.59-1.41C19.04 2.21 18.53 2 18 2zm6 3c1.33 0 2.6.53 3.54 1.46C16.47 7.4 17 8.67 17 10s-.53 2.6-1.46 3.54C14.6 14.47 13.33 15 12 15s-2.6-.53-3.54-1.46A5.04 5.04 0 0 1 7 10c0-1.33.53-2.6 1.46-3.54C9.4 5.53 10.67 5 12 5m3.46 11.88l1.42-1.42L19 17.59l2.12-2.12l1.42 1.41L20.41 19l2.13 2.12l-1.42 1.42L19 20.41l-2.12 2.13l-1.42-1.42L17.59 19l-2.12-2.12Z"/></svg>
</template>

CSS

.icon-passport-remove {
  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%22M12%206c-.41.62-.75%201.29-.96%202h1.92A7.2%207.2%200%200%200%2012%206m-1.3.22C9.78%206.53%209%207.17%208.54%208H10c.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.78M8.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-2zM14%2012c-.18.63-.41%201.22-.71%201.78c.92-.32%201.71-.95%202.17-1.78zM6%202c-.53%200-1.04.21-1.41.59C4.21%202.96%204%203.47%204%204v16c0%20.53.21%201.04.59%201.41c.37.38.88.59%201.41.59h7.8c-.51-.88-.8-1.91-.8-3H7v-2h6.34c.83-2.33%203.05-4%205.66-4c.34%200%20.68.03%201%20.08V4c0-.53-.21-1.04-.59-1.41C19.04%202.21%2018.53%202%2018%202zm6%203c1.33%200%202.6.53%203.54%201.46C16.47%207.4%2017%208.67%2017%2010s-.53%202.6-1.46%203.54C14.6%2014.47%2013.33%2015%2012%2015s-2.6-.53-3.54-1.46A5.04%205.04%200%200%201%207%2010c0-1.33.53-2.6%201.46-3.54C9.4%205.53%2010.67%205%2012%205m3.46%2011.88l1.42-1.42L19%2017.59l2.12-2.12l1.42%201.41L20.41%2019l2.13%202.12l-1.42%201.42L19%2020.41l-2.12%202.13l-1.42-1.42L17.59%2019l-2.12-2.12Z%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%22M12%206c-.41.62-.75%201.29-.96%202h1.92A7.2%207.2%200%200%200%2012%206m-1.3.22C9.78%206.53%209%207.17%208.54%208H10c.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.78M8.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-2zM14%2012c-.18.63-.41%201.22-.71%201.78c.92-.32%201.71-.95%202.17-1.78zM6%202c-.53%200-1.04.21-1.41.59C4.21%202.96%204%203.47%204%204v16c0%20.53.21%201.04.59%201.41c.37.38.88.59%201.41.59h7.8c-.51-.88-.8-1.91-.8-3H7v-2h6.34c.83-2.33%203.05-4%205.66-4c.34%200%20.68.03%201%20.08V4c0-.53-.21-1.04-.59-1.41C19.04%202.21%2018.53%202%2018%202zm6%203c1.33%200%202.6.53%203.54%201.46C16.47%207.4%2017%208.67%2017%2010s-.53%202.6-1.46%203.54C14.6%2014.47%2013.33%2015%2012%2015s-2.6-.53-3.54-1.46A5.04%205.04%200%200%201%207%2010c0-1.33.53-2.6%201.46-3.54C9.4%205.53%2010.67%205%2012%205m3.46%2011.88l1.42-1.42L19%2017.59l2.12-2.12l1.42%201.41L20.41%2019l2.13%202.12l-1.42%201.42L19%2020.41l-2.12%202.13l-1.42-1.42L17.59%2019l-2.12-2.12Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/passport-remove.svg?color=%231a73e8&size=48