up text button emoji

up-text-button from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.

Name
up-text-button
Set
Emoji One (Colored)
Style
Default
Category
Symbols
Viewbox
64×64
License
CC BY 4.0

More symbols icons from Emoji One (Colored)

Use the up text button emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#4fd1d9" d="M62 52c0 5.5-4.5 10-10 10H12C6.5 62 2 57.5 2 52V12C2 6.5 6.5 2 12 2h40c5.5 0 10 4.5 10 10z"/><path fill="#fff" d="M12 22h4.1v10.7c0 1.7.1 2.8.2 3.3c.2.8.6 1.5 1.2 1.9c.7.5 1.5.7 2.7.7c1.1 0 2-.2 2.6-.7s.9-1 1.1-1.7c.1-.7.2-1.8.2-3.3V22h4v10.3c0 2.4-.1 4-.3 5s-.6 1.8-1.2 2.5s-1.4 1.2-2.4 1.6q-1.5.6-3.9.6c-1.9 0-3.4-.2-4.4-.7c-1-.4-1.8-1-2.3-1.7c-.6-.7-1-1.4-1.1-2.2c-.3-1.1-.4-2.8-.4-5V22zm19 20V22h5.9c2.2 0 3.7.1 4.4.3c1 .3 1.9 1 2.6 2s1.1 2.3 1.1 3.9c0 1.2-.2 2.3-.6 3.1s-.9 1.5-1.6 2c-.6.5-1.3.8-1.9.9c-.9.2-2.2.3-3.8.3h-2.4V42zm3.7-16.6v5.7h2c1.5 0 2.4-.1 2.9-.3s.9-.5 1.2-1c.3-.4.4-1 .4-1.6q0-1.05-.6-1.8t-1.5-.9c-.4-.1-1.3-.1-2.7-.1zM48 42v-4h4v4zm0-20h4v12h-4z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneUpTextButton(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#4fd1d9" d="M62 52c0 5.5-4.5 10-10 10H12C6.5 62 2 57.5 2 52V12C2 6.5 6.5 2 12 2h40c5.5 0 10 4.5 10 10z"/><path fill="#fff" d="M12 22h4.1v10.7c0 1.7.1 2.8.2 3.3c.2.8.6 1.5 1.2 1.9c.7.5 1.5.7 2.7.7c1.1 0 2-.2 2.6-.7s.9-1 1.1-1.7c.1-.7.2-1.8.2-3.3V22h4v10.3c0 2.4-.1 4-.3 5s-.6 1.8-1.2 2.5s-1.4 1.2-2.4 1.6q-1.5.6-3.9.6c-1.9 0-3.4-.2-4.4-.7c-1-.4-1.8-1-2.3-1.7c-.6-.7-1-1.4-1.1-2.2c-.3-1.1-.4-2.8-.4-5V22zm19 20V22h5.9c2.2 0 3.7.1 4.4.3c1 .3 1.9 1 2.6 2s1.1 2.3 1.1 3.9c0 1.2-.2 2.3-.6 3.1s-.9 1.5-1.6 2c-.6.5-1.3.8-1.9.9c-.9.2-2.2.3-3.8.3h-2.4V42zm3.7-16.6v5.7h2c1.5 0 2.4-.1 2.9-.3s.9-.5 1.2-1c.3-.4.4-1 .4-1.6q0-1.05-.6-1.8t-1.5-.9c-.4-.1-1.3-.1-2.7-.1zM48 42v-4h4v4zm0-20h4v12h-4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#4fd1d9" d="M62 52c0 5.5-4.5 10-10 10H12C6.5 62 2 57.5 2 52V12C2 6.5 6.5 2 12 2h40c5.5 0 10 4.5 10 10z"/><path fill="#fff" d="M12 22h4.1v10.7c0 1.7.1 2.8.2 3.3c.2.8.6 1.5 1.2 1.9c.7.5 1.5.7 2.7.7c1.1 0 2-.2 2.6-.7s.9-1 1.1-1.7c.1-.7.2-1.8.2-3.3V22h4v10.3c0 2.4-.1 4-.3 5s-.6 1.8-1.2 2.5s-1.4 1.2-2.4 1.6q-1.5.6-3.9.6c-1.9 0-3.4-.2-4.4-.7c-1-.4-1.8-1-2.3-1.7c-.6-.7-1-1.4-1.1-2.2c-.3-1.1-.4-2.8-.4-5V22zm19 20V22h5.9c2.2 0 3.7.1 4.4.3c1 .3 1.9 1 2.6 2s1.1 2.3 1.1 3.9c0 1.2-.2 2.3-.6 3.1s-.9 1.5-1.6 2c-.6.5-1.3.8-1.9.9c-.9.2-2.2.3-3.8.3h-2.4V42zm3.7-16.6v5.7h2c1.5 0 2.4-.1 2.9-.3s.9-.5 1.2-1c.3-.4.4-1 .4-1.6q0-1.05-.6-1.8t-1.5-.9c-.4-.1-1.3-.1-2.7-.1zM48 42v-4h4v4zm0-20h4v12h-4z"/></svg>
</template>

