frame exclamation icon

frame-exclamation-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
frame-exclamation-rounded
Set
Material Symbols Light
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
frame-exclamation-outline-rounded

2 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

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.643 13.933q-.143-.143-.143-.356v-7q0-.212.144-.356t.357-.144t.356.144t.143.356v7q0 .213-.144.356t-.357.144t-.356-.144m0 3.846q-.143-.144-.143-.357t.144-.356t.357-.143t.356.144t.143.357t-.144.356t-.357.143t-.356-.144M3.616 22q-.691 0-1.153-.462T2 20.385v-2.116q0-.212.144-.356t.357-.144t.356.144t.143.356v2.116q0 .269.173.442t.443.173H5.73q.212 0 .356.144t.144.357t-.144.356T5.73 22zm16.769 0h-2.116q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h2.116q.269 0 .442-.173t.173-.442v-2.116q0-.212.144-.356t.357-.144t.356.144t.143.356v2.116q0 .69-.462 1.153T20.385 22M22 3.616V5.73q0 .212-.144.356t-.357.144t-.356-.144T21 5.731V3.616q0-.27-.173-.443T20.385 3h-2.116q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h2.116q.69 0 1.152.463T22 3.616M3.616 2H5.73q.212 0 .356.144t.144.357t-.144.356T5.731 3H3.616q-.27 0-.443.173T3 3.616V5.73q0 .212-.144.356t-.357.144t-.356-.144T2 5.731V3.616q0-.691.463-1.153T3.616 2"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFrameExclamationRounded(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.643 13.933q-.143-.143-.143-.356v-7q0-.212.144-.356t.357-.144t.356.144t.143.356v7q0 .213-.144.356t-.357.144t-.356-.144m0 3.846q-.143-.144-.143-.357t.144-.356t.357-.143t.356.144t.143.357t-.144.356t-.357.143t-.356-.144M3.616 22q-.691 0-1.153-.462T2 20.385v-2.116q0-.212.144-.356t.357-.144t.356.144t.143.356v2.116q0 .269.173.442t.443.173H5.73q.212 0 .356.144t.144.357t-.144.356T5.73 22zm16.769 0h-2.116q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h2.116q.269 0 .442-.173t.173-.442v-2.116q0-.212.144-.356t.357-.144t.356.144t.143.356v2.116q0 .69-.462 1.153T20.385 22M22 3.616V5.73q0 .212-.144.356t-.357.144t-.356-.144T21 5.731V3.616q0-.27-.173-.443T20.385 3h-2.116q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h2.116q.69 0 1.152.463T22 3.616M3.616 2H5.73q.212 0 .356.144t.144.357t-.144.356T5.731 3H3.616q-.27 0-.443.173T3 3.616V5.73q0 .212-.144.356t-.357.144t-.356-.144T2 5.731V3.616q0-.691.463-1.153T3.616 2"/></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.643 13.933q-.143-.143-.143-.356v-7q0-.212.144-.356t.357-.144t.356.144t.143.356v7q0 .213-.144.356t-.357.144t-.356-.144m0 3.846q-.143-.144-.143-.357t.144-.356t.357-.143t.356.144t.143.357t-.144.356t-.357.143t-.356-.144M3.616 22q-.691 0-1.153-.462T2 20.385v-2.116q0-.212.144-.356t.357-.144t.356.144t.143.356v2.116q0 .269.173.442t.443.173H5.73q.212 0 .356.144t.144.357t-.144.356T5.73 22zm16.769 0h-2.116q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h2.116q.269 0 .442-.173t.173-.442v-2.116q0-.212.144-.356t.357-.144t.356.144t.143.356v2.116q0 .69-.462 1.153T20.385 22M22 3.616V5.73q0 .212-.144.356t-.357.144t-.356-.144T21 5.731V3.616q0-.27-.173-.443T20.385 3h-2.116q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h2.116q.69 0 1.152.463T22 3.616M3.616 2H5.73q.212 0 .356.144t.144.357t-.144.356T5.731 3H3.616q-.27 0-.443.173T3 3.616V5.73q0 .212-.144.356t-.357.144t-.356-.144T2 5.731V3.616q0-.691.463-1.153T3.616 2"/></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.643%2013.933q-.143-.143-.143-.356v-7q0-.212.144-.356t.357-.144t.356.144t.143.356v7q0%20.213-.144.356t-.357.144t-.356-.144m0%203.846q-.143-.144-.143-.357t.144-.356t.357-.143t.356.144t.143.357t-.144.356t-.357.143t-.356-.144M3.616%2022q-.691%200-1.153-.462T2%2020.385v-2.116q0-.212.144-.356t.357-.144t.356.144t.143.356v2.116q0%20.269.173.442t.443.173H5.73q.212%200%20.356.144t.144.357t-.144.356T5.73%2022zm16.769%200h-2.116q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h2.116q.269%200%20.442-.173t.173-.442v-2.116q0-.212.144-.356t.357-.144t.356.144t.143.356v2.116q0%20.69-.462%201.153T20.385%2022M22%203.616V5.73q0%20.212-.144.356t-.357.144t-.356-.144T21%205.731V3.616q0-.27-.173-.443T20.385%203h-2.116q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h2.116q.69%200%201.152.463T22%203.616M3.616%202H5.73q.212%200%20.356.144t.144.357t-.144.356T5.731%203H3.616q-.27%200-.443.173T3%203.616V5.73q0%20.212-.144.356t-.357.144t-.356-.144T2%205.731V3.616q0-.691.463-1.153T3.616%202%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.643%2013.933q-.143-.143-.143-.356v-7q0-.212.144-.356t.357-.144t.356.144t.143.356v7q0%20.213-.144.356t-.357.144t-.356-.144m0%203.846q-.143-.144-.143-.357t.144-.356t.357-.143t.356.144t.143.357t-.144.356t-.357.143t-.356-.144M3.616%2022q-.691%200-1.153-.462T2%2020.385v-2.116q0-.212.144-.356t.357-.144t.356.144t.143.356v2.116q0%20.269.173.442t.443.173H5.73q.212%200%20.356.144t.144.357t-.144.356T5.73%2022zm16.769%200h-2.116q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h2.116q.269%200%20.442-.173t.173-.442v-2.116q0-.212.144-.356t.357-.144t.356.144t.143.356v2.116q0%20.69-.462%201.153T20.385%2022M22%203.616V5.73q0%20.212-.144.356t-.357.144t-.356-.144T21%205.731V3.616q0-.27-.173-.443T20.385%203h-2.116q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h2.116q.69%200%201.152.463T22%203.616M3.616%202H5.73q.212%200%20.356.144t.144.357t-.144.356T5.731%203H3.616q-.27%200-.443.173T3%203.616V5.73q0%20.212-.144.356t-.357.144t-.356-.144T2%205.731V3.616q0-.691.463-1.153T3.616%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/frame-exclamation-rounded.svg?color=%231a73e8&size=48