arrow up exclamation icon

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

Name
arrow-up-exclamation-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M4 5a2 2 0 1 1 4 0c0 2.089-.745 4.925-1.183 6.405a.84.84 0 0 1-.816.595a.84.84 0 0 1-.817-.597C4.746 9.915 4 7.065 4 5m2-3a3 3 0 0 0-3 3c0 2.227.789 5.204 1.225 6.685A1.84 1.84 0 0 0 6 13c.81 0 1.54-.518 1.775-1.31C8.212 10.213 9 7.25 9 5a3 3 0 0 0-3-3M5 16a1 1 0 1 1 2 0a1 1 0 0 1-2 0m1-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4m9-10.293V17.5a.5.5 0 0 1-1 0V3.707l-2.146 2.147a.5.5 0 0 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708z"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowUpExclamation20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 5a2 2 0 1 1 4 0c0 2.089-.745 4.925-1.183 6.405a.84.84 0 0 1-.816.595a.84.84 0 0 1-.817-.597C4.746 9.915 4 7.065 4 5m2-3a3 3 0 0 0-3 3c0 2.227.789 5.204 1.225 6.685A1.84 1.84 0 0 0 6 13c.81 0 1.54-.518 1.775-1.31C8.212 10.213 9 7.25 9 5a3 3 0 0 0-3-3M5 16a1 1 0 1 1 2 0a1 1 0 0 1-2 0m1-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4m9-10.293V17.5a.5.5 0 0 1-1 0V3.707l-2.146 2.147a.5.5 0 0 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 5a2 2 0 1 1 4 0c0 2.089-.745 4.925-1.183 6.405a.84.84 0 0 1-.816.595a.84.84 0 0 1-.817-.597C4.746 9.915 4 7.065 4 5m2-3a3 3 0 0 0-3 3c0 2.227.789 5.204 1.225 6.685A1.84 1.84 0 0 0 6 13c.81 0 1.54-.518 1.775-1.31C8.212 10.213 9 7.25 9 5a3 3 0 0 0-3-3M5 16a1 1 0 1 1 2 0a1 1 0 0 1-2 0m1-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4m9-10.293V17.5a.5.5 0 0 1-1 0V3.707l-2.146 2.147a.5.5 0 0 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708z"/></svg>
</template>

CSS

.icon-arrow-up-exclamation-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%205a2%202%200%201%201%204%200c0%202.089-.745%204.925-1.183%206.405a.84.84%200%200%201-.816.595a.84.84%200%200%201-.817-.597C4.746%209.915%204%207.065%204%205m2-3a3%203%200%200%200-3%203c0%202.227.789%205.204%201.225%206.685A1.84%201.84%200%200%200%206%2013c.81%200%201.54-.518%201.775-1.31C8.212%2010.213%209%207.25%209%205a3%203%200%200%200-3-3M5%2016a1%201%200%201%201%202%200a1%201%200%200%201-2%200m1-2a2%202%200%201%200%200%204a2%202%200%200%200%200-4m9-10.293V17.5a.5.5%200%200%201-1%200V3.707l-2.146%202.147a.5.5%200%200%201-.708-.708l3-3a.5.5%200%200%201%20.708%200l3%203a.5.5%200%200%201-.708.708z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%205a2%202%200%201%201%204%200c0%202.089-.745%204.925-1.183%206.405a.84.84%200%200%201-.816.595a.84.84%200%200%201-.817-.597C4.746%209.915%204%207.065%204%205m2-3a3%203%200%200%200-3%203c0%202.227.789%205.204%201.225%206.685A1.84%201.84%200%200%200%206%2013c.81%200%201.54-.518%201.775-1.31C8.212%2010.213%209%207.25%209%205a3%203%200%200%200-3-3M5%2016a1%201%200%201%201%202%200a1%201%200%200%201-2%200m1-2a2%202%200%201%200%200%204a2%202%200%200%200%200-4m9-10.293V17.5a.5.5%200%200%201-1%200V3.707l-2.146%202.147a.5.5%200%200%201-.708-.708l3-3a.5.5%200%200%201%20.708%200l3%203a.5.5%200%200%201-.708.708z%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-20-regular.svg?color=%231a73e8&size=48