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

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

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 17.308l-4.97-4.97l.714-.713l4.256 4.256l9.156-9.156l.713.714zm5.288 3.146q-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.132m-.384-1.847h.769v-3h-.77z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCheckAlert(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 17.308l-4.97-4.97l.714-.713l4.256 4.256l9.156-9.156l.713.714zm5.288 3.146q-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.132m-.384-1.847h.769v-3h-.77z"/></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 17.308l-4.97-4.97l.714-.713l4.256 4.256l9.156-9.156l.713.714zm5.288 3.146q-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.132m-.384-1.847h.769v-3h-.77z"/></svg>
</template>

CSS

.icon-check-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%22m9.55%2017.308l-4.97-4.97l.714-.713l4.256%204.256l9.156-9.156l.713.714zm5.288%203.146q-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.132m-.384-1.847h.769v-3h-.77z%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%2017.308l-4.97-4.97l.714-.713l4.256%204.256l9.156-9.156l.713.714zm5.288%203.146q-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.132m-.384-1.847h.769v-3h-.77z%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.svg?color=%231a73e8&size=48