access time icon
access-time-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- access-time-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
Use the access time icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.988 8.608a.5.5 0 0 1-.977-.211v-.005l.02-.072q.015-.062.052-.156c.047-.123.126-.29.25-.46A1.7 1.7 0 0 1 7.753 7c.553 0 1.002.215 1.309.561c.298.337.438.772.438 1.189c0 .349-.069.648-.205.906a1.8 1.8 0 0 1-.507.585a5 5 0 0 1-.48.313l-.056.034c-.168.1-.306.187-.425.29c-.394.341-.652.702-.764 1.122H9a.5.5 0 0 1 0 1H6.5a.5.5 0 0 1-.5-.5c0-1.01.475-1.774 1.173-2.378c.19-.166.396-.29.567-.393l.058-.035a4 4 0 0 0 .379-.244a.8.8 0 0 0 .233-.26a.9.9 0 0 0 .09-.44a.8.8 0 0 0-.187-.526C8.203 8.1 8.03 8 7.753 8c-.33 0-.505.146-.614.295a1 1 0 0 0-.147.3zM11 7a.5.5 0 0 1 .5.5V10H13V7.5a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0V11h-2a.5.5 0 0 1-.5-.5v-3A.5.5 0 0 1 11 7m-1-5a8 8 0 1 0 0 16a8 8 0 0 0 0-16m-7 8a7 7 0 1 1 14 0a7 7 0 0 1-14 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentAccessTime20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.988 8.608a.5.5 0 0 1-.977-.211v-.005l.02-.072q.015-.062.052-.156c.047-.123.126-.29.25-.46A1.7 1.7 0 0 1 7.753 7c.553 0 1.002.215 1.309.561c.298.337.438.772.438 1.189c0 .349-.069.648-.205.906a1.8 1.8 0 0 1-.507.585a5 5 0 0 1-.48.313l-.056.034c-.168.1-.306.187-.425.29c-.394.341-.652.702-.764 1.122H9a.5.5 0 0 1 0 1H6.5a.5.5 0 0 1-.5-.5c0-1.01.475-1.774 1.173-2.378c.19-.166.396-.29.567-.393l.058-.035a4 4 0 0 0 .379-.244a.8.8 0 0 0 .233-.26a.9.9 0 0 0 .09-.44a.8.8 0 0 0-.187-.526C8.203 8.1 8.03 8 7.753 8c-.33 0-.505.146-.614.295a1 1 0 0 0-.147.3zM11 7a.5.5 0 0 1 .5.5V10H13V7.5a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0V11h-2a.5.5 0 0 1-.5-.5v-3A.5.5 0 0 1 11 7m-1-5a8 8 0 1 0 0 16a8 8 0 0 0 0-16m-7 8a7 7 0 1 1 14 0a7 7 0 0 1-14 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.988 8.608a.5.5 0 0 1-.977-.211v-.005l.02-.072q.015-.062.052-.156c.047-.123.126-.29.25-.46A1.7 1.7 0 0 1 7.753 7c.553 0 1.002.215 1.309.561c.298.337.438.772.438 1.189c0 .349-.069.648-.205.906a1.8 1.8 0 0 1-.507.585a5 5 0 0 1-.48.313l-.056.034c-.168.1-.306.187-.425.29c-.394.341-.652.702-.764 1.122H9a.5.5 0 0 1 0 1H6.5a.5.5 0 0 1-.5-.5c0-1.01.475-1.774 1.173-2.378c.19-.166.396-.29.567-.393l.058-.035a4 4 0 0 0 .379-.244a.8.8 0 0 0 .233-.26a.9.9 0 0 0 .09-.44a.8.8 0 0 0-.187-.526C8.203 8.1 8.03 8 7.753 8c-.33 0-.505.146-.614.295a1 1 0 0 0-.147.3zM11 7a.5.5 0 0 1 .5.5V10H13V7.5a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0V11h-2a.5.5 0 0 1-.5-.5v-3A.5.5 0 0 1 11 7m-1-5a8 8 0 1 0 0 16a8 8 0 0 0 0-16m-7 8a7 7 0 1 1 14 0a7 7 0 0 1-14 0"/></svg> </template>
CSS
.icon-access-time-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.988%208.608a.5.5%200%200%201-.977-.211v-.005l.02-.072q.015-.062.052-.156c.047-.123.126-.29.25-.46A1.7%201.7%200%200%201%207.753%207c.553%200%201.002.215%201.309.561c.298.337.438.772.438%201.189c0%20.349-.069.648-.205.906a1.8%201.8%200%200%201-.507.585a5%205%200%200%201-.48.313l-.056.034c-.168.1-.306.187-.425.29c-.394.341-.652.702-.764%201.122H9a.5.5%200%200%201%200%201H6.5a.5.5%200%200%201-.5-.5c0-1.01.475-1.774%201.173-2.378c.19-.166.396-.29.567-.393l.058-.035a4%204%200%200%200%20.379-.244a.8.8%200%200%200%20.233-.26a.9.9%200%200%200%20.09-.44a.8.8%200%200%200-.187-.526C8.203%208.1%208.03%208%207.753%208c-.33%200-.505.146-.614.295a1%201%200%200%200-.147.3zM11%207a.5.5%200%200%201%20.5.5V10H13V7.5a.5.5%200%200%201%201%200v5a.5.5%200%200%201-1%200V11h-2a.5.5%200%200%201-.5-.5v-3A.5.5%200%200%201%2011%207m-1-5a8%208%200%201%200%200%2016a8%208%200%200%200%200-16m-7%208a7%207%200%201%201%2014%200a7%207%200%200%201-14%200%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.988%208.608a.5.5%200%200%201-.977-.211v-.005l.02-.072q.015-.062.052-.156c.047-.123.126-.29.25-.46A1.7%201.7%200%200%201%207.753%207c.553%200%201.002.215%201.309.561c.298.337.438.772.438%201.189c0%20.349-.069.648-.205.906a1.8%201.8%200%200%201-.507.585a5%205%200%200%201-.48.313l-.056.034c-.168.1-.306.187-.425.29c-.394.341-.652.702-.764%201.122H9a.5.5%200%200%201%200%201H6.5a.5.5%200%200%201-.5-.5c0-1.01.475-1.774%201.173-2.378c.19-.166.396-.29.567-.393l.058-.035a4%204%200%200%200%20.379-.244a.8.8%200%200%200%20.233-.26a.9.9%200%200%200%20.09-.44a.8.8%200%200%200-.187-.526C8.203%208.1%208.03%208%207.753%208c-.33%200-.505.146-.614.295a1%201%200%200%200-.147.3zM11%207a.5.5%200%200%201%20.5.5V10H13V7.5a.5.5%200%200%201%201%200v5a.5.5%200%200%201-1%200V11h-2a.5.5%200%200%201-.5-.5v-3A.5.5%200%200%201%2011%207m-1-5a8%208%200%201%200%200%2016a8%208%200%200%200%200-16m-7%208a7%207%200%201%201%2014%200a7%207%200%200%201-14%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/access-time-20-regular.svg?color=%231a73e8&size=48