on exclamation arrow emoji
on-exclamation-arrow from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- on-exclamation-arrow
- Set
- Noto Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 128×128
- License
- Apache 2.0
- Aliases
- on-arrow
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 on exclamation arrow 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="#fafafa" d="m106.6 41l-24-24a3.996 3.996 0 0 0-5.64.44c-.61.71-.95 1.62-.96 2.56v14c0 1.1-.9 2-2 2H54c-1.1 0-2-.9-2-2V20a4 4 0 0 0-6.6-3l-24 24a3.994 3.994 0 0 0 0 6l24 24a3.996 3.996 0 0 0 5.64-.44c.61-.71.95-1.62.96-2.56V54c0-1.1.9-2 2-2h20c1.1 0 2 .9 2 2v14a4 4 0 0 0 6.6 3l24-24a3.863 3.863 0 0 0 0-6"/><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="#fafafa" d="M56.52 97.71c0 4.61-1.14 8.15-3.43 10.63s-5.56 3.71-9.83 3.71s-7.54-1.24-9.83-3.71S30 102.31 30 97.68s1.15-8.17 3.44-10.62c2.29-2.44 5.58-3.67 9.85-3.67s7.55 1.23 9.82 3.69c2.27 2.47 3.41 6.01 3.41 10.63m-20.32 0c0 3.11.59 5.45 1.77 7.03s2.95 2.36 5.29 2.36c4.71 0 7.06-3.13 7.06-9.39c0-6.27-2.34-9.41-7.03-9.41q-3.525 0-5.31 2.37c-1.19 1.59-1.78 3.93-1.78 7.04m49.42 13.96h-7.5L66.01 90.61h-.17c.24 3.72.36 6.37.36 7.96v13.1h-5.27V83.83h7.45l12.09 20.85h.13c-.19-3.62-.29-6.18-.29-7.67V83.83h5.31zm4.57-2.72c0-.6.09-1.1.26-1.51s.41-.75.71-1s.66-.44 1.07-.55a5 5 0 0 1 2.58 0c.4.11.75.3 1.06.55s.54.59.72 1s.27.92.27 1.51q0 .855-.27 1.47c-.27.615-.42.74-.72 1.01s-.66.46-1.06.58s-.82.18-1.27.18c-.47 0-.91-.06-1.31-.18c-.41-.12-.76-.31-1.07-.58c-.3-.27-.54-.6-.71-1.01s-.26-.9-.26-1.47m5.69-6.51h-4.65l-.97-18.61h6.59z"/></svg>
React
import type { SVGProps } from "react";
export function NotoOnExclamationArrow(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="#fafafa" d="m106.6 41l-24-24a3.996 3.996 0 0 0-5.64.44c-.61.71-.95 1.62-.96 2.56v14c0 1.1-.9 2-2 2H54c-1.1 0-2-.9-2-2V20a4 4 0 0 0-6.6-3l-24 24a3.994 3.994 0 0 0 0 6l24 24a3.996 3.996 0 0 0 5.64-.44c.61-.71.95-1.62.96-2.56V54c0-1.1.9-2 2-2h20c1.1 0 2 .9 2 2v14a4 4 0 0 0 6.6 3l24-24a3.863 3.863 0 0 0 0-6"/><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="#fafafa" d="M56.52 97.71c0 4.61-1.14 8.15-3.43 10.63s-5.56 3.71-9.83 3.71s-7.54-1.24-9.83-3.71S30 102.31 30 97.68s1.15-8.17 3.44-10.62c2.29-2.44 5.58-3.67 9.85-3.67s7.55 1.23 9.82 3.69c2.27 2.47 3.41 6.01 3.41 10.63m-20.32 0c0 3.11.59 5.45 1.77 7.03s2.95 2.36 5.29 2.36c4.71 0 7.06-3.13 7.06-9.39c0-6.27-2.34-9.41-7.03-9.41q-3.525 0-5.31 2.37c-1.19 1.59-1.78 3.93-1.78 7.04m49.42 13.96h-7.5L66.01 90.61h-.17c.24 3.72.36 6.37.36 7.96v13.1h-5.27V83.83h7.45l12.09 20.85h.13c-.19-3.62-.29-6.18-.29-7.67V83.83h5.31zm4.57-2.72c0-.6.09-1.1.26-1.51s.41-.75.71-1s.66-.44 1.07-.55a5 5 0 0 1 2.58 0c.4.11.75.3 1.06.55s.54.59.72 1s.27.92.27 1.51q0 .855-.27 1.47c-.27.615-.42.74-.72 1.01s-.66.46-1.06.58s-.82.18-1.27.18c-.47 0-.91-.06-1.31-.18c-.41-.12-.76-.31-1.07-.58c-.3-.27-.54-.6-.71-1.01s-.26-.9-.26-1.47m5.69-6.51h-4.65l-.97-18.61h6.59z"/></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="#fafafa" d="m106.6 41l-24-24a3.996 3.996 0 0 0-5.64.44c-.61.71-.95 1.62-.96 2.56v14c0 1.1-.9 2-2 2H54c-1.1 0-2-.9-2-2V20a4 4 0 0 0-6.6-3l-24 24a3.994 3.994 0 0 0 0 6l24 24a3.996 3.996 0 0 0 5.64-.44c.61-.71.95-1.62.96-2.56V54c0-1.1.9-2 2-2h20c1.1 0 2 .9 2 2v14a4 4 0 0 0 6.6 3l24-24a3.863 3.863 0 0 0 0-6"/><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="#fafafa" d="M56.52 97.71c0 4.61-1.14 8.15-3.43 10.63s-5.56 3.71-9.83 3.71s-7.54-1.24-9.83-3.71S30 102.31 30 97.68s1.15-8.17 3.44-10.62c2.29-2.44 5.58-3.67 9.85-3.67s7.55 1.23 9.82 3.69c2.27 2.47 3.41 6.01 3.41 10.63m-20.32 0c0 3.11.59 5.45 1.77 7.03s2.95 2.36 5.29 2.36c4.71 0 7.06-3.13 7.06-9.39c0-6.27-2.34-9.41-7.03-9.41q-3.525 0-5.31 2.37c-1.19 1.59-1.78 3.93-1.78 7.04m49.42 13.96h-7.5L66.01 90.61h-.17c.24 3.72.36 6.37.36 7.96v13.1h-5.27V83.83h7.45l12.09 20.85h.13c-.19-3.62-.29-6.18-.29-7.67V83.83h5.31zm4.57-2.72c0-.6.09-1.1.26-1.51s.41-.75.71-1s.66-.44 1.07-.55a5 5 0 0 1 2.58 0c.4.11.75.3 1.06.55s.54.59.72 1s.27.92.27 1.51q0 .855-.27 1.47c-.27.615-.42.74-.72 1.01s-.66.46-1.06.58s-.82.18-1.27.18c-.47 0-.91-.06-1.31-.18c-.41-.12-.76-.31-1.07-.58c-.3-.27-.54-.6-.71-1.01s-.26-.9-.26-1.47m5.69-6.51h-4.65l-.97-18.61h6.59z"/></svg> </template>
CSS
.icon-on-exclamation-arrow {
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%23fafafa%22%20d%3D%22m106.6%2041l-24-24a3.996%203.996%200%200%200-5.64.44c-.61.71-.95%201.62-.96%202.56v14c0%201.1-.9%202-2%202H54c-1.1%200-2-.9-2-2V20a4%204%200%200%200-6.6-3l-24%2024a3.994%203.994%200%200%200%200%206l24%2024a3.996%203.996%200%200%200%205.64-.44c.61-.71.95-1.62.96-2.56V54c0-1.1.9-2%202-2h20c1.1%200%202%20.9%202%202v14a4%204%200%200%200%206.6%203l24-24a3.863%203.863%200%200%200%200-6%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%23fafafa%22%20d%3D%22M56.52%2097.71c0%204.61-1.14%208.15-3.43%2010.63s-5.56%203.71-9.83%203.71s-7.54-1.24-9.83-3.71S30%20102.31%2030%2097.68s1.15-8.17%203.44-10.62c2.29-2.44%205.58-3.67%209.85-3.67s7.55%201.23%209.82%203.69c2.27%202.47%203.41%206.01%203.41%2010.63m-20.32%200c0%203.11.59%205.45%201.77%207.03s2.95%202.36%205.29%202.36c4.71%200%207.06-3.13%207.06-9.39c0-6.27-2.34-9.41-7.03-9.41q-3.525%200-5.31%202.37c-1.19%201.59-1.78%203.93-1.78%207.04m49.42%2013.96h-7.5L66.01%2090.61h-.17c.24%203.72.36%206.37.36%207.96v13.1h-5.27V83.83h7.45l12.09%2020.85h.13c-.19-3.62-.29-6.18-.29-7.67V83.83h5.31zm4.57-2.72c0-.6.09-1.1.26-1.51s.41-.75.71-1s.66-.44%201.07-.55a5%205%200%200%201%202.58%200c.4.11.75.3%201.06.55s.54.59.72%201s.27.92.27%201.51q0%20.855-.27%201.47c-.27.615-.42.74-.72%201.01s-.66.46-1.06.58s-.82.18-1.27.18c-.47%200-.91-.06-1.31-.18c-.41-.12-.76-.31-1.07-.58c-.3-.27-.54-.6-.71-1.01s-.26-.9-.26-1.47m5.69-6.51h-4.65l-.97-18.61h6.59z%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%23fafafa%22%20d%3D%22m106.6%2041l-24-24a3.996%203.996%200%200%200-5.64.44c-.61.71-.95%201.62-.96%202.56v14c0%201.1-.9%202-2%202H54c-1.1%200-2-.9-2-2V20a4%204%200%200%200-6.6-3l-24%2024a3.994%203.994%200%200%200%200%206l24%2024a3.996%203.996%200%200%200%205.64-.44c.61-.71.95-1.62.96-2.56V54c0-1.1.9-2%202-2h20c1.1%200%202%20.9%202%202v14a4%204%200%200%200%206.6%203l24-24a3.863%203.863%200%200%200%200-6%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%23fafafa%22%20d%3D%22M56.52%2097.71c0%204.61-1.14%208.15-3.43%2010.63s-5.56%203.71-9.83%203.71s-7.54-1.24-9.83-3.71S30%20102.31%2030%2097.68s1.15-8.17%203.44-10.62c2.29-2.44%205.58-3.67%209.85-3.67s7.55%201.23%209.82%203.69c2.27%202.47%203.41%206.01%203.41%2010.63m-20.32%200c0%203.11.59%205.45%201.77%207.03s2.95%202.36%205.29%202.36c4.71%200%207.06-3.13%207.06-9.39c0-6.27-2.34-9.41-7.03-9.41q-3.525%200-5.31%202.37c-1.19%201.59-1.78%203.93-1.78%207.04m49.42%2013.96h-7.5L66.01%2090.61h-.17c.24%203.72.36%206.37.36%207.96v13.1h-5.27V83.83h7.45l12.09%2020.85h.13c-.19-3.62-.29-6.18-.29-7.67V83.83h5.31zm4.57-2.72c0-.6.09-1.1.26-1.51s.41-.75.71-1s.66-.44%201.07-.55a5%205%200%200%201%202.58%200c.4.11.75.3%201.06.55s.54.59.72%201s.27.92.27%201.51q0%20.855-.27%201.47c-.27.615-.42.74-.72%201.01s-.66.46-1.06.58s-.82.18-1.27.18c-.47%200-.91-.06-1.31-.18c-.41-.12-.76-.31-1.07-.58c-.3-.27-.54-.6-.71-1.01s-.26-.9-.26-1.47m5.69-6.51h-4.65l-.97-18.61h6.59z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/on-exclamation-arrow.svg?color=%231a73e8&size=48