number symbol dismiss icon
number-symbol-dismiss-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- number-symbol-dismiss-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
number-circle-0-16-fillednumber-circle-1-16-fillednumber-circle-2-16-fillednumber-circle-3-16-fillednumber-circle-4-16-fillednumber-circle-5-16-fillednumber-circle-6-16-fillednumber-circle-7-16-fillednumber-circle-8-16-fillednumber-circle-9-16-fillednumber-row-16-fillednumber-symbol-16-fillednumber-symbol-square-20-filled
Use the number symbol dismiss icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.99 2.598a.5.5 0 0 0-.98-.196l-.92 4.602H3.5a.5.5 0 1 0 0 1h3.39l-.8 3.993H2.5a.5.5 0 0 0 0 1h3.39l-.88 4.405a.5.5 0 1 0 .98.196l.92-4.601h2.298q.15-.524.393-1h-2.49l.798-3.993h5.03l-.268 1.307q.516-.182 1.075-.26l.214-1.046h3.54a.5.5 0 1 0 0-1h-3.334l.901-4.391a.5.5 0 1 0-.98-.201l-.942 4.591H8.109zM19 14.5a4.5 4.5 0 1 0-9 0a4.5 4.5 0 0 0 9 0m-2.646-1.146L15.207 14.5l1.147 1.146a.5.5 0 0 1-.708.708L14.5 15.207l-1.146 1.147a.5.5 0 0 1-.708-.708l1.147-1.146l-1.147-1.146a.5.5 0 0 1 .708-.708l1.146 1.147l1.146-1.147a.5.5 0 0 1 .708.708"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberSymbolDismiss20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.99 2.598a.5.5 0 0 0-.98-.196l-.92 4.602H3.5a.5.5 0 1 0 0 1h3.39l-.8 3.993H2.5a.5.5 0 0 0 0 1h3.39l-.88 4.405a.5.5 0 1 0 .98.196l.92-4.601h2.298q.15-.524.393-1h-2.49l.798-3.993h5.03l-.268 1.307q.516-.182 1.075-.26l.214-1.046h3.54a.5.5 0 1 0 0-1h-3.334l.901-4.391a.5.5 0 1 0-.98-.201l-.942 4.591H8.109zM19 14.5a4.5 4.5 0 1 0-9 0a4.5 4.5 0 0 0 9 0m-2.646-1.146L15.207 14.5l1.147 1.146a.5.5 0 0 1-.708.708L14.5 15.207l-1.146 1.147a.5.5 0 0 1-.708-.708l1.147-1.146l-1.147-1.146a.5.5 0 0 1 .708-.708l1.146 1.147l1.146-1.147a.5.5 0 0 1 .708.708"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.99 2.598a.5.5 0 0 0-.98-.196l-.92 4.602H3.5a.5.5 0 1 0 0 1h3.39l-.8 3.993H2.5a.5.5 0 0 0 0 1h3.39l-.88 4.405a.5.5 0 1 0 .98.196l.92-4.601h2.298q.15-.524.393-1h-2.49l.798-3.993h5.03l-.268 1.307q.516-.182 1.075-.26l.214-1.046h3.54a.5.5 0 1 0 0-1h-3.334l.901-4.391a.5.5 0 1 0-.98-.201l-.942 4.591H8.109zM19 14.5a4.5 4.5 0 1 0-9 0a4.5 4.5 0 0 0 9 0m-2.646-1.146L15.207 14.5l1.147 1.146a.5.5 0 0 1-.708.708L14.5 15.207l-1.146 1.147a.5.5 0 0 1-.708-.708l1.147-1.146l-1.147-1.146a.5.5 0 0 1 .708-.708l1.146 1.147l1.146-1.147a.5.5 0 0 1 .708.708"/></svg> </template>
CSS
.icon-number-symbol-dismiss-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.99%202.598a.5.5%200%200%200-.98-.196l-.92%204.602H3.5a.5.5%200%201%200%200%201h3.39l-.8%203.993H2.5a.5.5%200%200%200%200%201h3.39l-.88%204.405a.5.5%200%201%200%20.98.196l.92-4.601h2.298q.15-.524.393-1h-2.49l.798-3.993h5.03l-.268%201.307q.516-.182%201.075-.26l.214-1.046h3.54a.5.5%200%201%200%200-1h-3.334l.901-4.391a.5.5%200%201%200-.98-.201l-.942%204.591H8.109zM19%2014.5a4.5%204.5%200%201%200-9%200a4.5%204.5%200%200%200%209%200m-2.646-1.146L15.207%2014.5l1.147%201.146a.5.5%200%200%201-.708.708L14.5%2015.207l-1.146%201.147a.5.5%200%200%201-.708-.708l1.147-1.146l-1.147-1.146a.5.5%200%200%201%20.708-.708l1.146%201.147l1.146-1.147a.5.5%200%200%201%20.708.708%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.99%202.598a.5.5%200%200%200-.98-.196l-.92%204.602H3.5a.5.5%200%201%200%200%201h3.39l-.8%203.993H2.5a.5.5%200%200%200%200%201h3.39l-.88%204.405a.5.5%200%201%200%20.98.196l.92-4.601h2.298q.15-.524.393-1h-2.49l.798-3.993h5.03l-.268%201.307q.516-.182%201.075-.26l.214-1.046h3.54a.5.5%200%201%200%200-1h-3.334l.901-4.391a.5.5%200%201%200-.98-.201l-.942%204.591H8.109zM19%2014.5a4.5%204.5%200%201%200-9%200a4.5%204.5%200%200%200%209%200m-2.646-1.146L15.207%2014.5l1.147%201.146a.5.5%200%200%201-.708.708L14.5%2015.207l-1.146%201.147a.5.5%200%200%201-.708-.708l1.147-1.146l-1.147-1.146a.5.5%200%200%201%20.708-.708l1.146%201.147l1.146-1.147a.5.5%200%200%201%20.708.708%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-20-regular.svg?color=%231a73e8&size=48