check alert icon
check-alert-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- check-alert-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- check-alert-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the check alert icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.55 15.88l8.802-8.801q.146-.146.344-.156t.363.156t.166.357t-.165.356l-8.944 8.95q-.243.243-.566.243t-.566-.243l-4.05-4.05q-.146-.146-.152-.347t.158-.366t.357-.165t.357.165zm5.288 4.574q-1.165-1.162-1.165-2.839q0-1.67 1.165-2.835q1.164-1.165 2.835-1.165t2.836 1.165t1.164 2.835q0 1.677-1.164 2.839q-1.165 1.161-2.836 1.161t-2.835-1.161m2.835-.416q.2 0 .33-.13t.132-.331t-.131-.33t-.331-.131t-.33.13t-.131.331t.13.33t.331.132m0-1.847q.162 0 .273-.111q.112-.112.112-.273v-2.231q0-.162-.112-.273q-.111-.112-.273-.112t-.273.112t-.111.273v2.23q0 .162.111.274t.273.111"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCheckAlertRounded(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="m9.55 15.88l8.802-8.801q.146-.146.344-.156t.363.156t.166.357t-.165.356l-8.944 8.95q-.243.243-.566.243t-.566-.243l-4.05-4.05q-.146-.146-.152-.347t.158-.366t.357-.165t.357.165zm5.288 4.574q-1.165-1.162-1.165-2.839q0-1.67 1.165-2.835q1.164-1.165 2.835-1.165t2.836 1.165t1.164 2.835q0 1.677-1.164 2.839q-1.165 1.161-2.836 1.161t-2.835-1.161m2.835-.416q.2 0 .33-.13t.132-.331t-.131-.33t-.331-.131t-.33.13t-.131.331t.13.33t.331.132m0-1.847q.162 0 .273-.111q.112-.112.112-.273v-2.231q0-.162-.112-.273q-.111-.112-.273-.112t-.273.112t-.111.273v2.23q0 .162.111.274t.273.111"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.55 15.88l8.802-8.801q.146-.146.344-.156t.363.156t.166.357t-.165.356l-8.944 8.95q-.243.243-.566.243t-.566-.243l-4.05-4.05q-.146-.146-.152-.347t.158-.366t.357-.165t.357.165zm5.288 4.574q-1.165-1.162-1.165-2.839q0-1.67 1.165-2.835q1.164-1.165 2.835-1.165t2.836 1.165t1.164 2.835q0 1.677-1.164 2.839q-1.165 1.161-2.836 1.161t-2.835-1.161m2.835-.416q.2 0 .33-.13t.132-.331t-.131-.33t-.331-.131t-.33.13t-.131.331t.13.33t.331.132m0-1.847q.162 0 .273-.111q.112-.112.112-.273v-2.231q0-.162-.112-.273q-.111-.112-.273-.112t-.273.112t-.111.273v2.23q0 .162.111.274t.273.111"/></svg> </template>
CSS
.icon-check-alert-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%22m9.55%2015.88l8.802-8.801q.146-.146.344-.156t.363.156t.166.357t-.165.356l-8.944%208.95q-.243.243-.566.243t-.566-.243l-4.05-4.05q-.146-.146-.152-.347t.158-.366t.357-.165t.357.165zm5.288%204.574q-1.165-1.162-1.165-2.839q0-1.67%201.165-2.835q1.164-1.165%202.835-1.165t2.836%201.165t1.164%202.835q0%201.677-1.164%202.839q-1.165%201.161-2.836%201.161t-2.835-1.161m2.835-.416q.2%200%20.33-.13t.132-.331t-.131-.33t-.331-.131t-.33.13t-.131.331t.13.33t.331.132m0-1.847q.162%200%20.273-.111q.112-.112.112-.273v-2.231q0-.162-.112-.273q-.111-.112-.273-.112t-.273.112t-.111.273v2.23q0%20.162.111.274t.273.111%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%22m9.55%2015.88l8.802-8.801q.146-.146.344-.156t.363.156t.166.357t-.165.356l-8.944%208.95q-.243.243-.566.243t-.566-.243l-4.05-4.05q-.146-.146-.152-.347t.158-.366t.357-.165t.357.165zm5.288%204.574q-1.165-1.162-1.165-2.839q0-1.67%201.165-2.835q1.164-1.165%202.835-1.165t2.836%201.165t1.164%202.835q0%201.677-1.164%202.839q-1.165%201.161-2.836%201.161t-2.835-1.161m2.835-.416q.2%200%20.33-.13t.132-.331t-.131-.33t-.331-.131t-.33.13t-.131.331t.13.33t.331.132m0-1.847q.162%200%20.273-.111q.112-.112.112-.273v-2.231q0-.162-.112-.273q-.111-.112-.273-.112t-.273.112t-.111.273v2.23q0%20.162.111.274t.273.111%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/check-alert-rounded.svg?color=%231a73e8&size=48