circle hint dismiss icon
circle-hint-dismiss-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- circle-hint-dismiss-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
circle-edit-20-filledcircle-eraser-20-filledcircle-half-fill-12-filledcircle-highlight-20-filledcircle-hint-12-filledcircle-hint-cursor-16-filledcircle-hint-half-vertical-16-filledcircle-image-16-filledcircle-line-12-filledcircle-multiple-concentric-16-filledcircle-multiple-hint-checkmark-16-filledcircle-multiple-subtract-checkmark-20-filledcircle-off-16-filledcircle-shadow-20-filledcircle-small-20-filledcircle-sparkle-16-filled
Use the circle hint dismiss icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.695 4.222c-.23-.554-.891-.791-1.384-.45a10 10 0 0 0-2.54 2.539c-.342.493-.104 1.154.45 1.384c.471.195 1.009.005 1.31-.407a8 8 0 0 1 1.756-1.756c.412-.3.603-.838.408-1.31m3.062-.127c-.505.079-1.02-.167-1.215-.638c-.229-.554.07-1.19.66-1.297a10 10 0 0 1 3.591.001c.59.107.89.743.66 1.297c-.195.471-.71.717-1.214.638a8 8 0 0 0-2.482 0m9.015 3.6c-.472.196-1.009.006-1.31-.406a8 8 0 0 0-1.755-1.755c-.412-.3-.602-.838-.407-1.31c.23-.554.891-.791 1.384-.45c.99.687 1.851 1.547 2.538 2.538c.341.493.104 1.154-.45 1.384M12.78 21.97a6.5 6.5 0 0 1-1.29-1.986a8 8 0 0 1-.736-.08c-.504-.078-1.019.167-1.214.639c-.23.554.07 1.19.66 1.296a10 10 0 0 0 2.58.13m7.2-10.48c.74.306 1.412.745 1.985 1.287a10.2 10.2 0 0 0-.131-2.574c-.107-.59-.743-.89-1.297-.66c-.471.195-.716.71-.638 1.214q.057.362.08.733M4.218 16.302c.472-.195 1.01-.004 1.31.408a8 8 0 0 0 1.757 1.757c.412.301.603.838.408 1.31c-.23.554-.891.791-1.384.45a10 10 0 0 1-2.54-2.54c-.342-.494-.105-1.155.45-1.385m-.765-6.76c.471.195.717.71.638 1.214a8 8 0 0 0 0 2.485c.078.504-.167 1.019-.639 1.214c-.554.23-1.19-.07-1.296-.66a10 10 0 0 1 0-3.593c.107-.59.743-.89 1.297-.66M23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-7.146-2.354a.5.5 0 0 0-.708.708l1.647 1.646l-1.647 1.646a.5.5 0 0 0 .708.708l1.646-1.647l1.646 1.647a.5.5 0 0 0 .708-.708L18.207 17.5l1.647-1.646a.5.5 0 0 0-.708-.708L17.5 16.793z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCircleHintDismiss24Filled(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="M7.695 4.222c-.23-.554-.891-.791-1.384-.45a10 10 0 0 0-2.54 2.539c-.342.493-.104 1.154.45 1.384c.471.195 1.009.005 1.31-.407a8 8 0 0 1 1.756-1.756c.412-.3.603-.838.408-1.31m3.062-.127c-.505.079-1.02-.167-1.215-.638c-.229-.554.07-1.19.66-1.297a10 10 0 0 1 3.591.001c.59.107.89.743.66 1.297c-.195.471-.71.717-1.214.638a8 8 0 0 0-2.482 0m9.015 3.6c-.472.196-1.009.006-1.31-.406a8 8 0 0 0-1.755-1.755c-.412-.3-.602-.838-.407-1.31c.23-.554.891-.791 1.384-.45c.99.687 1.851 1.547 2.538 2.538c.341.493.104 1.154-.45 1.384M12.78 21.97a6.5 6.5 0 0 1-1.29-1.986a8 8 0 0 1-.736-.08c-.504-.078-1.019.167-1.214.639c-.23.554.07 1.19.66 1.296a10 10 0 0 0 2.58.13m7.2-10.48c.74.306 1.412.745 1.985 1.287a10.2 10.2 0 0 0-.131-2.574c-.107-.59-.743-.89-1.297-.66c-.471.195-.716.71-.638 1.214q.057.362.08.733M4.218 16.302c.472-.195 1.01-.004 1.31.408a8 8 0 0 0 1.757 1.757c.412.301.603.838.408 1.31c-.23.554-.891.791-1.384.45a10 10 0 0 1-2.54-2.54c-.342-.494-.105-1.155.45-1.385m-.765-6.76c.471.195.717.71.638 1.214a8 8 0 0 0 0 2.485c.078.504-.167 1.019-.639 1.214c-.554.23-1.19-.07-1.296-.66a10 10 0 0 1 0-3.593c.107-.59.743-.89 1.297-.66M23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-7.146-2.354a.5.5 0 0 0-.708.708l1.647 1.646l-1.647 1.646a.5.5 0 0 0 .708.708l1.646-1.647l1.646 1.647a.5.5 0 0 0 .708-.708L18.207 17.5l1.647-1.646a.5.5 0 0 0-.708-.708L17.5 16.793z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.695 4.222c-.23-.554-.891-.791-1.384-.45a10 10 0 0 0-2.54 2.539c-.342.493-.104 1.154.45 1.384c.471.195 1.009.005 1.31-.407a8 8 0 0 1 1.756-1.756c.412-.3.603-.838.408-1.31m3.062-.127c-.505.079-1.02-.167-1.215-.638c-.229-.554.07-1.19.66-1.297a10 10 0 0 1 3.591.001c.59.107.89.743.66 1.297c-.195.471-.71.717-1.214.638a8 8 0 0 0-2.482 0m9.015 3.6c-.472.196-1.009.006-1.31-.406a8 8 0 0 0-1.755-1.755c-.412-.3-.602-.838-.407-1.31c.23-.554.891-.791 1.384-.45c.99.687 1.851 1.547 2.538 2.538c.341.493.104 1.154-.45 1.384M12.78 21.97a6.5 6.5 0 0 1-1.29-1.986a8 8 0 0 1-.736-.08c-.504-.078-1.019.167-1.214.639c-.23.554.07 1.19.66 1.296a10 10 0 0 0 2.58.13m7.2-10.48c.74.306 1.412.745 1.985 1.287a10.2 10.2 0 0 0-.131-2.574c-.107-.59-.743-.89-1.297-.66c-.471.195-.716.71-.638 1.214q.057.362.08.733M4.218 16.302c.472-.195 1.01-.004 1.31.408a8 8 0 0 0 1.757 1.757c.412.301.603.838.408 1.31c-.23.554-.891.791-1.384.45a10 10 0 0 1-2.54-2.54c-.342-.494-.105-1.155.45-1.385m-.765-6.76c.471.195.717.71.638 1.214a8 8 0 0 0 0 2.485c.078.504-.167 1.019-.639 1.214c-.554.23-1.19-.07-1.296-.66a10 10 0 0 1 0-3.593c.107-.59.743-.89 1.297-.66M23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-7.146-2.354a.5.5 0 0 0-.708.708l1.647 1.646l-1.647 1.646a.5.5 0 0 0 .708.708l1.646-1.647l1.646 1.647a.5.5 0 0 0 .708-.708L18.207 17.5l1.647-1.646a.5.5 0 0 0-.708-.708L17.5 16.793z"/></svg> </template>
CSS
.icon-circle-hint-dismiss-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%22M7.695%204.222c-.23-.554-.891-.791-1.384-.45a10%2010%200%200%200-2.54%202.539c-.342.493-.104%201.154.45%201.384c.471.195%201.009.005%201.31-.407a8%208%200%200%201%201.756-1.756c.412-.3.603-.838.408-1.31m3.062-.127c-.505.079-1.02-.167-1.215-.638c-.229-.554.07-1.19.66-1.297a10%2010%200%200%201%203.591.001c.59.107.89.743.66%201.297c-.195.471-.71.717-1.214.638a8%208%200%200%200-2.482%200m9.015%203.6c-.472.196-1.009.006-1.31-.406a8%208%200%200%200-1.755-1.755c-.412-.3-.602-.838-.407-1.31c.23-.554.891-.791%201.384-.45c.99.687%201.851%201.547%202.538%202.538c.341.493.104%201.154-.45%201.384M12.78%2021.97a6.5%206.5%200%200%201-1.29-1.986a8%208%200%200%201-.736-.08c-.504-.078-1.019.167-1.214.639c-.23.554.07%201.19.66%201.296a10%2010%200%200%200%202.58.13m7.2-10.48c.74.306%201.412.745%201.985%201.287a10.2%2010.2%200%200%200-.131-2.574c-.107-.59-.743-.89-1.297-.66c-.471.195-.716.71-.638%201.214q.057.362.08.733M4.218%2016.302c.472-.195%201.01-.004%201.31.408a8%208%200%200%200%201.757%201.757c.412.301.603.838.408%201.31c-.23.554-.891.791-1.384.45a10%2010%200%200%201-2.54-2.54c-.342-.494-.105-1.155.45-1.385m-.765-6.76c.471.195.717.71.638%201.214a8%208%200%200%200%200%202.485c.078.504-.167%201.019-.639%201.214c-.554.23-1.19-.07-1.296-.66a10%2010%200%200%201%200-3.593c.107-.59.743-.89%201.297-.66M23%2017.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-7.146-2.354a.5.5%200%200%200-.708.708l1.647%201.646l-1.647%201.646a.5.5%200%200%200%20.708.708l1.646-1.647l1.646%201.647a.5.5%200%200%200%20.708-.708L18.207%2017.5l1.647-1.646a.5.5%200%200%200-.708-.708L17.5%2016.793z%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%22M7.695%204.222c-.23-.554-.891-.791-1.384-.45a10%2010%200%200%200-2.54%202.539c-.342.493-.104%201.154.45%201.384c.471.195%201.009.005%201.31-.407a8%208%200%200%201%201.756-1.756c.412-.3.603-.838.408-1.31m3.062-.127c-.505.079-1.02-.167-1.215-.638c-.229-.554.07-1.19.66-1.297a10%2010%200%200%201%203.591.001c.59.107.89.743.66%201.297c-.195.471-.71.717-1.214.638a8%208%200%200%200-2.482%200m9.015%203.6c-.472.196-1.009.006-1.31-.406a8%208%200%200%200-1.755-1.755c-.412-.3-.602-.838-.407-1.31c.23-.554.891-.791%201.384-.45c.99.687%201.851%201.547%202.538%202.538c.341.493.104%201.154-.45%201.384M12.78%2021.97a6.5%206.5%200%200%201-1.29-1.986a8%208%200%200%201-.736-.08c-.504-.078-1.019.167-1.214.639c-.23.554.07%201.19.66%201.296a10%2010%200%200%200%202.58.13m7.2-10.48c.74.306%201.412.745%201.985%201.287a10.2%2010.2%200%200%200-.131-2.574c-.107-.59-.743-.89-1.297-.66c-.471.195-.716.71-.638%201.214q.057.362.08.733M4.218%2016.302c.472-.195%201.01-.004%201.31.408a8%208%200%200%200%201.757%201.757c.412.301.603.838.408%201.31c-.23.554-.891.791-1.384.45a10%2010%200%200%201-2.54-2.54c-.342-.494-.105-1.155.45-1.385m-.765-6.76c.471.195.717.71.638%201.214a8%208%200%200%200%200%202.485c.078.504-.167%201.019-.639%201.214c-.554.23-1.19-.07-1.296-.66a10%2010%200%200%201%200-3.593c.107-.59.743-.89%201.297-.66M23%2017.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-7.146-2.354a.5.5%200%200%200-.708.708l1.647%201.646l-1.647%201.646a.5.5%200%200%200%20.708.708l1.646-1.647l1.646%201.647a.5.5%200%200%200%20.708-.708L18.207%2017.5l1.647-1.646a.5.5%200%200%200-.708-.708L17.5%2016.793z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/circle-hint-dismiss-24-filled.svg?color=%231a73e8&size=48