circle hint dismiss icon

circle-hint-dismiss-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
circle-hint-dismiss-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the circle hint dismiss icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.158 2.147a.475.475 0 0 1 .698.23a.54.54 0 0 1-.207.645a6 6 0 0 0-1.63 1.631a.54.54 0 0 1-.645.208a.475.475 0 0 1-.23-.697a7 7 0 0 1 2.014-2.017m2.083-.346a.54.54 0 0 0 .604.31A6 6 0 0 1 9.15 2.11a.54.54 0 0 0 .603-.31a.475.475 0 0 0-.33-.655a7 7 0 0 0-2.852.001a.475.475 0 0 0-.33.655m6.738 2.85c.142.21.41.304.645.207a.475.475 0 0 0 .23-.697a7 7 0 0 0-2.018-2.017a.475.475 0 0 0-.697.23a.54.54 0 0 0 .208.645a6 6 0 0 1 1.632 1.631M3.02 11.347a.54.54 0 0 0-.645-.207a.475.475 0 0 0-.23.697a7 7 0 0 0 2.013 2.015a.476.476 0 0 0 .698-.23a.54.54 0 0 0-.207-.646a6 6 0 0 1-1.629-1.629M2.11 6.85a.54.54 0 0 0-.31-.603a.475.475 0 0 0-.655.33a7 7 0 0 0 0 2.848c.06.294.378.445.656.33a.54.54 0 0 0 .31-.603a6 6 0 0 1 0-2.302M16 11.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.646-1.146a.5.5 0 0 0-.708-.708L11.5 10.793l-1.146-1.147a.5.5 0 0 0-.708.708l1.147 1.146l-1.147 1.146a.5.5 0 1 0 .708.708l1.146-1.147l1.146 1.147a.5.5 0 0 0 .708-.707L12.207 11.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCircleHintDismiss16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.158 2.147a.475.475 0 0 1 .698.23a.54.54 0 0 1-.207.645a6 6 0 0 0-1.63 1.631a.54.54 0 0 1-.645.208a.475.475 0 0 1-.23-.697a7 7 0 0 1 2.014-2.017m2.083-.346a.54.54 0 0 0 .604.31A6 6 0 0 1 9.15 2.11a.54.54 0 0 0 .603-.31a.475.475 0 0 0-.33-.655a7 7 0 0 0-2.852.001a.475.475 0 0 0-.33.655m6.738 2.85c.142.21.41.304.645.207a.475.475 0 0 0 .23-.697a7 7 0 0 0-2.018-2.017a.475.475 0 0 0-.697.23a.54.54 0 0 0 .208.645a6 6 0 0 1 1.632 1.631M3.02 11.347a.54.54 0 0 0-.645-.207a.475.475 0 0 0-.23.697a7 7 0 0 0 2.013 2.015a.476.476 0 0 0 .698-.23a.54.54 0 0 0-.207-.646a6 6 0 0 1-1.629-1.629M2.11 6.85a.54.54 0 0 0-.31-.603a.475.475 0 0 0-.655.33a7 7 0 0 0 0 2.848c.06.294.378.445.656.33a.54.54 0 0 0 .31-.603a6 6 0 0 1 0-2.302M16 11.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.646-1.146a.5.5 0 0 0-.708-.708L11.5 10.793l-1.146-1.147a.5.5 0 0 0-.708.708l1.147 1.146l-1.147 1.146a.5.5 0 1 0 .708.708l1.146-1.147l1.146 1.147a.5.5 0 0 0 .708-.707L12.207 11.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.158 2.147a.475.475 0 0 1 .698.23a.54.54 0 0 1-.207.645a6 6 0 0 0-1.63 1.631a.54.54 0 0 1-.645.208a.475.475 0 0 1-.23-.697a7 7 0 0 1 2.014-2.017m2.083-.346a.54.54 0 0 0 .604.31A6 6 0 0 1 9.15 2.11a.54.54 0 0 0 .603-.31a.475.475 0 0 0-.33-.655a7 7 0 0 0-2.852.001a.475.475 0 0 0-.33.655m6.738 2.85c.142.21.41.304.645.207a.475.475 0 0 0 .23-.697a7 7 0 0 0-2.018-2.017a.475.475 0 0 0-.697.23a.54.54 0 0 0 .208.645a6 6 0 0 1 1.632 1.631M3.02 11.347a.54.54 0 0 0-.645-.207a.475.475 0 0 0-.23.697a7 7 0 0 0 2.013 2.015a.476.476 0 0 0 .698-.23a.54.54 0 0 0-.207-.646a6 6 0 0 1-1.629-1.629M2.11 6.85a.54.54 0 0 0-.31-.603a.475.475 0 0 0-.655.33a7 7 0 0 0 0 2.848c.06.294.378.445.656.33a.54.54 0 0 0 .31-.603a6 6 0 0 1 0-2.302M16 11.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.646-1.146a.5.5 0 0 0-.708-.708L11.5 10.793l-1.146-1.147a.5.5 0 0 0-.708.708l1.147 1.146l-1.147 1.146a.5.5 0 1 0 .708.708l1.146-1.147l1.146 1.147a.5.5 0 0 0 .708-.707L12.207 11.5z"/></svg>
</template>

