latin-cross from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.

Name
latin-cross
Set
Emoji One (Colored)
Style
Default
Category
Symbols
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Emoji One (Colored)

Use the latin cross emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#c28fef" d="M55 23.4s-1.7-1.5-4.2-2.3c-.7-2.3-2.4-4-4.4-4c-.9 0-1.7.3-2.4.8c.8.6 1.5 1.5 1.9 2.6H35v-10c1.2.4 2.2 1 2.8 1.7c.6-.6.9-1.4.9-2.2c0-1.9-1.8-3.5-4.3-4.1C33.6 3.6 32 2 32 2s-1.6 1.6-2.5 3.9c-2.5.7-4.3 2.3-4.3 4.1c0 .8.3 1.6.9 2.2c.7-.7 1.6-1.4 2.8-1.7v10H18.2c.4-1.1 1.1-2 1.9-2.6c-.7-.5-1.5-.8-2.4-.8c-2 0-3.7 1.7-4.4 4c-2.6.8-4.3 2.3-4.3 2.3s1.7 1.5 4.2 2.3c.7 2.3 2.4 4 4.4 4c.9 0 1.7-.3 2.4-.8c-.8-.6-1.5-1.5-1.9-2.6H29v27.4c-1.2-.4-2.2-1-2.8-1.7c-.6.6-.9 1.4-.9 2.2c0 1.9 1.8 3.5 4.3 4.1c.8 2.1 2.4 3.7 2.4 3.7s1.6-1.6 2.5-3.9c2.5-.6 4.3-2.2 4.3-4.1c0-.8-.3-1.6-.9-2.2c-.7.7-1.6 1.3-2.8 1.7V26.2h10.8c-.4 1.1-1.1 2-1.9 2.6c.7.5 1.5.8 2.4.8c2 0 3.7-1.7 4.4-4c2.5-.8 4.2-2.2 4.2-2.2"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneLatinCross(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#c28fef" d="M55 23.4s-1.7-1.5-4.2-2.3c-.7-2.3-2.4-4-4.4-4c-.9 0-1.7.3-2.4.8c.8.6 1.5 1.5 1.9 2.6H35v-10c1.2.4 2.2 1 2.8 1.7c.6-.6.9-1.4.9-2.2c0-1.9-1.8-3.5-4.3-4.1C33.6 3.6 32 2 32 2s-1.6 1.6-2.5 3.9c-2.5.7-4.3 2.3-4.3 4.1c0 .8.3 1.6.9 2.2c.7-.7 1.6-1.4 2.8-1.7v10H18.2c.4-1.1 1.1-2 1.9-2.6c-.7-.5-1.5-.8-2.4-.8c-2 0-3.7 1.7-4.4 4c-2.6.8-4.3 2.3-4.3 2.3s1.7 1.5 4.2 2.3c.7 2.3 2.4 4 4.4 4c.9 0 1.7-.3 2.4-.8c-.8-.6-1.5-1.5-1.9-2.6H29v27.4c-1.2-.4-2.2-1-2.8-1.7c-.6.6-.9 1.4-.9 2.2c0 1.9 1.8 3.5 4.3 4.1c.8 2.1 2.4 3.7 2.4 3.7s1.6-1.6 2.5-3.9c2.5-.6 4.3-2.2 4.3-4.1c0-.8-.3-1.6-.9-2.2c-.7.7-1.6 1.3-2.8 1.7V26.2h10.8c-.4 1.1-1.1 2-1.9 2.6c.7.5 1.5.8 2.4.8c2 0 3.7-1.7 4.4-4c2.5-.8 4.2-2.2 4.2-2.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#c28fef" d="M55 23.4s-1.7-1.5-4.2-2.3c-.7-2.3-2.4-4-4.4-4c-.9 0-1.7.3-2.4.8c.8.6 1.5 1.5 1.9 2.6H35v-10c1.2.4 2.2 1 2.8 1.7c.6-.6.9-1.4.9-2.2c0-1.9-1.8-3.5-4.3-4.1C33.6 3.6 32 2 32 2s-1.6 1.6-2.5 3.9c-2.5.7-4.3 2.3-4.3 4.1c0 .8.3 1.6.9 2.2c.7-.7 1.6-1.4 2.8-1.7v10H18.2c.4-1.1 1.1-2 1.9-2.6c-.7-.5-1.5-.8-2.4-.8c-2 0-3.7 1.7-4.4 4c-2.6.8-4.3 2.3-4.3 2.3s1.7 1.5 4.2 2.3c.7 2.3 2.4 4 4.4 4c.9 0 1.7-.3 2.4-.8c-.8-.6-1.5-1.5-1.9-2.6H29v27.4c-1.2-.4-2.2-1-2.8-1.7c-.6.6-.9 1.4-.9 2.2c0 1.9 1.8 3.5 4.3 4.1c.8 2.1 2.4 3.7 2.4 3.7s1.6-1.6 2.5-3.9c2.5-.6 4.3-2.2 4.3-4.1c0-.8-.3-1.6-.9-2.2c-.7.7-1.6 1.3-2.8 1.7V26.2h10.8c-.4 1.1-1.1 2-1.9 2.6c.7.5 1.5.8 2.4.8c2 0 3.7-1.7 4.4-4c2.5-.8 4.2-2.2 4.2-2.2"/></svg>
</template>

