data info alert icon

data-info-alert from Material Symbols by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
data-info-alert
Set
Material Symbols
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
data-info-alert-outline, data-info-alert-outline-sharp, data-info-alert-sharp

1 other variant in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the data info alert icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 20v-2h12v2zm9.463-8.462Q11 10.075 11 8t1.463-3.537T16 3t3.538 1.463T21 8t-1.463 3.538T16 13t-3.537-1.463M3 12v-2h6.3q.175.55.4 1.05t.55.95zm0 4v-2h9.4q.575.35 1.225.588t1.375.337V16zm12.5-5h1V7h-1zm.85-5.15q.15-.15.15-.35t-.15-.35T16 5t-.35.15t-.15.35t.15.35T16 6t.35-.15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDataInfoAlert(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="M3 20v-2h12v2zm9.463-8.462Q11 10.075 11 8t1.463-3.537T16 3t3.538 1.463T21 8t-1.463 3.538T16 13t-3.537-1.463M3 12v-2h6.3q.175.55.4 1.05t.55.95zm0 4v-2h9.4q.575.35 1.225.588t1.375.337V16zm12.5-5h1V7h-1zm.85-5.15q.15-.15.15-.35t-.15-.35T16 5t-.35.15t-.15.35t.15.35T16 6t.35-.15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 20v-2h12v2zm9.463-8.462Q11 10.075 11 8t1.463-3.537T16 3t3.538 1.463T21 8t-1.463 3.538T16 13t-3.537-1.463M3 12v-2h6.3q.175.55.4 1.05t.55.95zm0 4v-2h9.4q.575.35 1.225.588t1.375.337V16zm12.5-5h1V7h-1zm.85-5.15q.15-.15.15-.35t-.15-.35T16 5t-.35.15t-.15.35t.15.35T16 6t.35-.15"/></svg>
</template>

CSS

.icon-data-info-alert {
  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%22M3%2020v-2h12v2zm9.463-8.462Q11%2010.075%2011%208t1.463-3.537T16%203t3.538%201.463T21%208t-1.463%203.538T16%2013t-3.537-1.463M3%2012v-2h6.3q.175.55.4%201.05t.55.95zm0%204v-2h9.4q.575.35%201.225.588t1.375.337V16zm12.5-5h1V7h-1zm.85-5.15q.15-.15.15-.35t-.15-.35T16%205t-.35.15t-.15.35t.15.35T16%206t.35-.15%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%22M3%2020v-2h12v2zm9.463-8.462Q11%2010.075%2011%208t1.463-3.537T16%203t3.538%201.463T21%208t-1.463%203.538T16%2013t-3.537-1.463M3%2012v-2h6.3q.175.55.4%201.05t.55.95zm0%204v-2h9.4q.575.35%201.225.588t1.375.337V16zm12.5-5h1V7h-1zm.85-5.15q.15-.15.15-.35t-.15-.35T16%205t-.35.15t-.15.35t.15.35T16%206t.35-.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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