warning-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
warning-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

13 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the warning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M18.545 7.202c2.385-4.27 8.528-4.27 10.913 0l14.242 25.5C46.026 36.868 43.014 42 38.243 42H9.76c-4.772 0-7.783-5.132-5.456-9.298zm8.73 1.219c-1.43-2.562-5.116-2.561-6.547 0L6.485 33.92c-1.396 2.5.41 5.579 3.274 5.579h28.484c2.863 0 4.67-3.08 3.275-5.58zM24 30a2 2 0 1 1 0 4a2 2 0 0 1 0-4m0-15c.69 0 1.25.56 1.25 1.25v9.5a1.25 1.25 0 0 1-2.5 0v-9.5c0-.69.56-1.25 1.25-1.25"/></svg>

React

import type { SVGProps } from "react";

export function FluentWarning48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M18.545 7.202c2.385-4.27 8.528-4.27 10.913 0l14.242 25.5C46.026 36.868 43.014 42 38.243 42H9.76c-4.772 0-7.783-5.132-5.456-9.298zm8.73 1.219c-1.43-2.562-5.116-2.561-6.547 0L6.485 33.92c-1.396 2.5.41 5.579 3.274 5.579h28.484c2.863 0 4.67-3.08 3.275-5.58zM24 30a2 2 0 1 1 0 4a2 2 0 0 1 0-4m0-15c.69 0 1.25.56 1.25 1.25v9.5a1.25 1.25 0 0 1-2.5 0v-9.5c0-.69.56-1.25 1.25-1.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M18.545 7.202c2.385-4.27 8.528-4.27 10.913 0l14.242 25.5C46.026 36.868 43.014 42 38.243 42H9.76c-4.772 0-7.783-5.132-5.456-9.298zm8.73 1.219c-1.43-2.562-5.116-2.561-6.547 0L6.485 33.92c-1.396 2.5.41 5.579 3.274 5.579h28.484c2.863 0 4.67-3.08 3.275-5.58zM24 30a2 2 0 1 1 0 4a2 2 0 0 1 0-4m0-15c.69 0 1.25.56 1.25 1.25v9.5a1.25 1.25 0 0 1-2.5 0v-9.5c0-.69.56-1.25 1.25-1.25"/></svg>
</template>

CSS

.icon-warning-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.545%207.202c2.385-4.27%208.528-4.27%2010.913%200l14.242%2025.5C46.026%2036.868%2043.014%2042%2038.243%2042H9.76c-4.772%200-7.783-5.132-5.456-9.298zm8.73%201.219c-1.43-2.562-5.116-2.561-6.547%200L6.485%2033.92c-1.396%202.5.41%205.579%203.274%205.579h28.484c2.863%200%204.67-3.08%203.275-5.58zM24%2030a2%202%200%201%201%200%204a2%202%200%200%201%200-4m0-15c.69%200%201.25.56%201.25%201.25v9.5a1.25%201.25%200%200%201-2.5%200v-9.5c0-.69.56-1.25%201.25-1.25%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.545%207.202c2.385-4.27%208.528-4.27%2010.913%200l14.242%2025.5C46.026%2036.868%2043.014%2042%2038.243%2042H9.76c-4.772%200-7.783-5.132-5.456-9.298zm8.73%201.219c-1.43-2.562-5.116-2.561-6.547%200L6.485%2033.92c-1.396%202.5.41%205.579%203.274%205.579h28.484c2.863%200%204.67-3.08%203.275-5.58zM24%2030a2%202%200%201%201%200%204a2%202%200%200%201%200-4m0-15c.69%200%201.25.56%201.25%201.25v9.5a1.25%201.25%200%200%201-2.5%200v-9.5c0-.69.56-1.25%201.25-1.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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