up exclamation button emoji

up-exclamation-button from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.

Name
up-exclamation-button
Set
Noto Emoji
Style
Default
Category
Symbols
Viewbox
128×128
License
Apache 2.0
Aliases
up-text-button

The same emoji in other sets

More symbols icons from Noto Emoji

Use the up exclamation button 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.42 0-8 3.58-8 8v104c0 4.42 3.58 8 8 8h104c4.42 0 8-3.58 8-8V12c0-4.42-3.58-8-8-8"/><path fill="#8cafbf" d="M109.7 4H11.5A7.555 7.555 0 0 0 4 11.5v97.9c-.01 4.14 3.34 7.49 7.48 7.5h98.12c4.14.01 7.49-3.34 7.5-7.48V11.5c.09-4.05-3.13-7.41-7.18-7.5z"/><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 3.47-3 10.27c0 4.8 0 9.3 2.5 9.3c3.4 0 3.4-2.87 6.2-7.27c5.4-8.7 18.9-10.6 18.9-13.6" opacity=".5"/><path fill="#fafafa" d="M20.22 89.32c-2.84-1.77-5.04-4.34-6.6-7.69c-1.57-3.35-2.35-7.32-2.35-11.9V37.88h9.12v32.45c0 3.65.85 6.59 2.55 8.83s4.12 3.36 7.25 3.36s5.55-1.12 7.25-3.36s2.55-5.19 2.55-8.83V37.88h9.12v31.86c0 4.39-.77 8.25-2.31 11.61c-1.54 3.35-3.74 5.96-6.6 7.84C37.34 91.06 34 92 30.19 92c-3.81-.01-7.14-.9-9.97-2.68M59.4 37.88h17.16c3.08 0 5.9.7 8.44 2.11c2.54 1.4 4.54 3.38 5.99 5.91c1.45 2.54 2.18 5.43 2.18 8.69c0 3.25-.73 6.16-2.18 8.72s-3.45 4.55-5.99 5.95s-5.36 2.11-8.44 2.11h-7.97V90.8H59.4zM76.83 61.9c2.27 0 4.05-.71 5.34-2.14s1.94-3.15 1.94-5.17s-.65-3.73-1.94-5.14c-1.29-1.4-3.08-2.11-5.34-2.11h-8.24V61.9zm24.07 27.02c-1.16-1.26-1.74-2.77-1.74-4.55c0-1.77.58-3.28 1.74-4.51s2.55-1.85 4.19-1.85c1.63 0 3.03.62 4.19 1.85s1.74 2.74 1.74 4.51s-.58 3.29-1.74 4.55s-2.55 1.88-4.19 1.88s-3.04-.63-4.19-1.88m-.38-35.82V37.88h9.12V53.1l-.82 19.52h-7.49z"/></svg>

React

import type { SVGProps } from "react";

