learning rhythm icon

learning-rhythm-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.

Name
learning-rhythm-solid
Set
Dither Icons
Style
Solid
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

Use the learning rhythm icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M9 2.6h6a1 1 0 0 1 .96.73l4.83 17a.8.8 0 0 1-.77 1.02H3.98a.8.8 0 0 1-.77-1.02l4.83-17A1 1 0 0 1 9 2.6ZM9.4 4.1 5 19.9h14L14.6 4.1Z" opacity=".85"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M10.9 5.8h2.2M10.5 7.2h3M10.1 8.6h3.8" opacity=".35"/><path fill-rule="evenodd" d="M11.5 7.2a.5.5 0 0 1 1 0v2.1h-1ZM11.5 12.4h1v5.4h-1Z" transform="rotate(-12 12 17.8)"/><path fill-rule="evenodd" d="M10.6 9.3h2.8a.65.65 0 0 1 .65.65v1.8a.65.65 0 0 1-.65.65h-2.8a.65.65 0 0 1-.65-.65v-1.8a.65.65 0 0 1 .65-.65Z" transform="rotate(-12 12 17.8)"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M10.7 9.8h2.6" opacity="0" transform="rotate(-12 12 17.8)"/><circle cx="12" cy="17.8" r="1.05"/><circle cx="12" cy="17.8" r=".35" fill="none" stroke="currentColor" stroke-width=".2"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".9" d="M5.5 22.1h13" opacity=".45"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M18.2 6.5l1.3-.7" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M18.8 8.6l1.45-.1" opacity="0"/></g></svg>

React

import type { SVGProps } from "react";

export function DitherLearningRhythmSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M9 2.6h6a1 1 0 0 1 .96.73l4.83 17a.8.8 0 0 1-.77 1.02H3.98a.8.8 0 0 1-.77-1.02l4.83-17A1 1 0 0 1 9 2.6ZM9.4 4.1 5 19.9h14L14.6 4.1Z" opacity=".85"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".5" d="M10.9 5.8h2.2M10.5 7.2h3M10.1 8.6h3.8" opacity=".35"/><path fillRule="evenodd" d="M11.5 7.2a.5.5 0 0 1 1 0v2.1h-1ZM11.5 12.4h1v5.4h-1Z" transform="rotate(-12 12 17.8)"/><path fillRule="evenodd" d="M10.6 9.3h2.8a.65.65 0 0 1 .65.65v1.8a.65.65 0 0 1-.65.65h-2.8a.65.65 0 0 1-.65-.65v-1.8a.65.65 0 0 1 .65-.65Z" transform="rotate(-12 12 17.8)"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".55" d="M10.7 9.8h2.6" opacity="0" transform="rotate(-12 12 17.8)"/><circle cx="12" cy="17.8" r="1.05"/><circle cx="12" cy="17.8" r=".35" fill="none" stroke="currentColor" strokeWidth=".2"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".9" d="M5.5 22.1h13" opacity=".45"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".55" d="M18.2 6.5l1.3-.7" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".55" d="M18.8 8.6l1.45-.1" opacity="0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M9 2.6h6a1 1 0 0 1 .96.73l4.83 17a.8.8 0 0 1-.77 1.02H3.98a.8.8 0 0 1-.77-1.02l4.83-17A1 1 0 0 1 9 2.6ZM9.4 4.1 5 19.9h14L14.6 4.1Z" opacity=".85"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M10.9 5.8h2.2M10.5 7.2h3M10.1 8.6h3.8" opacity=".35"/><path fill-rule="evenodd" d="M11.5 7.2a.5.5 0 0 1 1 0v2.1h-1ZM11.5 12.4h1v5.4h-1Z" transform="rotate(-12 12 17.8)"/><path fill-rule="evenodd" d="M10.6 9.3h2.8a.65.65 0 0 1 .65.65v1.8a.65.65 0 0 1-.65.65h-2.8a.65.65 0 0 1-.65-.65v-1.8a.65.65 0 0 1 .65-.65Z" transform="rotate(-12 12 17.8)"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M10.7 9.8h2.6" opacity="0" transform="rotate(-12 12 17.8)"/><circle cx="12" cy="17.8" r="1.05"/><circle cx="12" cy="17.8" r=".35" fill="none" stroke="currentColor" stroke-width=".2"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".9" d="M5.5 22.1h13" opacity=".45"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M18.2 6.5l1.3-.7" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M18.8 8.6l1.45-.1" opacity="0"/></g></svg>
</template>

CSS

.icon-learning-rhythm-solid {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9%202.6h6a1%201%200%200%201%20.96.73l4.83%2017a.8.8%200%200%201-.77%201.02H3.98a.8.8%200%200%201-.77-1.02l4.83-17A1%201%200%200%201%209%202.6ZM9.4%204.1%205%2019.9h14L14.6%204.1Z%22%20opacity%3D%22.85%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M10.9%205.8h2.2M10.5%207.2h3M10.1%208.6h3.8%22%20opacity%3D%22.35%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.5%207.2a.5.5%200%200%201%201%200v2.1h-1ZM11.5%2012.4h1v5.4h-1Z%22%20transform%3D%22rotate(-12%2012%2017.8)%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.6%209.3h2.8a.65.65%200%200%201%20.65.65v1.8a.65.65%200%200%201-.65.65h-2.8a.65.65%200%200%201-.65-.65v-1.8a.65.65%200%200%201%20.65-.65Z%22%20transform%3D%22rotate(-12%2012%2017.8)%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M10.7%209.8h2.6%22%20opacity%3D%220%22%20transform%3D%22rotate(-12%2012%2017.8)%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2217.8%22%20r%3D%221.05%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2217.8%22%20r%3D%22.35%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.2%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.9%22%20d%3D%22M5.5%2022.1h13%22%20opacity%3D%22.45%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M18.2%206.5l1.3-.7%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M18.8%208.6l1.45-.1%22%20opacity%3D%220%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9%202.6h6a1%201%200%200%201%20.96.73l4.83%2017a.8.8%200%200%201-.77%201.02H3.98a.8.8%200%200%201-.77-1.02l4.83-17A1%201%200%200%201%209%202.6ZM9.4%204.1%205%2019.9h14L14.6%204.1Z%22%20opacity%3D%22.85%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M10.9%205.8h2.2M10.5%207.2h3M10.1%208.6h3.8%22%20opacity%3D%22.35%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.5%207.2a.5.5%200%200%201%201%200v2.1h-1ZM11.5%2012.4h1v5.4h-1Z%22%20transform%3D%22rotate(-12%2012%2017.8)%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.6%209.3h2.8a.65.65%200%200%201%20.65.65v1.8a.65.65%200%200%201-.65.65h-2.8a.65.65%200%200%201-.65-.65v-1.8a.65.65%200%200%201%20.65-.65Z%22%20transform%3D%22rotate(-12%2012%2017.8)%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M10.7%209.8h2.6%22%20opacity%3D%220%22%20transform%3D%22rotate(-12%2012%2017.8)%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2217.8%22%20r%3D%221.05%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2217.8%22%20r%3D%22.35%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.2%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.9%22%20d%3D%22M5.5%2022.1h13%22%20opacity%3D%22.45%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M18.2%206.5l1.3-.7%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M18.8%208.6l1.45-.1%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/dither/learning-rhythm-solid.svg?color=%231a73e8&size=48