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

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

1 other variant in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

Use the cadence icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.357 7.894q.143.143.143.356V19.5q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356V8.25q0-.213.144-.356t.357-.144t.356.144m-3.77 2.808q.144.143.144.356v5.615q0 .213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356v-5.615q0-.213.144-.356t.357-.144t.356.144m7.538 0q.143.143.143.356v5.615q0 .213-.144.356t-.356.144t-.356-.144t-.144-.356v-5.615q0-.213.144-.356q.144-.144.357-.144t.356.144M12 5q-1.174 0-2.204.572T8.152 7.177q-.723 1.177-1.918 1.846q-1.196.67-2.58.67H3.5q-.213 0-.356-.145Q3 9.404 3 9.192q0-.213.144-.357t.356-.143h.156q1.113 0 2.08-.544t1.537-1.482q.754-1.253 2.01-1.96Q10.537 4 12 4t2.717.707t2.009 1.958q.55.939 1.51 1.483t2.107.544h.156q.213 0 .356.144t.144.357t-.144.356t-.356.143h-.15q-1.383 0-2.578-.669q-1.195-.67-1.899-1.846q-.613-1.033-1.643-1.605T12 5m-7.895 9.222q-.144-.144-.144-.357t.145-.356t.356-.143t.356.143t.144.357t-.144.356t-.357.144t-.356-.144m15.077 0q-.143-.144-.143-.357t.144-.356t.356-.143t.356.143t.144.357t-.144.356t-.357.144t-.356-.144"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCadenceRounded(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="M12.357 7.894q.143.143.143.356V19.5q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356V8.25q0-.213.144-.356t.357-.144t.356.144m-3.77 2.808q.144.143.144.356v5.615q0 .213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356v-5.615q0-.213.144-.356t.357-.144t.356.144m7.538 0q.143.143.143.356v5.615q0 .213-.144.356t-.356.144t-.356-.144t-.144-.356v-5.615q0-.213.144-.356q.144-.144.357-.144t.356.144M12 5q-1.174 0-2.204.572T8.152 7.177q-.723 1.177-1.918 1.846q-1.196.67-2.58.67H3.5q-.213 0-.356-.145Q3 9.404 3 9.192q0-.213.144-.357t.356-.143h.156q1.113 0 2.08-.544t1.537-1.482q.754-1.253 2.01-1.96Q10.537 4 12 4t2.717.707t2.009 1.958q.55.939 1.51 1.483t2.107.544h.156q.213 0 .356.144t.144.357t-.144.356t-.356.143h-.15q-1.383 0-2.578-.669q-1.195-.67-1.899-1.846q-.613-1.033-1.643-1.605T12 5m-7.895 9.222q-.144-.144-.144-.357t.145-.356t.356-.143t.356.143t.144.357t-.144.356t-.357.144t-.356-.144m15.077 0q-.143-.144-.143-.357t.144-.356t.356-.143t.356.143t.144.357t-.144.356t-.357.144t-.356-.144"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.357 7.894q.143.143.143.356V19.5q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356V8.25q0-.213.144-.356t.357-.144t.356.144m-3.77 2.808q.144.143.144.356v5.615q0 .213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356v-5.615q0-.213.144-.356t.357-.144t.356.144m7.538 0q.143.143.143.356v5.615q0 .213-.144.356t-.356.144t-.356-.144t-.144-.356v-5.615q0-.213.144-.356q.144-.144.357-.144t.356.144M12 5q-1.174 0-2.204.572T8.152 7.177q-.723 1.177-1.918 1.846q-1.196.67-2.58.67H3.5q-.213 0-.356-.145Q3 9.404 3 9.192q0-.213.144-.357t.356-.143h.156q1.113 0 2.08-.544t1.537-1.482q.754-1.253 2.01-1.96Q10.537 4 12 4t2.717.707t2.009 1.958q.55.939 1.51 1.483t2.107.544h.156q.213 0 .356.144t.144.357t-.144.356t-.356.143h-.15q-1.383 0-2.578-.669q-1.195-.67-1.899-1.846q-.613-1.033-1.643-1.605T12 5m-7.895 9.222q-.144-.144-.144-.357t.145-.356t.356-.143t.356.143t.144.357t-.144.356t-.357.144t-.356-.144m15.077 0q-.143-.144-.143-.357t.144-.356t.356-.143t.356.143t.144.357t-.144.356t-.357.144t-.356-.144"/></svg>
</template>

CSS

.icon-cadence-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%22M12.357%207.894q.143.143.143.356V19.5q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356V8.25q0-.213.144-.356t.357-.144t.356.144m-3.77%202.808q.144.143.144.356v5.615q0%20.213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356v-5.615q0-.213.144-.356t.357-.144t.356.144m7.538%200q.143.143.143.356v5.615q0%20.213-.144.356t-.356.144t-.356-.144t-.144-.356v-5.615q0-.213.144-.356q.144-.144.357-.144t.356.144M12%205q-1.174%200-2.204.572T8.152%207.177q-.723%201.177-1.918%201.846q-1.196.67-2.58.67H3.5q-.213%200-.356-.145Q3%209.404%203%209.192q0-.213.144-.357t.356-.143h.156q1.113%200%202.08-.544t1.537-1.482q.754-1.253%202.01-1.96Q10.537%204%2012%204t2.717.707t2.009%201.958q.55.939%201.51%201.483t2.107.544h.156q.213%200%20.356.144t.144.357t-.144.356t-.356.143h-.15q-1.383%200-2.578-.669q-1.195-.67-1.899-1.846q-.613-1.033-1.643-1.605T12%205m-7.895%209.222q-.144-.144-.144-.357t.145-.356t.356-.143t.356.143t.144.357t-.144.356t-.357.144t-.356-.144m15.077%200q-.143-.144-.143-.357t.144-.356t.356-.143t.356.143t.144.357t-.144.356t-.357.144t-.356-.144%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%22M12.357%207.894q.143.143.143.356V19.5q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356V8.25q0-.213.144-.356t.357-.144t.356.144m-3.77%202.808q.144.143.144.356v5.615q0%20.213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356v-5.615q0-.213.144-.356t.357-.144t.356.144m7.538%200q.143.143.143.356v5.615q0%20.213-.144.356t-.356.144t-.356-.144t-.144-.356v-5.615q0-.213.144-.356q.144-.144.357-.144t.356.144M12%205q-1.174%200-2.204.572T8.152%207.177q-.723%201.177-1.918%201.846q-1.196.67-2.58.67H3.5q-.213%200-.356-.145Q3%209.404%203%209.192q0-.213.144-.357t.356-.143h.156q1.113%200%202.08-.544t1.537-1.482q.754-1.253%202.01-1.96Q10.537%204%2012%204t2.717.707t2.009%201.958q.55.939%201.51%201.483t2.107.544h.156q.213%200%20.356.144t.144.357t-.144.356t-.356.143h-.15q-1.383%200-2.578-.669q-1.195-.67-1.899-1.846q-.613-1.033-1.643-1.605T12%205m-7.895%209.222q-.144-.144-.144-.357t.145-.356t.356-.143t.356.143t.144.357t-.144.356t-.357.144t-.356-.144m15.077%200q-.143-.144-.143-.357t.144-.356t.356-.143t.356.143t.144.357t-.144.356t-.357.144t-.356-.144%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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