manage history icon
manage-history-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- manage-history-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- manage-history-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
Use the manage history icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 5q-1.725 0-3.225.8T6.25 8H8q.425 0 .713.288T9 9t-.288.713T8 10H4q-.425 0-.712-.288T3 9V5q0-.425.288-.712T4 4t.713.288T5 5v1.35q1.275-1.6 3.113-2.475T12 3q1.875 0 3.513.7t2.862 1.925q1.05 1.05 1.725 2.425t.85 2.95q.05.425-.25.7t-.725.275t-.712-.275t-.338-.7q-.175-1.15-.675-2.15t-1.3-1.8q-.95-.95-2.212-1.5T12 5m-7.9 8.15q.4-.05.725.15t.45.6q.55 2.025 2.125 3.375t3.65 1.625q.525.075.75.388t.225.662q0 .4-.262.725t-.738.275q-2.775-.325-4.887-2.137T3.3 14.325q-.125-.425.125-.775t.675-.4M13 11.6l1.2 1.2q.35.35.313.738t-.313.662t-.662.313t-.738-.313l-1.5-1.5q-.15-.15-.225-.337T11 11.975V8q0-.425.288-.712T12 7t.713.288T13 8zM18.775 24q-.35 0-.612-.225t-.338-.575l-.15-.7q-.3-.125-.562-.262t-.538-.338l-.725.225q-.325.1-.638-.025t-.487-.4l-.2-.35q-.175-.3-.125-.65t.325-.575l.55-.475q-.05-.325-.05-.65t.05-.65l-.55-.475q-.275-.225-.325-.562t.125-.638l.225-.375q.175-.275.475-.4t.625-.025l.725.225q.275-.2.538-.337t.562-.263l.15-.725q.075-.35.338-.562t.612-.213h.4q.35 0 .613.225t.337.575l.15.7q.3.125.575.287t.525.363l.675-.225q.35-.125.675 0t.5.425l.2.35q.175.3.125.65t-.325.575l-.55.475q.05.325.05.625t-.05.625l.55.475q.275.225.325.563t-.125.637l-.225.375q-.175.275-.475.4t-.625.025l-.725-.225q-.275.2-.538.337t-.562.263l-.15.725q-.075.35-.337.563t-.613.212zm1.613-3.588q.587-.587.587-1.412t-.587-1.412T18.975 17t-1.412.588T16.975 19t.588 1.413t1.412.587t1.413-.587"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsManageHistoryRounded(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="M12 5q-1.725 0-3.225.8T6.25 8H8q.425 0 .713.288T9 9t-.288.713T8 10H4q-.425 0-.712-.288T3 9V5q0-.425.288-.712T4 4t.713.288T5 5v1.35q1.275-1.6 3.113-2.475T12 3q1.875 0 3.513.7t2.862 1.925q1.05 1.05 1.725 2.425t.85 2.95q.05.425-.25.7t-.725.275t-.712-.275t-.338-.7q-.175-1.15-.675-2.15t-1.3-1.8q-.95-.95-2.212-1.5T12 5m-7.9 8.15q.4-.05.725.15t.45.6q.55 2.025 2.125 3.375t3.65 1.625q.525.075.75.388t.225.662q0 .4-.262.725t-.738.275q-2.775-.325-4.887-2.137T3.3 14.325q-.125-.425.125-.775t.675-.4M13 11.6l1.2 1.2q.35.35.313.738t-.313.662t-.662.313t-.738-.313l-1.5-1.5q-.15-.15-.225-.337T11 11.975V8q0-.425.288-.712T12 7t.713.288T13 8zM18.775 24q-.35 0-.612-.225t-.338-.575l-.15-.7q-.3-.125-.562-.262t-.538-.338l-.725.225q-.325.1-.638-.025t-.487-.4l-.2-.35q-.175-.3-.125-.65t.325-.575l.55-.475q-.05-.325-.05-.65t.05-.65l-.55-.475q-.275-.225-.325-.562t.125-.638l.225-.375q.175-.275.475-.4t.625-.025l.725.225q.275-.2.538-.337t.562-.263l.15-.725q.075-.35.338-.562t.612-.213h.4q.35 0 .613.225t.337.575l.15.7q.3.125.575.287t.525.363l.675-.225q.35-.125.675 0t.5.425l.2.35q.175.3.125.65t-.325.575l-.55.475q.05.325.05.625t-.05.625l.55.475q.275.225.325.563t-.125.637l-.225.375q-.175.275-.475.4t-.625.025l-.725-.225q-.275.2-.538.337t-.562.263l-.15.725q-.075.35-.337.563t-.613.212zm1.613-3.588q.587-.587.587-1.412t-.587-1.412T18.975 17t-1.412.588T16.975 19t.588 1.413t1.412.587t1.413-.587"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 5q-1.725 0-3.225.8T6.25 8H8q.425 0 .713.288T9 9t-.288.713T8 10H4q-.425 0-.712-.288T3 9V5q0-.425.288-.712T4 4t.713.288T5 5v1.35q1.275-1.6 3.113-2.475T12 3q1.875 0 3.513.7t2.862 1.925q1.05 1.05 1.725 2.425t.85 2.95q.05.425-.25.7t-.725.275t-.712-.275t-.338-.7q-.175-1.15-.675-2.15t-1.3-1.8q-.95-.95-2.212-1.5T12 5m-7.9 8.15q.4-.05.725.15t.45.6q.55 2.025 2.125 3.375t3.65 1.625q.525.075.75.388t.225.662q0 .4-.262.725t-.738.275q-2.775-.325-4.887-2.137T3.3 14.325q-.125-.425.125-.775t.675-.4M13 11.6l1.2 1.2q.35.35.313.738t-.313.662t-.662.313t-.738-.313l-1.5-1.5q-.15-.15-.225-.337T11 11.975V8q0-.425.288-.712T12 7t.713.288T13 8zM18.775 24q-.35 0-.612-.225t-.338-.575l-.15-.7q-.3-.125-.562-.262t-.538-.338l-.725.225q-.325.1-.638-.025t-.487-.4l-.2-.35q-.175-.3-.125-.65t.325-.575l.55-.475q-.05-.325-.05-.65t.05-.65l-.55-.475q-.275-.225-.325-.562t.125-.638l.225-.375q.175-.275.475-.4t.625-.025l.725.225q.275-.2.538-.337t.562-.263l.15-.725q.075-.35.338-.562t.612-.213h.4q.35 0 .613.225t.337.575l.15.7q.3.125.575.287t.525.363l.675-.225q.35-.125.675 0t.5.425l.2.35q.175.3.125.65t-.325.575l-.55.475q.05.325.05.625t-.05.625l.55.475q.275.225.325.563t-.125.637l-.225.375q-.175.275-.475.4t-.625.025l-.725-.225q-.275.2-.538.337t-.562.263l-.15.725q-.075.35-.337.563t-.613.212zm1.613-3.588q.587-.587.587-1.412t-.587-1.412T18.975 17t-1.412.588T16.975 19t.588 1.413t1.412.587t1.413-.587"/></svg> </template>
CSS
.icon-manage-history-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%22M12%205q-1.725%200-3.225.8T6.25%208H8q.425%200%20.713.288T9%209t-.288.713T8%2010H4q-.425%200-.712-.288T3%209V5q0-.425.288-.712T4%204t.713.288T5%205v1.35q1.275-1.6%203.113-2.475T12%203q1.875%200%203.513.7t2.862%201.925q1.05%201.05%201.725%202.425t.85%202.95q.05.425-.25.7t-.725.275t-.712-.275t-.338-.7q-.175-1.15-.675-2.15t-1.3-1.8q-.95-.95-2.212-1.5T12%205m-7.9%208.15q.4-.05.725.15t.45.6q.55%202.025%202.125%203.375t3.65%201.625q.525.075.75.388t.225.662q0%20.4-.262.725t-.738.275q-2.775-.325-4.887-2.137T3.3%2014.325q-.125-.425.125-.775t.675-.4M13%2011.6l1.2%201.2q.35.35.313.738t-.313.662t-.662.313t-.738-.313l-1.5-1.5q-.15-.15-.225-.337T11%2011.975V8q0-.425.288-.712T12%207t.713.288T13%208zM18.775%2024q-.35%200-.612-.225t-.338-.575l-.15-.7q-.3-.125-.562-.262t-.538-.338l-.725.225q-.325.1-.638-.025t-.487-.4l-.2-.35q-.175-.3-.125-.65t.325-.575l.55-.475q-.05-.325-.05-.65t.05-.65l-.55-.475q-.275-.225-.325-.562t.125-.638l.225-.375q.175-.275.475-.4t.625-.025l.725.225q.275-.2.538-.337t.562-.263l.15-.725q.075-.35.338-.562t.612-.213h.4q.35%200%20.613.225t.337.575l.15.7q.3.125.575.287t.525.363l.675-.225q.35-.125.675%200t.5.425l.2.35q.175.3.125.65t-.325.575l-.55.475q.05.325.05.625t-.05.625l.55.475q.275.225.325.563t-.125.637l-.225.375q-.175.275-.475.4t-.625.025l-.725-.225q-.275.2-.538.337t-.562.263l-.15.725q-.075.35-.337.563t-.613.212zm1.613-3.588q.587-.587.587-1.412t-.587-1.412T18.975%2017t-1.412.588T16.975%2019t.588%201.413t1.412.587t1.413-.587%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%22M12%205q-1.725%200-3.225.8T6.25%208H8q.425%200%20.713.288T9%209t-.288.713T8%2010H4q-.425%200-.712-.288T3%209V5q0-.425.288-.712T4%204t.713.288T5%205v1.35q1.275-1.6%203.113-2.475T12%203q1.875%200%203.513.7t2.862%201.925q1.05%201.05%201.725%202.425t.85%202.95q.05.425-.25.7t-.725.275t-.712-.275t-.338-.7q-.175-1.15-.675-2.15t-1.3-1.8q-.95-.95-2.212-1.5T12%205m-7.9%208.15q.4-.05.725.15t.45.6q.55%202.025%202.125%203.375t3.65%201.625q.525.075.75.388t.225.662q0%20.4-.262.725t-.738.275q-2.775-.325-4.887-2.137T3.3%2014.325q-.125-.425.125-.775t.675-.4M13%2011.6l1.2%201.2q.35.35.313.738t-.313.662t-.662.313t-.738-.313l-1.5-1.5q-.15-.15-.225-.337T11%2011.975V8q0-.425.288-.712T12%207t.713.288T13%208zM18.775%2024q-.35%200-.612-.225t-.338-.575l-.15-.7q-.3-.125-.562-.262t-.538-.338l-.725.225q-.325.1-.638-.025t-.487-.4l-.2-.35q-.175-.3-.125-.65t.325-.575l.55-.475q-.05-.325-.05-.65t.05-.65l-.55-.475q-.275-.225-.325-.562t.125-.638l.225-.375q.175-.275.475-.4t.625-.025l.725.225q.275-.2.538-.337t.562-.263l.15-.725q.075-.35.338-.562t.612-.213h.4q.35%200%20.613.225t.337.575l.15.7q.3.125.575.287t.525.363l.675-.225q.35-.125.675%200t.5.425l.2.35q.175.3.125.65t-.325.575l-.55.475q.05.325.05.625t-.05.625l.55.475q.275.225.325.563t-.125.637l-.225.375q-.175.275-.475.4t-.625.025l-.725-.225q-.275.2-.538.337t-.562.263l-.15.725q-.075.35-.337.563t-.613.212zm1.613-3.588q.587-.587.587-1.412t-.587-1.412T18.975%2017t-1.412.588T16.975%2019t.588%201.413t1.412.587t1.413-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/manage-history-rounded.svg?color=%231a73e8&size=48