passport spark icon
passport-spark-rounded from Material Symbols by Google · Rounded · Apache-2.0 Free for personal and commercial use.
- Name
- passport-spark-rounded
- Set
- Material Symbols
- Style
- Rounded
- 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="M9.25 18.5h5.5q.325 0 .538-.213t.212-.537t-.213-.537T14.75 17h-5.5q-.325 0-.537.213t-.213.537t.213.538t.537.212m2.025-8.75q.075-1.025.3-1.662T12 7.175q.2.275.425.913t.3 1.662zM12 13.825q-.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.5m3.6 0q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575 1.3t-1.025.95M8.6 9.75q.15-.725.575-1.3T10.2 7.5q-.175.5-.275 1.062t-.15 1.188zm9.9.25q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5q0-.175.15-.2q1.525-.4 2.638-1.513T18.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.15M5 22q-.425 0-.712-.288T4 21V3q0-.425.288-.712T5 2h6.7q.45 0 .688.388t.037.812q-.2.55-.312 1.125T12 5.5q-2.075 0-3.537 1.463T7 10.5t1.463 3.538T12 15.5q1.725 0 3.063-1.05t1.762-2.65q.55.15 1.1.2t1.1 0q.4-.05.688.2t.287.625V20q0 .825-.587 1.413T18 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPassportSparkRounded(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="M9.25 18.5h5.5q.325 0 .538-.213t.212-.537t-.213-.537T14.75 17h-5.5q-.325 0-.537.213t-.213.537t.213.538t.537.212m2.025-8.75q.075-1.025.3-1.662T12 7.175q.2.275.425.913t.3 1.662zM12 13.825q-.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.5m3.6 0q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575 1.3t-1.025.95M8.6 9.75q.15-.725.575-1.3T10.2 7.5q-.175.5-.275 1.062t-.15 1.188zm9.9.25q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5q0-.175.15-.2q1.525-.4 2.638-1.513T18.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.15M5 22q-.425 0-.712-.288T4 21V3q0-.425.288-.712T5 2h6.7q.45 0 .688.388t.037.812q-.2.55-.312 1.125T12 5.5q-2.075 0-3.537 1.463T7 10.5t1.463 3.538T12 15.5q1.725 0 3.063-1.05t1.762-2.65q.55.15 1.1.2t1.1 0q.4-.05.688.2t.287.625V20q0 .825-.587 1.413T18 22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.25 18.5h5.5q.325 0 .538-.213t.212-.537t-.213-.537T14.75 17h-5.5q-.325 0-.537.213t-.213.537t.213.538t.537.212m2.025-8.75q.075-1.025.3-1.662T12 7.175q.2.275.425.913t.3 1.662zM12 13.825q-.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.5m3.6 0q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575 1.3t-1.025.95M8.6 9.75q.15-.725.575-1.3T10.2 7.5q-.175.5-.275 1.062t-.15 1.188zm9.9.25q-.15 0-.2-.15q-.4-1.525-1.513-2.637T14.15 5.7Q14 5.65 14 5.5q0-.175.15-.2q1.525-.4 2.638-1.513T18.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.15M5 22q-.425 0-.712-.288T4 21V3q0-.425.288-.712T5 2h6.7q.45 0 .688.388t.037.812q-.2.55-.312 1.125T12 5.5q-2.075 0-3.537 1.463T7 10.5t1.463 3.538T12 15.5q1.725 0 3.063-1.05t1.762-2.65q.55.15 1.1.2t1.1 0q.4-.05.688.2t.287.625V20q0 .825-.587 1.413T18 22z"/></svg> </template>
CSS
.icon-passport-spark-rounded {
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%22M9.25%2018.5h5.5q.325%200%20.538-.213t.212-.537t-.213-.537T14.75%2017h-5.5q-.325%200-.537.213t-.213.537t.213.538t.537.212m2.025-8.75q.075-1.025.3-1.662T12%207.175q.2.275.425.913t.3%201.662zM12%2013.825q-.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.5m3.6%200q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575%201.3t-1.025.95M8.6%209.75q.15-.725.575-1.3T10.2%207.5q-.175.5-.275%201.062t-.15%201.188zm9.9.25q-.15%200-.2-.15q-.4-1.525-1.513-2.637T14.15%205.7Q14%205.65%2014%205.5q0-.175.15-.2q1.525-.4%202.638-1.513T18.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.15M5%2022q-.425%200-.712-.288T4%2021V3q0-.425.288-.712T5%202h6.7q.45%200%20.688.388t.037.812q-.2.55-.312%201.125T12%205.5q-2.075%200-3.537%201.463T7%2010.5t1.463%203.538T12%2015.5q1.725%200%203.063-1.05t1.762-2.65q.55.15%201.1.2t1.1%200q.4-.05.688.2t.287.625V20q0%20.825-.587%201.413T18%2022z%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%22M9.25%2018.5h5.5q.325%200%20.538-.213t.212-.537t-.213-.537T14.75%2017h-5.5q-.325%200-.537.213t-.213.537t.213.538t.537.212m2.025-8.75q.075-1.025.3-1.662T12%207.175q.2.275.425.913t.3%201.662zM12%2013.825q-.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.5m3.6%200q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575%201.3t-1.025.95M8.6%209.75q.15-.725.575-1.3T10.2%207.5q-.175.5-.275%201.062t-.15%201.188zm9.9.25q-.15%200-.2-.15q-.4-1.525-1.513-2.637T14.15%205.7Q14%205.65%2014%205.5q0-.175.15-.2q1.525-.4%202.638-1.513T18.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.15M5%2022q-.425%200-.712-.288T4%2021V3q0-.425.288-.712T5%202h6.7q.45%200%20.688.388t.037.812q-.2.55-.312%201.125T12%205.5q-2.075%200-3.537%201.463T7%2010.5t1.463%203.538T12%2015.5q1.725%200%203.063-1.05t1.762-2.65q.55.15%201.1.2t1.1%200q.4-.05.688.2t.287.625V20q0%20.825-.587%201.413T18%2022z%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-rounded.svg?color=%231a73e8&size=48