exclamation icon
exclamation-rounded from Material Symbols by Google · Rounded · Privacy · Apache-2.0 Free for personal and commercial use.
- Name
- exclamation-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Privacy
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- exclamation-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
exclamation-outlinedAnt Design IconsexclamationBootstrap IconsexclamationFont Awesome 6 SolidexclamationFont Awesome SolidexclamationHumbleiconsexclamationLine AwesomeexclamationMajesticonsexclamationMaterial Symbols LightexclamationMaterial Design Iconsexclamation-16Octiconsexclamation-outlineTeenyiconsexclamationUnicons
More privacy icons from Material Symbols
add-moderatoradmin-panel-settingsassured-workloadbadgedisabled-visiblee911-emergencyencryptedencrypted-addencrypted-add-circleencrypted-minus-circleencrypted-offenhanced-encryptionid-cardid-card-2identity-aware-proxykey-visualizermobile-theftno-encryptionpasskeyperson-shieldpolicypolicy-alertprivacy-tipprivate-connectivity
Use the exclamation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.288 13.713Q11 13.425 11 13V6q0-.425.288-.712T12 5t.713.288T13 6v7q0 .425-.288.713T12 14t-.712-.288m0 5Q11 18.426 11 18t.288-.712T12 17t.713.288T13 18t-.288.713T12 19t-.712-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsExclamationRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.288 13.713Q11 13.425 11 13V6q0-.425.288-.712T12 5t.713.288T13 6v7q0 .425-.288.713T12 14t-.712-.288m0 5Q11 18.426 11 18t.288-.712T12 17t.713.288T13 18t-.288.713T12 19t-.712-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.288 13.713Q11 13.425 11 13V6q0-.425.288-.712T12 5t.713.288T13 6v7q0 .425-.288.713T12 14t-.712-.288m0 5Q11 18.426 11 18t.288-.712T12 17t.713.288T13 18t-.288.713T12 19t-.712-.288"/></svg> </template>
CSS
.icon-exclamation-rounded {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.288%2013.713Q11%2013.425%2011%2013V6q0-.425.288-.712T12%205t.713.288T13%206v7q0%20.425-.288.713T12%2014t-.712-.288m0%205Q11%2018.426%2011%2018t.288-.712T12%2017t.713.288T13%2018t-.288.713T12%2019t-.712-.288%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.288%2013.713Q11%2013.425%2011%2013V6q0-.425.288-.712T12%205t.713.288T13%206v7q0%20.425-.288.713T12%2014t-.712-.288m0%205Q11%2018.426%2011%2018t.288-.712T12%2017t.713.288T13%2018t-.288.713T12%2019t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/exclamation-rounded.svg?color=%231a73e8&size=48