passport cancel icon
passport-cancel from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- passport-cancel
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
Use the passport cancel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 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.59h7c-.54-.88-.9-1.9-1-3H7v-2h5.17c.19-.77.5-1.5.93-2.12a5.04 5.04 0 0 1-4.64-1.34A5.04 5.04 0 0 1 7 10c0-1.33.53-2.6 1.46-3.54C9.4 5.53 10.67 5 12 5s2.6.53 3.54 1.46C16.47 7.4 17 8.67 17 10c0 .82-.2 1.63-.58 2.34c.65-.22 1.35-.34 2.08-.34c.5 0 1 .06 1.5.17V4c0-.53-.21-1.04-.59-1.41C19.04 2.21 18.53 2 18 2zm6 4c-.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.78zm4.5 11c2.5 0 4.5-2 4.5-4.5S21 14 18.5 14S14 16 14 18.5s2 4.5 4.5 4.5m-2.58-6L20 21.09c-.42.26-.94.41-1.5.41c-1.66 0-3-1.34-3-3c0-.56.15-1.08.42-1.5m5.58 1.5c0 .56-.15 1.08-.41 1.5L17 15.92c.42-.27.94-.42 1.5-.42c1.66 0 3 1.34 3 3"/></svg>
React
import type { SVGProps } from "react";
export function MdiPassportCancel(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="M6 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.59h7c-.54-.88-.9-1.9-1-3H7v-2h5.17c.19-.77.5-1.5.93-2.12a5.04 5.04 0 0 1-4.64-1.34A5.04 5.04 0 0 1 7 10c0-1.33.53-2.6 1.46-3.54C9.4 5.53 10.67 5 12 5s2.6.53 3.54 1.46C16.47 7.4 17 8.67 17 10c0 .82-.2 1.63-.58 2.34c.65-.22 1.35-.34 2.08-.34c.5 0 1 .06 1.5.17V4c0-.53-.21-1.04-.59-1.41C19.04 2.21 18.53 2 18 2zm6 4c-.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.78zm4.5 11c2.5 0 4.5-2 4.5-4.5S21 14 18.5 14S14 16 14 18.5s2 4.5 4.5 4.5m-2.58-6L20 21.09c-.42.26-.94.41-1.5.41c-1.66 0-3-1.34-3-3c0-.56.15-1.08.42-1.5m5.58 1.5c0 .56-.15 1.08-.41 1.5L17 15.92c.42-.27.94-.42 1.5-.42c1.66 0 3 1.34 3 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 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.59h7c-.54-.88-.9-1.9-1-3H7v-2h5.17c.19-.77.5-1.5.93-2.12a5.04 5.04 0 0 1-4.64-1.34A5.04 5.04 0 0 1 7 10c0-1.33.53-2.6 1.46-3.54C9.4 5.53 10.67 5 12 5s2.6.53 3.54 1.46C16.47 7.4 17 8.67 17 10c0 .82-.2 1.63-.58 2.34c.65-.22 1.35-.34 2.08-.34c.5 0 1 .06 1.5.17V4c0-.53-.21-1.04-.59-1.41C19.04 2.21 18.53 2 18 2zm6 4c-.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.78zm4.5 11c2.5 0 4.5-2 4.5-4.5S21 14 18.5 14S14 16 14 18.5s2 4.5 4.5 4.5m-2.58-6L20 21.09c-.42.26-.94.41-1.5.41c-1.66 0-3-1.34-3-3c0-.56.15-1.08.42-1.5m5.58 1.5c0 .56-.15 1.08-.41 1.5L17 15.92c.42-.27.94-.42 1.5-.42c1.66 0 3 1.34 3 3"/></svg> </template>
CSS
.icon-passport-cancel {
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%22M6%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.59h7c-.54-.88-.9-1.9-1-3H7v-2h5.17c.19-.77.5-1.5.93-2.12a5.04%205.04%200%200%201-4.64-1.34A5.04%205.04%200%200%201%207%2010c0-1.33.53-2.6%201.46-3.54C9.4%205.53%2010.67%205%2012%205s2.6.53%203.54%201.46C16.47%207.4%2017%208.67%2017%2010c0%20.82-.2%201.63-.58%202.34c.65-.22%201.35-.34%202.08-.34c.5%200%201%20.06%201.5.17V4c0-.53-.21-1.04-.59-1.41C19.04%202.21%2018.53%202%2018%202zm6%204c-.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.78zm4.5%2011c2.5%200%204.5-2%204.5-4.5S21%2014%2018.5%2014S14%2016%2014%2018.5s2%204.5%204.5%204.5m-2.58-6L20%2021.09c-.42.26-.94.41-1.5.41c-1.66%200-3-1.34-3-3c0-.56.15-1.08.42-1.5m5.58%201.5c0%20.56-.15%201.08-.41%201.5L17%2015.92c.42-.27.94-.42%201.5-.42c1.66%200%203%201.34%203%203%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%22M6%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.59h7c-.54-.88-.9-1.9-1-3H7v-2h5.17c.19-.77.5-1.5.93-2.12a5.04%205.04%200%200%201-4.64-1.34A5.04%205.04%200%200%201%207%2010c0-1.33.53-2.6%201.46-3.54C9.4%205.53%2010.67%205%2012%205s2.6.53%203.54%201.46C16.47%207.4%2017%208.67%2017%2010c0%20.82-.2%201.63-.58%202.34c.65-.22%201.35-.34%202.08-.34c.5%200%201%20.06%201.5.17V4c0-.53-.21-1.04-.59-1.41C19.04%202.21%2018.53%202%2018%202zm6%204c-.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.78zm4.5%2011c2.5%200%204.5-2%204.5-4.5S21%2014%2018.5%2014S14%2016%2014%2018.5s2%204.5%204.5%204.5m-2.58-6L20%2021.09c-.42.26-.94.41-1.5.41c-1.66%200-3-1.34-3-3c0-.56.15-1.08.42-1.5m5.58%201.5c0%20.56-.15%201.08-.41%201.5L17%2015.92c.42-.27.94-.42%201.5-.42c1.66%200%203%201.34%203%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/passport-cancel.svg?color=%231a73e8&size=48