CSS

.icon-circle-hint-dismiss-16-regular {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.158%202.147a.475.475%200%200%201%20.698.23a.54.54%200%200%201-.207.645a6%206%200%200%200-1.63%201.631a.54.54%200%200%201-.645.208a.475.475%200%200%201-.23-.697a7%207%200%200%201%202.014-2.017m2.083-.346a.54.54%200%200%200%20.604.31A6%206%200%200%201%209.15%202.11a.54.54%200%200%200%20.603-.31a.475.475%200%200%200-.33-.655a7%207%200%200%200-2.852.001a.475.475%200%200%200-.33.655m6.738%202.85c.142.21.41.304.645.207a.475.475%200%200%200%20.23-.697a7%207%200%200%200-2.018-2.017a.475.475%200%200%200-.697.23a.54.54%200%200%200%20.208.645a6%206%200%200%201%201.632%201.631M3.02%2011.347a.54.54%200%200%200-.645-.207a.475.475%200%200%200-.23.697a7%207%200%200%200%202.013%202.015a.476.476%200%200%200%20.698-.23a.54.54%200%200%200-.207-.646a6%206%200%200%201-1.629-1.629M2.11%206.85a.54.54%200%200%200-.31-.603a.475.475%200%200%200-.655.33a7%207%200%200%200%200%202.848c.06.294.378.445.656.33a.54.54%200%200%200%20.31-.603a6%206%200%200%201%200-2.302M16%2011.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.646-1.146a.5.5%200%200%200-.708-.708L11.5%2010.793l-1.146-1.147a.5.5%200%200%200-.708.708l1.147%201.146l-1.147%201.146a.5.5%200%201%200%20.708.708l1.146-1.147l1.146%201.147a.5.5%200%200%200%20.708-.707L12.207%2011.5z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.158%202.147a.475.475%200%200%201%20.698.23a.54.54%200%200%201-.207.645a6%206%200%200%200-1.63%201.631a.54.54%200%200%201-.645.208a.475.475%200%200%201-.23-.697a7%207%200%200%201%202.014-2.017m2.083-.346a.54.54%200%200%200%20.604.31A6%206%200%200%201%209.15%202.11a.54.54%200%200%200%20.603-.31a.475.475%200%200%200-.33-.655a7%207%200%200%200-2.852.001a.475.475%200%200%200-.33.655m6.738%202.85c.142.21.41.304.645.207a.475.475%200%200%200%20.23-.697a7%207%200%200%200-2.018-2.017a.475.475%200%200%200-.697.23a.54.54%200%200%200%20.208.645a6%206%200%200%201%201.632%201.631M3.02%2011.347a.54.54%200%200%200-.645-.207a.475.475%200%200%200-.23.697a7%207%200%200%200%202.013%202.015a.476.476%200%200%200%20.698-.23a.54.54%200%200%200-.207-.646a6%206%200%200%201-1.629-1.629M2.11%206.85a.54.54%200%200%200-.31-.603a.475.475%200%200%200-.655.33a7%207%200%200%200%200%202.848c.06.294.378.445.656.33a.54.54%200%200%200%20.31-.603a6%206%200%200%201%200-2.302M16%2011.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.646-1.146a.5.5%200%200%200-.708-.708L11.5%2010.793l-1.146-1.147a.5.5%200%200%200-.708.708l1.147%201.146l-1.147%201.146a.5.5%200%201%200%20.708.708l1.146-1.147l1.146%201.147a.5.5%200%200%200%20.708-.707L12.207%2011.5z%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-16-regular.svg?color=%231a73e8&size=48