passport control emoji

passport-control from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.

Name
passport-control
Set
Twitter Emoji
Style
Default
Category
Symbols
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Twitter Emoji

Use the passport control emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#269" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#f5f8fa" d="M31 11a6 6 0 0 1-12 0zm0-6H19a1 1 0 0 0-1 1c0 .182.049.569.134 1.007C18.089 7.005 18.046 7 18 7c-1.104 0-2 .448-2 1s.896 1 2 1c.37 0 .684-.003.971-.008c.009.002.019.008.029.008h12c.553 0 1-2.448 1-3s-.447-1-1-1M15 26c-5.013 0-7.558-3.731-7.664-3.891a2 2 0 0 1 3.328-2.219C10.713 19.96 12.173 22 15 22c2.85 0 4.322-2.088 4.336-2.109a2.001 2.001 0 0 1 3.329 2.219C22.559 22.269 20.013 26 15 26"/><path fill="#f5f8fa" d="M28 19h-7a2 2 0 0 0-2 2v7zm2.82 1.18L19 32a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V21c0-.293-.066-.569-.18-.82M12 3.04L6 4.47a1.3 1.3 0 0 0-.426.224L11 5.96c.552.157 1 .733 1 1.285v5.795c.552-.157 1-.732 1-1.285v-8c0-.553-.448-.872-1-.715"/><path fill="#f5f8fa" d="M10 16.755c0 .553-.448.872-1 .715l-5-1.43c-.552-.157-1-.732-1-1.285v-8c0-.553.448-.872 1-.715l5 1.43c.552.157 1 .733 1 1.285z"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiPassportControl(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#269" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#f5f8fa" d="M31 11a6 6 0 0 1-12 0zm0-6H19a1 1 0 0 0-1 1c0 .182.049.569.134 1.007C18.089 7.005 18.046 7 18 7c-1.104 0-2 .448-2 1s.896 1 2 1c.37 0 .684-.003.971-.008c.009.002.019.008.029.008h12c.553 0 1-2.448 1-3s-.447-1-1-1M15 26c-5.013 0-7.558-3.731-7.664-3.891a2 2 0 0 1 3.328-2.219C10.713 19.96 12.173 22 15 22c2.85 0 4.322-2.088 4.336-2.109a2.001 2.001 0 0 1 3.329 2.219C22.559 22.269 20.013 26 15 26"/><path fill="#f5f8fa" d="M28 19h-7a2 2 0 0 0-2 2v7zm2.82 1.18L19 32a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V21c0-.293-.066-.569-.18-.82M12 3.04L6 4.47a1.3 1.3 0 0 0-.426.224L11 5.96c.552.157 1 .733 1 1.285v5.795c.552-.157 1-.732 1-1.285v-8c0-.553-.448-.872-1-.715"/><path fill="#f5f8fa" d="M10 16.755c0 .553-.448.872-1 .715l-5-1.43c-.552-.157-1-.732-1-1.285v-8c0-.553.448-.872 1-.715l5 1.43c.552.157 1 .733 1 1.285z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#269" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#f5f8fa" d="M31 11a6 6 0 0 1-12 0zm0-6H19a1 1 0 0 0-1 1c0 .182.049.569.134 1.007C18.089 7.005 18.046 7 18 7c-1.104 0-2 .448-2 1s.896 1 2 1c.37 0 .684-.003.971-.008c.009.002.019.008.029.008h12c.553 0 1-2.448 1-3s-.447-1-1-1M15 26c-5.013 0-7.558-3.731-7.664-3.891a2 2 0 0 1 3.328-2.219C10.713 19.96 12.173 22 15 22c2.85 0 4.322-2.088 4.336-2.109a2.001 2.001 0 0 1 3.329 2.219C22.559 22.269 20.013 26 15 26"/><path fill="#f5f8fa" d="M28 19h-7a2 2 0 0 0-2 2v7zm2.82 1.18L19 32a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V21c0-.293-.066-.569-.18-.82M12 3.04L6 4.47a1.3 1.3 0 0 0-.426.224L11 5.96c.552.157 1 .733 1 1.285v5.795c.552-.157 1-.732 1-1.285v-8c0-.553-.448-.872-1-.715"/><path fill="#f5f8fa" d="M10 16.755c0 .553-.448.872-1 .715l-5-1.43c-.552-.157-1-.732-1-1.285v-8c0-.553.448-.872 1-.715l5 1.43c.552.157 1 .733 1 1.285z"/></svg>
</template>

