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

Name
check-alert-rounded
Set
Material Symbols
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
check-alert-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

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.15l8.475-8.475q.3-.3.7-.3t.7.3t.3.713t-.3.712l-9.175 9.2q-.3.3-.7.3t-.7-.3L4.55 13q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3zm4.913 6.4Q13 20.1 13 18q0-2.075 1.463-3.537T18 13t3.538 1.463T23 18q0 2.1-1.463 3.55T18 23t-3.537-1.45M18 21q.2 0 .35-.15t.15-.35t-.15-.35T18 20t-.35.15t-.15.35t.15.35t.35.15m0-2q.2 0 .35-.15t.15-.35v-3q0-.2-.15-.35T18 15t-.35.15t-.15.35v3q0 .2.15.35T18 19"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCheckAlertRounded(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.15l8.475-8.475q.3-.3.7-.3t.7.3t.3.713t-.3.712l-9.175 9.2q-.3.3-.7.3t-.7-.3L4.55 13q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3zm4.913 6.4Q13 20.1 13 18q0-2.075 1.463-3.537T18 13t3.538 1.463T23 18q0 2.1-1.463 3.55T18 23t-3.537-1.45M18 21q.2 0 .35-.15t.15-.35t-.15-.35T18 20t-.35.15t-.15.35t.15.35t.35.15m0-2q.2 0 .35-.15t.15-.35v-3q0-.2-.15-.35T18 15t-.35.15t-.15.35v3q0 .2.15.35T18 19"/></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.15l8.475-8.475q.3-.3.7-.3t.7.3t.3.713t-.3.712l-9.175 9.2q-.3.3-.7.3t-.7-.3L4.55 13q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3zm4.913 6.4Q13 20.1 13 18q0-2.075 1.463-3.537T18 13t3.538 1.463T23 18q0 2.1-1.463 3.55T18 23t-3.537-1.45M18 21q.2 0 .35-.15t.15-.35t-.15-.35T18 20t-.35.15t-.15.35t.15.35t.35.15m0-2q.2 0 .35-.15t.15-.35v-3q0-.2-.15-.35T18 15t-.35.15t-.15.35v3q0 .2.15.35T18 19"/></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.15l8.475-8.475q.3-.3.7-.3t.7.3t.3.713t-.3.712l-9.175%209.2q-.3.3-.7.3t-.7-.3L4.55%2013q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3zm4.913%206.4Q13%2020.1%2013%2018q0-2.075%201.463-3.537T18%2013t3.538%201.463T23%2018q0%202.1-1.463%203.55T18%2023t-3.537-1.45M18%2021q.2%200%20.35-.15t.15-.35t-.15-.35T18%2020t-.35.15t-.15.35t.15.35t.35.15m0-2q.2%200%20.35-.15t.15-.35v-3q0-.2-.15-.35T18%2015t-.35.15t-.15.35v3q0%20.2.15.35T18%2019%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.15l8.475-8.475q.3-.3.7-.3t.7.3t.3.713t-.3.712l-9.175%209.2q-.3.3-.7.3t-.7-.3L4.55%2013q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3zm4.913%206.4Q13%2020.1%2013%2018q0-2.075%201.463-3.537T18%2013t3.538%201.463T23%2018q0%202.1-1.463%203.55T18%2023t-3.537-1.45M18%2021q.2%200%20.35-.15t.15-.35t-.15-.35T18%2020t-.35.15t-.15.35t.15.35t.35.15m0-2q.2%200%20.35-.15t.15-.35v-3q0-.2-.15-.35T18%2015t-.35.15t-.15.35v3q0%20.2.15.35T18%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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