input latin uppercase emoji
input-latin-uppercase from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- input-latin-uppercase
- Set
- Noto Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More symbols icons from Noto Emoji
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the input latin uppercase emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#427687" d="M116 4H12c-4.4 0-8 3.6-8 8v104c0 4.4 3.6 8 8 8h104c4.4 0 8-3.6 8-8V12c0-4.4-3.6-8-8-8"/><path fill="#8cafbf" d="M109.7 4H11.5C7.4 4 4 7.4 4 11.5v97.9c0 4.2 3.4 7.5 7.5 7.5h98.1c4.2 0 7.5-3.4 7.5-7.5V11.5c.2-4.1-3.3-7.5-7.4-7.5"/><path fill="#b4e1ed" d="M39.7 12.9c0-2.3-1.6-3-10.8-2.7c-7.7.3-11.5 1.2-13.8 4s-2.9 8.5-3 15.3c0 4.8 0 9.3 2.5 9.3c3.4 0 3.4-7.9 6.2-12.3c5.4-8.7 18.9-10.6 18.9-13.6" opacity=".5"/><path fill="#fff" d="M36.73 23.08h6.99l12.12 32.27h-6.72l-2.7-7.71H34.07l-2.7 7.71h-6.72zm7.71 18.97l-2.84-8.11l-1.17-3.88h-.36l-1.17 3.88l-2.88 8.11zm-11.05 59.87a16.5 16.5 0 0 1-6.11-6.08c-1.49-2.57-2.23-5.42-2.23-8.54s.74-5.97 2.23-8.54s3.52-4.6 6.11-6.09c2.58-1.49 5.44-2.23 8.56-2.23c4.87 0 8.89 1.76 12.08 5.27l-4.28 4.15c-2.07-2.43-4.66-3.65-7.75-3.65c-2.01 0-3.85.46-5.5 1.37q-2.475 1.38-3.9 3.9c-1.425 2.52-1.42 3.62-1.42 5.81s.47 4.13 1.42 5.81s2.25 2.98 3.9 3.9s3.49 1.37 5.5 1.37c3.4 0 6.23-1.41 8.52-4.24l4.33 4.1c-1.59 1.92-3.48 3.39-5.66 4.39c-2.18 1.01-4.59 1.51-7.23 1.51c-3.13.03-5.99-.72-8.57-2.21m40.37-78.84h12.62c1.8 0 3.46.38 4.98 1.13s2.71 1.77 3.58 3.07c.87 1.29 1.31 2.7 1.31 4.24c0 1.62-.4 3.03-1.19 4.21c-.8 1.19-1.84 2.1-3.13 2.73v.36c1.68.6 3.02 1.56 4.01 2.86c.99 1.31 1.49 2.88 1.49 4.71c0 1.77-.47 3.34-1.42 4.71s-2.22 2.42-3.83 3.15c-1.61.74-3.39 1.1-5.34 1.1H73.76zm12.17 13.16c1.32 0 2.38-.37 3.18-1.1c.8-.74 1.19-1.66 1.19-2.77c0-1.08-.38-1.99-1.15-2.73s-1.78-1.1-3.04-1.1h-6.26v7.71h6.08zm.68 13.57c1.47 0 2.62-.38 3.45-1.15s1.24-1.77 1.24-3s-.42-2.24-1.26-3.02s-2.04-1.17-3.61-1.17h-6.58v8.34zM74.02 71.16h10.91c3.36 0 6.29.68 8.79 2.03c2.49 1.35 4.42 3.24 5.77 5.68c1.35 2.43 2.03 5.24 2.03 8.43s-.68 6-2.03 8.43s-3.28 4.33-5.77 5.68s-5.42 2.03-8.79 2.03H74.02zm10.64 26.5c3.49 0 6.14-.92 7.98-2.77c1.83-1.85 2.75-4.38 2.75-7.6c0-3.21-.92-5.75-2.75-7.59c-1.83-1.85-4.49-2.77-7.98-2.77h-4.55v20.73z"/></svg>
React
import type { SVGProps } from "react";
export function NotoInputLatinUppercase(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#427687" d="M116 4H12c-4.4 0-8 3.6-8 8v104c0 4.4 3.6 8 8 8h104c4.4 0 8-3.6 8-8V12c0-4.4-3.6-8-8-8"/><path fill="#8cafbf" d="M109.7 4H11.5C7.4 4 4 7.4 4 11.5v97.9c0 4.2 3.4 7.5 7.5 7.5h98.1c4.2 0 7.5-3.4 7.5-7.5V11.5c.2-4.1-3.3-7.5-7.4-7.5"/><path fill="#b4e1ed" d="M39.7 12.9c0-2.3-1.6-3-10.8-2.7c-7.7.3-11.5 1.2-13.8 4s-2.9 8.5-3 15.3c0 4.8 0 9.3 2.5 9.3c3.4 0 3.4-7.9 6.2-12.3c5.4-8.7 18.9-10.6 18.9-13.6" opacity=".5"/><path fill="#fff" d="M36.73 23.08h6.99l12.12 32.27h-6.72l-2.7-7.71H34.07l-2.7 7.71h-6.72zm7.71 18.97l-2.84-8.11l-1.17-3.88h-.36l-1.17 3.88l-2.88 8.11zm-11.05 59.87a16.5 16.5 0 0 1-6.11-6.08c-1.49-2.57-2.23-5.42-2.23-8.54s.74-5.97 2.23-8.54s3.52-4.6 6.11-6.09c2.58-1.49 5.44-2.23 8.56-2.23c4.87 0 8.89 1.76 12.08 5.27l-4.28 4.15c-2.07-2.43-4.66-3.65-7.75-3.65c-2.01 0-3.85.46-5.5 1.37q-2.475 1.38-3.9 3.9c-1.425 2.52-1.42 3.62-1.42 5.81s.47 4.13 1.42 5.81s2.25 2.98 3.9 3.9s3.49 1.37 5.5 1.37c3.4 0 6.23-1.41 8.52-4.24l4.33 4.1c-1.59 1.92-3.48 3.39-5.66 4.39c-2.18 1.01-4.59 1.51-7.23 1.51c-3.13.03-5.99-.72-8.57-2.21m40.37-78.84h12.62c1.8 0 3.46.38 4.98 1.13s2.71 1.77 3.58 3.07c.87 1.29 1.31 2.7 1.31 4.24c0 1.62-.4 3.03-1.19 4.21c-.8 1.19-1.84 2.1-3.13 2.73v.36c1.68.6 3.02 1.56 4.01 2.86c.99 1.31 1.49 2.88 1.49 4.71c0 1.77-.47 3.34-1.42 4.71s-2.22 2.42-3.83 3.15c-1.61.74-3.39 1.1-5.34 1.1H73.76zm12.17 13.16c1.32 0 2.38-.37 3.18-1.1c.8-.74 1.19-1.66 1.19-2.77c0-1.08-.38-1.99-1.15-2.73s-1.78-1.1-3.04-1.1h-6.26v7.71h6.08zm.68 13.57c1.47 0 2.62-.38 3.45-1.15s1.24-1.77 1.24-3s-.42-2.24-1.26-3.02s-2.04-1.17-3.61-1.17h-6.58v8.34zM74.02 71.16h10.91c3.36 0 6.29.68 8.79 2.03c2.49 1.35 4.42 3.24 5.77 5.68c1.35 2.43 2.03 5.24 2.03 8.43s-.68 6-2.03 8.43s-3.28 4.33-5.77 5.68s-5.42 2.03-8.79 2.03H74.02zm10.64 26.5c3.49 0 6.14-.92 7.98-2.77c1.83-1.85 2.75-4.38 2.75-7.6c0-3.21-.92-5.75-2.75-7.59c-1.83-1.85-4.49-2.77-7.98-2.77h-4.55v20.73z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#427687" d="M116 4H12c-4.4 0-8 3.6-8 8v104c0 4.4 3.6 8 8 8h104c4.4 0 8-3.6 8-8V12c0-4.4-3.6-8-8-8"/><path fill="#8cafbf" d="M109.7 4H11.5C7.4 4 4 7.4 4 11.5v97.9c0 4.2 3.4 7.5 7.5 7.5h98.1c4.2 0 7.5-3.4 7.5-7.5V11.5c.2-4.1-3.3-7.5-7.4-7.5"/><path fill="#b4e1ed" d="M39.7 12.9c0-2.3-1.6-3-10.8-2.7c-7.7.3-11.5 1.2-13.8 4s-2.9 8.5-3 15.3c0 4.8 0 9.3 2.5 9.3c3.4 0 3.4-7.9 6.2-12.3c5.4-8.7 18.9-10.6 18.9-13.6" opacity=".5"/><path fill="#fff" d="M36.73 23.08h6.99l12.12 32.27h-6.72l-2.7-7.71H34.07l-2.7 7.71h-6.72zm7.71 18.97l-2.84-8.11l-1.17-3.88h-.36l-1.17 3.88l-2.88 8.11zm-11.05 59.87a16.5 16.5 0 0 1-6.11-6.08c-1.49-2.57-2.23-5.42-2.23-8.54s.74-5.97 2.23-8.54s3.52-4.6 6.11-6.09c2.58-1.49 5.44-2.23 8.56-2.23c4.87 0 8.89 1.76 12.08 5.27l-4.28 4.15c-2.07-2.43-4.66-3.65-7.75-3.65c-2.01 0-3.85.46-5.5 1.37q-2.475 1.38-3.9 3.9c-1.425 2.52-1.42 3.62-1.42 5.81s.47 4.13 1.42 5.81s2.25 2.98 3.9 3.9s3.49 1.37 5.5 1.37c3.4 0 6.23-1.41 8.52-4.24l4.33 4.1c-1.59 1.92-3.48 3.39-5.66 4.39c-2.18 1.01-4.59 1.51-7.23 1.51c-3.13.03-5.99-.72-8.57-2.21m40.37-78.84h12.62c1.8 0 3.46.38 4.98 1.13s2.71 1.77 3.58 3.07c.87 1.29 1.31 2.7 1.31 4.24c0 1.62-.4 3.03-1.19 4.21c-.8 1.19-1.84 2.1-3.13 2.73v.36c1.68.6 3.02 1.56 4.01 2.86c.99 1.31 1.49 2.88 1.49 4.71c0 1.77-.47 3.34-1.42 4.71s-2.22 2.42-3.83 3.15c-1.61.74-3.39 1.1-5.34 1.1H73.76zm12.17 13.16c1.32 0 2.38-.37 3.18-1.1c.8-.74 1.19-1.66 1.19-2.77c0-1.08-.38-1.99-1.15-2.73s-1.78-1.1-3.04-1.1h-6.26v7.71h6.08zm.68 13.57c1.47 0 2.62-.38 3.45-1.15s1.24-1.77 1.24-3s-.42-2.24-1.26-3.02s-2.04-1.17-3.61-1.17h-6.58v8.34zM74.02 71.16h10.91c3.36 0 6.29.68 8.79 2.03c2.49 1.35 4.42 3.24 5.77 5.68c1.35 2.43 2.03 5.24 2.03 8.43s-.68 6-2.03 8.43s-3.28 4.33-5.77 5.68s-5.42 2.03-8.79 2.03H74.02zm10.64 26.5c3.49 0 6.14-.92 7.98-2.77c1.83-1.85 2.75-4.38 2.75-7.6c0-3.21-.92-5.75-2.75-7.59c-1.83-1.85-4.49-2.77-7.98-2.77h-4.55v20.73z"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23427687%22%20d%3D%22M116%204H12c-4.4%200-8%203.6-8%208v104c0%204.4%203.6%208%208%208h104c4.4%200%208-3.6%208-8V12c0-4.4-3.6-8-8-8%22%2F%3E%3Cpath%20fill%3D%22%238cafbf%22%20d%3D%22M109.7%204H11.5C7.4%204%204%207.4%204%2011.5v97.9c0%204.2%203.4%207.5%207.5%207.5h98.1c4.2%200%207.5-3.4%207.5-7.5V11.5c.2-4.1-3.3-7.5-7.4-7.5%22%2F%3E%3Cpath%20fill%3D%22%23b4e1ed%22%20d%3D%22M39.7%2012.9c0-2.3-1.6-3-10.8-2.7c-7.7.3-11.5%201.2-13.8%204s-2.9%208.5-3%2015.3c0%204.8%200%209.3%202.5%209.3c3.4%200%203.4-7.9%206.2-12.3c5.4-8.7%2018.9-10.6%2018.9-13.6%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M36.73%2023.08h6.99l12.12%2032.27h-6.72l-2.7-7.71H34.07l-2.7%207.71h-6.72zm7.71%2018.97l-2.84-8.11l-1.17-3.88h-.36l-1.17%203.88l-2.88%208.11zm-11.05%2059.87a16.5%2016.5%200%200%201-6.11-6.08c-1.49-2.57-2.23-5.42-2.23-8.54s.74-5.97%202.23-8.54s3.52-4.6%206.11-6.09c2.58-1.49%205.44-2.23%208.56-2.23c4.87%200%208.89%201.76%2012.08%205.27l-4.28%204.15c-2.07-2.43-4.66-3.65-7.75-3.65c-2.01%200-3.85.46-5.5%201.37q-2.475%201.38-3.9%203.9c-1.425%202.52-1.42%203.62-1.42%205.81s.47%204.13%201.42%205.81s2.25%202.98%203.9%203.9s3.49%201.37%205.5%201.37c3.4%200%206.23-1.41%208.52-4.24l4.33%204.1c-1.59%201.92-3.48%203.39-5.66%204.39c-2.18%201.01-4.59%201.51-7.23%201.51c-3.13.03-5.99-.72-8.57-2.21m40.37-78.84h12.62c1.8%200%203.46.38%204.98%201.13s2.71%201.77%203.58%203.07c.87%201.29%201.31%202.7%201.31%204.24c0%201.62-.4%203.03-1.19%204.21c-.8%201.19-1.84%202.1-3.13%202.73v.36c1.68.6%203.02%201.56%204.01%202.86c.99%201.31%201.49%202.88%201.49%204.71c0%201.77-.47%203.34-1.42%204.71s-2.22%202.42-3.83%203.15c-1.61.74-3.39%201.1-5.34%201.1H73.76zm12.17%2013.16c1.32%200%202.38-.37%203.18-1.1c.8-.74%201.19-1.66%201.19-2.77c0-1.08-.38-1.99-1.15-2.73s-1.78-1.1-3.04-1.1h-6.26v7.71h6.08zm.68%2013.57c1.47%200%202.62-.38%203.45-1.15s1.24-1.77%201.24-3s-.42-2.24-1.26-3.02s-2.04-1.17-3.61-1.17h-6.58v8.34zM74.02%2071.16h10.91c3.36%200%206.29.68%208.79%202.03c2.49%201.35%204.42%203.24%205.77%205.68c1.35%202.43%202.03%205.24%202.03%208.43s-.68%206-2.03%208.43s-3.28%204.33-5.77%205.68s-5.42%202.03-8.79%202.03H74.02zm10.64%2026.5c3.49%200%206.14-.92%207.98-2.77c1.83-1.85%202.75-4.38%202.75-7.6c0-3.21-.92-5.75-2.75-7.59c-1.83-1.85-4.49-2.77-7.98-2.77h-4.55v20.73z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23427687%22%20d%3D%22M116%204H12c-4.4%200-8%203.6-8%208v104c0%204.4%203.6%208%208%208h104c4.4%200%208-3.6%208-8V12c0-4.4-3.6-8-8-8%22%2F%3E%3Cpath%20fill%3D%22%238cafbf%22%20d%3D%22M109.7%204H11.5C7.4%204%204%207.4%204%2011.5v97.9c0%204.2%203.4%207.5%207.5%207.5h98.1c4.2%200%207.5-3.4%207.5-7.5V11.5c.2-4.1-3.3-7.5-7.4-7.5%22%2F%3E%3Cpath%20fill%3D%22%23b4e1ed%22%20d%3D%22M39.7%2012.9c0-2.3-1.6-3-10.8-2.7c-7.7.3-11.5%201.2-13.8%204s-2.9%208.5-3%2015.3c0%204.8%200%209.3%202.5%209.3c3.4%200%203.4-7.9%206.2-12.3c5.4-8.7%2018.9-10.6%2018.9-13.6%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M36.73%2023.08h6.99l12.12%2032.27h-6.72l-2.7-7.71H34.07l-2.7%207.71h-6.72zm7.71%2018.97l-2.84-8.11l-1.17-3.88h-.36l-1.17%203.88l-2.88%208.11zm-11.05%2059.87a16.5%2016.5%200%200%201-6.11-6.08c-1.49-2.57-2.23-5.42-2.23-8.54s.74-5.97%202.23-8.54s3.52-4.6%206.11-6.09c2.58-1.49%205.44-2.23%208.56-2.23c4.87%200%208.89%201.76%2012.08%205.27l-4.28%204.15c-2.07-2.43-4.66-3.65-7.75-3.65c-2.01%200-3.85.46-5.5%201.37q-2.475%201.38-3.9%203.9c-1.425%202.52-1.42%203.62-1.42%205.81s.47%204.13%201.42%205.81s2.25%202.98%203.9%203.9s3.49%201.37%205.5%201.37c3.4%200%206.23-1.41%208.52-4.24l4.33%204.1c-1.59%201.92-3.48%203.39-5.66%204.39c-2.18%201.01-4.59%201.51-7.23%201.51c-3.13.03-5.99-.72-8.57-2.21m40.37-78.84h12.62c1.8%200%203.46.38%204.98%201.13s2.71%201.77%203.58%203.07c.87%201.29%201.31%202.7%201.31%204.24c0%201.62-.4%203.03-1.19%204.21c-.8%201.19-1.84%202.1-3.13%202.73v.36c1.68.6%203.02%201.56%204.01%202.86c.99%201.31%201.49%202.88%201.49%204.71c0%201.77-.47%203.34-1.42%204.71s-2.22%202.42-3.83%203.15c-1.61.74-3.39%201.1-5.34%201.1H73.76zm12.17%2013.16c1.32%200%202.38-.37%203.18-1.1c.8-.74%201.19-1.66%201.19-2.77c0-1.08-.38-1.99-1.15-2.73s-1.78-1.1-3.04-1.1h-6.26v7.71h6.08zm.68%2013.57c1.47%200%202.62-.38%203.45-1.15s1.24-1.77%201.24-3s-.42-2.24-1.26-3.02s-2.04-1.17-3.61-1.17h-6.58v8.34zM74.02%2071.16h10.91c3.36%200%206.29.68%208.79%202.03c2.49%201.35%204.42%203.24%205.77%205.68c1.35%202.43%202.03%205.24%202.03%208.43s-.68%206-2.03%208.43s-3.28%204.33-5.77%205.68s-5.42%202.03-8.79%202.03H74.02zm10.64%2026.5c3.49%200%206.14-.92%207.98-2.77c1.83-1.85%202.75-4.38%202.75-7.6c0-3.21-.92-5.75-2.75-7.59c-1.83-1.85-4.49-2.77-7.98-2.77h-4.55v20.73z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/input-latin-uppercase.svg?color=%231a73e8&size=48