history dismiss icon
history-dismiss-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- history-dismiss-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- 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 9c7.814 0 14.233 5.976 14.936 13.607c1.09.346 2.12.832 3.064 1.437V24c0-9.941-8.059-18-18-18c-4.61 0-8.816 1.734-12 4.584V7.5a1.5 1.5 0 0 0-3 0v7a1.5 1.5 0 0 0 1.5 1.5h7a1.5 1.5 0 0 0 0-3h-3.698A14.94 14.94 0 0 1 24 9m2.693 16a13 13 0 0 1 4.884-2.544A1.5 1.5 0 0 0 30.5 22H25v-7.5a1.5 1.5 0 0 0-3 0v9a1.5 1.5 0 0 0 1.5 1.5zm-2.65 17a13 13 0 0 1-1.436-3.064C14.976 38.233 9 31.814 9 24q.002-1.162.171-2.275a1.5 1.5 0 0 0-2.966-.45Q6.001 22.61 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 FluentHistoryDismiss48Filled(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 9c7.814 0 14.233 5.976 14.936 13.607c1.09.346 2.12.832 3.064 1.437V24c0-9.941-8.059-18-18-18c-4.61 0-8.816 1.734-12 4.584V7.5a1.5 1.5 0 0 0-3 0v7a1.5 1.5 0 0 0 1.5 1.5h7a1.5 1.5 0 0 0 0-3h-3.698A14.94 14.94 0 0 1 24 9m2.693 16a13 13 0 0 1 4.884-2.544A1.5 1.5 0 0 0 30.5 22H25v-7.5a1.5 1.5 0 0 0-3 0v9a1.5 1.5 0 0 0 1.5 1.5zm-2.65 17a13 13 0 0 1-1.436-3.064C14.976 38.233 9 31.814 9 24q.002-1.162.171-2.275a1.5 1.5 0 0 0-2.966-.45Q6.001 22.61 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 9c7.814 0 14.233 5.976 14.936 13.607c1.09.346 2.12.832 3.064 1.437V24c0-9.941-8.059-18-18-18c-4.61 0-8.816 1.734-12 4.584V7.5a1.5 1.5 0 0 0-3 0v7a1.5 1.5 0 0 0 1.5 1.5h7a1.5 1.5 0 0 0 0-3h-3.698A14.94 14.94 0 0 1 24 9m2.693 16a13 13 0 0 1 4.884-2.544A1.5 1.5 0 0 0 30.5 22H25v-7.5a1.5 1.5 0 0 0-3 0v9a1.5 1.5 0 0 0 1.5 1.5zm-2.65 17a13 13 0 0 1-1.436-3.064C14.976 38.233 9 31.814 9 24q.002-1.162.171-2.275a1.5 1.5 0 0 0-2.966-.45Q6.001 22.61 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-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%209c7.814%200%2014.233%205.976%2014.936%2013.607c1.09.346%202.12.832%203.064%201.437V24c0-9.941-8.059-18-18-18c-4.61%200-8.816%201.734-12%204.584V7.5a1.5%201.5%200%200%200-3%200v7a1.5%201.5%200%200%200%201.5%201.5h7a1.5%201.5%200%200%200%200-3h-3.698A14.94%2014.94%200%200%201%2024%209m2.693%2016a13%2013%200%200%201%204.884-2.544A1.5%201.5%200%200%200%2030.5%2022H25v-7.5a1.5%201.5%200%200%200-3%200v9a1.5%201.5%200%200%200%201.5%201.5zm-2.65%2017a13%2013%200%200%201-1.436-3.064C14.976%2038.233%209%2031.814%209%2024q.002-1.162.171-2.275a1.5%201.5%200%200%200-2.966-.45Q6.001%2022.61%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%209c7.814%200%2014.233%205.976%2014.936%2013.607c1.09.346%202.12.832%203.064%201.437V24c0-9.941-8.059-18-18-18c-4.61%200-8.816%201.734-12%204.584V7.5a1.5%201.5%200%200%200-3%200v7a1.5%201.5%200%200%200%201.5%201.5h7a1.5%201.5%200%200%200%200-3h-3.698A14.94%2014.94%200%200%201%2024%209m2.693%2016a13%2013%200%200%201%204.884-2.544A1.5%201.5%200%200%200%2030.5%2022H25v-7.5a1.5%201.5%200%200%200-3%200v9a1.5%201.5%200%200%200%201.5%201.5zm-2.65%2017a13%2013%200%200%201-1.436-3.064C14.976%2038.233%209%2031.814%209%2024q.002-1.162.171-2.275a1.5%201.5%200%200%200-2.966-.45Q6.001%2022.61%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-filled.svg?color=%231a73e8&size=48