klingon from Circle Flags by HatScripts · Circle · MIT Free for personal and commercial use.

Name
klingon
Set
Circle Flags
Style
Circle
Viewbox
512×512
License
MIT

The same logo in other sets

Use the klingon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs3"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs3)"><path fill="#d80027" d="M0 0h512v512H0z"/><circle cx="256" cy="277" r="126" fill="#eee"/><path fill="#333" d="M256 355c15.1-25.3 28.9-39.7 44-65c-3.5-15.8-17.3-7.1-43-204c-29 198.4-44.5 189.4-46 202c14.8 25.8 30.2 41.2 45 67m-53-51c11.5 17.7 32.5 42.3 44 60c-69.2 4.6-83.4 21.3-107 46c-4.2-81.8 50.6-81.5 63-106m63 59c13.3-19.2 29.7-41.8 43-61c22.6 46.3 52.6 59.7 80 62c-21.4 30.2-76.8 27.2-123-1"/></g></svg>

React

import type { SVGProps } from "react";

export function CircleFlagsKlingon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs3"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs3)"><path fill="#d80027" d="M0 0h512v512H0z"/><circle cx="256" cy="277" r="126" fill="#eee"/><path fill="#333" d="M256 355c15.1-25.3 28.9-39.7 44-65c-3.5-15.8-17.3-7.1-43-204c-29 198.4-44.5 189.4-46 202c14.8 25.8 30.2 41.2 45 67m-53-51c11.5 17.7 32.5 42.3 44 60c-69.2 4.6-83.4 21.3-107 46c-4.2-81.8 50.6-81.5 63-106m63 59c13.3-19.2 29.7-41.8 43-61c22.6 46.3 52.6 59.7 80 62c-21.4 30.2-76.8 27.2-123-1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs3"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs3)"><path fill="#d80027" d="M0 0h512v512H0z"/><circle cx="256" cy="277" r="126" fill="#eee"/><path fill="#333" d="M256 355c15.1-25.3 28.9-39.7 44-65c-3.5-15.8-17.3-7.1-43-204c-29 198.4-44.5 189.4-46 202c14.8 25.8 30.2 41.2 45 67m-53-51c11.5 17.7 32.5 42.3 44 60c-69.2 4.6-83.4 21.3-107 46c-4.2-81.8 50.6-81.5 63-106m63 59c13.3-19.2 29.7-41.8 43-61c22.6 46.3 52.6 59.7 80 62c-21.4 30.2-76.8 27.2-123-1"/></g></svg>
</template>

CSS

.icon-klingon {
  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%20512%20512%22%3E%3Cmask%20id%3D%22SVGqdEcMdXs3%22%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%22256%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23SVGqdEcMdXs3)%22%3E%3Cpath%20fill%3D%22%23d80027%22%20d%3D%22M0%200h512v512H0z%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22277%22%20r%3D%22126%22%20fill%3D%22%23eee%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M256%20355c15.1-25.3%2028.9-39.7%2044-65c-3.5-15.8-17.3-7.1-43-204c-29%20198.4-44.5%20189.4-46%20202c14.8%2025.8%2030.2%2041.2%2045%2067m-53-51c11.5%2017.7%2032.5%2042.3%2044%2060c-69.2%204.6-83.4%2021.3-107%2046c-4.2-81.8%2050.6-81.5%2063-106m63%2059c13.3-19.2%2029.7-41.8%2043-61c22.6%2046.3%2052.6%2059.7%2080%2062c-21.4%2030.2-76.8%2027.2-123-1%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%20512%20512%22%3E%3Cmask%20id%3D%22SVGqdEcMdXs3%22%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%22256%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23SVGqdEcMdXs3)%22%3E%3Cpath%20fill%3D%22%23d80027%22%20d%3D%22M0%200h512v512H0z%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22277%22%20r%3D%22126%22%20fill%3D%22%23eee%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M256%20355c15.1-25.3%2028.9-39.7%2044-65c-3.5-15.8-17.3-7.1-43-204c-29%20198.4-44.5%20189.4-46%20202c14.8%2025.8%2030.2%2041.2%2045%2067m-53-51c11.5%2017.7%2032.5%2042.3%2044%2060c-69.2%204.6-83.4%2021.3-107%2046c-4.2-81.8%2050.6-81.5%2063-106m63%2059c13.3-19.2%2029.7-41.8%2043-61c22.6%2046.3%2052.6%2059.7%2080%2062c-21.4%2030.2-76.8%2027.2-123-1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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