number symbol dismiss icon

number-symbol-dismiss-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
number-symbol-dismiss-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the number symbol dismiss icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.987 2.89a.75.75 0 1 0-1.474-.28L8.494 7.999L3.75 8a.75.75 0 1 0 0 1.5l4.46-.002l-.946 5l-4.514.002a.75.75 0 0 0 0 1.5l4.23-.002l-.967 5.116a.75.75 0 1 0 1.474.278l1.02-5.395h2.668q.19-.795.56-1.501l-2.944.001l.946-5l5.474-.002l-.394 2.083a6.5 6.5 0 0 1 1.62-.491l.3-1.593l4.513-.002a.75.75 0 1 0 0-1.5l-4.229.002l.966-5.104a.75.75 0 0 0-1.474-.28l-1.018 5.385l-5.474.002zM23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-7.146-2.353a.5.5 0 0 0-.708.707l1.647 1.646l-1.647 1.647a.5.5 0 0 0 .708.707l1.646-1.647l1.646 1.647a.5.5 0 0 0 .708-.707L18.207 17.5l1.647-1.646a.5.5 0 0 0-.708-.707L17.5 16.793z"/></svg>

React

import type { SVGProps } from "react";

export function FluentNumberSymbolDismiss24Regular(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="M10.987 2.89a.75.75 0 1 0-1.474-.28L8.494 7.999L3.75 8a.75.75 0 1 0 0 1.5l4.46-.002l-.946 5l-4.514.002a.75.75 0 0 0 0 1.5l4.23-.002l-.967 5.116a.75.75 0 1 0 1.474.278l1.02-5.395h2.668q.19-.795.56-1.501l-2.944.001l.946-5l5.474-.002l-.394 2.083a6.5 6.5 0 0 1 1.62-.491l.3-1.593l4.513-.002a.75.75 0 1 0 0-1.5l-4.229.002l.966-5.104a.75.75 0 0 0-1.474-.28l-1.018 5.385l-5.474.002zM23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-7.146-2.353a.5.5 0 0 0-.708.707l1.647 1.646l-1.647 1.647a.5.5 0 0 0 .708.707l1.646-1.647l1.646 1.647a.5.5 0 0 0 .708-.707L18.207 17.5l1.647-1.646a.5.5 0 0 0-.708-.707L17.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="M10.987 2.89a.75.75 0 1 0-1.474-.28L8.494 7.999L3.75 8a.75.75 0 1 0 0 1.5l4.46-.002l-.946 5l-4.514.002a.75.75 0 0 0 0 1.5l4.23-.002l-.967 5.116a.75.75 0 1 0 1.474.278l1.02-5.395h2.668q.19-.795.56-1.501l-2.944.001l.946-5l5.474-.002l-.394 2.083a6.5 6.5 0 0 1 1.62-.491l.3-1.593l4.513-.002a.75.75 0 1 0 0-1.5l-4.229.002l.966-5.104a.75.75 0 0 0-1.474-.28l-1.018 5.385l-5.474.002zM23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-7.146-2.353a.5.5 0 0 0-.708.707l1.647 1.646l-1.647 1.647a.5.5 0 0 0 .708.707l1.646-1.647l1.646 1.647a.5.5 0 0 0 .708-.707L18.207 17.5l1.647-1.646a.5.5 0 0 0-.708-.707L17.5 16.793z"/></svg>
</template>

CSS

.icon-number-symbol-dismiss-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.987%202.89a.75.75%200%201%200-1.474-.28L8.494%207.999L3.75%208a.75.75%200%201%200%200%201.5l4.46-.002l-.946%205l-4.514.002a.75.75%200%200%200%200%201.5l4.23-.002l-.967%205.116a.75.75%200%201%200%201.474.278l1.02-5.395h2.668q.19-.795.56-1.501l-2.944.001l.946-5l5.474-.002l-.394%202.083a6.5%206.5%200%200%201%201.62-.491l.3-1.593l4.513-.002a.75.75%200%201%200%200-1.5l-4.229.002l.966-5.104a.75.75%200%200%200-1.474-.28l-1.018%205.385l-5.474.002zM23%2017.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-7.146-2.353a.5.5%200%200%200-.708.707l1.647%201.646l-1.647%201.647a.5.5%200%200%200%20.708.707l1.646-1.647l1.646%201.647a.5.5%200%200%200%20.708-.707L18.207%2017.5l1.647-1.646a.5.5%200%200%200-.708-.707L17.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%22M10.987%202.89a.75.75%200%201%200-1.474-.28L8.494%207.999L3.75%208a.75.75%200%201%200%200%201.5l4.46-.002l-.946%205l-4.514.002a.75.75%200%200%200%200%201.5l4.23-.002l-.967%205.116a.75.75%200%201%200%201.474.278l1.02-5.395h2.668q.19-.795.56-1.501l-2.944.001l.946-5l5.474-.002l-.394%202.083a6.5%206.5%200%200%201%201.62-.491l.3-1.593l4.513-.002a.75.75%200%201%200%200-1.5l-4.229.002l.966-5.104a.75.75%200%200%200-1.474-.28l-1.018%205.385l-5.474.002zM23%2017.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-7.146-2.353a.5.5%200%200%200-.708.707l1.647%201.646l-1.647%201.647a.5.5%200%200%200%20.708.707l1.646-1.647l1.646%201.647a.5.5%200%200%200%20.708-.707L18.207%2017.5l1.647-1.646a.5.5%200%200%200-.708-.707L17.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/number-symbol-dismiss-24-regular.svg?color=%231a73e8&size=48