CSS

.icon-latin-cross {
  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%2064%2064%22%3E%3Cpath%20fill%3D%22%23c28fef%22%20d%3D%22M55%2023.4s-1.7-1.5-4.2-2.3c-.7-2.3-2.4-4-4.4-4c-.9%200-1.7.3-2.4.8c.8.6%201.5%201.5%201.9%202.6H35v-10c1.2.4%202.2%201%202.8%201.7c.6-.6.9-1.4.9-2.2c0-1.9-1.8-3.5-4.3-4.1C33.6%203.6%2032%202%2032%202s-1.6%201.6-2.5%203.9c-2.5.7-4.3%202.3-4.3%204.1c0%20.8.3%201.6.9%202.2c.7-.7%201.6-1.4%202.8-1.7v10H18.2c.4-1.1%201.1-2%201.9-2.6c-.7-.5-1.5-.8-2.4-.8c-2%200-3.7%201.7-4.4%204c-2.6.8-4.3%202.3-4.3%202.3s1.7%201.5%204.2%202.3c.7%202.3%202.4%204%204.4%204c.9%200%201.7-.3%202.4-.8c-.8-.6-1.5-1.5-1.9-2.6H29v27.4c-1.2-.4-2.2-1-2.8-1.7c-.6.6-.9%201.4-.9%202.2c0%201.9%201.8%203.5%204.3%204.1c.8%202.1%202.4%203.7%202.4%203.7s1.6-1.6%202.5-3.9c2.5-.6%204.3-2.2%204.3-4.1c0-.8-.3-1.6-.9-2.2c-.7.7-1.6%201.3-2.8%201.7V26.2h10.8c-.4%201.1-1.1%202-1.9%202.6c.7.5%201.5.8%202.4.8c2%200%203.7-1.7%204.4-4c2.5-.8%204.2-2.2%204.2-2.2%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23c28fef%22%20d%3D%22M55%2023.4s-1.7-1.5-4.2-2.3c-.7-2.3-2.4-4-4.4-4c-.9%200-1.7.3-2.4.8c.8.6%201.5%201.5%201.9%202.6H35v-10c1.2.4%202.2%201%202.8%201.7c.6-.6.9-1.4.9-2.2c0-1.9-1.8-3.5-4.3-4.1C33.6%203.6%2032%202%2032%202s-1.6%201.6-2.5%203.9c-2.5.7-4.3%202.3-4.3%204.1c0%20.8.3%201.6.9%202.2c.7-.7%201.6-1.4%202.8-1.7v10H18.2c.4-1.1%201.1-2%201.9-2.6c-.7-.5-1.5-.8-2.4-.8c-2%200-3.7%201.7-4.4%204c-2.6.8-4.3%202.3-4.3%202.3s1.7%201.5%204.2%202.3c.7%202.3%202.4%204%204.4%204c.9%200%201.7-.3%202.4-.8c-.8-.6-1.5-1.5-1.9-2.6H29v27.4c-1.2-.4-2.2-1-2.8-1.7c-.6.6-.9%201.4-.9%202.2c0%201.9%201.8%203.5%204.3%204.1c.8%202.1%202.4%203.7%202.4%203.7s1.6-1.6%202.5-3.9c2.5-.6%204.3-2.2%204.3-4.1c0-.8-.3-1.6-.9-2.2c-.7.7-1.6%201.3-2.8%201.7V26.2h10.8c-.4%201.1-1.1%202-1.9%202.6c.7.5%201.5.8%202.4.8c2%200%203.7-1.7%204.4-4c2.5-.8%204.2-2.2%204.2-2.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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