CSS

.icon-passport-control {
  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%2036%2036%22%3E%3Cpath%20fill%3D%22%23269%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23f5f8fa%22%20d%3D%22M31%2011a6%206%200%200%201-12%200zm0-6H19a1%201%200%200%200-1%201c0%20.182.049.569.134%201.007C18.089%207.005%2018.046%207%2018%207c-1.104%200-2%20.448-2%201s.896%201%202%201c.37%200%20.684-.003.971-.008c.009.002.019.008.029.008h12c.553%200%201-2.448%201-3s-.447-1-1-1M15%2026c-5.013%200-7.558-3.731-7.664-3.891a2%202%200%200%201%203.328-2.219C10.713%2019.96%2012.173%2022%2015%2022c2.85%200%204.322-2.088%204.336-2.109a2.001%202.001%200%200%201%203.329%202.219C22.559%2022.269%2020.013%2026%2015%2026%22%2F%3E%3Cpath%20fill%3D%22%23f5f8fa%22%20d%3D%22M28%2019h-7a2%202%200%200%200-2%202v7zm2.82%201.18L19%2032a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V21c0-.293-.066-.569-.18-.82M12%203.04L6%204.47a1.3%201.3%200%200%200-.426.224L11%205.96c.552.157%201%20.733%201%201.285v5.795c.552-.157%201-.732%201-1.285v-8c0-.553-.448-.872-1-.715%22%2F%3E%3Cpath%20fill%3D%22%23f5f8fa%22%20d%3D%22M10%2016.755c0%20.553-.448.872-1%20.715l-5-1.43c-.552-.157-1-.732-1-1.285v-8c0-.553.448-.872%201-.715l5%201.43c.552.157%201%20.733%201%201.285z%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23269%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23f5f8fa%22%20d%3D%22M31%2011a6%206%200%200%201-12%200zm0-6H19a1%201%200%200%200-1%201c0%20.182.049.569.134%201.007C18.089%207.005%2018.046%207%2018%207c-1.104%200-2%20.448-2%201s.896%201%202%201c.37%200%20.684-.003.971-.008c.009.002.019.008.029.008h12c.553%200%201-2.448%201-3s-.447-1-1-1M15%2026c-5.013%200-7.558-3.731-7.664-3.891a2%202%200%200%201%203.328-2.219C10.713%2019.96%2012.173%2022%2015%2022c2.85%200%204.322-2.088%204.336-2.109a2.001%202.001%200%200%201%203.329%202.219C22.559%2022.269%2020.013%2026%2015%2026%22%2F%3E%3Cpath%20fill%3D%22%23f5f8fa%22%20d%3D%22M28%2019h-7a2%202%200%200%200-2%202v7zm2.82%201.18L19%2032a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V21c0-.293-.066-.569-.18-.82M12%203.04L6%204.47a1.3%201.3%200%200%200-.426.224L11%205.96c.552.157%201%20.733%201%201.285v5.795c.552-.157%201-.732%201-1.285v-8c0-.553-.448-.872-1-.715%22%2F%3E%3Cpath%20fill%3D%22%23f5f8fa%22%20d%3D%22M10%2016.755c0%20.553-.448.872-1%20.715l-5-1.43c-.552-.157-1-.732-1-1.285v-8c0-.553.448-.872%201-.715l5%201.43c.552.157%201%20.733%201%201.285z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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