history setting icon
history-setting from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- history-setting
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Use the history setting icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M21 18.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M21.5 12A9.5 9.5 0 0 0 12 2.5c-1.628 0-3.16.41-4.5 1.131A9.54 9.54 0 0 0 3.38 8M12 7v5l1.25 1.25M12 21.5A9.5 9.5 0 0 1 2.552 13M2.5 3.5v5h5m11 7.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5Zm0 0v-.995m0 6.995v-.995m-2.167-3.754l-.862-.497m6.058 3.497l-.862-.497m0-2.503l.862-.498m-6.058 3.498l.862-.498"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignHistorySetting(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M21 18.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M21.5 12A9.5 9.5 0 0 0 12 2.5c-1.628 0-3.16.41-4.5 1.131A9.54 9.54 0 0 0 3.38 8M12 7v5l1.25 1.25M12 21.5A9.5 9.5 0 0 1 2.552 13M2.5 3.5v5h5m11 7.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5Zm0 0v-.995m0 6.995v-.995m-2.167-3.754l-.862-.497m6.058 3.497l-.862-.497m0-2.503l.862-.498m-6.058 3.498l.862-.498"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M21 18.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M21.5 12A9.5 9.5 0 0 0 12 2.5c-1.628 0-3.16.41-4.5 1.131A9.54 9.54 0 0 0 3.38 8M12 7v5l1.25 1.25M12 21.5A9.5 9.5 0 0 1 2.552 13M2.5 3.5v5h5m11 7.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5Zm0 0v-.995m0 6.995v-.995m-2.167-3.754l-.862-.497m6.058 3.497l-.862-.497m0-2.503l.862-.498m-6.058 3.498l.862-.498"/></g></svg> </template>
CSS
.icon-history-setting {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M21%2018.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M21.5%2012A9.5%209.5%200%200%200%2012%202.5c-1.628%200-3.16.41-4.5%201.131A9.54%209.54%200%200%200%203.38%208M12%207v5l1.25%201.25M12%2021.5A9.5%209.5%200%200%201%202.552%2013M2.5%203.5v5h5m11%207.5a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5Zm0%200v-.995m0%206.995v-.995m-2.167-3.754l-.862-.497m6.058%203.497l-.862-.497m0-2.503l.862-.498m-6.058%203.498l.862-.498%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M21%2018.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M21.5%2012A9.5%209.5%200%200%200%2012%202.5c-1.628%200-3.16.41-4.5%201.131A9.54%209.54%200%200%200%203.38%208M12%207v5l1.25%201.25M12%2021.5A9.5%209.5%200%200%201%202.552%2013M2.5%203.5v5h5m11%207.5a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5Zm0%200v-.995m0%206.995v-.995m-2.167-3.754l-.862-.497m6.058%203.497l-.862-.497m0-2.503l.862-.498m-6.058%203.498l.862-.498%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/history-setting.svg?color=%231a73e8&size=48