cadence from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
cadence
Set
Material Icon Theme
Style
Color
Viewbox
32×32
License
MIT

The same logo in other sets

Use the cadence logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#00e676" d="M14 12h6v-1a1 1 0 0 1 1-1h7V4h-6a8 8 0 0 0-8 8m6 0h6v6h-6zm-6 6v2.65A1.35 1.35 0 0 1 12.65 22h-1.3A1.35 1.35 0 0 1 10 20.65v-1.3A1.35 1.35 0 0 1 11.35 18zv-6h-2.65A7.35 7.35 0 0 0 4 19.35v1.3A7.35 7.35 0 0 0 11.35 28h1.3A7.35 7.35 0 0 0 20 20.65V18Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeCadence(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#00e676" d="M14 12h6v-1a1 1 0 0 1 1-1h7V4h-6a8 8 0 0 0-8 8m6 0h6v6h-6zm-6 6v2.65A1.35 1.35 0 0 1 12.65 22h-1.3A1.35 1.35 0 0 1 10 20.65v-1.3A1.35 1.35 0 0 1 11.35 18zv-6h-2.65A7.35 7.35 0 0 0 4 19.35v1.3A7.35 7.35 0 0 0 11.35 28h1.3A7.35 7.35 0 0 0 20 20.65V18Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#00e676" d="M14 12h6v-1a1 1 0 0 1 1-1h7V4h-6a8 8 0 0 0-8 8m6 0h6v6h-6zm-6 6v2.65A1.35 1.35 0 0 1 12.65 22h-1.3A1.35 1.35 0 0 1 10 20.65v-1.3A1.35 1.35 0 0 1 11.35 18zv-6h-2.65A7.35 7.35 0 0 0 4 19.35v1.3A7.35 7.35 0 0 0 11.35 28h1.3A7.35 7.35 0 0 0 20 20.65V18Z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22%2300e676%22%20d%3D%22M14%2012h6v-1a1%201%200%200%201%201-1h7V4h-6a8%208%200%200%200-8%208m6%200h6v6h-6zm-6%206v2.65A1.35%201.35%200%200%201%2012.65%2022h-1.3A1.35%201.35%200%200%201%2010%2020.65v-1.3A1.35%201.35%200%200%201%2011.35%2018zv-6h-2.65A7.35%207.35%200%200%200%204%2019.35v1.3A7.35%207.35%200%200%200%2011.35%2028h1.3A7.35%207.35%200%200%200%2020%2020.65V18Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22%2300e676%22%20d%3D%22M14%2012h6v-1a1%201%200%200%201%201-1h7V4h-6a8%208%200%200%200-8%208m6%200h6v6h-6zm-6%206v2.65A1.35%201.35%200%200%201%2012.65%2022h-1.3A1.35%201.35%200%200%201%2010%2020.65v-1.3A1.35%201.35%200%200%201%2011.35%2018zv-6h-2.65A7.35%207.35%200%200%200%204%2019.35v1.3A7.35%207.35%200%200%200%2011.35%2028h1.3A7.35%207.35%200%200%200%2020%2020.65V18Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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