passport one icon
passport-one from IconPark by ByteDance · Color · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- passport-one
- Set
- IconPark
- Style
- Color
- Category
- Travel
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More travel icons from IconPark
Use the passport one icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path stroke="#000" stroke-linecap="round" d="M13 40L9 40C7.89543 40 7 39.1046 7 38L7 6C7 4.89543 7.89543 4 9 4L29 4C30.1046 4 31 4.89543 31 6L31 10"/><rect width="34" height="28" x="13" y="44" fill="#2F88FF" stroke="#000" rx="2" transform="rotate(-90 13 44)"/><circle cx="27" cy="27" r="8" stroke="#fff"/><path stroke="#fff" stroke-linecap="round" d="M34.9998 28C34.9998 28 32 27.5 29.9995 29C27.999 30.5 27.401 34.1025 27.9999 35"/><path stroke="#fff" stroke-linecap="round" d="M24 27C24 29 22 31 20 31"/><path stroke="#fff" stroke-linecap="round" d="M31 20C31 20 31 24 28 24"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkPassportOne(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeWidth="4"><path stroke="#000" strokeLinecap="round" d="M13 40L9 40C7.89543 40 7 39.1046 7 38L7 6C7 4.89543 7.89543 4 9 4L29 4C30.1046 4 31 4.89543 31 6L31 10"/><rect width="34" height="28" x="13" y="44" fill="#2F88FF" stroke="#000" rx="2" transform="rotate(-90 13 44)"/><circle cx="27" cy="27" r="8" stroke="#fff"/><path stroke="#fff" strokeLinecap="round" d="M34.9998 28C34.9998 28 32 27.5 29.9995 29C27.999 30.5 27.401 34.1025 27.9999 35"/><path stroke="#fff" strokeLinecap="round" d="M24 27C24 29 22 31 20 31"/><path stroke="#fff" strokeLinecap="round" d="M31 20C31 20 31 24 28 24"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path stroke="#000" stroke-linecap="round" d="M13 40L9 40C7.89543 40 7 39.1046 7 38L7 6C7 4.89543 7.89543 4 9 4L29 4C30.1046 4 31 4.89543 31 6L31 10"/><rect width="34" height="28" x="13" y="44" fill="#2F88FF" stroke="#000" rx="2" transform="rotate(-90 13 44)"/><circle cx="27" cy="27" r="8" stroke="#fff"/><path stroke="#fff" stroke-linecap="round" d="M34.9998 28C34.9998 28 32 27.5 29.9995 29C27.999 30.5 27.401 34.1025 27.9999 35"/><path stroke="#fff" stroke-linecap="round" d="M24 27C24 29 22 31 20 31"/><path stroke="#fff" stroke-linecap="round" d="M31 20C31 20 31 24 28 24"/></g></svg> </template>
CSS
.icon-passport-one {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M13%2040L9%2040C7.89543%2040%207%2039.1046%207%2038L7%206C7%204.89543%207.89543%204%209%204L29%204C30.1046%204%2031%204.89543%2031%206L31%2010%22%2F%3E%3Crect%20width%3D%2234%22%20height%3D%2228%22%20x%3D%2213%22%20y%3D%2244%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20rx%3D%222%22%20transform%3D%22rotate(-90%2013%2044)%22%2F%3E%3Ccircle%20cx%3D%2227%22%20cy%3D%2227%22%20r%3D%228%22%20stroke%3D%22%23fff%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M34.9998%2028C34.9998%2028%2032%2027.5%2029.9995%2029C27.999%2030.5%2027.401%2034.1025%2027.9999%2035%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M24%2027C24%2029%2022%2031%2020%2031%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M31%2020C31%2020%2031%2024%2028%2024%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M13%2040L9%2040C7.89543%2040%207%2039.1046%207%2038L7%206C7%204.89543%207.89543%204%209%204L29%204C30.1046%204%2031%204.89543%2031%206L31%2010%22%2F%3E%3Crect%20width%3D%2234%22%20height%3D%2228%22%20x%3D%2213%22%20y%3D%2244%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20rx%3D%222%22%20transform%3D%22rotate(-90%2013%2044)%22%2F%3E%3Ccircle%20cx%3D%2227%22%20cy%3D%2227%22%20r%3D%228%22%20stroke%3D%22%23fff%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M34.9998%2028C34.9998%2028%2032%2027.5%2029.9995%2029C27.999%2030.5%2027.401%2034.1025%2027.9999%2035%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M24%2027C24%2029%2022%2031%2020%2031%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M31%2020C31%2020%2031%2024%2028%2024%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/passport-one.svg?color=%231a73e8&size=48