exclamation icon
exclamation-line from Majesticons by Gerrit Halfmann · Line · MIT Free for personal and commercial use.
- Name
- exclamation-line
- Set
- Majesticons
- Style
- Line
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
The same icon in other sets
exclamation-outlinedAnt Design IconsexclamationBootstrap IconsexclamationFont Awesome 6 SolidexclamationFont Awesome SolidexclamationHumbleiconsexclamationLine AwesomeexclamationMaterial SymbolsexclamationMaterial Symbols LightexclamationMaterial Design Iconsexclamation-16Octiconsexclamation-outlineTeenyiconsexclamationUnicons
Related icons in Majesticons
Use the exclamation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.126 5.633a1 1 0 0 1 1.748 0l6.601 11.881A1 1 0 0 1 18.601 19H5.399a1 1 0 0 1-.874-1.486l6.6-11.881zm3.497-.972c-1.143-2.057-4.102-2.057-5.245 0L2.777 16.543C1.666 18.543 3.112 21 5.399 21h13.202c2.287 0 3.733-2.457 2.622-4.457l-6.6-11.882zM12 8a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0V9a1 1 0 0 1 1-1zm-1 8a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H12a1 1 0 0 1-1-1z"/></g></svg>
React
import type { SVGProps } from "react";
export function MajesticonsExclamationLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.126 5.633a1 1 0 0 1 1.748 0l6.601 11.881A1 1 0 0 1 18.601 19H5.399a1 1 0 0 1-.874-1.486l6.6-11.881zm3.497-.972c-1.143-2.057-4.102-2.057-5.245 0L2.777 16.543C1.666 18.543 3.112 21 5.399 21h13.202c2.287 0 3.733-2.457 2.622-4.457l-6.6-11.882zM12 8a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0V9a1 1 0 0 1 1-1zm-1 8a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H12a1 1 0 0 1-1-1z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.126 5.633a1 1 0 0 1 1.748 0l6.601 11.881A1 1 0 0 1 18.601 19H5.399a1 1 0 0 1-.874-1.486l6.6-11.881zm3.497-.972c-1.143-2.057-4.102-2.057-5.245 0L2.777 16.543C1.666 18.543 3.112 21 5.399 21h13.202c2.287 0 3.733-2.457 2.622-4.457l-6.6-11.882zM12 8a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0V9a1 1 0 0 1 1-1zm-1 8a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H12a1 1 0 0 1-1-1z"/></g></svg> </template>
CSS
.icon-exclamation-line {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.126%205.633a1%201%200%200%201%201.748%200l6.601%2011.881A1%201%200%200%201%2018.601%2019H5.399a1%201%200%200%201-.874-1.486l6.6-11.881zm3.497-.972c-1.143-2.057-4.102-2.057-5.245%200L2.777%2016.543C1.666%2018.543%203.112%2021%205.399%2021h13.202c2.287%200%203.733-2.457%202.622-4.457l-6.6-11.882zM12%208a1%201%200%200%201%201%201v4a1%201%200%201%201-2%200V9a1%201%200%200%201%201-1zm-1%208a1%201%200%200%201%201-1h.01a1%201%200%201%201%200%202H12a1%201%200%200%201-1-1z%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.126%205.633a1%201%200%200%201%201.748%200l6.601%2011.881A1%201%200%200%201%2018.601%2019H5.399a1%201%200%200%201-.874-1.486l6.6-11.881zm3.497-.972c-1.143-2.057-4.102-2.057-5.245%200L2.777%2016.543C1.666%2018.543%203.112%2021%205.399%2021h13.202c2.287%200%203.733-2.457%202.622-4.457l-6.6-11.882zM12%208a1%201%200%200%201%201%201v4a1%201%200%201%201-2%200V9a1%201%200%200%201%201-1zm-1%208a1%201%200%200%201%201-1h.01a1%201%200%201%201%200%202H12a1%201%200%200%201-1-1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/exclamation-line.svg?color=%231a73e8&size=48