time back icon
time-back-filled from Reicon by REICON · Filled · Time · MIT Free for personal and commercial use.
- Name
- time-back-filled
- Set
- Reicon
- Style
- Filled
- Category
- Time
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More time icons from Reicon
Use the time back icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 3c-2.027 0-3.895.67-5.4 1.799c-.608.457-1.306 1.15-1.927 1.867q-.146.17-.282.334H7.5a1 1 0 1 1 0 2H2a1 1 0 0 1-1-1V2.5a1 1 0 0 1 2 0v3.045l.161-.188C3.833 4.582 4.635 3.774 5.4 3.2A10.96 10.96 0 0 1 12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11c-4.927 0-9.095-3.238-10.496-7.7a1 1 0 1 1 1.908-.6A9 9 0 0 0 12 21a9 9 0 1 0 0-18"/><path d="M13 7a1 1 0 1 0-2 0v5a1 1 0 0 0 .47.848l3.2 2a1 1 0 0 0 1.06-1.696L13 11.446z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconTimeBackFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 3c-2.027 0-3.895.67-5.4 1.799c-.608.457-1.306 1.15-1.927 1.867q-.146.17-.282.334H7.5a1 1 0 1 1 0 2H2a1 1 0 0 1-1-1V2.5a1 1 0 0 1 2 0v3.045l.161-.188C3.833 4.582 4.635 3.774 5.4 3.2A10.96 10.96 0 0 1 12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11c-4.927 0-9.095-3.238-10.496-7.7a1 1 0 1 1 1.908-.6A9 9 0 0 0 12 21a9 9 0 1 0 0-18"/><path d="M13 7a1 1 0 1 0-2 0v5a1 1 0 0 0 .47.848l3.2 2a1 1 0 0 0 1.06-1.696L13 11.446z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 3c-2.027 0-3.895.67-5.4 1.799c-.608.457-1.306 1.15-1.927 1.867q-.146.17-.282.334H7.5a1 1 0 1 1 0 2H2a1 1 0 0 1-1-1V2.5a1 1 0 0 1 2 0v3.045l.161-.188C3.833 4.582 4.635 3.774 5.4 3.2A10.96 10.96 0 0 1 12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11c-4.927 0-9.095-3.238-10.496-7.7a1 1 0 1 1 1.908-.6A9 9 0 0 0 12 21a9 9 0 1 0 0-18"/><path d="M13 7a1 1 0 1 0-2 0v5a1 1 0 0 0 .47.848l3.2 2a1 1 0 0 0 1.06-1.696L13 11.446z"/></g></svg> </template>
CSS
.icon-time-back-filled {
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%22currentColor%22%3E%3Cpath%20d%3D%22M12%203c-2.027%200-3.895.67-5.4%201.799c-.608.457-1.306%201.15-1.927%201.867q-.146.17-.282.334H7.5a1%201%200%201%201%200%202H2a1%201%200%200%201-1-1V2.5a1%201%200%200%201%202%200v3.045l.161-.188C3.833%204.582%204.635%203.774%205.4%203.2A10.96%2010.96%200%200%201%2012%201c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011c-4.927%200-9.095-3.238-10.496-7.7a1%201%200%201%201%201.908-.6A9%209%200%200%200%2012%2021a9%209%200%201%200%200-18%22%2F%3E%3Cpath%20d%3D%22M13%207a1%201%200%201%200-2%200v5a1%201%200%200%200%20.47.848l3.2%202a1%201%200%200%200%201.06-1.696L13%2011.446z%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%22currentColor%22%3E%3Cpath%20d%3D%22M12%203c-2.027%200-3.895.67-5.4%201.799c-.608.457-1.306%201.15-1.927%201.867q-.146.17-.282.334H7.5a1%201%200%201%201%200%202H2a1%201%200%200%201-1-1V2.5a1%201%200%200%201%202%200v3.045l.161-.188C3.833%204.582%204.635%203.774%205.4%203.2A10.96%2010.96%200%200%201%2012%201c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011c-4.927%200-9.095-3.238-10.496-7.7a1%201%200%201%201%201.908-.6A9%209%200%200%200%2012%2021a9%209%200%201%200%200-18%22%2F%3E%3Cpath%20d%3D%22M13%207a1%201%200%201%200-2%200v5a1%201%200%200%200%20.47.848l3.2%202a1%201%200%200%200%201.06-1.696L13%2011.446z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/time-back-filled.svg?color=%231a73e8&size=48