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

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

1 other variant in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

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="M11 21V7h2v14zm-4-3v-8h2v8zm8 0v-8h2v8zM3 15v-2h2v2zm16 0v-2h2v2zM2 10V8h1.175q1.05 0 1.963-.525T6.6 6.05q.85-1.425 2.288-2.238T12 3t3.113.813T17.4 6.05q.55.9 1.463 1.425T20.825 8H22v2h-1.15q-1.575 0-2.963-.775T15.7 7.1q-.575-.975-1.562-1.537T12 5q-1.125 0-2.113.563T8.326 7.1q-.8 1.35-2.187 2.125T3.175 10z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCadence(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="M11 21V7h2v14zm-4-3v-8h2v8zm8 0v-8h2v8zM3 15v-2h2v2zm16 0v-2h2v2zM2 10V8h1.175q1.05 0 1.963-.525T6.6 6.05q.85-1.425 2.288-2.238T12 3t3.113.813T17.4 6.05q.55.9 1.463 1.425T20.825 8H22v2h-1.15q-1.575 0-2.963-.775T15.7 7.1q-.575-.975-1.562-1.537T12 5q-1.125 0-2.113.563T8.326 7.1q-.8 1.35-2.187 2.125T3.175 10z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 21V7h2v14zm-4-3v-8h2v8zm8 0v-8h2v8zM3 15v-2h2v2zm16 0v-2h2v2zM2 10V8h1.175q1.05 0 1.963-.525T6.6 6.05q.85-1.425 2.288-2.238T12 3t3.113.813T17.4 6.05q.55.9 1.463 1.425T20.825 8H22v2h-1.15q-1.575 0-2.963-.775T15.7 7.1q-.575-.975-1.562-1.537T12 5q-1.125 0-2.113.563T8.326 7.1q-.8 1.35-2.187 2.125T3.175 10z"/></svg>
</template>

CSS

.icon-cadence {
  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%22M11%2021V7h2v14zm-4-3v-8h2v8zm8%200v-8h2v8zM3%2015v-2h2v2zm16%200v-2h2v2zM2%2010V8h1.175q1.05%200%201.963-.525T6.6%206.05q.85-1.425%202.288-2.238T12%203t3.113.813T17.4%206.05q.55.9%201.463%201.425T20.825%208H22v2h-1.15q-1.575%200-2.963-.775T15.7%207.1q-.575-.975-1.562-1.537T12%205q-1.125%200-2.113.563T8.326%207.1q-.8%201.35-2.187%202.125T3.175%2010z%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%22M11%2021V7h2v14zm-4-3v-8h2v8zm8%200v-8h2v8zM3%2015v-2h2v2zm16%200v-2h2v2zM2%2010V8h1.175q1.05%200%201.963-.525T6.6%206.05q.85-1.425%202.288-2.238T12%203t3.113.813T17.4%206.05q.55.9%201.463%201.425T20.825%208H22v2h-1.15q-1.575%200-2.963-.775T15.7%207.1q-.575-.975-1.562-1.537T12%205q-1.125%200-2.113.563T8.326%207.1q-.8%201.35-2.187%202.125T3.175%2010z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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