regional indicator j emoji

regional-indicator-j from OpenMoji by OpenMoji · Default · Extras Unicode · CC-BY-SA-4.0 Attribution required.

Name
regional-indicator-j
Set
OpenMoji
Style
Default
Category
Extras Unicode
Viewbox
72×72
License
CC BY-SA 4.0

More extras unicode icons from OpenMoji

Use the regional indicator j emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGREWbgcXm" d="M44.346 21a1 1 0 0 0-1 1v18c0 4.962-4.037 9-9 9a9 9 0 0 1-6.024-2.312a1.001 1.001 0 0 0-1.336 1.488A11 11 0 0 0 34.346 51c6.066 0 11-4.935 11-11V22a1 1 0 0 0-1-1"/></defs><circle cx="36" cy="36" r="28" fill="#fff"/><use href="#SVGREWbgcXm"/><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"><circle cx="36" cy="36" r="28"/><use href="#SVGREWbgcXm"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiRegionalIndicatorJ(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGREWbgcXm" d="M44.346 21a1 1 0 0 0-1 1v18c0 4.962-4.037 9-9 9a9 9 0 0 1-6.024-2.312a1.001 1.001 0 0 0-1.336 1.488A11 11 0 0 0 34.346 51c6.066 0 11-4.935 11-11V22a1 1 0 0 0-1-1"/></defs><circle cx="36" cy="36" r="28" fill="#fff"/><use href="#SVGREWbgcXm"/><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="2"><circle cx="36" cy="36" r="28"/><use href="#SVGREWbgcXm"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGREWbgcXm" d="M44.346 21a1 1 0 0 0-1 1v18c0 4.962-4.037 9-9 9a9 9 0 0 1-6.024-2.312a1.001 1.001 0 0 0-1.336 1.488A11 11 0 0 0 34.346 51c6.066 0 11-4.935 11-11V22a1 1 0 0 0-1-1"/></defs><circle cx="36" cy="36" r="28" fill="#fff"/><use href="#SVGREWbgcXm"/><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"><circle cx="36" cy="36" r="28"/><use href="#SVGREWbgcXm"/></g></svg>
</template>

CSS

.icon-regional-indicator-j {
  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%2072%2072%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGREWbgcXm%22%20d%3D%22M44.346%2021a1%201%200%200%200-1%201v18c0%204.962-4.037%209-9%209a9%209%200%200%201-6.024-2.312a1.001%201.001%200%200%200-1.336%201.488A11%2011%200%200%200%2034.346%2051c6.066%200%2011-4.935%2011-11V22a1%201%200%200%200-1-1%22%2F%3E%3C%2Fdefs%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2228%22%20fill%3D%22%23fff%22%2F%3E%3Cuse%20href%3D%22%23SVGREWbgcXm%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2228%22%2F%3E%3Cuse%20href%3D%22%23SVGREWbgcXm%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%2072%2072%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGREWbgcXm%22%20d%3D%22M44.346%2021a1%201%200%200%200-1%201v18c0%204.962-4.037%209-9%209a9%209%200%200%201-6.024-2.312a1.001%201.001%200%200%200-1.336%201.488A11%2011%200%200%200%2034.346%2051c6.066%200%2011-4.935%2011-11V22a1%201%200%200%200-1-1%22%2F%3E%3C%2Fdefs%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2228%22%20fill%3D%22%23fff%22%2F%3E%3Cuse%20href%3D%22%23SVGREWbgcXm%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2228%22%2F%3E%3Cuse%20href%3D%22%23SVGREWbgcXm%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/regional-indicator-j.svg?color=%231a73e8&size=48