data alert icon
data-alert-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- data-alert-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- data-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 data alert icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.273 8.654q.112-.115.112-.27V5.578q0-.154-.112-.27q-.111-.115-.273-.115t-.273.116t-.111.269v2.808q0 .153.111.269q.112.115.273.115t.273-.115m.077 2.08q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15t.35-.15M4.5 19.5q-.213 0-.356-.144T4 18.999t.144-.356t.356-.143h10q.213 0 .356.144t.144.357t-.144.356t-.356.143zm8.318-8.315Q11.5 9.869 11.5 8.002t1.316-3.185T15.997 3.5q1.867 0 3.185 1.316Q20.5 6.13 20.5 7.997t-1.315 3.185t-3.182 1.318t-3.185-1.315M4.5 11.5q-.213 0-.356-.144T4 10.999t.144-.356t.356-.143h4.56q.212 0 .356.142q.143.14.143.35q0 .197-.143.352t-.357.156zm0 4q-.213 0-.356-.144T4 14.999t.144-.356t.356-.143h8.579q.212 0 .356.142q.144.14.144.35q0 .197-.131.352t-.37.156z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDataAlertRounded(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="M16.273 8.654q.112-.115.112-.27V5.578q0-.154-.112-.27q-.111-.115-.273-.115t-.273.116t-.111.269v2.808q0 .153.111.269q.112.115.273.115t.273-.115m.077 2.08q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15t.35-.15M4.5 19.5q-.213 0-.356-.144T4 18.999t.144-.356t.356-.143h10q.213 0 .356.144t.144.357t-.144.356t-.356.143zm8.318-8.315Q11.5 9.869 11.5 8.002t1.316-3.185T15.997 3.5q1.867 0 3.185 1.316Q20.5 6.13 20.5 7.997t-1.315 3.185t-3.182 1.318t-3.185-1.315M4.5 11.5q-.213 0-.356-.144T4 10.999t.144-.356t.356-.143h4.56q.212 0 .356.142q.143.14.143.35q0 .197-.143.352t-.357.156zm0 4q-.213 0-.356-.144T4 14.999t.144-.356t.356-.143h8.579q.212 0 .356.142q.144.14.144.35q0 .197-.131.352t-.37.156z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.273 8.654q.112-.115.112-.27V5.578q0-.154-.112-.27q-.111-.115-.273-.115t-.273.116t-.111.269v2.808q0 .153.111.269q.112.115.273.115t.273-.115m.077 2.08q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15t.35-.15M4.5 19.5q-.213 0-.356-.144T4 18.999t.144-.356t.356-.143h10q.213 0 .356.144t.144.357t-.144.356t-.356.143zm8.318-8.315Q11.5 9.869 11.5 8.002t1.316-3.185T15.997 3.5q1.867 0 3.185 1.316Q20.5 6.13 20.5 7.997t-1.315 3.185t-3.182 1.318t-3.185-1.315M4.5 11.5q-.213 0-.356-.144T4 10.999t.144-.356t.356-.143h4.56q.212 0 .356.142q.143.14.143.35q0 .197-.143.352t-.357.156zm0 4q-.213 0-.356-.144T4 14.999t.144-.356t.356-.143h8.579q.212 0 .356.142q.144.14.144.35q0 .197-.131.352t-.37.156z"/></svg> </template>
CSS
.icon-data-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%22M16.273%208.654q.112-.115.112-.27V5.578q0-.154-.112-.27q-.111-.115-.273-.115t-.273.116t-.111.269v2.808q0%20.153.111.269q.112.115.273.115t.273-.115m.077%202.08q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15t.35-.15M4.5%2019.5q-.213%200-.356-.144T4%2018.999t.144-.356t.356-.143h10q.213%200%20.356.144t.144.357t-.144.356t-.356.143zm8.318-8.315Q11.5%209.869%2011.5%208.002t1.316-3.185T15.997%203.5q1.867%200%203.185%201.316Q20.5%206.13%2020.5%207.997t-1.315%203.185t-3.182%201.318t-3.185-1.315M4.5%2011.5q-.213%200-.356-.144T4%2010.999t.144-.356t.356-.143h4.56q.212%200%20.356.142q.143.14.143.35q0%20.197-.143.352t-.357.156zm0%204q-.213%200-.356-.144T4%2014.999t.144-.356t.356-.143h8.579q.212%200%20.356.142q.144.14.144.35q0%20.197-.131.352t-.37.156z%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%22M16.273%208.654q.112-.115.112-.27V5.578q0-.154-.112-.27q-.111-.115-.273-.115t-.273.116t-.111.269v2.808q0%20.153.111.269q.112.115.273.115t.273-.115m.077%202.08q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15t.35-.15M4.5%2019.5q-.213%200-.356-.144T4%2018.999t.144-.356t.356-.143h10q.213%200%20.356.144t.144.357t-.144.356t-.356.143zm8.318-8.315Q11.5%209.869%2011.5%208.002t1.316-3.185T15.997%203.5q1.867%200%203.185%201.316Q20.5%206.13%2020.5%207.997t-1.315%203.185t-3.182%201.318t-3.185-1.315M4.5%2011.5q-.213%200-.356-.144T4%2010.999t.144-.356t.356-.143h4.56q.212%200%20.356.142q.143.14.143.35q0%20.197-.143.352t-.357.156zm0%204q-.213%200-.356-.144T4%2014.999t.144-.356t.356-.143h8.579q.212%200%20.356.142q.144.14.144.35q0%20.197-.131.352t-.37.156z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/data-alert-rounded.svg?color=%231a73e8&size=48