passport spark icon

passport-spark-outline from Material Symbols by Google · Outline · Apache-2.0 Free for personal and commercial use.

Name
passport-spark-outline
Set
Material Symbols
Style
Outline
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

Use the passport spark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 20V4zm6-4.5q1.725 0 3.063-1.05t1.762-2.65q-.95-.275-1.775-.8t-1.475-1.25h-2.3q.075-1.025.3-1.662T12 7.175V5.5q-2.075 0-3.537 1.463T7 10.5t1.463 3.538T12 15.5M4 22V2h9.025q-.3.475-.513.975T12.176 4H6v16h12v-8q.5.05 1 0t1-.175V20q0 .825-.587 1.413T18 22zm8-8.175q-.2-.275-.425-.913t-.3-1.662h1.45q-.075 1.025-.3 1.663t-.425.912m-1.8-.325q-.6-.375-1.025-.95t-.575-1.3h1.175q.05.625.15 1.188T10.2 13.5M8.6 9.75q.15-.725.575-1.3T10.2 7.5q-.175.5-.275 1.063t-.15 1.187zm5.2 3.75q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575 1.3t-1.025.95m-5.3 5h7V17h-7zm10-8.5q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5t.15-.2q1.525-.375 2.638-1.5T18.3 1.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 9.85q-.025.15-.2.15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPassportSparkOutline(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 20V4zm6-4.5q1.725 0 3.063-1.05t1.762-2.65q-.95-.275-1.775-.8t-1.475-1.25h-2.3q.075-1.025.3-1.662T12 7.175V5.5q-2.075 0-3.537 1.463T7 10.5t1.463 3.538T12 15.5M4 22V2h9.025q-.3.475-.513.975T12.176 4H6v16h12v-8q.5.05 1 0t1-.175V20q0 .825-.587 1.413T18 22zm8-8.175q-.2-.275-.425-.913t-.3-1.662h1.45q-.075 1.025-.3 1.663t-.425.912m-1.8-.325q-.6-.375-1.025-.95t-.575-1.3h1.175q.05.625.15 1.188T10.2 13.5M8.6 9.75q.15-.725.575-1.3T10.2 7.5q-.175.5-.275 1.063t-.15 1.187zm5.2 3.75q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575 1.3t-1.025.95m-5.3 5h7V17h-7zm10-8.5q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5t.15-.2q1.525-.375 2.638-1.5T18.3 1.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 9.85q-.025.15-.2.15"/></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 20V4zm6-4.5q1.725 0 3.063-1.05t1.762-2.65q-.95-.275-1.775-.8t-1.475-1.25h-2.3q.075-1.025.3-1.662T12 7.175V5.5q-2.075 0-3.537 1.463T7 10.5t1.463 3.538T12 15.5M4 22V2h9.025q-.3.475-.513.975T12.176 4H6v16h12v-8q.5.05 1 0t1-.175V20q0 .825-.587 1.413T18 22zm8-8.175q-.2-.275-.425-.913t-.3-1.662h1.45q-.075 1.025-.3 1.663t-.425.912m-1.8-.325q-.6-.375-1.025-.95t-.575-1.3h1.175q.05.625.15 1.188T10.2 13.5M8.6 9.75q.15-.725.575-1.3T10.2 7.5q-.175.5-.275 1.063t-.15 1.187zm5.2 3.75q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575 1.3t-1.025.95m-5.3 5h7V17h-7zm10-8.5q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5t.15-.2q1.525-.375 2.638-1.5T18.3 1.15q.05-.15.2-.15t.2.15q.4 1.525 1.513 2.638T22.85 5.3q.15.025.15.2q0 .15-.15.2q-1.525.4-2.637 1.513T18.7 9.85q-.025.15-.2.15"/></svg>
</template>

CSS

.icon-passport-spark-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2020V4zm6-4.5q1.725%200%203.063-1.05t1.762-2.65q-.95-.275-1.775-.8t-1.475-1.25h-2.3q.075-1.025.3-1.662T12%207.175V5.5q-2.075%200-3.537%201.463T7%2010.5t1.463%203.538T12%2015.5M4%2022V2h9.025q-.3.475-.513.975T12.176%204H6v16h12v-8q.5.05%201%200t1-.175V20q0%20.825-.587%201.413T18%2022zm8-8.175q-.2-.275-.425-.913t-.3-1.662h1.45q-.075%201.025-.3%201.663t-.425.912m-1.8-.325q-.6-.375-1.025-.95t-.575-1.3h1.175q.05.625.15%201.188T10.2%2013.5M8.6%209.75q.15-.725.575-1.3T10.2%207.5q-.175.5-.275%201.063t-.15%201.187zm5.2%203.75q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575%201.3t-1.025.95m-5.3%205h7V17h-7zm10-8.5q-.15%200-.2-.15q-.4-1.525-1.513-2.637T14.15%205.7Q14%205.65%2014%205.5t.15-.2q1.525-.375%202.638-1.5T18.3%201.15q.05-.15.2-.15t.2.15q.4%201.525%201.513%202.638T22.85%205.3q.15.025.15.2q0%20.15-.15.2q-1.525.4-2.637%201.513T18.7%209.85q-.025.15-.2.15%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%2020V4zm6-4.5q1.725%200%203.063-1.05t1.762-2.65q-.95-.275-1.775-.8t-1.475-1.25h-2.3q.075-1.025.3-1.662T12%207.175V5.5q-2.075%200-3.537%201.463T7%2010.5t1.463%203.538T12%2015.5M4%2022V2h9.025q-.3.475-.513.975T12.176%204H6v16h12v-8q.5.05%201%200t1-.175V20q0%20.825-.587%201.413T18%2022zm8-8.175q-.2-.275-.425-.913t-.3-1.662h1.45q-.075%201.025-.3%201.663t-.425.912m-1.8-.325q-.6-.375-1.025-.95t-.575-1.3h1.175q.05.625.15%201.188T10.2%2013.5M8.6%209.75q.15-.725.575-1.3T10.2%207.5q-.175.5-.275%201.063t-.15%201.187zm5.2%203.75q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575%201.3t-1.025.95m-5.3%205h7V17h-7zm10-8.5q-.15%200-.2-.15q-.4-1.525-1.513-2.637T14.15%205.7Q14%205.65%2014%205.5t.15-.2q1.525-.375%202.638-1.5T18.3%201.15q.05-.15.2-.15t.2.15q.4%201.525%201.513%202.638T22.85%205.3q.15.025.15.2q0%20.15-.15.2q-1.525.4-2.637%201.513T18.7%209.85q-.025.15-.2.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Passport Spark outline icon — Material Symbols · IconsDB