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

Name
history-dismiss-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M14 4.5a9.5 9.5 0 0 1 9.493 9.12a7.5 7.5 0 0 1 1.496.871Q25 14.248 25 14c0-6.075-4.925-11-11-11a10.96 10.96 0 0 0-7.5 2.953V4.25a.75.75 0 0 0-1.5 0v4c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5H7.072A9.47 9.47 0 0 1 14 4.5M15.4 15a7.5 7.5 0 0 1 2.402-1.5H14.5V7.75a.75.75 0 0 0-1.5 0v6.5c0 .414.336.75.75.75zm-.909 9.99a7.5 7.5 0 0 1-.87-1.497C8.55 23.293 4.5 19.12 4.5 14q0-.59.07-1.16a.75.75 0 0 0-1.49-.18Q3 13.32 3 14c0 6.075 4.925 11 11 11q.248 0 .491-.01M27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-9.146-3.354a.5.5 0 0 0-.708.708l2.647 2.646l-2.647 2.646a.5.5 0 0 0 .708.708l2.646-2.647l2.646 2.647a.5.5 0 0 0 .708-.708L21.207 20.5l2.647-2.646a.5.5 0 0 0-.708-.708L20.5 19.793z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHistoryDismiss28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 4.5a9.5 9.5 0 0 1 9.493 9.12a7.5 7.5 0 0 1 1.496.871Q25 14.248 25 14c0-6.075-4.925-11-11-11a10.96 10.96 0 0 0-7.5 2.953V4.25a.75.75 0 0 0-1.5 0v4c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5H7.072A9.47 9.47 0 0 1 14 4.5M15.4 15a7.5 7.5 0 0 1 2.402-1.5H14.5V7.75a.75.75 0 0 0-1.5 0v6.5c0 .414.336.75.75.75zm-.909 9.99a7.5 7.5 0 0 1-.87-1.497C8.55 23.293 4.5 19.12 4.5 14q0-.59.07-1.16a.75.75 0 0 0-1.49-.18Q3 13.32 3 14c0 6.075 4.925 11 11 11q.248 0 .491-.01M27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-9.146-3.354a.5.5 0 0 0-.708.708l2.647 2.646l-2.647 2.646a.5.5 0 0 0 .708.708l2.646-2.647l2.646 2.647a.5.5 0 0 0 .708-.708L21.207 20.5l2.647-2.646a.5.5 0 0 0-.708-.708L20.5 19.793z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 4.5a9.5 9.5 0 0 1 9.493 9.12a7.5 7.5 0 0 1 1.496.871Q25 14.248 25 14c0-6.075-4.925-11-11-11a10.96 10.96 0 0 0-7.5 2.953V4.25a.75.75 0 0 0-1.5 0v4c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5H7.072A9.47 9.47 0 0 1 14 4.5M15.4 15a7.5 7.5 0 0 1 2.402-1.5H14.5V7.75a.75.75 0 0 0-1.5 0v6.5c0 .414.336.75.75.75zm-.909 9.99a7.5 7.5 0 0 1-.87-1.497C8.55 23.293 4.5 19.12 4.5 14q0-.59.07-1.16a.75.75 0 0 0-1.49-.18Q3 13.32 3 14c0 6.075 4.925 11 11 11q.248 0 .491-.01M27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-9.146-3.354a.5.5 0 0 0-.708.708l2.647 2.646l-2.647 2.646a.5.5 0 0 0 .708.708l2.646-2.647l2.646 2.647a.5.5 0 0 0 .708-.708L21.207 20.5l2.647-2.646a.5.5 0 0 0-.708-.708L20.5 19.793z"/></svg>
</template>

CSS

.icon-history-dismiss-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%204.5a9.5%209.5%200%200%201%209.493%209.12a7.5%207.5%200%200%201%201.496.871Q25%2014.248%2025%2014c0-6.075-4.925-11-11-11a10.96%2010.96%200%200%200-7.5%202.953V4.25a.75.75%200%200%200-1.5%200v4c0%20.414.336.75.75.75h4a.75.75%200%200%200%200-1.5H7.072A9.47%209.47%200%200%201%2014%204.5M15.4%2015a7.5%207.5%200%200%201%202.402-1.5H14.5V7.75a.75.75%200%200%200-1.5%200v6.5c0%20.414.336.75.75.75zm-.909%209.99a7.5%207.5%200%200%201-.87-1.497C8.55%2023.293%204.5%2019.12%204.5%2014q0-.59.07-1.16a.75.75%200%200%200-1.49-.18Q3%2013.32%203%2014c0%206.075%204.925%2011%2011%2011q.248%200%20.491-.01M27%2020.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-9.146-3.354a.5.5%200%200%200-.708.708l2.647%202.646l-2.647%202.646a.5.5%200%200%200%20.708.708l2.646-2.647l2.646%202.647a.5.5%200%200%200%20.708-.708L21.207%2020.5l2.647-2.646a.5.5%200%200%200-.708-.708L20.5%2019.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%204.5a9.5%209.5%200%200%201%209.493%209.12a7.5%207.5%200%200%201%201.496.871Q25%2014.248%2025%2014c0-6.075-4.925-11-11-11a10.96%2010.96%200%200%200-7.5%202.953V4.25a.75.75%200%200%200-1.5%200v4c0%20.414.336.75.75.75h4a.75.75%200%200%200%200-1.5H7.072A9.47%209.47%200%200%201%2014%204.5M15.4%2015a7.5%207.5%200%200%201%202.402-1.5H14.5V7.75a.75.75%200%200%200-1.5%200v6.5c0%20.414.336.75.75.75zm-.909%209.99a7.5%207.5%200%200%201-.87-1.497C8.55%2023.293%204.5%2019.12%204.5%2014q0-.59.07-1.16a.75.75%200%200%200-1.49-.18Q3%2013.32%203%2014c0%206.075%204.925%2011%2011%2011q.248%200%20.491-.01M27%2020.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-9.146-3.354a.5.5%200%200%200-.708.708l2.647%202.646l-2.647%202.646a.5.5%200%200%200%20.708.708l2.646-2.647l2.646%202.647a.5.5%200%200%200%20.708-.708L21.207%2020.5l2.647-2.646a.5.5%200%200%200-.708-.708L20.5%2019.793z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/history-dismiss-28-regular.svg?color=%231a73e8&size=48