exclamation triangle icon

exclamation-triangle from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.

Name
exclamation-triangle
Set
Radix Icons
Style
Outline
Viewbox
15×15
License
MIT

The same icon in other sets

Related icons in Radix Icons

Use the exclamation triangle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M6.642.483a1.1 1.1 0 0 1 1.803.125l6.394 10.729A1.1 1.1 0 0 1 13.894 13H1.106a1.1 1.1 0 0 1-.944-1.663L6.555.608zm.81.6l-.037.038L1.02 11.848a.1.1 0 0 0 .086.152h12.788a.1.1 0 0 0 .086-.152L7.586 1.121a.1.1 0 0 0-.134-.037m.047 8.643a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m0-5.94c.383 0 .689.318.674.7l-.153 4a.52.52 0 0 1-1.038 0l-.154-4.001a.674.674 0 0 1 .672-.7"/></svg>

React

import type { SVGProps } from "react";

export function RadixIconsExclamationTriangle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M6.642.483a1.1 1.1 0 0 1 1.803.125l6.394 10.729A1.1 1.1 0 0 1 13.894 13H1.106a1.1 1.1 0 0 1-.944-1.663L6.555.608zm.81.6l-.037.038L1.02 11.848a.1.1 0 0 0 .086.152h12.788a.1.1 0 0 0 .086-.152L7.586 1.121a.1.1 0 0 0-.134-.037m.047 8.643a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m0-5.94c.383 0 .689.318.674.7l-.153 4a.52.52 0 0 1-1.038 0l-.154-4.001a.674.674 0 0 1 .672-.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M6.642.483a1.1 1.1 0 0 1 1.803.125l6.394 10.729A1.1 1.1 0 0 1 13.894 13H1.106a1.1 1.1 0 0 1-.944-1.663L6.555.608zm.81.6l-.037.038L1.02 11.848a.1.1 0 0 0 .086.152h12.788a.1.1 0 0 0 .086-.152L7.586 1.121a.1.1 0 0 0-.134-.037m.047 8.643a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m0-5.94c.383 0 .689.318.674.7l-.153 4a.52.52 0 0 1-1.038 0l-.154-4.001a.674.674 0 0 1 .672-.7"/></svg>
</template>

CSS

.icon-exclamation-triangle {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.642.483a1.1%201.1%200%200%201%201.803.125l6.394%2010.729A1.1%201.1%200%200%201%2013.894%2013H1.106a1.1%201.1%200%200%201-.944-1.663L6.555.608zm.81.6l-.037.038L1.02%2011.848a.1.1%200%200%200%20.086.152h12.788a.1.1%200%200%200%20.086-.152L7.586%201.121a.1.1%200%200%200-.134-.037m.047%208.643a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m0-5.94c.383%200%20.689.318.674.7l-.153%204a.52.52%200%200%201-1.038%200l-.154-4.001a.674.674%200%200%201%20.672-.7%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.642.483a1.1%201.1%200%200%201%201.803.125l6.394%2010.729A1.1%201.1%200%200%201%2013.894%2013H1.106a1.1%201.1%200%200%201-.944-1.663L6.555.608zm.81.6l-.037.038L1.02%2011.848a.1.1%200%200%200%20.086.152h12.788a.1.1%200%200%200%20.086-.152L7.586%201.121a.1.1%200%200%200-.134-.037m.047%208.643a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m0-5.94c.383%200%20.689.318.674.7l-.153%204a.52.52%200%200%201-1.038%200l-.154-4.001a.674.674%200%200%201%20.672-.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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