input latin letters emoji
input-latin-letters from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- input-latin-letters
- Set
- Twitter Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More symbols icons from Twitter 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 letters emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M12.821 22.328c0 .703 0 1.785-1.311 1.785c-.798 0-1.121-.436-1.311-1.158c-.703.836-1.558 1.273-2.603 1.273c-2.565 0-4.521-2.186-4.521-5.263c0-3.001 2.014-5.3 4.521-5.3c1.007 0 1.995.399 2.603 1.254c.076-.665.646-1.14 1.311-1.14c1.311 0 1.311 1.083 1.311 1.786zm-4.844-.607c1.425 0 2.109-1.444 2.109-2.755s-.665-2.792-2.109-2.792c-1.501 0-2.166 1.482-2.166 2.792c.001 1.31.684 2.755 2.166 2.755m6.403-10.829c0-.912.57-1.52 1.368-1.52s1.368.608 1.368 1.52v3.723a3.96 3.96 0 0 1 2.603-.95c2.944 0 4.407 2.754 4.407 5.415c0 2.584-1.747 5.148-4.503 5.148c-.93 0-1.994-.418-2.507-1.254c-.171.722-.608 1.139-1.368 1.139c-.798 0-1.368-.607-1.368-1.52zm4.883 10.829c1.425 0 2.128-1.482 2.128-2.755c0-1.292-.703-2.792-2.128-2.792c-1.463 0-2.146 1.368-2.146 2.697c-.001 1.33.645 2.85 2.146 2.85m12.824-5.016c-.684 0-1.292-.532-2.165-.532c-1.559 0-2.299 1.387-2.299 2.792c0 1.349.817 2.755 2.299 2.755c.684 0 1.709-.57 2.032-.57c.647 0 1.178.551 1.178 1.197c0 1.405-2.355 1.881-3.344 1.881c-2.944 0-4.901-2.413-4.901-5.263c0-2.773 2.015-5.3 4.901-5.3c1.083 0 3.344.399 3.344 1.729c0 .57-.399 1.311-1.045 1.311"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiInputLatinLetters(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M12.821 22.328c0 .703 0 1.785-1.311 1.785c-.798 0-1.121-.436-1.311-1.158c-.703.836-1.558 1.273-2.603 1.273c-2.565 0-4.521-2.186-4.521-5.263c0-3.001 2.014-5.3 4.521-5.3c1.007 0 1.995.399 2.603 1.254c.076-.665.646-1.14 1.311-1.14c1.311 0 1.311 1.083 1.311 1.786zm-4.844-.607c1.425 0 2.109-1.444 2.109-2.755s-.665-2.792-2.109-2.792c-1.501 0-2.166 1.482-2.166 2.792c.001 1.31.684 2.755 2.166 2.755m6.403-10.829c0-.912.57-1.52 1.368-1.52s1.368.608 1.368 1.52v3.723a3.96 3.96 0 0 1 2.603-.95c2.944 0 4.407 2.754 4.407 5.415c0 2.584-1.747 5.148-4.503 5.148c-.93 0-1.994-.418-2.507-1.254c-.171.722-.608 1.139-1.368 1.139c-.798 0-1.368-.607-1.368-1.52zm4.883 10.829c1.425 0 2.128-1.482 2.128-2.755c0-1.292-.703-2.792-2.128-2.792c-1.463 0-2.146 1.368-2.146 2.697c-.001 1.33.645 2.85 2.146 2.85m12.824-5.016c-.684 0-1.292-.532-2.165-.532c-1.559 0-2.299 1.387-2.299 2.792c0 1.349.817 2.755 2.299 2.755c.684 0 1.709-.57 2.032-.57c.647 0 1.178.551 1.178 1.197c0 1.405-2.355 1.881-3.344 1.881c-2.944 0-4.901-2.413-4.901-5.263c0-2.773 2.015-5.3 4.901-5.3c1.083 0 3.344.399 3.344 1.729c0 .57-.399 1.311-1.045 1.311"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M12.821 22.328c0 .703 0 1.785-1.311 1.785c-.798 0-1.121-.436-1.311-1.158c-.703.836-1.558 1.273-2.603 1.273c-2.565 0-4.521-2.186-4.521-5.263c0-3.001 2.014-5.3 4.521-5.3c1.007 0 1.995.399 2.603 1.254c.076-.665.646-1.14 1.311-1.14c1.311 0 1.311 1.083 1.311 1.786zm-4.844-.607c1.425 0 2.109-1.444 2.109-2.755s-.665-2.792-2.109-2.792c-1.501 0-2.166 1.482-2.166 2.792c.001 1.31.684 2.755 2.166 2.755m6.403-10.829c0-.912.57-1.52 1.368-1.52s1.368.608 1.368 1.52v3.723a3.96 3.96 0 0 1 2.603-.95c2.944 0 4.407 2.754 4.407 5.415c0 2.584-1.747 5.148-4.503 5.148c-.93 0-1.994-.418-2.507-1.254c-.171.722-.608 1.139-1.368 1.139c-.798 0-1.368-.607-1.368-1.52zm4.883 10.829c1.425 0 2.128-1.482 2.128-2.755c0-1.292-.703-2.792-2.128-2.792c-1.463 0-2.146 1.368-2.146 2.697c-.001 1.33.645 2.85 2.146 2.85m12.824-5.016c-.684 0-1.292-.532-2.165-.532c-1.559 0-2.299 1.387-2.299 2.792c0 1.349.817 2.755 2.299 2.755c.684 0 1.709-.57 2.032-.57c.647 0 1.178.551 1.178 1.197c0 1.405-2.355 1.881-3.344 1.881c-2.944 0-4.901-2.413-4.901-5.263c0-2.773 2.015-5.3 4.901-5.3c1.083 0 3.344.399 3.344 1.729c0 .57-.399 1.311-1.045 1.311"/></svg> </template>
CSS
.icon-input-latin-letters {
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%2036%2036%22%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.821%2022.328c0%20.703%200%201.785-1.311%201.785c-.798%200-1.121-.436-1.311-1.158c-.703.836-1.558%201.273-2.603%201.273c-2.565%200-4.521-2.186-4.521-5.263c0-3.001%202.014-5.3%204.521-5.3c1.007%200%201.995.399%202.603%201.254c.076-.665.646-1.14%201.311-1.14c1.311%200%201.311%201.083%201.311%201.786zm-4.844-.607c1.425%200%202.109-1.444%202.109-2.755s-.665-2.792-2.109-2.792c-1.501%200-2.166%201.482-2.166%202.792c.001%201.31.684%202.755%202.166%202.755m6.403-10.829c0-.912.57-1.52%201.368-1.52s1.368.608%201.368%201.52v3.723a3.96%203.96%200%200%201%202.603-.95c2.944%200%204.407%202.754%204.407%205.415c0%202.584-1.747%205.148-4.503%205.148c-.93%200-1.994-.418-2.507-1.254c-.171.722-.608%201.139-1.368%201.139c-.798%200-1.368-.607-1.368-1.52zm4.883%2010.829c1.425%200%202.128-1.482%202.128-2.755c0-1.292-.703-2.792-2.128-2.792c-1.463%200-2.146%201.368-2.146%202.697c-.001%201.33.645%202.85%202.146%202.85m12.824-5.016c-.684%200-1.292-.532-2.165-.532c-1.559%200-2.299%201.387-2.299%202.792c0%201.349.817%202.755%202.299%202.755c.684%200%201.709-.57%202.032-.57c.647%200%201.178.551%201.178%201.197c0%201.405-2.355%201.881-3.344%201.881c-2.944%200-4.901-2.413-4.901-5.263c0-2.773%202.015-5.3%204.901-5.3c1.083%200%203.344.399%203.344%201.729c0%20.57-.399%201.311-1.045%201.311%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%2036%2036%22%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.821%2022.328c0%20.703%200%201.785-1.311%201.785c-.798%200-1.121-.436-1.311-1.158c-.703.836-1.558%201.273-2.603%201.273c-2.565%200-4.521-2.186-4.521-5.263c0-3.001%202.014-5.3%204.521-5.3c1.007%200%201.995.399%202.603%201.254c.076-.665.646-1.14%201.311-1.14c1.311%200%201.311%201.083%201.311%201.786zm-4.844-.607c1.425%200%202.109-1.444%202.109-2.755s-.665-2.792-2.109-2.792c-1.501%200-2.166%201.482-2.166%202.792c.001%201.31.684%202.755%202.166%202.755m6.403-10.829c0-.912.57-1.52%201.368-1.52s1.368.608%201.368%201.52v3.723a3.96%203.96%200%200%201%202.603-.95c2.944%200%204.407%202.754%204.407%205.415c0%202.584-1.747%205.148-4.503%205.148c-.93%200-1.994-.418-2.507-1.254c-.171.722-.608%201.139-1.368%201.139c-.798%200-1.368-.607-1.368-1.52zm4.883%2010.829c1.425%200%202.128-1.482%202.128-2.755c0-1.292-.703-2.792-2.128-2.792c-1.463%200-2.146%201.368-2.146%202.697c-.001%201.33.645%202.85%202.146%202.85m12.824-5.016c-.684%200-1.292-.532-2.165-.532c-1.559%200-2.299%201.387-2.299%202.792c0%201.349.817%202.755%202.299%202.755c.684%200%201.709-.57%202.032-.57c.647%200%201.178.551%201.178%201.197c0%201.405-2.355%201.881-3.344%201.881c-2.944%200-4.901-2.413-4.901-5.263c0-2.773%202.015-5.3%204.901-5.3c1.083%200%203.344.399%203.344%201.729c0%20.57-.399%201.311-1.045%201.311%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/input-latin-letters.svg?color=%231a73e8&size=48