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

Name
laps-rounded
Set
Material Symbols Light
Style
Rounded
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
laps-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

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="M3 11q0-2.502 1.749-4.251T9 5h6q2.502 0 4.251 1.749T21 11q0 2.325-1.535 4.025t-3.834 1.952q-.258.037-.445-.094T15 16.519t.193-.369t.451-.179q1.898-.246 3.127-1.657Q20 12.904 20 11q0-2.075-1.463-3.537T15 6H9Q6.925 6 5.463 7.463T4 11q0 2.094 1.453 3.557Q6.906 16.019 9 16.019h1.367L8.64 14.273q-.14-.14-.14-.341t.146-.348q.16-.159.354-.159t.354.16l2.369 2.369q.242.242.242.565t-.242.566l-2.389 2.388q-.14.14-.34.14t-.348-.14q-.165-.146-.156-.357q.01-.21.156-.357l1.74-1.74H9q-2.502 0-4.251-1.758T3 11"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLapsRounded(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="M3 11q0-2.502 1.749-4.251T9 5h6q2.502 0 4.251 1.749T21 11q0 2.325-1.535 4.025t-3.834 1.952q-.258.037-.445-.094T15 16.519t.193-.369t.451-.179q1.898-.246 3.127-1.657Q20 12.904 20 11q0-2.075-1.463-3.537T15 6H9Q6.925 6 5.463 7.463T4 11q0 2.094 1.453 3.557Q6.906 16.019 9 16.019h1.367L8.64 14.273q-.14-.14-.14-.341t.146-.348q.16-.159.354-.159t.354.16l2.369 2.369q.242.242.242.565t-.242.566l-2.389 2.388q-.14.14-.34.14t-.348-.14q-.165-.146-.156-.357q.01-.21.156-.357l1.74-1.74H9q-2.502 0-4.251-1.758T3 11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 11q0-2.502 1.749-4.251T9 5h6q2.502 0 4.251 1.749T21 11q0 2.325-1.535 4.025t-3.834 1.952q-.258.037-.445-.094T15 16.519t.193-.369t.451-.179q1.898-.246 3.127-1.657Q20 12.904 20 11q0-2.075-1.463-3.537T15 6H9Q6.925 6 5.463 7.463T4 11q0 2.094 1.453 3.557Q6.906 16.019 9 16.019h1.367L8.64 14.273q-.14-.14-.14-.341t.146-.348q.16-.159.354-.159t.354.16l2.369 2.369q.242.242.242.565t-.242.566l-2.389 2.388q-.14.14-.34.14t-.348-.14q-.165-.146-.156-.357q.01-.21.156-.357l1.74-1.74H9q-2.502 0-4.251-1.758T3 11"/></svg>
</template>

CSS

.icon-laps-rounded {
  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%22M3%2011q0-2.502%201.749-4.251T9%205h6q2.502%200%204.251%201.749T21%2011q0%202.325-1.535%204.025t-3.834%201.952q-.258.037-.445-.094T15%2016.519t.193-.369t.451-.179q1.898-.246%203.127-1.657Q20%2012.904%2020%2011q0-2.075-1.463-3.537T15%206H9Q6.925%206%205.463%207.463T4%2011q0%202.094%201.453%203.557Q6.906%2016.019%209%2016.019h1.367L8.64%2014.273q-.14-.14-.14-.341t.146-.348q.16-.159.354-.159t.354.16l2.369%202.369q.242.242.242.565t-.242.566l-2.389%202.388q-.14.14-.34.14t-.348-.14q-.165-.146-.156-.357q.01-.21.156-.357l1.74-1.74H9q-2.502%200-4.251-1.758T3%2011%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%22M3%2011q0-2.502%201.749-4.251T9%205h6q2.502%200%204.251%201.749T21%2011q0%202.325-1.535%204.025t-3.834%201.952q-.258.037-.445-.094T15%2016.519t.193-.369t.451-.179q1.898-.246%203.127-1.657Q20%2012.904%2020%2011q0-2.075-1.463-3.537T15%206H9Q6.925%206%205.463%207.463T4%2011q0%202.094%201.453%203.557Q6.906%2016.019%209%2016.019h1.367L8.64%2014.273q-.14-.14-.14-.341t.146-.348q.16-.159.354-.159t.354.16l2.369%202.369q.242.242.242.565t-.242.566l-2.389%202.388q-.14.14-.34.14t-.348-.14q-.165-.146-.156-.357q.01-.21.156-.357l1.74-1.74H9q-2.502%200-4.251-1.758T3%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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