delete history icon
delete-history from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- delete-history
- Set
- Material Symbols
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- delete-history-outline, delete-history-outline-sharp, delete-history-sharp
1 other variant in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
Use the delete history icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.4 21L15 19.6l2.1-2.1l-2.1-2.1l1.4-1.4l2.1 2.1l2.1-2.1l1.4 1.4l-2.075 2.1L22 19.6L20.6 21l-2.1-2.075zM12 21q-3.45 0-6.012-2.287T3.05 13H5.1q.35 2.6 2.313 4.3T12 19q.275 0 .513-.012t.487-.063v2.025q-.25.025-.488.038T12 21M3 10V4h2v2.35q1.275-1.6 3.113-2.475T12 3q3.75 0 6.375 2.625T21 12h-2q0-2.925-2.037-4.962T12 5q-1.725 0-3.225.8T6.25 8H9v2zm10.35 4.75L11 12.4V7h2v4.6l1.4 1.4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDeleteHistory(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="M16.4 21L15 19.6l2.1-2.1l-2.1-2.1l1.4-1.4l2.1 2.1l2.1-2.1l1.4 1.4l-2.075 2.1L22 19.6L20.6 21l-2.1-2.075zM12 21q-3.45 0-6.012-2.287T3.05 13H5.1q.35 2.6 2.313 4.3T12 19q.275 0 .513-.012t.487-.063v2.025q-.25.025-.488.038T12 21M3 10V4h2v2.35q1.275-1.6 3.113-2.475T12 3q3.75 0 6.375 2.625T21 12h-2q0-2.925-2.037-4.962T12 5q-1.725 0-3.225.8T6.25 8H9v2zm10.35 4.75L11 12.4V7h2v4.6l1.4 1.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.4 21L15 19.6l2.1-2.1l-2.1-2.1l1.4-1.4l2.1 2.1l2.1-2.1l1.4 1.4l-2.075 2.1L22 19.6L20.6 21l-2.1-2.075zM12 21q-3.45 0-6.012-2.287T3.05 13H5.1q.35 2.6 2.313 4.3T12 19q.275 0 .513-.012t.487-.063v2.025q-.25.025-.488.038T12 21M3 10V4h2v2.35q1.275-1.6 3.113-2.475T12 3q3.75 0 6.375 2.625T21 12h-2q0-2.925-2.037-4.962T12 5q-1.725 0-3.225.8T6.25 8H9v2zm10.35 4.75L11 12.4V7h2v4.6l1.4 1.4z"/></svg> </template>
CSS
.icon-delete-history {
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%22M16.4%2021L15%2019.6l2.1-2.1l-2.1-2.1l1.4-1.4l2.1%202.1l2.1-2.1l1.4%201.4l-2.075%202.1L22%2019.6L20.6%2021l-2.1-2.075zM12%2021q-3.45%200-6.012-2.287T3.05%2013H5.1q.35%202.6%202.313%204.3T12%2019q.275%200%20.513-.012t.487-.063v2.025q-.25.025-.488.038T12%2021M3%2010V4h2v2.35q1.275-1.6%203.113-2.475T12%203q3.75%200%206.375%202.625T21%2012h-2q0-2.925-2.037-4.962T12%205q-1.725%200-3.225.8T6.25%208H9v2zm10.35%204.75L11%2012.4V7h2v4.6l1.4%201.4z%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%22M16.4%2021L15%2019.6l2.1-2.1l-2.1-2.1l1.4-1.4l2.1%202.1l2.1-2.1l1.4%201.4l-2.075%202.1L22%2019.6L20.6%2021l-2.1-2.075zM12%2021q-3.45%200-6.012-2.287T3.05%2013H5.1q.35%202.6%202.313%204.3T12%2019q.275%200%20.513-.012t.487-.063v2.025q-.25.025-.488.038T12%2021M3%2010V4h2v2.35q1.275-1.6%203.113-2.475T12%203q3.75%200%206.375%202.625T21%2012h-2q0-2.925-2.037-4.962T12%205q-1.725%200-3.225.8T6.25%208H9v2zm10.35%204.75L11%2012.4V7h2v4.6l1.4%201.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/delete-history.svg?color=%231a73e8&size=48