input latin uppercase emoji

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

Name
input-latin-uppercase
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 input latin uppercase emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#4fd1d9"/><path fill="#fff" d="M19.4 25.4L18.1 30H14l5.4-18h5.2L30 30h-4.3l-1.4-4.6zm4.4-3.1l-1.1-3.8c-.3-1.1-.6-2.4-.9-3.5h-.1c-.3 1.1-.5 2.4-.8 3.5l-1 3.8zM36 12.4c1-.2 2.9-.4 4.7-.4c2.2 0 3.6.2 4.8 1c1.1.7 1.9 1.9 1.9 3.5s-.8 3-2.7 3.8v.1c1.8.6 3.2 2.1 3.2 4.4c0 1.6-.7 2.9-1.7 3.8c-1.2 1-3.1 1.6-6.4 1.6c-1.8 0-3.1-.1-4-.3V12.4zm3.6 6.7h1.2c1.9 0 3-.9 3-2.2s-.9-2-2.6-2c-.8 0-1.2.1-1.6.1zm0 7.9H41c1.7 0 3.1-.7 3.1-2.5S42.6 22 40.8 22h-1.2zM27.3 51.2c-.7.4-2.2.8-4.2.8c-5.7 0-8.6-3.8-8.6-8.7c0-6 4-9.3 9-9.3c1.9 0 3.4.4 4 .8l-.8 3.1c-.8-.3-1.8-.6-3.1-.6c-2.9 0-5.2 1.9-5.2 5.8c0 3.5 1.9 5.7 5.3 5.7c1.1 0 2.4-.3 3.1-.6zM36 34.4c1.3-.2 3-.4 4.8-.4c3 0 5 .6 6.5 1.9c1.6 1.4 2.7 3.5 2.7 6.7c0 3.4-1.1 5.7-2.6 7.2c-1.7 1.5-4.2 2.3-7.3 2.3c-1.9 0-3.2-.1-4.1-.3zm3.6 14.4c.3.1.8.1 1.2.1c3.2 0 5.4-2 5.4-6.2c0-3.7-1.9-5.6-5-5.6c-.8 0-1.3.1-1.6.2z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneInputLatinUppercase(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#4fd1d9"/><path fill="#fff" d="M19.4 25.4L18.1 30H14l5.4-18h5.2L30 30h-4.3l-1.4-4.6zm4.4-3.1l-1.1-3.8c-.3-1.1-.6-2.4-.9-3.5h-.1c-.3 1.1-.5 2.4-.8 3.5l-1 3.8zM36 12.4c1-.2 2.9-.4 4.7-.4c2.2 0 3.6.2 4.8 1c1.1.7 1.9 1.9 1.9 3.5s-.8 3-2.7 3.8v.1c1.8.6 3.2 2.1 3.2 4.4c0 1.6-.7 2.9-1.7 3.8c-1.2 1-3.1 1.6-6.4 1.6c-1.8 0-3.1-.1-4-.3V12.4zm3.6 6.7h1.2c1.9 0 3-.9 3-2.2s-.9-2-2.6-2c-.8 0-1.2.1-1.6.1zm0 7.9H41c1.7 0 3.1-.7 3.1-2.5S42.6 22 40.8 22h-1.2zM27.3 51.2c-.7.4-2.2.8-4.2.8c-5.7 0-8.6-3.8-8.6-8.7c0-6 4-9.3 9-9.3c1.9 0 3.4.4 4 .8l-.8 3.1c-.8-.3-1.8-.6-3.1-.6c-2.9 0-5.2 1.9-5.2 5.8c0 3.5 1.9 5.7 5.3 5.7c1.1 0 2.4-.3 3.1-.6zM36 34.4c1.3-.2 3-.4 4.8-.4c3 0 5 .6 6.5 1.9c1.6 1.4 2.7 3.5 2.7 6.7c0 3.4-1.1 5.7-2.6 7.2c-1.7 1.5-4.2 2.3-7.3 2.3c-1.9 0-3.2-.1-4.1-.3zm3.6 14.4c.3.1.8.1 1.2.1c3.2 0 5.4-2 5.4-6.2c0-3.7-1.9-5.6-5-5.6c-.8 0-1.3.1-1.6.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#4fd1d9"/><path fill="#fff" d="M19.4 25.4L18.1 30H14l5.4-18h5.2L30 30h-4.3l-1.4-4.6zm4.4-3.1l-1.1-3.8c-.3-1.1-.6-2.4-.9-3.5h-.1c-.3 1.1-.5 2.4-.8 3.5l-1 3.8zM36 12.4c1-.2 2.9-.4 4.7-.4c2.2 0 3.6.2 4.8 1c1.1.7 1.9 1.9 1.9 3.5s-.8 3-2.7 3.8v.1c1.8.6 3.2 2.1 3.2 4.4c0 1.6-.7 2.9-1.7 3.8c-1.2 1-3.1 1.6-6.4 1.6c-1.8 0-3.1-.1-4-.3V12.4zm3.6 6.7h1.2c1.9 0 3-.9 3-2.2s-.9-2-2.6-2c-.8 0-1.2.1-1.6.1zm0 7.9H41c1.7 0 3.1-.7 3.1-2.5S42.6 22 40.8 22h-1.2zM27.3 51.2c-.7.4-2.2.8-4.2.8c-5.7 0-8.6-3.8-8.6-8.7c0-6 4-9.3 9-9.3c1.9 0 3.4.4 4 .8l-.8 3.1c-.8-.3-1.8-.6-3.1-.6c-2.9 0-5.2 1.9-5.2 5.8c0 3.5 1.9 5.7 5.3 5.7c1.1 0 2.4-.3 3.1-.6zM36 34.4c1.3-.2 3-.4 4.8-.4c3 0 5 .6 6.5 1.9c1.6 1.4 2.7 3.5 2.7 6.7c0 3.4-1.1 5.7-2.6 7.2c-1.7 1.5-4.2 2.3-7.3 2.3c-1.9 0-3.2-.1-4.1-.3zm3.6 14.4c.3.1.8.1 1.2.1c3.2 0 5.4-2 5.4-6.2c0-3.7-1.9-5.6-5-5.6c-.8 0-1.3.1-1.6.2z"/></svg>
</template>