CSS

.icon-up-text-button {
  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%234fd1d9%22%20d%3D%22M62%2052c0%205.5-4.5%2010-10%2010H12C6.5%2062%202%2057.5%202%2052V12C2%206.5%206.5%202%2012%202h40c5.5%200%2010%204.5%2010%2010z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%2022h4.1v10.7c0%201.7.1%202.8.2%203.3c.2.8.6%201.5%201.2%201.9c.7.5%201.5.7%202.7.7c1.1%200%202-.2%202.6-.7s.9-1%201.1-1.7c.1-.7.2-1.8.2-3.3V22h4v10.3c0%202.4-.1%204-.3%205s-.6%201.8-1.2%202.5s-1.4%201.2-2.4%201.6q-1.5.6-3.9.6c-1.9%200-3.4-.2-4.4-.7c-1-.4-1.8-1-2.3-1.7c-.6-.7-1-1.4-1.1-2.2c-.3-1.1-.4-2.8-.4-5V22zm19%2020V22h5.9c2.2%200%203.7.1%204.4.3c1%20.3%201.9%201%202.6%202s1.1%202.3%201.1%203.9c0%201.2-.2%202.3-.6%203.1s-.9%201.5-1.6%202c-.6.5-1.3.8-1.9.9c-.9.2-2.2.3-3.8.3h-2.4V42zm3.7-16.6v5.7h2c1.5%200%202.4-.1%202.9-.3s.9-.5%201.2-1c.3-.4.4-1%20.4-1.6q0-1.05-.6-1.8t-1.5-.9c-.4-.1-1.3-.1-2.7-.1zM48%2042v-4h4v4zm0-20h4v12h-4z%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%234fd1d9%22%20d%3D%22M62%2052c0%205.5-4.5%2010-10%2010H12C6.5%2062%202%2057.5%202%2052V12C2%206.5%206.5%202%2012%202h40c5.5%200%2010%204.5%2010%2010z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%2022h4.1v10.7c0%201.7.1%202.8.2%203.3c.2.8.6%201.5%201.2%201.9c.7.5%201.5.7%202.7.7c1.1%200%202-.2%202.6-.7s.9-1%201.1-1.7c.1-.7.2-1.8.2-3.3V22h4v10.3c0%202.4-.1%204-.3%205s-.6%201.8-1.2%202.5s-1.4%201.2-2.4%201.6q-1.5.6-3.9.6c-1.9%200-3.4-.2-4.4-.7c-1-.4-1.8-1-2.3-1.7c-.6-.7-1-1.4-1.1-2.2c-.3-1.1-.4-2.8-.4-5V22zm19%2020V22h5.9c2.2%200%203.7.1%204.4.3c1%20.3%201.9%201%202.6%202s1.1%202.3%201.1%203.9c0%201.2-.2%202.3-.6%203.1s-.9%201.5-1.6%202c-.6.5-1.3.8-1.9.9c-.9.2-2.2.3-3.8.3h-2.4V42zm3.7-16.6v5.7h2c1.5%200%202.4-.1%202.9-.3s.9-.5%201.2-1c.3-.4.4-1%20.4-1.6q0-1.05-.6-1.8t-1.5-.9c-.4-.1-1.3-.1-2.7-.1zM48%2042v-4h4v4zm0-20h4v12h-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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