exclamationmark triangle icon

exclamationmark-triangle from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
exclamationmark-triangle
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the exclamationmark triangle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.965 50.207h36.07c3.985 0 6.469-2.86 6.469-6.469c0-1.078-.281-2.18-.867-3.187L33.567 9.074c-1.22-2.133-3.352-3.281-5.555-3.281c-2.18 0-4.336 1.148-5.579 3.281l-18.07 31.5a6.25 6.25 0 0 0-.867 3.164c0 3.61 2.508 6.469 6.469 6.469m.047-3.68c-1.641 0-2.72-1.336-2.72-2.789c0-.422.071-.914.306-1.406l18.046-31.477c.516-.89 1.454-1.312 2.368-1.312s1.804.398 2.32 1.312l18.047 31.5c.234.47.351.961.351 1.383c0 1.453-1.125 2.79-2.742 2.79Zm18-12.117c1.125 0 1.78-.656 1.804-1.875l.328-12.351c.024-1.196-.914-2.086-2.156-2.086c-1.265 0-2.156.867-2.133 2.062l.305 12.375c.023 1.196.68 1.875 1.852 1.875m0 7.617c1.359 0 2.53-1.078 2.53-2.437c0-1.383-1.148-2.438-2.53-2.438c-1.383 0-2.532 1.078-2.532 2.438c0 1.336 1.172 2.437 2.532 2.437"/></svg>

React

import type { SVGProps } from "react";

export function F7ExclamationmarkTriangle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.965 50.207h36.07c3.985 0 6.469-2.86 6.469-6.469c0-1.078-.281-2.18-.867-3.187L33.567 9.074c-1.22-2.133-3.352-3.281-5.555-3.281c-2.18 0-4.336 1.148-5.579 3.281l-18.07 31.5a6.25 6.25 0 0 0-.867 3.164c0 3.61 2.508 6.469 6.469 6.469m.047-3.68c-1.641 0-2.72-1.336-2.72-2.789c0-.422.071-.914.306-1.406l18.046-31.477c.516-.89 1.454-1.312 2.368-1.312s1.804.398 2.32 1.312l18.047 31.5c.234.47.351.961.351 1.383c0 1.453-1.125 2.79-2.742 2.79Zm18-12.117c1.125 0 1.78-.656 1.804-1.875l.328-12.351c.024-1.196-.914-2.086-2.156-2.086c-1.265 0-2.156.867-2.133 2.062l.305 12.375c.023 1.196.68 1.875 1.852 1.875m0 7.617c1.359 0 2.53-1.078 2.53-2.437c0-1.383-1.148-2.438-2.53-2.438c-1.383 0-2.532 1.078-2.532 2.438c0 1.336 1.172 2.437 2.532 2.437"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.965 50.207h36.07c3.985 0 6.469-2.86 6.469-6.469c0-1.078-.281-2.18-.867-3.187L33.567 9.074c-1.22-2.133-3.352-3.281-5.555-3.281c-2.18 0-4.336 1.148-5.579 3.281l-18.07 31.5a6.25 6.25 0 0 0-.867 3.164c0 3.61 2.508 6.469 6.469 6.469m.047-3.68c-1.641 0-2.72-1.336-2.72-2.789c0-.422.071-.914.306-1.406l18.046-31.477c.516-.89 1.454-1.312 2.368-1.312s1.804.398 2.32 1.312l18.047 31.5c.234.47.351.961.351 1.383c0 1.453-1.125 2.79-2.742 2.79Zm18-12.117c1.125 0 1.78-.656 1.804-1.875l.328-12.351c.024-1.196-.914-2.086-2.156-2.086c-1.265 0-2.156.867-2.133 2.062l.305 12.375c.023 1.196.68 1.875 1.852 1.875m0 7.617c1.359 0 2.53-1.078 2.53-2.437c0-1.383-1.148-2.438-2.53-2.438c-1.383 0-2.532 1.078-2.532 2.438c0 1.336 1.172 2.437 2.532 2.437"/></svg>
</template>

CSS

.icon-exclamationmark-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.965%2050.207h36.07c3.985%200%206.469-2.86%206.469-6.469c0-1.078-.281-2.18-.867-3.187L33.567%209.074c-1.22-2.133-3.352-3.281-5.555-3.281c-2.18%200-4.336%201.148-5.579%203.281l-18.07%2031.5a6.25%206.25%200%200%200-.867%203.164c0%203.61%202.508%206.469%206.469%206.469m.047-3.68c-1.641%200-2.72-1.336-2.72-2.789c0-.422.071-.914.306-1.406l18.046-31.477c.516-.89%201.454-1.312%202.368-1.312s1.804.398%202.32%201.312l18.047%2031.5c.234.47.351.961.351%201.383c0%201.453-1.125%202.79-2.742%202.79Zm18-12.117c1.125%200%201.78-.656%201.804-1.875l.328-12.351c.024-1.196-.914-2.086-2.156-2.086c-1.265%200-2.156.867-2.133%202.062l.305%2012.375c.023%201.196.68%201.875%201.852%201.875m0%207.617c1.359%200%202.53-1.078%202.53-2.437c0-1.383-1.148-2.438-2.53-2.438c-1.383%200-2.532%201.078-2.532%202.438c0%201.336%201.172%202.437%202.532%202.437%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.965%2050.207h36.07c3.985%200%206.469-2.86%206.469-6.469c0-1.078-.281-2.18-.867-3.187L33.567%209.074c-1.22-2.133-3.352-3.281-5.555-3.281c-2.18%200-4.336%201.148-5.579%203.281l-18.07%2031.5a6.25%206.25%200%200%200-.867%203.164c0%203.61%202.508%206.469%206.469%206.469m.047-3.68c-1.641%200-2.72-1.336-2.72-2.789c0-.422.071-.914.306-1.406l18.046-31.477c.516-.89%201.454-1.312%202.368-1.312s1.804.398%202.32%201.312l18.047%2031.5c.234.47.351.961.351%201.383c0%201.453-1.125%202.79-2.742%202.79Zm18-12.117c1.125%200%201.78-.656%201.804-1.875l.328-12.351c.024-1.196-.914-2.086-2.156-2.086c-1.265%200-2.156.867-2.133%202.062l.305%2012.375c.023%201.196.68%201.875%201.852%201.875m0%207.617c1.359%200%202.53-1.078%202.53-2.437c0-1.383-1.148-2.438-2.53-2.438c-1.383%200-2.532%201.078-2.532%202.438c0%201.336%201.172%202.437%202.532%202.437%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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