exclamation icon
exclamation from Font Awesome 6 Solid by Dave Gandy · Regular · Alert · CC-BY-4.0 Attribution required.
- Name
- exclamation
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Alert
- Viewbox
- 128×512
- License
- CC BY 4.0
The same icon in other sets
exclamation-outlinedAnt Design IconsexclamationBootstrap IconsexclamationFont Awesome SolidexclamationHumbleiconsexclamationLine AwesomeexclamationMajesticonsexclamationMaterial SymbolsexclamationMaterial Symbols LightexclamationMaterial Design Iconsexclamation-16Octiconsexclamation-outlineTeenyiconsexclamationUnicons
More alert icons from Font Awesome 6 Solid
Use the exclamation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 512"><path fill="currentColor" d="M96 64c0-17.7-14.3-32-32-32S32 46.3 32 64v256c0 17.7 14.3 32 32 32s32-14.3 32-32zM64 480a40 40 0 1 0 0-80a40 40 0 1 0 0 80"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidExclamation(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 512"><path fill="currentColor" d="M96 64c0-17.7-14.3-32-32-32S32 46.3 32 64v256c0 17.7 14.3 32 32 32s32-14.3 32-32zM64 480a40 40 0 1 0 0-80a40 40 0 1 0 0 80"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 512"><path fill="currentColor" d="M96 64c0-17.7-14.3-32-32-32S32 46.3 32 64v256c0 17.7 14.3 32 32 32s32-14.3 32-32zM64 480a40 40 0 1 0 0-80a40 40 0 1 0 0 80"/></svg> </template>
CSS
.icon-exclamation {
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%20128%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%2064c0-17.7-14.3-32-32-32S32%2046.3%2032%2064v256c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32zM64%20480a40%2040%200%201%200%200-80a40%2040%200%201%200%200%2080%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%20128%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%2064c0-17.7-14.3-32-32-32S32%2046.3%2032%2064v256c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32zM64%20480a40%2040%200%201%200%200-80a40%2040%200%201%200%200%2080%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/exclamation.svg?color=%231a73e8&size=48