history dismiss icon
history-dismiss-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- history-dismiss-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
9 other variants in Fluent UI System Icons
Use the history dismiss icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 8.5c8.15 0 14.832 6.291 15.453 14.283c.9.328 1.753.752 2.547 1.26V24c0-9.941-8.059-18-18-18a17.94 17.94 0 0 0-12.5 5.048V8.25a1.25 1.25 0 1 0-2.5 0v6.5c0 .69.56 1.25 1.25 1.25h6.5a1.25 1.25 0 1 0 0-2.5h-4.152c2.834-3.076 6.893-5 11.402-5m3.334 16a13 13 0 0 1 4.355-2.075A1.25 1.25 0 0 0 30.75 22H25v-7.75a1.25 1.25 0 1 0-2.5 0v9c0 .69.56 1.25 1.25 1.25zM24.044 42a13 13 0 0 1-1.261-2.547C14.79 38.833 8.5 32.15 8.5 24q.002-1.302.207-2.542a1.25 1.25 0 0 0-2.466-.407A18 18 0 0 0 6 24c0 9.941 8.059 18 18 18zM46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-5.293-4.293a1 1 0 0 0-1.414-1.414L35 33.586l-4.293-4.293a1 1 0 0 0-1.414 1.414L33.586 35l-4.293 4.293a1 1 0 0 0 1.414 1.414L35 36.414l4.293 4.293a1 1 0 0 0 1.414-1.414L36.414 35z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHistoryDismiss48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 8.5c8.15 0 14.832 6.291 15.453 14.283c.9.328 1.753.752 2.547 1.26V24c0-9.941-8.059-18-18-18a17.94 17.94 0 0 0-12.5 5.048V8.25a1.25 1.25 0 1 0-2.5 0v6.5c0 .69.56 1.25 1.25 1.25h6.5a1.25 1.25 0 1 0 0-2.5h-4.152c2.834-3.076 6.893-5 11.402-5m3.334 16a13 13 0 0 1 4.355-2.075A1.25 1.25 0 0 0 30.75 22H25v-7.75a1.25 1.25 0 1 0-2.5 0v9c0 .69.56 1.25 1.25 1.25zM24.044 42a13 13 0 0 1-1.261-2.547C14.79 38.833 8.5 32.15 8.5 24q.002-1.302.207-2.542a1.25 1.25 0 0 0-2.466-.407A18 18 0 0 0 6 24c0 9.941 8.059 18 18 18zM46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-5.293-4.293a1 1 0 0 0-1.414-1.414L35 33.586l-4.293-4.293a1 1 0 0 0-1.414 1.414L33.586 35l-4.293 4.293a1 1 0 0 0 1.414 1.414L35 36.414l4.293 4.293a1 1 0 0 0 1.414-1.414L36.414 35z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 8.5c8.15 0 14.832 6.291 15.453 14.283c.9.328 1.753.752 2.547 1.26V24c0-9.941-8.059-18-18-18a17.94 17.94 0 0 0-12.5 5.048V8.25a1.25 1.25 0 1 0-2.5 0v6.5c0 .69.56 1.25 1.25 1.25h6.5a1.25 1.25 0 1 0 0-2.5h-4.152c2.834-3.076 6.893-5 11.402-5m3.334 16a13 13 0 0 1 4.355-2.075A1.25 1.25 0 0 0 30.75 22H25v-7.75a1.25 1.25 0 1 0-2.5 0v9c0 .69.56 1.25 1.25 1.25zM24.044 42a13 13 0 0 1-1.261-2.547C14.79 38.833 8.5 32.15 8.5 24q.002-1.302.207-2.542a1.25 1.25 0 0 0-2.466-.407A18 18 0 0 0 6 24c0 9.941 8.059 18 18 18zM46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-5.293-4.293a1 1 0 0 0-1.414-1.414L35 33.586l-4.293-4.293a1 1 0 0 0-1.414 1.414L33.586 35l-4.293 4.293a1 1 0 0 0 1.414 1.414L35 36.414l4.293 4.293a1 1 0 0 0 1.414-1.414L36.414 35z"/></svg> </template>
CSS
.icon-history-dismiss-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%208.5c8.15%200%2014.832%206.291%2015.453%2014.283c.9.328%201.753.752%202.547%201.26V24c0-9.941-8.059-18-18-18a17.94%2017.94%200%200%200-12.5%205.048V8.25a1.25%201.25%200%201%200-2.5%200v6.5c0%20.69.56%201.25%201.25%201.25h6.5a1.25%201.25%200%201%200%200-2.5h-4.152c2.834-3.076%206.893-5%2011.402-5m3.334%2016a13%2013%200%200%201%204.355-2.075A1.25%201.25%200%200%200%2030.75%2022H25v-7.75a1.25%201.25%200%201%200-2.5%200v9c0%20.69.56%201.25%201.25%201.25zM24.044%2042a13%2013%200%200%201-1.261-2.547C14.79%2038.833%208.5%2032.15%208.5%2024q.002-1.302.207-2.542a1.25%201.25%200%200%200-2.466-.407A18%2018%200%200%200%206%2024c0%209.941%208.059%2018%2018%2018zM46%2035c0%206.075-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011m-5.293-4.293a1%201%200%200%200-1.414-1.414L35%2033.586l-4.293-4.293a1%201%200%200%200-1.414%201.414L33.586%2035l-4.293%204.293a1%201%200%200%200%201.414%201.414L35%2036.414l4.293%204.293a1%201%200%200%200%201.414-1.414L36.414%2035z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%208.5c8.15%200%2014.832%206.291%2015.453%2014.283c.9.328%201.753.752%202.547%201.26V24c0-9.941-8.059-18-18-18a17.94%2017.94%200%200%200-12.5%205.048V8.25a1.25%201.25%200%201%200-2.5%200v6.5c0%20.69.56%201.25%201.25%201.25h6.5a1.25%201.25%200%201%200%200-2.5h-4.152c2.834-3.076%206.893-5%2011.402-5m3.334%2016a13%2013%200%200%201%204.355-2.075A1.25%201.25%200%200%200%2030.75%2022H25v-7.75a1.25%201.25%200%201%200-2.5%200v9c0%20.69.56%201.25%201.25%201.25zM24.044%2042a13%2013%200%200%201-1.261-2.547C14.79%2038.833%208.5%2032.15%208.5%2024q.002-1.302.207-2.542a1.25%201.25%200%200%200-2.466-.407A18%2018%200%200%200%206%2024c0%209.941%208.059%2018%2018%2018zM46%2035c0%206.075-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011m-5.293-4.293a1%201%200%200%200-1.414-1.414L35%2033.586l-4.293-4.293a1%201%200%200%200-1.414%201.414L33.586%2035l-4.293%204.293a1%201%200%200%200%201.414%201.414L35%2036.414l4.293%204.293a1%201%200%200%200%201.414-1.414L36.414%2035z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/history-dismiss-48-regular.svg?color=%231a73e8&size=48