arrow up exclamation icon

arrow-up-exclamation-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
arrow-up-exclamation-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the arrow up exclamation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 4.56v16.69a.75.75 0 0 1-1.5 0V4.56l-2.22 2.22a.75.75 0 1 1-1.06-1.06l3.5-3.5a.75.75 0 0 1 1.06 0l3.5 3.5a.75.75 0 0 1-1.06 1.06zM3.125 5.878a3.875 3.875 0 1 1 7.75 0c0 2.95-1.204 6.564-1.81 8.204A2.185 2.185 0 0 1 7.003 15.5a2.19 2.19 0 0 1-2.065-1.423c-.606-1.647-1.813-5.28-1.813-8.199M7 3.502a2.375 2.375 0 0 0-2.375 2.375c0 2.624 1.114 6.03 1.72 7.682c.096.26.35.44.658.44c.306 0 .56-.18.655-.438c.606-1.64 1.718-5.03 1.718-7.684A2.375 2.375 0 0 0 7 3.502m-2.5 16a2.501 2.501 0 1 1 5.002 0a2.501 2.501 0 0 1-5.002 0m2.501-1.001a1.001 1.001 0 1 0 0 2.002a1.001 1.001 0 0 0 0-2.002"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowUpExclamation24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 4.56v16.69a.75.75 0 0 1-1.5 0V4.56l-2.22 2.22a.75.75 0 1 1-1.06-1.06l3.5-3.5a.75.75 0 0 1 1.06 0l3.5 3.5a.75.75 0 0 1-1.06 1.06zM3.125 5.878a3.875 3.875 0 1 1 7.75 0c0 2.95-1.204 6.564-1.81 8.204A2.185 2.185 0 0 1 7.003 15.5a2.19 2.19 0 0 1-2.065-1.423c-.606-1.647-1.813-5.28-1.813-8.199M7 3.502a2.375 2.375 0 0 0-2.375 2.375c0 2.624 1.114 6.03 1.72 7.682c.096.26.35.44.658.44c.306 0 .56-.18.655-.438c.606-1.64 1.718-5.03 1.718-7.684A2.375 2.375 0 0 0 7 3.502m-2.5 16a2.501 2.501 0 1 1 5.002 0a2.501 2.501 0 0 1-5.002 0m2.501-1.001a1.001 1.001 0 1 0 0 2.002a1.001 1.001 0 0 0 0-2.002"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 4.56v16.69a.75.75 0 0 1-1.5 0V4.56l-2.22 2.22a.75.75 0 1 1-1.06-1.06l3.5-3.5a.75.75 0 0 1 1.06 0l3.5 3.5a.75.75 0 0 1-1.06 1.06zM3.125 5.878a3.875 3.875 0 1 1 7.75 0c0 2.95-1.204 6.564-1.81 8.204A2.185 2.185 0 0 1 7.003 15.5a2.19 2.19 0 0 1-2.065-1.423c-.606-1.647-1.813-5.28-1.813-8.199M7 3.502a2.375 2.375 0 0 0-2.375 2.375c0 2.624 1.114 6.03 1.72 7.682c.096.26.35.44.658.44c.306 0 .56-.18.655-.438c.606-1.64 1.718-5.03 1.718-7.684A2.375 2.375 0 0 0 7 3.502m-2.5 16a2.501 2.501 0 1 1 5.002 0a2.501 2.501 0 0 1-5.002 0m2.501-1.001a1.001 1.001 0 1 0 0 2.002a1.001 1.001 0 0 0 0-2.002"/></svg>
</template>

CSS

.icon-arrow-up-exclamation-24-regular {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%204.56v16.69a.75.75%200%200%201-1.5%200V4.56l-2.22%202.22a.75.75%200%201%201-1.06-1.06l3.5-3.5a.75.75%200%200%201%201.06%200l3.5%203.5a.75.75%200%200%201-1.06%201.06zM3.125%205.878a3.875%203.875%200%201%201%207.75%200c0%202.95-1.204%206.564-1.81%208.204A2.185%202.185%200%200%201%207.003%2015.5a2.19%202.19%200%200%201-2.065-1.423c-.606-1.647-1.813-5.28-1.813-8.199M7%203.502a2.375%202.375%200%200%200-2.375%202.375c0%202.624%201.114%206.03%201.72%207.682c.096.26.35.44.658.44c.306%200%20.56-.18.655-.438c.606-1.64%201.718-5.03%201.718-7.684A2.375%202.375%200%200%200%207%203.502m-2.5%2016a2.501%202.501%200%201%201%205.002%200a2.501%202.501%200%200%201-5.002%200m2.501-1.001a1.001%201.001%200%201%200%200%202.002a1.001%201.001%200%200%200%200-2.002%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%204.56v16.69a.75.75%200%200%201-1.5%200V4.56l-2.22%202.22a.75.75%200%201%201-1.06-1.06l3.5-3.5a.75.75%200%200%201%201.06%200l3.5%203.5a.75.75%200%200%201-1.06%201.06zM3.125%205.878a3.875%203.875%200%201%201%207.75%200c0%202.95-1.204%206.564-1.81%208.204A2.185%202.185%200%200%201%207.003%2015.5a2.19%202.19%200%200%201-2.065-1.423c-.606-1.647-1.813-5.28-1.813-8.199M7%203.502a2.375%202.375%200%200%200-2.375%202.375c0%202.624%201.114%206.03%201.72%207.682c.096.26.35.44.658.44c.306%200%20.56-.18.655-.438c.606-1.64%201.718-5.03%201.718-7.684A2.375%202.375%200%200%200%207%203.502m-2.5%2016a2.501%202.501%200%201%201%205.002%200a2.501%202.501%200%200%201-5.002%200m2.501-1.001a1.001%201.001%200%201%200%200%202.002a1.001%201.001%200%200%200%200-2.002%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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