exclamation icon
exclamation from Font Awesome Solid by Dave Gandy · Solid · Alert · CC-BY-4.0 Attribution required.
- Name
- exclamation
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Alert
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
exclamation-outlinedAnt Design IconsexclamationBootstrap IconsexclamationFont Awesome 6 SolidexclamationHumbleiconsexclamationLine AwesomeexclamationMajesticonsexclamationMaterial SymbolsexclamationMaterial Symbols LightexclamationMaterial Design Iconsexclamation-16Octiconsexclamation-outlineTeenyiconsexclamationUnicons
More alert icons from Font Awesome Solid
Use the exclamation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 496c22.1 0 40 17.9 40 40s-17.9 40-40 40s-40-17.9-40-40s17.9-40 40-40m0-432c26.5 0 48 21.5 48 48v1.7l-16 304c-.9 17-15 30.3-32 30.3s-31-13.3-32-30.3l-16-304V112c0-26.5 21.5-48 48-48"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidExclamation(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 496c22.1 0 40 17.9 40 40s-17.9 40-40 40s-40-17.9-40-40s17.9-40 40-40m0-432c26.5 0 48 21.5 48 48v1.7l-16 304c-.9 17-15 30.3-32 30.3s-31-13.3-32-30.3l-16-304V112c0-26.5 21.5-48 48-48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 496c22.1 0 40 17.9 40 40s-17.9 40-40 40s-40-17.9-40-40s17.9-40 40-40m0-432c26.5 0 48 21.5 48 48v1.7l-16 304c-.9 17-15 30.3-32 30.3s-31-13.3-32-30.3l-16-304V112c0-26.5 21.5-48 48-48"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20496c22.1%200%2040%2017.9%2040%2040s-17.9%2040-40%2040s-40-17.9-40-40s17.9-40%2040-40m0-432c26.5%200%2048%2021.5%2048%2048v1.7l-16%20304c-.9%2017-15%2030.3-32%2030.3s-31-13.3-32-30.3l-16-304V112c0-26.5%2021.5-48%2048-48%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20496c22.1%200%2040%2017.9%2040%2040s-17.9%2040-40%2040s-40-17.9-40-40s17.9-40%2040-40m0-432c26.5%200%2048%2021.5%2048%2048v1.7l-16%20304c-.9%2017-15%2030.3-32%2030.3s-31-13.3-32-30.3l-16-304V112c0-26.5%2021.5-48%2048-48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/exclamation.svg?color=%231a73e8&size=48