circle hint dismiss icon

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

Name
circle-hint-dismiss-16-filled
Set
Fluent UI System Icons
Style
16 Filled
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="M3.926 2.307c.368-.264.869-.086 1.042.333c.145.35.006.751-.297.981a5.5 5.5 0 0 0-1.05 1.051c-.23.303-.63.443-.982.297c-.419-.173-.596-.674-.333-1.042a7 7 0 0 1 1.62-1.62m2.428-.242c.145.351.527.535.904.485a5.6 5.6 0 0 1 1.484 0c.377.05.759-.134.905-.485c.173-.418-.055-.898-.502-.972a7 7 0 0 0-2.29 0c-.446.074-.675.554-.501.972m6.025 2.607c.23.302.63.442.982.296c.418-.173.596-.674.332-1.042a7 7 0 0 0-1.618-1.619c-.369-.264-.87-.086-1.043.333c-.145.35-.006.751.297.981c.395.301.749.655 1.05 1.05m-8.757 6.657c-.23-.302-.63-.442-.982-.296c-.418.173-.596.674-.332 1.042a7 7 0 0 0 1.617 1.618c.369.264.87.086 1.043-.333c.145-.35.006-.751-.297-.981a5.5 5.5 0 0 1-1.05-1.05M2.549 7.26c.051-.377-.133-.759-.484-.904c-.419-.173-.899.055-.972.502a7 7 0 0 0 0 2.288c.074.447.554.675.972.502c.351-.145.536-.527.485-.904a5.6 5.6 0 0 1 0-1.484M16 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 FluentCircleHintDismiss16Filled(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="M3.926 2.307c.368-.264.869-.086 1.042.333c.145.35.006.751-.297.981a5.5 5.5 0 0 0-1.05 1.051c-.23.303-.63.443-.982.297c-.419-.173-.596-.674-.333-1.042a7 7 0 0 1 1.62-1.62m2.428-.242c.145.351.527.535.904.485a5.6 5.6 0 0 1 1.484 0c.377.05.759-.134.905-.485c.173-.418-.055-.898-.502-.972a7 7 0 0 0-2.29 0c-.446.074-.675.554-.501.972m6.025 2.607c.23.302.63.442.982.296c.418-.173.596-.674.332-1.042a7 7 0 0 0-1.618-1.619c-.369-.264-.87-.086-1.043.333c-.145.35-.006.751.297.981c.395.301.749.655 1.05 1.05m-8.757 6.657c-.23-.302-.63-.442-.982-.296c-.418.173-.596.674-.332 1.042a7 7 0 0 0 1.617 1.618c.369.264.87.086 1.043-.333c.145-.35.006-.751-.297-.981a5.5 5.5 0 0 1-1.05-1.05M2.549 7.26c.051-.377-.133-.759-.484-.904c-.419-.173-.899.055-.972.502a7 7 0 0 0 0 2.288c.074.447.554.675.972.502c.351-.145.536-.527.485-.904a5.6 5.6 0 0 1 0-1.484M16 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="M3.926 2.307c.368-.264.869-.086 1.042.333c.145.35.006.751-.297.981a5.5 5.5 0 0 0-1.05 1.051c-.23.303-.63.443-.982.297c-.419-.173-.596-.674-.333-1.042a7 7 0 0 1 1.62-1.62m2.428-.242c.145.351.527.535.904.485a5.6 5.6 0 0 1 1.484 0c.377.05.759-.134.905-.485c.173-.418-.055-.898-.502-.972a7 7 0 0 0-2.29 0c-.446.074-.675.554-.501.972m6.025 2.607c.23.302.63.442.982.296c.418-.173.596-.674.332-1.042a7 7 0 0 0-1.618-1.619c-.369-.264-.87-.086-1.043.333c-.145.35-.006.751.297.981c.395.301.749.655 1.05 1.05m-8.757 6.657c-.23-.302-.63-.442-.982-.296c-.418.173-.596.674-.332 1.042a7 7 0 0 0 1.617 1.618c.369.264.87.086 1.043-.333c.145-.35.006-.751-.297-.981a5.5 5.5 0 0 1-1.05-1.05M2.549 7.26c.051-.377-.133-.759-.484-.904c-.419-.173-.899.055-.972.502a7 7 0 0 0 0 2.288c.074.447.554.675.972.502c.351-.145.536-.527.485-.904a5.6 5.6 0 0 1 0-1.484M16 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-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.926%202.307c.368-.264.869-.086%201.042.333c.145.35.006.751-.297.981a5.5%205.5%200%200%200-1.05%201.051c-.23.303-.63.443-.982.297c-.419-.173-.596-.674-.333-1.042a7%207%200%200%201%201.62-1.62m2.428-.242c.145.351.527.535.904.485a5.6%205.6%200%200%201%201.484%200c.377.05.759-.134.905-.485c.173-.418-.055-.898-.502-.972a7%207%200%200%200-2.29%200c-.446.074-.675.554-.501.972m6.025%202.607c.23.302.63.442.982.296c.418-.173.596-.674.332-1.042a7%207%200%200%200-1.618-1.619c-.369-.264-.87-.086-1.043.333c-.145.35-.006.751.297.981c.395.301.749.655%201.05%201.05m-8.757%206.657c-.23-.302-.63-.442-.982-.296c-.418.173-.596.674-.332%201.042a7%207%200%200%200%201.617%201.618c.369.264.87.086%201.043-.333c.145-.35.006-.751-.297-.981a5.5%205.5%200%200%201-1.05-1.05M2.549%207.26c.051-.377-.133-.759-.484-.904c-.419-.173-.899.055-.972.502a7%207%200%200%200%200%202.288c.074.447.554.675.972.502c.351-.145.536-.527.485-.904a5.6%205.6%200%200%201%200-1.484M16%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%22M3.926%202.307c.368-.264.869-.086%201.042.333c.145.35.006.751-.297.981a5.5%205.5%200%200%200-1.05%201.051c-.23.303-.63.443-.982.297c-.419-.173-.596-.674-.333-1.042a7%207%200%200%201%201.62-1.62m2.428-.242c.145.351.527.535.904.485a5.6%205.6%200%200%201%201.484%200c.377.05.759-.134.905-.485c.173-.418-.055-.898-.502-.972a7%207%200%200%200-2.29%200c-.446.074-.675.554-.501.972m6.025%202.607c.23.302.63.442.982.296c.418-.173.596-.674.332-1.042a7%207%200%200%200-1.618-1.619c-.369-.264-.87-.086-1.043.333c-.145.35-.006.751.297.981c.395.301.749.655%201.05%201.05m-8.757%206.657c-.23-.302-.63-.442-.982-.296c-.418.173-.596.674-.332%201.042a7%207%200%200%200%201.617%201.618c.369.264.87.086%201.043-.333c.145-.35.006-.751-.297-.981a5.5%205.5%200%200%201-1.05-1.05M2.549%207.26c.051-.377-.133-.759-.484-.904c-.419-.173-.899.055-.972.502a7%207%200%200%200%200%202.288c.074.447.554.675.972.502c.351-.145.536-.527.485-.904a5.6%205.6%200%200%201%200-1.484M16%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-filled.svg?color=%231a73e8&size=48