CSS

.icon-input-latin-uppercase {
  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%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%234fd1d9%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.4%2025.4L18.1%2030H14l5.4-18h5.2L30%2030h-4.3l-1.4-4.6zm4.4-3.1l-1.1-3.8c-.3-1.1-.6-2.4-.9-3.5h-.1c-.3%201.1-.5%202.4-.8%203.5l-1%203.8zM36%2012.4c1-.2%202.9-.4%204.7-.4c2.2%200%203.6.2%204.8%201c1.1.7%201.9%201.9%201.9%203.5s-.8%203-2.7%203.8v.1c1.8.6%203.2%202.1%203.2%204.4c0%201.6-.7%202.9-1.7%203.8c-1.2%201-3.1%201.6-6.4%201.6c-1.8%200-3.1-.1-4-.3V12.4zm3.6%206.7h1.2c1.9%200%203-.9%203-2.2s-.9-2-2.6-2c-.8%200-1.2.1-1.6.1zm0%207.9H41c1.7%200%203.1-.7%203.1-2.5S42.6%2022%2040.8%2022h-1.2zM27.3%2051.2c-.7.4-2.2.8-4.2.8c-5.7%200-8.6-3.8-8.6-8.7c0-6%204-9.3%209-9.3c1.9%200%203.4.4%204%20.8l-.8%203.1c-.8-.3-1.8-.6-3.1-.6c-2.9%200-5.2%201.9-5.2%205.8c0%203.5%201.9%205.7%205.3%205.7c1.1%200%202.4-.3%203.1-.6zM36%2034.4c1.3-.2%203-.4%204.8-.4c3%200%205%20.6%206.5%201.9c1.6%201.4%202.7%203.5%202.7%206.7c0%203.4-1.1%205.7-2.6%207.2c-1.7%201.5-4.2%202.3-7.3%202.3c-1.9%200-3.2-.1-4.1-.3zm3.6%2014.4c.3.1.8.1%201.2.1c3.2%200%205.4-2%205.4-6.2c0-3.7-1.9-5.6-5-5.6c-.8%200-1.3.1-1.6.2z%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%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%234fd1d9%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.4%2025.4L18.1%2030H14l5.4-18h5.2L30%2030h-4.3l-1.4-4.6zm4.4-3.1l-1.1-3.8c-.3-1.1-.6-2.4-.9-3.5h-.1c-.3%201.1-.5%202.4-.8%203.5l-1%203.8zM36%2012.4c1-.2%202.9-.4%204.7-.4c2.2%200%203.6.2%204.8%201c1.1.7%201.9%201.9%201.9%203.5s-.8%203-2.7%203.8v.1c1.8.6%203.2%202.1%203.2%204.4c0%201.6-.7%202.9-1.7%203.8c-1.2%201-3.1%201.6-6.4%201.6c-1.8%200-3.1-.1-4-.3V12.4zm3.6%206.7h1.2c1.9%200%203-.9%203-2.2s-.9-2-2.6-2c-.8%200-1.2.1-1.6.1zm0%207.9H41c1.7%200%203.1-.7%203.1-2.5S42.6%2022%2040.8%2022h-1.2zM27.3%2051.2c-.7.4-2.2.8-4.2.8c-5.7%200-8.6-3.8-8.6-8.7c0-6%204-9.3%209-9.3c1.9%200%203.4.4%204%20.8l-.8%203.1c-.8-.3-1.8-.6-3.1-.6c-2.9%200-5.2%201.9-5.2%205.8c0%203.5%201.9%205.7%205.3%205.7c1.1%200%202.4-.3%203.1-.6zM36%2034.4c1.3-.2%203-.4%204.8-.4c3%200%205%20.6%206.5%201.9c1.6%201.4%202.7%203.5%202.7%206.7c0%203.4-1.1%205.7-2.6%207.2c-1.7%201.5-4.2%202.3-7.3%202.3c-1.9%200-3.2-.1-4.1-.3zm3.6%2014.4c.3.1.8.1%201.2.1c3.2%200%205.4-2%205.4-6.2c0-3.7-1.9-5.6-5-5.6c-.8%200-1.3.1-1.6.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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