arrow down exclamation icon

arrow-down-exclamation-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
arrow-down-exclamation-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the arrow down 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 2.75a.75.75 0 0 0-1.5 0v16.69l-2.22-2.22a.75.75 0 1 0-1.06 1.06l3.5 3.5a.75.75 0 0 0 1.06 0l3.5-3.5a.75.75 0 1 0-1.06-1.06L18 19.44zM3.125 5.877a3.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-2.062 1.418a2.19 2.19 0 0 1-2.065-1.423c-.606-1.647-1.813-5.28-1.813-8.199M4.5 19.502a2.501 2.501 0 1 1 5.002 0a2.501 2.501 0 0 1-5.002 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowDownExclamation24Filled(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 2.75a.75.75 0 0 0-1.5 0v16.69l-2.22-2.22a.75.75 0 1 0-1.06 1.06l3.5 3.5a.75.75 0 0 0 1.06 0l3.5-3.5a.75.75 0 1 0-1.06-1.06L18 19.44zM3.125 5.877a3.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-2.062 1.418a2.19 2.19 0 0 1-2.065-1.423c-.606-1.647-1.813-5.28-1.813-8.199M4.5 19.502a2.501 2.501 0 1 1 5.002 0a2.501 2.501 0 0 1-5.002 0"/></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 2.75a.75.75 0 0 0-1.5 0v16.69l-2.22-2.22a.75.75 0 1 0-1.06 1.06l3.5 3.5a.75.75 0 0 0 1.06 0l3.5-3.5a.75.75 0 1 0-1.06-1.06L18 19.44zM3.125 5.877a3.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-2.062 1.418a2.19 2.19 0 0 1-2.065-1.423c-.606-1.647-1.813-5.28-1.813-8.199M4.5 19.502a2.501 2.501 0 1 1 5.002 0a2.501 2.501 0 0 1-5.002 0"/></svg>
</template>

CSS

.icon-arrow-down-exclamation-24-filled {
  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%202.75a.75.75%200%200%200-1.5%200v16.69l-2.22-2.22a.75.75%200%201%200-1.06%201.06l3.5%203.5a.75.75%200%200%200%201.06%200l3.5-3.5a.75.75%200%201%200-1.06-1.06L18%2019.44zM3.125%205.877a3.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-2.062%201.418a2.19%202.19%200%200%201-2.065-1.423c-.606-1.647-1.813-5.28-1.813-8.199M4.5%2019.502a2.501%202.501%200%201%201%205.002%200a2.501%202.501%200%200%201-5.002%200%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%202.75a.75.75%200%200%200-1.5%200v16.69l-2.22-2.22a.75.75%200%201%200-1.06%201.06l3.5%203.5a.75.75%200%200%200%201.06%200l3.5-3.5a.75.75%200%201%200-1.06-1.06L18%2019.44zM3.125%205.877a3.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-2.062%201.418a2.19%202.19%200%200%201-2.065-1.423c-.606-1.647-1.813-5.28-1.813-8.199M4.5%2019.502a2.501%202.501%200%201%201%205.002%200a2.501%202.501%200%200%201-5.002%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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