on exclamation arrow emoji

on-exclamation-arrow from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.

Name
on-exclamation-arrow
Set
Twitter Emoji
Style
Default
Category
Symbols
Viewbox
36×36
License
CC BY 4.0
Aliases
on-arrow

The same emoji in other sets

More symbols icons from Twitter Emoji

Use the on exclamation arrow emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M35.311 6.652L25.17.263c-.904-.569-1.645-.181-1.645.865V3h-11.05V1.128c0-1.046-.74-1.434-1.644-.865L.689 6.652c-.904.57-.922 1.527-.037 2.127l10.215 6.932c.885.602 1.607.234 1.607-.812V13h11.051v1.899c0 1.046.723 1.413 1.607.811l10.215-6.931c.885-.6.868-1.557-.036-2.127M.204 27.986c0-4.529 3.048-8.014 7.49-8.014c4.377 0 7.491 3.594 7.491 8.014c0 4.506-3.027 8.014-7.491 8.014c-4.42 0-7.49-3.508-7.49-8.014m11.584 0c0-2.635-1.372-5.01-4.094-5.01c-2.721 0-4.094 2.375-4.094 5.01c0 2.656 1.33 5.008 4.094 5.008s4.094-2.351 4.094-5.008m4.625-6.184c0-1.089.696-1.699 1.632-1.699c.415 0 1.089.327 1.373.72l6.902 9.211h.045v-8.231c0-1.089.694-1.699 1.633-1.699c.937 0 1.633.61 1.633 1.699V34.17c0 1.088-.696 1.697-1.633 1.697c-.415 0-1.067-.326-1.372-.717l-6.903-9.102h-.044v8.121c0 1.088-.697 1.697-1.633 1.697s-1.632-.609-1.632-1.697V21.802zm16.013 12.499c0-.936.762-1.699 1.698-1.699s1.698.764 1.698 1.699c0 .936-.763 1.699-1.698 1.699a1.7 1.7 0 0 1-1.698-1.699m.131-12.848c0-.914.673-1.48 1.567-1.48c.87 0 1.567.588 1.567 1.48v8.384c0 .894-.697 1.479-1.567 1.479c-.895 0-1.567-.564-1.567-1.479z"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiOnExclamationArrow(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M35.311 6.652L25.17.263c-.904-.569-1.645-.181-1.645.865V3h-11.05V1.128c0-1.046-.74-1.434-1.644-.865L.689 6.652c-.904.57-.922 1.527-.037 2.127l10.215 6.932c.885.602 1.607.234 1.607-.812V13h11.051v1.899c0 1.046.723 1.413 1.607.811l10.215-6.931c.885-.6.868-1.557-.036-2.127M.204 27.986c0-4.529 3.048-8.014 7.49-8.014c4.377 0 7.491 3.594 7.491 8.014c0 4.506-3.027 8.014-7.491 8.014c-4.42 0-7.49-3.508-7.49-8.014m11.584 0c0-2.635-1.372-5.01-4.094-5.01c-2.721 0-4.094 2.375-4.094 5.01c0 2.656 1.33 5.008 4.094 5.008s4.094-2.351 4.094-5.008m4.625-6.184c0-1.089.696-1.699 1.632-1.699c.415 0 1.089.327 1.373.72l6.902 9.211h.045v-8.231c0-1.089.694-1.699 1.633-1.699c.937 0 1.633.61 1.633 1.699V34.17c0 1.088-.696 1.697-1.633 1.697c-.415 0-1.067-.326-1.372-.717l-6.903-9.102h-.044v8.121c0 1.088-.697 1.697-1.633 1.697s-1.632-.609-1.632-1.697V21.802zm16.013 12.499c0-.936.762-1.699 1.698-1.699s1.698.764 1.698 1.699c0 .936-.763 1.699-1.698 1.699a1.7 1.7 0 0 1-1.698-1.699m.131-12.848c0-.914.673-1.48 1.567-1.48c.87 0 1.567.588 1.567 1.48v8.384c0 .894-.697 1.479-1.567 1.479c-.895 0-1.567-.564-1.567-1.479z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M35.311 6.652L25.17.263c-.904-.569-1.645-.181-1.645.865V3h-11.05V1.128c0-1.046-.74-1.434-1.644-.865L.689 6.652c-.904.57-.922 1.527-.037 2.127l10.215 6.932c.885.602 1.607.234 1.607-.812V13h11.051v1.899c0 1.046.723 1.413 1.607.811l10.215-6.931c.885-.6.868-1.557-.036-2.127M.204 27.986c0-4.529 3.048-8.014 7.49-8.014c4.377 0 7.491 3.594 7.491 8.014c0 4.506-3.027 8.014-7.491 8.014c-4.42 0-7.49-3.508-7.49-8.014m11.584 0c0-2.635-1.372-5.01-4.094-5.01c-2.721 0-4.094 2.375-4.094 5.01c0 2.656 1.33 5.008 4.094 5.008s4.094-2.351 4.094-5.008m4.625-6.184c0-1.089.696-1.699 1.632-1.699c.415 0 1.089.327 1.373.72l6.902 9.211h.045v-8.231c0-1.089.694-1.699 1.633-1.699c.937 0 1.633.61 1.633 1.699V34.17c0 1.088-.696 1.697-1.633 1.697c-.415 0-1.067-.326-1.372-.717l-6.903-9.102h-.044v8.121c0 1.088-.697 1.697-1.633 1.697s-1.632-.609-1.632-1.697V21.802zm16.013 12.499c0-.936.762-1.699 1.698-1.699s1.698.764 1.698 1.699c0 .936-.763 1.699-1.698 1.699a1.7 1.7 0 0 1-1.698-1.699m.131-12.848c0-.914.673-1.48 1.567-1.48c.87 0 1.567.588 1.567 1.48v8.384c0 .894-.697 1.479-1.567 1.479c-.895 0-1.567-.564-1.567-1.479z"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%2331373d%22%20d%3D%22M35.311%206.652L25.17.263c-.904-.569-1.645-.181-1.645.865V3h-11.05V1.128c0-1.046-.74-1.434-1.644-.865L.689%206.652c-.904.57-.922%201.527-.037%202.127l10.215%206.932c.885.602%201.607.234%201.607-.812V13h11.051v1.899c0%201.046.723%201.413%201.607.811l10.215-6.931c.885-.6.868-1.557-.036-2.127M.204%2027.986c0-4.529%203.048-8.014%207.49-8.014c4.377%200%207.491%203.594%207.491%208.014c0%204.506-3.027%208.014-7.491%208.014c-4.42%200-7.49-3.508-7.49-8.014m11.584%200c0-2.635-1.372-5.01-4.094-5.01c-2.721%200-4.094%202.375-4.094%205.01c0%202.656%201.33%205.008%204.094%205.008s4.094-2.351%204.094-5.008m4.625-6.184c0-1.089.696-1.699%201.632-1.699c.415%200%201.089.327%201.373.72l6.902%209.211h.045v-8.231c0-1.089.694-1.699%201.633-1.699c.937%200%201.633.61%201.633%201.699V34.17c0%201.088-.696%201.697-1.633%201.697c-.415%200-1.067-.326-1.372-.717l-6.903-9.102h-.044v8.121c0%201.088-.697%201.697-1.633%201.697s-1.632-.609-1.632-1.697V21.802zm16.013%2012.499c0-.936.762-1.699%201.698-1.699s1.698.764%201.698%201.699c0%20.936-.763%201.699-1.698%201.699a1.7%201.7%200%200%201-1.698-1.699m.131-12.848c0-.914.673-1.48%201.567-1.48c.87%200%201.567.588%201.567%201.48v8.384c0%20.894-.697%201.479-1.567%201.479c-.895%200-1.567-.564-1.567-1.479z%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%2331373d%22%20d%3D%22M35.311%206.652L25.17.263c-.904-.569-1.645-.181-1.645.865V3h-11.05V1.128c0-1.046-.74-1.434-1.644-.865L.689%206.652c-.904.57-.922%201.527-.037%202.127l10.215%206.932c.885.602%201.607.234%201.607-.812V13h11.051v1.899c0%201.046.723%201.413%201.607.811l10.215-6.931c.885-.6.868-1.557-.036-2.127M.204%2027.986c0-4.529%203.048-8.014%207.49-8.014c4.377%200%207.491%203.594%207.491%208.014c0%204.506-3.027%208.014-7.491%208.014c-4.42%200-7.49-3.508-7.49-8.014m11.584%200c0-2.635-1.372-5.01-4.094-5.01c-2.721%200-4.094%202.375-4.094%205.01c0%202.656%201.33%205.008%204.094%205.008s4.094-2.351%204.094-5.008m4.625-6.184c0-1.089.696-1.699%201.632-1.699c.415%200%201.089.327%201.373.72l6.902%209.211h.045v-8.231c0-1.089.694-1.699%201.633-1.699c.937%200%201.633.61%201.633%201.699V34.17c0%201.088-.696%201.697-1.633%201.697c-.415%200-1.067-.326-1.372-.717l-6.903-9.102h-.044v8.121c0%201.088-.697%201.697-1.633%201.697s-1.632-.609-1.632-1.697V21.802zm16.013%2012.499c0-.936.762-1.699%201.698-1.699s1.698.764%201.698%201.699c0%20.936-.763%201.699-1.698%201.699a1.7%201.7%200%200%201-1.698-1.699m.131-12.848c0-.914.673-1.48%201.567-1.48c.87%200%201.567.588%201.567%201.48v8.384c0%20.894-.697%201.479-1.567%201.479c-.895%200-1.567-.564-1.567-1.479z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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