exclamation mark emoji
exclamation-mark from Streamline Emojis by Streamline · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- exclamation-mark
- Set
- Streamline Emojis
- Style
- Default
- Category
- Symbols
- Viewbox
- 48×48
- License
- CC BY 4.0
The same emoji in other sets
More symbols icons from Streamline Emojis
ballot-box-with-checkbeating-heartbellbell-with-slashbroken-heartchildren-crossingclub-suitcross-markdiamond-suitdouble-exclamation-markgrowing-heartheart-suitheart-with-arrowjapanese-symbol-for-beginnerjokermuted-speakerno-bicyclesno-mobile-phonesno-one-under-eighteenno-smokingrecycling-symbolrestroomrevolving-heartsright-anger-bubble
Use the exclamation mark emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M15.52 44.18a8.48 1.82 0 1 0 16.96 0a8.48 1.82 0 1 0-16.96 0" opacity=".15"/><path fill="#ff6242" d="M25.4 2.5h-2.8c-1.86 0-3.34 1.18-3.23 2.57L21 26.32c.09 1.18 1.4 2.11 3 2.11s2.88-.93 3-2.11l1.63-21.25c.11-1.39-1.37-2.57-3.23-2.57"/><path fill="#ff866e" d="M19.56 7.48a3.31 3.31 0 0 1 3-1.6h2.8a3.31 3.31 0 0 1 3 1.6l.19-2.41c.11-1.39-1.37-2.57-3.23-2.57H22.6c-1.86 0-3.34 1.18-3.23 2.57Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M25.4 2.5h-2.8c-1.86 0-3.34 1.18-3.23 2.57L21 26.32c.09 1.18 1.4 2.11 3 2.11s2.88-.93 3-2.11l1.63-21.25c.11-1.39-1.37-2.57-3.23-2.57"/><path fill="#ff6242" d="M20.35 35.24a3.65 3.65 0 1 0 7.3 0a3.65 3.65 0 1 0-7.3 0"/><path fill="#ff866e" d="M24 33.93A3.58 3.58 0 0 1 27.57 36a4 4 0 0 0 .08-.77a3.65 3.65 0 1 0-7.3 0a4 4 0 0 0 .08.77A3.58 3.58 0 0 1 24 33.93"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M20.35 35.24a3.65 3.65 0 1 0 7.3 0a3.65 3.65 0 1 0-7.3 0"/></svg>
React
import type { SVGProps } from "react";
export function StreamlineEmojisExclamationMark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M15.52 44.18a8.48 1.82 0 1 0 16.96 0a8.48 1.82 0 1 0-16.96 0" opacity=".15"/><path fill="#ff6242" d="M25.4 2.5h-2.8c-1.86 0-3.34 1.18-3.23 2.57L21 26.32c.09 1.18 1.4 2.11 3 2.11s2.88-.93 3-2.11l1.63-21.25c.11-1.39-1.37-2.57-3.23-2.57"/><path fill="#ff866e" d="M19.56 7.48a3.31 3.31 0 0 1 3-1.6h2.8a3.31 3.31 0 0 1 3 1.6l.19-2.41c.11-1.39-1.37-2.57-3.23-2.57H22.6c-1.86 0-3.34 1.18-3.23 2.57Z"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M25.4 2.5h-2.8c-1.86 0-3.34 1.18-3.23 2.57L21 26.32c.09 1.18 1.4 2.11 3 2.11s2.88-.93 3-2.11l1.63-21.25c.11-1.39-1.37-2.57-3.23-2.57"/><path fill="#ff6242" d="M20.35 35.24a3.65 3.65 0 1 0 7.3 0a3.65 3.65 0 1 0-7.3 0"/><path fill="#ff866e" d="M24 33.93A3.58 3.58 0 0 1 27.57 36a4 4 0 0 0 .08-.77a3.65 3.65 0 1 0-7.3 0a4 4 0 0 0 .08.77A3.58 3.58 0 0 1 24 33.93"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M20.35 35.24a3.65 3.65 0 1 0 7.3 0a3.65 3.65 0 1 0-7.3 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M15.52 44.18a8.48 1.82 0 1 0 16.96 0a8.48 1.82 0 1 0-16.96 0" opacity=".15"/><path fill="#ff6242" d="M25.4 2.5h-2.8c-1.86 0-3.34 1.18-3.23 2.57L21 26.32c.09 1.18 1.4 2.11 3 2.11s2.88-.93 3-2.11l1.63-21.25c.11-1.39-1.37-2.57-3.23-2.57"/><path fill="#ff866e" d="M19.56 7.48a3.31 3.31 0 0 1 3-1.6h2.8a3.31 3.31 0 0 1 3 1.6l.19-2.41c.11-1.39-1.37-2.57-3.23-2.57H22.6c-1.86 0-3.34 1.18-3.23 2.57Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M25.4 2.5h-2.8c-1.86 0-3.34 1.18-3.23 2.57L21 26.32c.09 1.18 1.4 2.11 3 2.11s2.88-.93 3-2.11l1.63-21.25c.11-1.39-1.37-2.57-3.23-2.57"/><path fill="#ff6242" d="M20.35 35.24a3.65 3.65 0 1 0 7.3 0a3.65 3.65 0 1 0-7.3 0"/><path fill="#ff866e" d="M24 33.93A3.58 3.58 0 0 1 27.57 36a4 4 0 0 0 .08-.77a3.65 3.65 0 1 0-7.3 0a4 4 0 0 0 .08.77A3.58 3.58 0 0 1 24 33.93"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M20.35 35.24a3.65 3.65 0 1 0 7.3 0a3.65 3.65 0 1 0-7.3 0"/></svg> </template>
CSS
.icon-exclamation-mark {
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%22%2345413c%22%20d%3D%22M15.52%2044.18a8.48%201.82%200%201%200%2016.96%200a8.48%201.82%200%201%200-16.96%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20d%3D%22M25.4%202.5h-2.8c-1.86%200-3.34%201.18-3.23%202.57L21%2026.32c.09%201.18%201.4%202.11%203%202.11s2.88-.93%203-2.11l1.63-21.25c.11-1.39-1.37-2.57-3.23-2.57%22%2F%3E%3Cpath%20fill%3D%22%23ff866e%22%20d%3D%22M19.56%207.48a3.31%203.31%200%200%201%203-1.6h2.8a3.31%203.31%200%200%201%203%201.6l.19-2.41c.11-1.39-1.37-2.57-3.23-2.57H22.6c-1.86%200-3.34%201.18-3.23%202.57Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M25.4%202.5h-2.8c-1.86%200-3.34%201.18-3.23%202.57L21%2026.32c.09%201.18%201.4%202.11%203%202.11s2.88-.93%203-2.11l1.63-21.25c.11-1.39-1.37-2.57-3.23-2.57%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20d%3D%22M20.35%2035.24a3.65%203.65%200%201%200%207.3%200a3.65%203.65%200%201%200-7.3%200%22%2F%3E%3Cpath%20fill%3D%22%23ff866e%22%20d%3D%22M24%2033.93A3.58%203.58%200%200%201%2027.57%2036a4%204%200%200%200%20.08-.77a3.65%203.65%200%201%200-7.3%200a4%204%200%200%200%20.08.77A3.58%203.58%200%200%201%2024%2033.93%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.35%2035.24a3.65%203.65%200%201%200%207.3%200a3.65%203.65%200%201%200-7.3%200%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%22%2345413c%22%20d%3D%22M15.52%2044.18a8.48%201.82%200%201%200%2016.96%200a8.48%201.82%200%201%200-16.96%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20d%3D%22M25.4%202.5h-2.8c-1.86%200-3.34%201.18-3.23%202.57L21%2026.32c.09%201.18%201.4%202.11%203%202.11s2.88-.93%203-2.11l1.63-21.25c.11-1.39-1.37-2.57-3.23-2.57%22%2F%3E%3Cpath%20fill%3D%22%23ff866e%22%20d%3D%22M19.56%207.48a3.31%203.31%200%200%201%203-1.6h2.8a3.31%203.31%200%200%201%203%201.6l.19-2.41c.11-1.39-1.37-2.57-3.23-2.57H22.6c-1.86%200-3.34%201.18-3.23%202.57Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M25.4%202.5h-2.8c-1.86%200-3.34%201.18-3.23%202.57L21%2026.32c.09%201.18%201.4%202.11%203%202.11s2.88-.93%203-2.11l1.63-21.25c.11-1.39-1.37-2.57-3.23-2.57%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20d%3D%22M20.35%2035.24a3.65%203.65%200%201%200%207.3%200a3.65%203.65%200%201%200-7.3%200%22%2F%3E%3Cpath%20fill%3D%22%23ff866e%22%20d%3D%22M24%2033.93A3.58%203.58%200%200%201%2027.57%2036a4%204%200%200%200%20.08-.77a3.65%203.65%200%201%200-7.3%200a4%204%200%200%200%20.08.77A3.58%203.58%200%200%201%2024%2033.93%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.35%2035.24a3.65%203.65%200%201%200%207.3%200a3.65%203.65%200%201%200-7.3%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/exclamation-mark.svg?color=%231a73e8&size=48