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

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

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="M2 11q0-2.925 2.038-4.962T9 4h6q2.925 0 4.963 2.038T22 11q0 2.575-1.65 4.525t-4.2 2.375q-.45.075-.8-.2T15 17t.338-.725t.787-.4q1.725-.4 2.8-1.763T20 11q0-2.075-1.463-3.537T15 6H9Q6.925 6 5.463 7.463T4 11t1.463 3.538T9 16h.175l-.9-.9Q8 14.825 8 14.413t.3-.713q.275-.275.7-.275t.7.275l2.6 2.6q.3.3.3.7t-.3.7l-2.6 2.6q-.275.275-.687.275T8.3 20.3Q8 20 8 19.588t.3-.713L9.175 18H9q-2.925 0-4.962-2.037T2 11"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLapsRounded(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="M2 11q0-2.925 2.038-4.962T9 4h6q2.925 0 4.963 2.038T22 11q0 2.575-1.65 4.525t-4.2 2.375q-.45.075-.8-.2T15 17t.338-.725t.787-.4q1.725-.4 2.8-1.763T20 11q0-2.075-1.463-3.537T15 6H9Q6.925 6 5.463 7.463T4 11t1.463 3.538T9 16h.175l-.9-.9Q8 14.825 8 14.413t.3-.713q.275-.275.7-.275t.7.275l2.6 2.6q.3.3.3.7t-.3.7l-2.6 2.6q-.275.275-.687.275T8.3 20.3Q8 20 8 19.588t.3-.713L9.175 18H9q-2.925 0-4.962-2.037T2 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="M2 11q0-2.925 2.038-4.962T9 4h6q2.925 0 4.963 2.038T22 11q0 2.575-1.65 4.525t-4.2 2.375q-.45.075-.8-.2T15 17t.338-.725t.787-.4q1.725-.4 2.8-1.763T20 11q0-2.075-1.463-3.537T15 6H9Q6.925 6 5.463 7.463T4 11t1.463 3.538T9 16h.175l-.9-.9Q8 14.825 8 14.413t.3-.713q.275-.275.7-.275t.7.275l2.6 2.6q.3.3.3.7t-.3.7l-2.6 2.6q-.275.275-.687.275T8.3 20.3Q8 20 8 19.588t.3-.713L9.175 18H9q-2.925 0-4.962-2.037T2 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%22M2%2011q0-2.925%202.038-4.962T9%204h6q2.925%200%204.963%202.038T22%2011q0%202.575-1.65%204.525t-4.2%202.375q-.45.075-.8-.2T15%2017t.338-.725t.787-.4q1.725-.4%202.8-1.763T20%2011q0-2.075-1.463-3.537T15%206H9Q6.925%206%205.463%207.463T4%2011t1.463%203.538T9%2016h.175l-.9-.9Q8%2014.825%208%2014.413t.3-.713q.275-.275.7-.275t.7.275l2.6%202.6q.3.3.3.7t-.3.7l-2.6%202.6q-.275.275-.687.275T8.3%2020.3Q8%2020%208%2019.588t.3-.713L9.175%2018H9q-2.925%200-4.962-2.037T2%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%22M2%2011q0-2.925%202.038-4.962T9%204h6q2.925%200%204.963%202.038T22%2011q0%202.575-1.65%204.525t-4.2%202.375q-.45.075-.8-.2T15%2017t.338-.725t.787-.4q1.725-.4%202.8-1.763T20%2011q0-2.075-1.463-3.537T15%206H9Q6.925%206%205.463%207.463T4%2011t1.463%203.538T9%2016h.175l-.9-.9Q8%2014.825%208%2014.413t.3-.713q.275-.275.7-.275t.7.275l2.6%202.6q.3.3.3.7t-.3.7l-2.6%202.6q-.275.275-.687.275T8.3%2020.3Q8%2020%208%2019.588t.3-.713L9.175%2018H9q-2.925%200-4.962-2.037T2%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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