input latin lowercase emoji
input-latin-lowercase from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- input-latin-lowercase
- 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 lowercase 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="m23.9 27.7l-.2-1.2h-.1c-.7.9-1.8 1.4-3.1 1.4c-2.2 0-3.5-1.7-3.5-3.5c0-3 2.6-4.4 6.4-4.4v-.2c0-.6-.3-1.5-2-1.5c-1.1 0-2.3.4-3 .9l-.6-2.2c.8-.4 2.3-1 4.2-1c3.6 0 4.8 2.3 4.8 5v4c0 1.1 0 2.2.2 2.8c0-.1-3.1-.1-3.1-.1m-.4-5.4c-1.8 0-3.2.4-3.2 1.8c0 .9.6 1.4 1.3 1.4c.9 0 1.5-.6 1.8-1.3c0-.2.1-.4.1-.6zM37 28.8c0-.6.1-1.8.1-2.8V15h3v5.4c.6-.8 1.6-1.3 2.9-1.3c2.3 0 4 1.9 4 4.8c0 3.4-2.2 5.1-4.4 5.1c-1.1 0-2.2-.4-2.9-1.5l-.1 1.3zm3.1-4.1c0 .2 0 .4.1.5c.2.8.9 1.4 1.8 1.4c1.3 0 2.1-1 2.1-2.7c0-1.5-.7-2.6-2.1-2.6c-.8 0-1.6.6-1.8 1.5c0 .2-.1.4-.1.5zM46.9 35v11c0 1.1 0 2.2.1 2.8h-2.7l-.1-1.4c-.6 1.1-1.8 1.6-3 1.6c-2.3 0-4.1-1.9-4.1-4.9c0-3.2 2-5 4.3-5c1.2 0 2.1.4 2.5 1.1V35zm-3 8.3v-.5c-.2-.8-.8-1.5-1.8-1.5c-1.4 0-2.1 1.2-2.1 2.7c0 1.6.8 2.6 2.1 2.6c.9 0 1.6-.6 1.7-1.4c.1-.2.1-.4.1-.7zM26 47.5c-.5.3-1.6.5-2.7.5c-3.3 0-5.3-2.3-5.3-5.9c0-3.4 2-6.1 5.7-6.1c.8 0 1.7.2 2.3.4l-.5 2.7c-.4-.2-.9-.4-1.7-.4c-1.6 0-2.7 1.3-2.6 3.2c0 2.1 1.2 3.2 2.7 3.2q1.05 0 1.8-.3z"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneInputLatinLowercase(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="m23.9 27.7l-.2-1.2h-.1c-.7.9-1.8 1.4-3.1 1.4c-2.2 0-3.5-1.7-3.5-3.5c0-3 2.6-4.4 6.4-4.4v-.2c0-.6-.3-1.5-2-1.5c-1.1 0-2.3.4-3 .9l-.6-2.2c.8-.4 2.3-1 4.2-1c3.6 0 4.8 2.3 4.8 5v4c0 1.1 0 2.2.2 2.8c0-.1-3.1-.1-3.1-.1m-.4-5.4c-1.8 0-3.2.4-3.2 1.8c0 .9.6 1.4 1.3 1.4c.9 0 1.5-.6 1.8-1.3c0-.2.1-.4.1-.6zM37 28.8c0-.6.1-1.8.1-2.8V15h3v5.4c.6-.8 1.6-1.3 2.9-1.3c2.3 0 4 1.9 4 4.8c0 3.4-2.2 5.1-4.4 5.1c-1.1 0-2.2-.4-2.9-1.5l-.1 1.3zm3.1-4.1c0 .2 0 .4.1.5c.2.8.9 1.4 1.8 1.4c1.3 0 2.1-1 2.1-2.7c0-1.5-.7-2.6-2.1-2.6c-.8 0-1.6.6-1.8 1.5c0 .2-.1.4-.1.5zM46.9 35v11c0 1.1 0 2.2.1 2.8h-2.7l-.1-1.4c-.6 1.1-1.8 1.6-3 1.6c-2.3 0-4.1-1.9-4.1-4.9c0-3.2 2-5 4.3-5c1.2 0 2.1.4 2.5 1.1V35zm-3 8.3v-.5c-.2-.8-.8-1.5-1.8-1.5c-1.4 0-2.1 1.2-2.1 2.7c0 1.6.8 2.6 2.1 2.6c.9 0 1.6-.6 1.7-1.4c.1-.2.1-.4.1-.7zM26 47.5c-.5.3-1.6.5-2.7.5c-3.3 0-5.3-2.3-5.3-5.9c0-3.4 2-6.1 5.7-6.1c.8 0 1.7.2 2.3.4l-.5 2.7c-.4-.2-.9-.4-1.7-.4c-1.6 0-2.7 1.3-2.6 3.2c0 2.1 1.2 3.2 2.7 3.2q1.05 0 1.8-.3z"/></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="m23.9 27.7l-.2-1.2h-.1c-.7.9-1.8 1.4-3.1 1.4c-2.2 0-3.5-1.7-3.5-3.5c0-3 2.6-4.4 6.4-4.4v-.2c0-.6-.3-1.5-2-1.5c-1.1 0-2.3.4-3 .9l-.6-2.2c.8-.4 2.3-1 4.2-1c3.6 0 4.8 2.3 4.8 5v4c0 1.1 0 2.2.2 2.8c0-.1-3.1-.1-3.1-.1m-.4-5.4c-1.8 0-3.2.4-3.2 1.8c0 .9.6 1.4 1.3 1.4c.9 0 1.5-.6 1.8-1.3c0-.2.1-.4.1-.6zM37 28.8c0-.6.1-1.8.1-2.8V15h3v5.4c.6-.8 1.6-1.3 2.9-1.3c2.3 0 4 1.9 4 4.8c0 3.4-2.2 5.1-4.4 5.1c-1.1 0-2.2-.4-2.9-1.5l-.1 1.3zm3.1-4.1c0 .2 0 .4.1.5c.2.8.9 1.4 1.8 1.4c1.3 0 2.1-1 2.1-2.7c0-1.5-.7-2.6-2.1-2.6c-.8 0-1.6.6-1.8 1.5c0 .2-.1.4-.1.5zM46.9 35v11c0 1.1 0 2.2.1 2.8h-2.7l-.1-1.4c-.6 1.1-1.8 1.6-3 1.6c-2.3 0-4.1-1.9-4.1-4.9c0-3.2 2-5 4.3-5c1.2 0 2.1.4 2.5 1.1V35zm-3 8.3v-.5c-.2-.8-.8-1.5-1.8-1.5c-1.4 0-2.1 1.2-2.1 2.7c0 1.6.8 2.6 2.1 2.6c.9 0 1.6-.6 1.7-1.4c.1-.2.1-.4.1-.7zM26 47.5c-.5.3-1.6.5-2.7.5c-3.3 0-5.3-2.3-5.3-5.9c0-3.4 2-6.1 5.7-6.1c.8 0 1.7.2 2.3.4l-.5 2.7c-.4-.2-.9-.4-1.7-.4c-1.6 0-2.7 1.3-2.6 3.2c0 2.1 1.2 3.2 2.7 3.2q1.05 0 1.8-.3z"/></svg> </template>
CSS
.icon-input-latin-lowercase {
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%22m23.9%2027.7l-.2-1.2h-.1c-.7.9-1.8%201.4-3.1%201.4c-2.2%200-3.5-1.7-3.5-3.5c0-3%202.6-4.4%206.4-4.4v-.2c0-.6-.3-1.5-2-1.5c-1.1%200-2.3.4-3%20.9l-.6-2.2c.8-.4%202.3-1%204.2-1c3.6%200%204.8%202.3%204.8%205v4c0%201.1%200%202.2.2%202.8c0-.1-3.1-.1-3.1-.1m-.4-5.4c-1.8%200-3.2.4-3.2%201.8c0%20.9.6%201.4%201.3%201.4c.9%200%201.5-.6%201.8-1.3c0-.2.1-.4.1-.6zM37%2028.8c0-.6.1-1.8.1-2.8V15h3v5.4c.6-.8%201.6-1.3%202.9-1.3c2.3%200%204%201.9%204%204.8c0%203.4-2.2%205.1-4.4%205.1c-1.1%200-2.2-.4-2.9-1.5l-.1%201.3zm3.1-4.1c0%20.2%200%20.4.1.5c.2.8.9%201.4%201.8%201.4c1.3%200%202.1-1%202.1-2.7c0-1.5-.7-2.6-2.1-2.6c-.8%200-1.6.6-1.8%201.5c0%20.2-.1.4-.1.5zM46.9%2035v11c0%201.1%200%202.2.1%202.8h-2.7l-.1-1.4c-.6%201.1-1.8%201.6-3%201.6c-2.3%200-4.1-1.9-4.1-4.9c0-3.2%202-5%204.3-5c1.2%200%202.1.4%202.5%201.1V35zm-3%208.3v-.5c-.2-.8-.8-1.5-1.8-1.5c-1.4%200-2.1%201.2-2.1%202.7c0%201.6.8%202.6%202.1%202.6c.9%200%201.6-.6%201.7-1.4c.1-.2.1-.4.1-.7zM26%2047.5c-.5.3-1.6.5-2.7.5c-3.3%200-5.3-2.3-5.3-5.9c0-3.4%202-6.1%205.7-6.1c.8%200%201.7.2%202.3.4l-.5%202.7c-.4-.2-.9-.4-1.7-.4c-1.6%200-2.7%201.3-2.6%203.2c0%202.1%201.2%203.2%202.7%203.2q1.05%200%201.8-.3z%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%22m23.9%2027.7l-.2-1.2h-.1c-.7.9-1.8%201.4-3.1%201.4c-2.2%200-3.5-1.7-3.5-3.5c0-3%202.6-4.4%206.4-4.4v-.2c0-.6-.3-1.5-2-1.5c-1.1%200-2.3.4-3%20.9l-.6-2.2c.8-.4%202.3-1%204.2-1c3.6%200%204.8%202.3%204.8%205v4c0%201.1%200%202.2.2%202.8c0-.1-3.1-.1-3.1-.1m-.4-5.4c-1.8%200-3.2.4-3.2%201.8c0%20.9.6%201.4%201.3%201.4c.9%200%201.5-.6%201.8-1.3c0-.2.1-.4.1-.6zM37%2028.8c0-.6.1-1.8.1-2.8V15h3v5.4c.6-.8%201.6-1.3%202.9-1.3c2.3%200%204%201.9%204%204.8c0%203.4-2.2%205.1-4.4%205.1c-1.1%200-2.2-.4-2.9-1.5l-.1%201.3zm3.1-4.1c0%20.2%200%20.4.1.5c.2.8.9%201.4%201.8%201.4c1.3%200%202.1-1%202.1-2.7c0-1.5-.7-2.6-2.1-2.6c-.8%200-1.6.6-1.8%201.5c0%20.2-.1.4-.1.5zM46.9%2035v11c0%201.1%200%202.2.1%202.8h-2.7l-.1-1.4c-.6%201.1-1.8%201.6-3%201.6c-2.3%200-4.1-1.9-4.1-4.9c0-3.2%202-5%204.3-5c1.2%200%202.1.4%202.5%201.1V35zm-3%208.3v-.5c-.2-.8-.8-1.5-1.8-1.5c-1.4%200-2.1%201.2-2.1%202.7c0%201.6.8%202.6%202.1%202.6c.9%200%201.6-.6%201.7-1.4c.1-.2.1-.4.1-.7zM26%2047.5c-.5.3-1.6.5-2.7.5c-3.3%200-5.3-2.3-5.3-5.9c0-3.4%202-6.1%205.7-6.1c.8%200%201.7.2%202.3.4l-.5%202.7c-.4-.2-.9-.4-1.7-.4c-1.6%200-2.7%201.3-2.6%203.2c0%202.1%201.2%203.2%202.7%203.2q1.05%200%201.8-.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/input-latin-lowercase.svg?color=%231a73e8&size=48