alert circle check icon

alert-circle-check-outline from Material Design Icons by Pictogrammers · Outline · Alert / Error · Apache-2.0 Free for personal and commercial use.

Name
alert-circle-check-outline
Set
Material Design Icons
Style
Outline
Category
Alert / Error
Viewbox
24×24
License
Apache 2.0
Aliases
alert-circle-success-outline

1 other variant in Material Design Icons

More alert / error icons from Material Design Icons

Use the alert circle check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.75 22.16l-2.75-3L17.16 18l1.59 1.59L22.34 16l1.16 1.41zM11 15h2v2h-2zm0-8h2v6h-2zm1-5c5.5 0 10 4.5 10 10l-.08 1.31c-.61-.2-1.25-.31-1.98-.31l.06-1c0-4.42-3.58-8-8-8s-8 3.58-8 8s3.58 8 8 8c.71 0 1.39-.09 2.05-.26c.08.68.28 1.32.57 1.91c-.84.23-1.72.35-2.62.35c-5.53 0-10-4.5-10-10S6.47 2 12 2"/></svg>

React

import type { SVGProps } from "react";

export function MdiAlertCircleCheckOutline(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="m18.75 22.16l-2.75-3L17.16 18l1.59 1.59L22.34 16l1.16 1.41zM11 15h2v2h-2zm0-8h2v6h-2zm1-5c5.5 0 10 4.5 10 10l-.08 1.31c-.61-.2-1.25-.31-1.98-.31l.06-1c0-4.42-3.58-8-8-8s-8 3.58-8 8s3.58 8 8 8c.71 0 1.39-.09 2.05-.26c.08.68.28 1.32.57 1.91c-.84.23-1.72.35-2.62.35c-5.53 0-10-4.5-10-10S6.47 2 12 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.75 22.16l-2.75-3L17.16 18l1.59 1.59L22.34 16l1.16 1.41zM11 15h2v2h-2zm0-8h2v6h-2zm1-5c5.5 0 10 4.5 10 10l-.08 1.31c-.61-.2-1.25-.31-1.98-.31l.06-1c0-4.42-3.58-8-8-8s-8 3.58-8 8s3.58 8 8 8c.71 0 1.39-.09 2.05-.26c.08.68.28 1.32.57 1.91c-.84.23-1.72.35-2.62.35c-5.53 0-10-4.5-10-10S6.47 2 12 2"/></svg>
</template>

CSS

.icon-alert-circle-check-outline {
  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%22m18.75%2022.16l-2.75-3L17.16%2018l1.59%201.59L22.34%2016l1.16%201.41zM11%2015h2v2h-2zm0-8h2v6h-2zm1-5c5.5%200%2010%204.5%2010%2010l-.08%201.31c-.61-.2-1.25-.31-1.98-.31l.06-1c0-4.42-3.58-8-8-8s-8%203.58-8%208s3.58%208%208%208c.71%200%201.39-.09%202.05-.26c.08.68.28%201.32.57%201.91c-.84.23-1.72.35-2.62.35c-5.53%200-10-4.5-10-10S6.47%202%2012%202%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%22m18.75%2022.16l-2.75-3L17.16%2018l1.59%201.59L22.34%2016l1.16%201.41zM11%2015h2v2h-2zm0-8h2v6h-2zm1-5c5.5%200%2010%204.5%2010%2010l-.08%201.31c-.61-.2-1.25-.31-1.98-.31l.06-1c0-4.42-3.58-8-8-8s-8%203.58-8%208s3.58%208%208%208c.71%200%201.39-.09%202.05-.26c.08.68.28%201.32.57%201.91c-.84.23-1.72.35-2.62.35c-5.53%200-10-4.5-10-10S6.47%202%2012%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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