laps from Material Symbols by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.

Name
laps
Set
Material Symbols
Style
Regular
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
laps-outline, laps-outline-sharp, laps-sharp

1 other variant in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

Use the laps icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9 21l-1.425-1.4l1.6-1.6H9q-2.925 0-4.962-2.037T2 11t2.038-4.962T9 4h6q2.925 0 4.963 2.038T22 11t-2.037 4.963T15 18v-2q2.075 0 3.538-1.463T20 11t-1.463-3.537T15 6H9Q6.925 6 5.463 7.463T4 11t1.463 3.563T9 16.2h.4l-1.8-1.8L9 13l4 4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLaps(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="m9 21l-1.425-1.4l1.6-1.6H9q-2.925 0-4.962-2.037T2 11t2.038-4.962T9 4h6q2.925 0 4.963 2.038T22 11t-2.037 4.963T15 18v-2q2.075 0 3.538-1.463T20 11t-1.463-3.537T15 6H9Q6.925 6 5.463 7.463T4 11t1.463 3.563T9 16.2h.4l-1.8-1.8L9 13l4 4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9 21l-1.425-1.4l1.6-1.6H9q-2.925 0-4.962-2.037T2 11t2.038-4.962T9 4h6q2.925 0 4.963 2.038T22 11t-2.037 4.963T15 18v-2q2.075 0 3.538-1.463T20 11t-1.463-3.537T15 6H9Q6.925 6 5.463 7.463T4 11t1.463 3.563T9 16.2h.4l-1.8-1.8L9 13l4 4z"/></svg>
</template>

CSS

.icon-laps {
  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%22m9%2021l-1.425-1.4l1.6-1.6H9q-2.925%200-4.962-2.037T2%2011t2.038-4.962T9%204h6q2.925%200%204.963%202.038T22%2011t-2.037%204.963T15%2018v-2q2.075%200%203.538-1.463T20%2011t-1.463-3.537T15%206H9Q6.925%206%205.463%207.463T4%2011t1.463%203.563T9%2016.2h.4l-1.8-1.8L9%2013l4%204z%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%22m9%2021l-1.425-1.4l1.6-1.6H9q-2.925%200-4.962-2.037T2%2011t2.038-4.962T9%204h6q2.925%200%204.963%202.038T22%2011t-2.037%204.963T15%2018v-2q2.075%200%203.538-1.463T20%2011t-1.463-3.537T15%206H9Q6.925%206%205.463%207.463T4%2011t1.463%203.563T9%2016.2h.4l-1.8-1.8L9%2013l4%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/laps.svg?color=%231a73e8&size=48