error circle hint icon

error-circle-hint-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
error-circle-hint-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the error circle hint icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.241 19.904c.504-.078 1.019.167 1.214.638c.23.554-.07 1.19-.66 1.297a10.1 10.1 0 0 1-3.593 0c-.59-.106-.89-.742-.66-1.296c.195-.471.71-.717 1.215-.639a8 8 0 0 0 2.484 0m-9.02-3.601c.47-.195 1.008-.005 1.308.407a8 8 0 0 0 1.758 1.758c.412.3.602.837.407 1.308c-.23.554-.89.792-1.383.45a10 10 0 0 1-2.54-2.54c-.342-.492-.104-1.154.45-1.383m14.244.406c.3-.412.838-.602 1.31-.407c.553.23.791.89.45 1.384a10 10 0 0 1-2.539 2.539c-.492.341-1.154.104-1.383-.45c-.195-.471-.006-1.008.406-1.31a8 8 0 0 0 1.756-1.756M12 14.5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m-9.842-4.299c.108-.59.743-.888 1.297-.659c.471.195.716.71.638 1.215a8 8 0 0 0 0 2.483c.078.504-.167 1.02-.639 1.215c-.554.23-1.19-.07-1.297-.66a10 10 0 0 1 .001-3.594m18.381-.658c.554-.23 1.19.07 1.297.66a10 10 0 0 1 0 3.59c-.106.59-.742.89-1.296.661c-.471-.195-.717-.71-.639-1.215a8 8 0 0 0 0-2.481c-.078-.504.167-1.02.638-1.215M12 6.5a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0v-5a1 1 0 0 1 1-1m4.302-2.275c.23-.555.89-.792 1.384-.45c.99.686 1.85 1.546 2.537 2.537c.341.493.104 1.154-.45 1.383c-.472.195-1.01.006-1.31-.406a8 8 0 0 0-1.755-1.755c-.412-.3-.601-.838-.406-1.31m-9.99-.453c.493-.34 1.154-.103 1.383.45c.195.472.005 1.01-.407 1.31a8 8 0 0 0-1.757 1.756c-.3.412-.838.601-1.31.406c-.553-.23-.79-.89-.449-1.383a10 10 0 0 1 2.54-2.539M11.997 2q.922.001 1.797.161c.59.107.89.743.66 1.297c-.195.471-.71.716-1.215.638a8 8 0 0 0-2.481 0c-.504.078-1.019-.168-1.214-.639c-.23-.554.07-1.19.66-1.297A10 10 0 0 1 11.997 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentErrorCircleHint24Filled(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="M13.241 19.904c.504-.078 1.019.167 1.214.638c.23.554-.07 1.19-.66 1.297a10.1 10.1 0 0 1-3.593 0c-.59-.106-.89-.742-.66-1.296c.195-.471.71-.717 1.215-.639a8 8 0 0 0 2.484 0m-9.02-3.601c.47-.195 1.008-.005 1.308.407a8 8 0 0 0 1.758 1.758c.412.3.602.837.407 1.308c-.23.554-.89.792-1.383.45a10 10 0 0 1-2.54-2.54c-.342-.492-.104-1.154.45-1.383m14.244.406c.3-.412.838-.602 1.31-.407c.553.23.791.89.45 1.384a10 10 0 0 1-2.539 2.539c-.492.341-1.154.104-1.383-.45c-.195-.471-.006-1.008.406-1.31a8 8 0 0 0 1.756-1.756M12 14.5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m-9.842-4.299c.108-.59.743-.888 1.297-.659c.471.195.716.71.638 1.215a8 8 0 0 0 0 2.483c.078.504-.167 1.02-.639 1.215c-.554.23-1.19-.07-1.297-.66a10 10 0 0 1 .001-3.594m18.381-.658c.554-.23 1.19.07 1.297.66a10 10 0 0 1 0 3.59c-.106.59-.742.89-1.296.661c-.471-.195-.717-.71-.639-1.215a8 8 0 0 0 0-2.481c-.078-.504.167-1.02.638-1.215M12 6.5a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0v-5a1 1 0 0 1 1-1m4.302-2.275c.23-.555.89-.792 1.384-.45c.99.686 1.85 1.546 2.537 2.537c.341.493.104 1.154-.45 1.383c-.472.195-1.01.006-1.31-.406a8 8 0 0 0-1.755-1.755c-.412-.3-.601-.838-.406-1.31m-9.99-.453c.493-.34 1.154-.103 1.383.45c.195.472.005 1.01-.407 1.31a8 8 0 0 0-1.757 1.756c-.3.412-.838.601-1.31.406c-.553-.23-.79-.89-.449-1.383a10 10 0 0 1 2.54-2.539M11.997 2q.922.001 1.797.161c.59.107.89.743.66 1.297c-.195.471-.71.716-1.215.638a8 8 0 0 0-2.481 0c-.504.078-1.019-.168-1.214-.639c-.23-.554.07-1.19.66-1.297A10 10 0 0 1 11.997 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="M13.241 19.904c.504-.078 1.019.167 1.214.638c.23.554-.07 1.19-.66 1.297a10.1 10.1 0 0 1-3.593 0c-.59-.106-.89-.742-.66-1.296c.195-.471.71-.717 1.215-.639a8 8 0 0 0 2.484 0m-9.02-3.601c.47-.195 1.008-.005 1.308.407a8 8 0 0 0 1.758 1.758c.412.3.602.837.407 1.308c-.23.554-.89.792-1.383.45a10 10 0 0 1-2.54-2.54c-.342-.492-.104-1.154.45-1.383m14.244.406c.3-.412.838-.602 1.31-.407c.553.23.791.89.45 1.384a10 10 0 0 1-2.539 2.539c-.492.341-1.154.104-1.383-.45c-.195-.471-.006-1.008.406-1.31a8 8 0 0 0 1.756-1.756M12 14.5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m-9.842-4.299c.108-.59.743-.888 1.297-.659c.471.195.716.71.638 1.215a8 8 0 0 0 0 2.483c.078.504-.167 1.02-.639 1.215c-.554.23-1.19-.07-1.297-.66a10 10 0 0 1 .001-3.594m18.381-.658c.554-.23 1.19.07 1.297.66a10 10 0 0 1 0 3.59c-.106.59-.742.89-1.296.661c-.471-.195-.717-.71-.639-1.215a8 8 0 0 0 0-2.481c-.078-.504.167-1.02.638-1.215M12 6.5a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0v-5a1 1 0 0 1 1-1m4.302-2.275c.23-.555.89-.792 1.384-.45c.99.686 1.85 1.546 2.537 2.537c.341.493.104 1.154-.45 1.383c-.472.195-1.01.006-1.31-.406a8 8 0 0 0-1.755-1.755c-.412-.3-.601-.838-.406-1.31m-9.99-.453c.493-.34 1.154-.103 1.383.45c.195.472.005 1.01-.407 1.31a8 8 0 0 0-1.757 1.756c-.3.412-.838.601-1.31.406c-.553-.23-.79-.89-.449-1.383a10 10 0 0 1 2.54-2.539M11.997 2q.922.001 1.797.161c.59.107.89.743.66 1.297c-.195.471-.71.716-1.215.638a8 8 0 0 0-2.481 0c-.504.078-1.019-.168-1.214-.639c-.23-.554.07-1.19.66-1.297A10 10 0 0 1 11.997 2"/></svg>
</template>

CSS

.icon-error-circle-hint-24-filled {
  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%22M13.241%2019.904c.504-.078%201.019.167%201.214.638c.23.554-.07%201.19-.66%201.297a10.1%2010.1%200%200%201-3.593%200c-.59-.106-.89-.742-.66-1.296c.195-.471.71-.717%201.215-.639a8%208%200%200%200%202.484%200m-9.02-3.601c.47-.195%201.008-.005%201.308.407a8%208%200%200%200%201.758%201.758c.412.3.602.837.407%201.308c-.23.554-.89.792-1.383.45a10%2010%200%200%201-2.54-2.54c-.342-.492-.104-1.154.45-1.383m14.244.406c.3-.412.838-.602%201.31-.407c.553.23.791.89.45%201.384a10%2010%200%200%201-2.539%202.539c-.492.341-1.154.104-1.383-.45c-.195-.471-.006-1.008.406-1.31a8%208%200%200%200%201.756-1.756M12%2014.5a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m-9.842-4.299c.108-.59.743-.888%201.297-.659c.471.195.716.71.638%201.215a8%208%200%200%200%200%202.483c.078.504-.167%201.02-.639%201.215c-.554.23-1.19-.07-1.297-.66a10%2010%200%200%201%20.001-3.594m18.381-.658c.554-.23%201.19.07%201.297.66a10%2010%200%200%201%200%203.59c-.106.59-.742.89-1.296.661c-.471-.195-.717-.71-.639-1.215a8%208%200%200%200%200-2.481c-.078-.504.167-1.02.638-1.215M12%206.5a1%201%200%200%201%201%201v5a1%201%200%201%201-2%200v-5a1%201%200%200%201%201-1m4.302-2.275c.23-.555.89-.792%201.384-.45c.99.686%201.85%201.546%202.537%202.537c.341.493.104%201.154-.45%201.383c-.472.195-1.01.006-1.31-.406a8%208%200%200%200-1.755-1.755c-.412-.3-.601-.838-.406-1.31m-9.99-.453c.493-.34%201.154-.103%201.383.45c.195.472.005%201.01-.407%201.31a8%208%200%200%200-1.757%201.756c-.3.412-.838.601-1.31.406c-.553-.23-.79-.89-.449-1.383a10%2010%200%200%201%202.54-2.539M11.997%202q.922.001%201.797.161c.59.107.89.743.66%201.297c-.195.471-.71.716-1.215.638a8%208%200%200%200-2.481%200c-.504.078-1.019-.168-1.214-.639c-.23-.554.07-1.19.66-1.297A10%2010%200%200%201%2011.997%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%22M13.241%2019.904c.504-.078%201.019.167%201.214.638c.23.554-.07%201.19-.66%201.297a10.1%2010.1%200%200%201-3.593%200c-.59-.106-.89-.742-.66-1.296c.195-.471.71-.717%201.215-.639a8%208%200%200%200%202.484%200m-9.02-3.601c.47-.195%201.008-.005%201.308.407a8%208%200%200%200%201.758%201.758c.412.3.602.837.407%201.308c-.23.554-.89.792-1.383.45a10%2010%200%200%201-2.54-2.54c-.342-.492-.104-1.154.45-1.383m14.244.406c.3-.412.838-.602%201.31-.407c.553.23.791.89.45%201.384a10%2010%200%200%201-2.539%202.539c-.492.341-1.154.104-1.383-.45c-.195-.471-.006-1.008.406-1.31a8%208%200%200%200%201.756-1.756M12%2014.5a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m-9.842-4.299c.108-.59.743-.888%201.297-.659c.471.195.716.71.638%201.215a8%208%200%200%200%200%202.483c.078.504-.167%201.02-.639%201.215c-.554.23-1.19-.07-1.297-.66a10%2010%200%200%201%20.001-3.594m18.381-.658c.554-.23%201.19.07%201.297.66a10%2010%200%200%201%200%203.59c-.106.59-.742.89-1.296.661c-.471-.195-.717-.71-.639-1.215a8%208%200%200%200%200-2.481c-.078-.504.167-1.02.638-1.215M12%206.5a1%201%200%200%201%201%201v5a1%201%200%201%201-2%200v-5a1%201%200%200%201%201-1m4.302-2.275c.23-.555.89-.792%201.384-.45c.99.686%201.85%201.546%202.537%202.537c.341.493.104%201.154-.45%201.383c-.472.195-1.01.006-1.31-.406a8%208%200%200%200-1.755-1.755c-.412-.3-.601-.838-.406-1.31m-9.99-.453c.493-.34%201.154-.103%201.383.45c.195.472.005%201.01-.407%201.31a8%208%200%200%200-1.757%201.756c-.3.412-.838.601-1.31.406c-.553-.23-.79-.89-.449-1.383a10%2010%200%200%201%202.54-2.539M11.997%202q.922.001%201.797.161c.59.107.89.743.66%201.297c-.195.471-.71.716-1.215.638a8%208%200%200%200-2.481%200c-.504.078-1.019-.168-1.214-.639c-.23-.554.07-1.19.66-1.297A10%2010%200%200%201%2011.997%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/error-circle-hint-24-filled.svg?color=%231a73e8&size=48

Error Circle Hint 24 filled icon — Fluent UI System Icons · IconsDB