frame exclamation icon
frame-exclamation-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- frame-exclamation-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- frame-exclamation-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
Use the frame 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-.288M3 23q-.825 0-1.412-.587T1 21v-2q0-.425.288-.712T2 18t.713.288T3 19v2h2q.425 0 .713.288T6 22t-.288.713T5 23zm18 0h-2q-.425 0-.712-.288T18 22t.288-.712T19 21h2v-2q0-.425.288-.712T22 18t.713.288T23 19v2q0 .825-.587 1.413T21 23m2-20v2q0 .425-.288.713T22 6t-.712-.288T21 5V3h-2q-.425 0-.712-.288T18 2t.288-.712T19 1h2q.825 0 1.413.588T23 3M3 1h2q.425 0 .713.288T6 2t-.288.713T5 3H3v2q0 .425-.288.713T2 6t-.712-.288T1 5V3q0-.825.588-1.412T3 1"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFrameExclamationRounded(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-.288M3 23q-.825 0-1.412-.587T1 21v-2q0-.425.288-.712T2 18t.713.288T3 19v2h2q.425 0 .713.288T6 22t-.288.713T5 23zm18 0h-2q-.425 0-.712-.288T18 22t.288-.712T19 21h2v-2q0-.425.288-.712T22 18t.713.288T23 19v2q0 .825-.587 1.413T21 23m2-20v2q0 .425-.288.713T22 6t-.712-.288T21 5V3h-2q-.425 0-.712-.288T18 2t.288-.712T19 1h2q.825 0 1.413.588T23 3M3 1h2q.425 0 .713.288T6 2t-.288.713T5 3H3v2q0 .425-.288.713T2 6t-.712-.288T1 5V3q0-.825.588-1.412T3 1"/></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-.288M3 23q-.825 0-1.412-.587T1 21v-2q0-.425.288-.712T2 18t.713.288T3 19v2h2q.425 0 .713.288T6 22t-.288.713T5 23zm18 0h-2q-.425 0-.712-.288T18 22t.288-.712T19 21h2v-2q0-.425.288-.712T22 18t.713.288T23 19v2q0 .825-.587 1.413T21 23m2-20v2q0 .425-.288.713T22 6t-.712-.288T21 5V3h-2q-.425 0-.712-.288T18 2t.288-.712T19 1h2q.825 0 1.413.588T23 3M3 1h2q.425 0 .713.288T6 2t-.288.713T5 3H3v2q0 .425-.288.713T2 6t-.712-.288T1 5V3q0-.825.588-1.412T3 1"/></svg> </template>
CSS
.icon-frame-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-.288M3%2023q-.825%200-1.412-.587T1%2021v-2q0-.425.288-.712T2%2018t.713.288T3%2019v2h2q.425%200%20.713.288T6%2022t-.288.713T5%2023zm18%200h-2q-.425%200-.712-.288T18%2022t.288-.712T19%2021h2v-2q0-.425.288-.712T22%2018t.713.288T23%2019v2q0%20.825-.587%201.413T21%2023m2-20v2q0%20.425-.288.713T22%206t-.712-.288T21%205V3h-2q-.425%200-.712-.288T18%202t.288-.712T19%201h2q.825%200%201.413.588T23%203M3%201h2q.425%200%20.713.288T6%202t-.288.713T5%203H3v2q0%20.425-.288.713T2%206t-.712-.288T1%205V3q0-.825.588-1.412T3%201%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-.288M3%2023q-.825%200-1.412-.587T1%2021v-2q0-.425.288-.712T2%2018t.713.288T3%2019v2h2q.425%200%20.713.288T6%2022t-.288.713T5%2023zm18%200h-2q-.425%200-.712-.288T18%2022t.288-.712T19%2021h2v-2q0-.425.288-.712T22%2018t.713.288T23%2019v2q0%20.825-.587%201.413T21%2023m2-20v2q0%20.425-.288.713T22%206t-.712-.288T21%205V3h-2q-.425%200-.712-.288T18%202t.288-.712T19%201h2q.825%200%201.413.588T23%203M3%201h2q.425%200%20.713.288T6%202t-.288.713T5%203H3v2q0%20.425-.288.713T2%206t-.712-.288T1%205V3q0-.825.588-1.412T3%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/frame-exclamation-rounded.svg?color=%231a73e8&size=48