lap timer icon

lap-timer from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.

Name
lap-timer
Set
Radix Icons
Style
Outline
Viewbox
15×15
License
MIT

Use the lap timer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M9 0a.5.5 0 0 1 0 1H8v1.121a6.36 6.36 0 0 1 2.992 1.017a1 1 0 0 1 .066-.08l1-1l.099-.08a.626.626 0 0 1 .866.866l-.08.098l-.977.976A6.4 6.4 0 1 1 7 2.121V1H6a.5.5 0 1 1 0-1zM7.5 3.1a5.401 5.401 0 1 0 .002 10.802A5.401 5.401 0 0 0 7.5 3.1m0 5.4l3.112 3.111A4.4 4.4 0 1 1 7.5 4.1z"/></svg>

React

import type { SVGProps } from "react";

export function RadixIconsLapTimer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M9 0a.5.5 0 0 1 0 1H8v1.121a6.36 6.36 0 0 1 2.992 1.017a1 1 0 0 1 .066-.08l1-1l.099-.08a.626.626 0 0 1 .866.866l-.08.098l-.977.976A6.4 6.4 0 1 1 7 2.121V1H6a.5.5 0 1 1 0-1zM7.5 3.1a5.401 5.401 0 1 0 .002 10.802A5.401 5.401 0 0 0 7.5 3.1m0 5.4l3.112 3.111A4.4 4.4 0 1 1 7.5 4.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M9 0a.5.5 0 0 1 0 1H8v1.121a6.36 6.36 0 0 1 2.992 1.017a1 1 0 0 1 .066-.08l1-1l.099-.08a.626.626 0 0 1 .866.866l-.08.098l-.977.976A6.4 6.4 0 1 1 7 2.121V1H6a.5.5 0 1 1 0-1zM7.5 3.1a5.401 5.401 0 1 0 .002 10.802A5.401 5.401 0 0 0 7.5 3.1m0 5.4l3.112 3.111A4.4 4.4 0 1 1 7.5 4.1z"/></svg>
</template>

CSS

.icon-lap-timer {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%200a.5.5%200%200%201%200%201H8v1.121a6.36%206.36%200%200%201%202.992%201.017a1%201%200%200%201%20.066-.08l1-1l.099-.08a.626.626%200%200%201%20.866.866l-.08.098l-.977.976A6.4%206.4%200%201%201%207%202.121V1H6a.5.5%200%201%201%200-1zM7.5%203.1a5.401%205.401%200%201%200%20.002%2010.802A5.401%205.401%200%200%200%207.5%203.1m0%205.4l3.112%203.111A4.4%204.4%200%201%201%207.5%204.1z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%200a.5.5%200%200%201%200%201H8v1.121a6.36%206.36%200%200%201%202.992%201.017a1%201%200%200%201%20.066-.08l1-1l.099-.08a.626.626%200%200%201%20.866.866l-.08.098l-.977.976A6.4%206.4%200%201%201%207%202.121V1H6a.5.5%200%201%201%200-1zM7.5%203.1a5.401%205.401%200%201%200%20.002%2010.802A5.401%205.401%200%200%200%207.5%203.1m0%205.4l3.112%203.111A4.4%204.4%200%201%201%207.5%204.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/lap-timer.svg?color=%231a73e8&size=48