export function NotoUpExclamationButton(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.42 0-8 3.58-8 8v104c0 4.42 3.58 8 8 8h104c4.42 0 8-3.58 8-8V12c0-4.42-3.58-8-8-8"/><path fill="#8cafbf" d="M109.7 4H11.5A7.555 7.555 0 0 0 4 11.5v97.9c-.01 4.14 3.34 7.49 7.48 7.5h98.12c4.14.01 7.49-3.34 7.5-7.48V11.5c.09-4.05-3.13-7.41-7.18-7.5z"/><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 3.47-3 10.27c0 4.8 0 9.3 2.5 9.3c3.4 0 3.4-2.87 6.2-7.27c5.4-8.7 18.9-10.6 18.9-13.6" opacity=".5"/><path fill="#fafafa" d="M20.22 89.32c-2.84-1.77-5.04-4.34-6.6-7.69c-1.57-3.35-2.35-7.32-2.35-11.9V37.88h9.12v32.45c0 3.65.85 6.59 2.55 8.83s4.12 3.36 7.25 3.36s5.55-1.12 7.25-3.36s2.55-5.19 2.55-8.83V37.88h9.12v31.86c0 4.39-.77 8.25-2.31 11.61c-1.54 3.35-3.74 5.96-6.6 7.84C37.34 91.06 34 92 30.19 92c-3.81-.01-7.14-.9-9.97-2.68M59.4 37.88h17.16c3.08 0 5.9.7 8.44 2.11c2.54 1.4 4.54 3.38 5.99 5.91c1.45 2.54 2.18 5.43 2.18 8.69c0 3.25-.73 6.16-2.18 8.72s-3.45 4.55-5.99 5.95s-5.36 2.11-8.44 2.11h-7.97V90.8H59.4zM76.83 61.9c2.27 0 4.05-.71 5.34-2.14s1.94-3.15 1.94-5.17s-.65-3.73-1.94-5.14c-1.29-1.4-3.08-2.11-5.34-2.11h-8.24V61.9zm24.07 27.02c-1.16-1.26-1.74-2.77-1.74-4.55c0-1.77.58-3.28 1.74-4.51s2.55-1.85 4.19-1.85c1.63 0 3.03.62 4.19 1.85s1.74 2.74 1.74 4.51s-.58 3.29-1.74 4.55s-2.55 1.88-4.19 1.88s-3.04-.63-4.19-1.88m-.38-35.82V37.88h9.12V53.1l-.82 19.52h-7.49z"/></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.42 0-8 3.58-8 8v104c0 4.42 3.58 8 8 8h104c4.42 0 8-3.58 8-8V12c0-4.42-3.58-8-8-8"/><path fill="#8cafbf" d="M109.7 4H11.5A7.555 7.555 0 0 0 4 11.5v97.9c-.01 4.14 3.34 7.49 7.48 7.5h98.12c4.14.01 7.49-3.34 7.5-7.48V11.5c.09-4.05-3.13-7.41-7.18-7.5z"/><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 3.47-3 10.27c0 4.8 0 9.3 2.5 9.3c3.4 0 3.4-2.87 6.2-7.27c5.4-8.7 18.9-10.6 18.9-13.6" opacity=".5"/><path fill="#fafafa" d="M20.22 89.32c-2.84-1.77-5.04-4.34-6.6-7.69c-1.57-3.35-2.35-7.32-2.35-11.9V37.88h9.12v32.45c0 3.65.85 6.59 2.55 8.83s4.12 3.36 7.25 3.36s5.55-1.12 7.25-3.36s2.55-5.19 2.55-8.83V37.88h9.12v31.86c0 4.39-.77 8.25-2.31 11.61c-1.54 3.35-3.74 5.96-6.6 7.84C37.34 91.06 34 92 30.19 92c-3.81-.01-7.14-.9-9.97-2.68M59.4 37.88h17.16c3.08 0 5.9.7 8.44 2.11c2.54 1.4 4.54 3.38 5.99 5.91c1.45 2.54 2.18 5.43 2.18 8.69c0 3.25-.73 6.16-2.18 8.72s-3.45 4.55-5.99 5.95s-5.36 2.11-8.44 2.11h-7.97V90.8H59.4zM76.83 61.9c2.27 0 4.05-.71 5.34-2.14s1.94-3.15 1.94-5.17s-.65-3.73-1.94-5.14c-1.29-1.4-3.08-2.11-5.34-2.11h-8.24V61.9zm24.07 27.02c-1.16-1.26-1.74-2.77-1.74-4.55c0-1.77.58-3.28 1.74-4.51s2.55-1.85 4.19-1.85c1.63 0 3.03.62 4.19 1.85s1.74 2.74 1.74 4.51s-.58 3.29-1.74 4.55s-2.55 1.88-4.19 1.88s-3.04-.63-4.19-1.88m-.38-35.82V37.88h9.12V53.1l-.82 19.52h-7.49z"/></svg>
</template>

CSS

.icon-up-exclamation-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%20128%20128%22%3E%3Cpath%20fill%3D%22%23427687%22%20d%3D%22M116%204H12c-4.42%200-8%203.58-8%208v104c0%204.42%203.58%208%208%208h104c4.42%200%208-3.58%208-8V12c0-4.42-3.58-8-8-8%22%2F%3E%3Cpath%20fill%3D%22%238cafbf%22%20d%3D%22M109.7%204H11.5A7.555%207.555%200%200%200%204%2011.5v97.9c-.01%204.14%203.34%207.49%207.48%207.5h98.12c4.14.01%207.49-3.34%207.5-7.48V11.5c.09-4.05-3.13-7.41-7.18-7.5z%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%203.47-3%2010.27c0%204.8%200%209.3%202.5%209.3c3.4%200%203.4-2.87%206.2-7.27c5.4-8.7%2018.9-10.6%2018.9-13.6%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22%23fafafa%22%20d%3D%22M20.22%2089.32c-2.84-1.77-5.04-4.34-6.6-7.69c-1.57-3.35-2.35-7.32-2.35-11.9V37.88h9.12v32.45c0%203.65.85%206.59%202.55%208.83s4.12%203.36%207.25%203.36s5.55-1.12%207.25-3.36s2.55-5.19%202.55-8.83V37.88h9.12v31.86c0%204.39-.77%208.25-2.31%2011.61c-1.54%203.35-3.74%205.96-6.6%207.84C37.34%2091.06%2034%2092%2030.19%2092c-3.81-.01-7.14-.9-9.97-2.68M59.4%2037.88h17.16c3.08%200%205.9.7%208.44%202.11c2.54%201.4%204.54%203.38%205.99%205.91c1.45%202.54%202.18%205.43%202.18%208.69c0%203.25-.73%206.16-2.18%208.72s-3.45%204.55-5.99%205.95s-5.36%202.11-8.44%202.11h-7.97V90.8H59.4zM76.83%2061.9c2.27%200%204.05-.71%205.34-2.14s1.94-3.15%201.94-5.17s-.65-3.73-1.94-5.14c-1.29-1.4-3.08-2.11-5.34-2.11h-8.24V61.9zm24.07%2027.02c-1.16-1.26-1.74-2.77-1.74-4.55c0-1.77.58-3.28%201.74-4.51s2.55-1.85%204.19-1.85c1.63%200%203.03.62%204.19%201.85s1.74%202.74%201.74%204.51s-.58%203.29-1.74%204.55s-2.55%201.88-4.19%201.88s-3.04-.63-4.19-1.88m-.38-35.82V37.88h9.12V53.1l-.82%2019.52h-7.49z%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.42%200-8%203.58-8%208v104c0%204.42%203.58%208%208%208h104c4.42%200%208-3.58%208-8V12c0-4.42-3.58-8-8-8%22%2F%3E%3Cpath%20fill%3D%22%238cafbf%22%20d%3D%22M109.7%204H11.5A7.555%207.555%200%200%200%204%2011.5v97.9c-.01%204.14%203.34%207.49%207.48%207.5h98.12c4.14.01%207.49-3.34%207.5-7.48V11.5c.09-4.05-3.13-7.41-7.18-7.5z%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%203.47-3%2010.27c0%204.8%200%209.3%202.5%209.3c3.4%200%203.4-2.87%206.2-7.27c5.4-8.7%2018.9-10.6%2018.9-13.6%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22%23fafafa%22%20d%3D%22M20.22%2089.32c-2.84-1.77-5.04-4.34-6.6-7.69c-1.57-3.35-2.35-7.32-2.35-11.9V37.88h9.12v32.45c0%203.65.85%206.59%202.55%208.83s4.12%203.36%207.25%203.36s5.55-1.12%207.25-3.36s2.55-5.19%202.55-8.83V37.88h9.12v31.86c0%204.39-.77%208.25-2.31%2011.61c-1.54%203.35-3.74%205.96-6.6%207.84C37.34%2091.06%2034%2092%2030.19%2092c-3.81-.01-7.14-.9-9.97-2.68M59.4%2037.88h17.16c3.08%200%205.9.7%208.44%202.11c2.54%201.4%204.54%203.38%205.99%205.91c1.45%202.54%202.18%205.43%202.18%208.69c0%203.25-.73%206.16-2.18%208.72s-3.45%204.55-5.99%205.95s-5.36%202.11-8.44%202.11h-7.97V90.8H59.4zM76.83%2061.9c2.27%200%204.05-.71%205.34-2.14s1.94-3.15%201.94-5.17s-.65-3.73-1.94-5.14c-1.29-1.4-3.08-2.11-5.34-2.11h-8.24V61.9zm24.07%2027.02c-1.16-1.26-1.74-2.77-1.74-4.55c0-1.77.58-3.28%201.74-4.51s2.55-1.85%204.19-1.85c1.63%200%203.03.62%204.19%201.85s1.74%202.74%201.74%204.51s-.58%203.29-1.74%204.55s-2.55%201.88-4.19%201.88s-3.04-.63-4.19-1.88m-.38-35.82V37.88h9.12V53.1l-.82%2019.52h-7.49z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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