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
arrow-autofit-content-20-filledarrow-autofit-down-20-filledarrow-autofit-height-20-filledarrow-autofit-height-dotted-20-filledarrow-autofit-height-in-20-filledarrow-autofit-up-20-filledarrow-autofit-width-20-filledarrow-autofit-width-dotted-20-filledarrow-between-down-20-filledarrow-between-up-20-filledarrow-bidirectional-left-right-16-filledarrow-bidirectional-up-down-12-filledarrow-bounce-12-filledarrow-circle-down-12-filledarrow-circle-down-double-20-filledarrow-circle-down-right-12-filledarrow-circle-down-split-20-filledarrow-circle-down-up-20-filledarrow-circle-left-12-filledarrow-circle-right-12-filledarrow-circle-up-12-filledarrow-circle-up-left-16-filledarrow-circle-up-right-16-filledarrow-circle-up-sparkle-20-filled
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