history off icon
history-off-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- history-off-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- history-off-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
Use the history off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.962 5q-.74 0-1.478.17t-1.39.482q-.182.085-.38.015t-.303-.246q-.103-.182-.045-.381q.057-.2.234-.284q.78-.362 1.634-.559T11.962 4q1.663 0 3.118.626t2.542 1.714t1.714 2.542t.626 3.118q0 .92-.2 1.786t-.57 1.647q-.078.177-.283.247t-.382-.034t-.24-.302t.015-.38q.327-.672.493-1.426T18.961 12q0-2.925-2.037-4.962T11.962 5m.414 2.143q.143.144.143.357v1.062q0 .213-.143.356t-.357.144t-.356-.144t-.144-.356V7.5q0-.213.143-.357T12.02 7t.357.143M11.962 20q-1.514 0-2.869-.526t-2.42-1.466q-.956-.837-1.61-1.961t-.928-2.43q-.048-.208.07-.375t.332-.198t.375.094t.229.339q.255 1.148.837 2.113q.582.964 1.428 1.69q.925.8 2.09 1.26t2.466.46q1.194 0 2.262-.376t1.934-1.051L7.046 8.461H5.77q-.348 0-.578-.23q-.23-.229-.23-.577V6.377L2.447 3.862q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l17.692 17.692q.14.14.15.345q.01.203-.15.363t-.354.16t-.353-.16l-3.262-3.262q-1.03.804-2.27 1.256Q13.37 20 11.963 20"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHistoryOffRounded(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="M11.962 5q-.74 0-1.478.17t-1.39.482q-.182.085-.38.015t-.303-.246q-.103-.182-.045-.381q.057-.2.234-.284q.78-.362 1.634-.559T11.962 4q1.663 0 3.118.626t2.542 1.714t1.714 2.542t.626 3.118q0 .92-.2 1.786t-.57 1.647q-.078.177-.283.247t-.382-.034t-.24-.302t.015-.38q.327-.672.493-1.426T18.961 12q0-2.925-2.037-4.962T11.962 5m.414 2.143q.143.144.143.357v1.062q0 .213-.143.356t-.357.144t-.356-.144t-.144-.356V7.5q0-.213.143-.357T12.02 7t.357.143M11.962 20q-1.514 0-2.869-.526t-2.42-1.466q-.956-.837-1.61-1.961t-.928-2.43q-.048-.208.07-.375t.332-.198t.375.094t.229.339q.255 1.148.837 2.113q.582.964 1.428 1.69q.925.8 2.09 1.26t2.466.46q1.194 0 2.262-.376t1.934-1.051L7.046 8.461H5.77q-.348 0-.578-.23q-.23-.229-.23-.577V6.377L2.447 3.862q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l17.692 17.692q.14.14.15.345q.01.203-.15.363t-.354.16t-.353-.16l-3.262-3.262q-1.03.804-2.27 1.256Q13.37 20 11.963 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.962 5q-.74 0-1.478.17t-1.39.482q-.182.085-.38.015t-.303-.246q-.103-.182-.045-.381q.057-.2.234-.284q.78-.362 1.634-.559T11.962 4q1.663 0 3.118.626t2.542 1.714t1.714 2.542t.626 3.118q0 .92-.2 1.786t-.57 1.647q-.078.177-.283.247t-.382-.034t-.24-.302t.015-.38q.327-.672.493-1.426T18.961 12q0-2.925-2.037-4.962T11.962 5m.414 2.143q.143.144.143.357v1.062q0 .213-.143.356t-.357.144t-.356-.144t-.144-.356V7.5q0-.213.143-.357T12.02 7t.357.143M11.962 20q-1.514 0-2.869-.526t-2.42-1.466q-.956-.837-1.61-1.961t-.928-2.43q-.048-.208.07-.375t.332-.198t.375.094t.229.339q.255 1.148.837 2.113q.582.964 1.428 1.69q.925.8 2.09 1.26t2.466.46q1.194 0 2.262-.376t1.934-1.051L7.046 8.461H5.77q-.348 0-.578-.23q-.23-.229-.23-.577V6.377L2.447 3.862q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l17.692 17.692q.14.14.15.345q.01.203-.15.363t-.354.16t-.353-.16l-3.262-3.262q-1.03.804-2.27 1.256Q13.37 20 11.963 20"/></svg> </template>
CSS
.icon-history-off-rounded {
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%22M11.962%205q-.74%200-1.478.17t-1.39.482q-.182.085-.38.015t-.303-.246q-.103-.182-.045-.381q.057-.2.234-.284q.78-.362%201.634-.559T11.962%204q1.663%200%203.118.626t2.542%201.714t1.714%202.542t.626%203.118q0%20.92-.2%201.786t-.57%201.647q-.078.177-.283.247t-.382-.034t-.24-.302t.015-.38q.327-.672.493-1.426T18.961%2012q0-2.925-2.037-4.962T11.962%205m.414%202.143q.143.144.143.357v1.062q0%20.213-.143.356t-.357.144t-.356-.144t-.144-.356V7.5q0-.213.143-.357T12.02%207t.357.143M11.962%2020q-1.514%200-2.869-.526t-2.42-1.466q-.956-.837-1.61-1.961t-.928-2.43q-.048-.208.07-.375t.332-.198t.375.094t.229.339q.255%201.148.837%202.113q.582.964%201.428%201.69q.925.8%202.09%201.26t2.466.46q1.194%200%202.262-.376t1.934-1.051L7.046%208.461H5.77q-.348%200-.578-.23q-.23-.229-.23-.577V6.377L2.447%203.862q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l17.692%2017.692q.14.14.15.345q.01.203-.15.363t-.354.16t-.353-.16l-3.262-3.262q-1.03.804-2.27%201.256Q13.37%2020%2011.963%2020%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%22M11.962%205q-.74%200-1.478.17t-1.39.482q-.182.085-.38.015t-.303-.246q-.103-.182-.045-.381q.057-.2.234-.284q.78-.362%201.634-.559T11.962%204q1.663%200%203.118.626t2.542%201.714t1.714%202.542t.626%203.118q0%20.92-.2%201.786t-.57%201.647q-.078.177-.283.247t-.382-.034t-.24-.302t.015-.38q.327-.672.493-1.426T18.961%2012q0-2.925-2.037-4.962T11.962%205m.414%202.143q.143.144.143.357v1.062q0%20.213-.143.356t-.357.144t-.356-.144t-.144-.356V7.5q0-.213.143-.357T12.02%207t.357.143M11.962%2020q-1.514%200-2.869-.526t-2.42-1.466q-.956-.837-1.61-1.961t-.928-2.43q-.048-.208.07-.375t.332-.198t.375.094t.229.339q.255%201.148.837%202.113q.582.964%201.428%201.69q.925.8%202.09%201.26t2.466.46q1.194%200%202.262-.376t1.934-1.051L7.046%208.461H5.77q-.348%200-.578-.23q-.23-.229-.23-.577V6.377L2.447%203.862q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l17.692%2017.692q.14.14.15.345q.01.203-.15.363t-.354.16t-.353-.16l-3.262-3.262q-1.03.804-2.27%201.256Q13.37%2020%2011.963%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/history-off-rounded.svg?color=%231a73e8&size=48