chart timeline variant shimmer icon
chart-timeline-variant-shimmer from Material Design Icons by Pictogrammers · Filled · Math · Apache-2.0 Free for personal and commercial use.
- Name
- chart-timeline-variant-shimmer
- Set
- Material Design Icons
- Style
- Filled
- Category
- Math
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- graph-line-shimmer, graph-timeline-variant-shimmer, report-line-shimmer, report-timeline-variant-shimmer, widget-line-shimmer, widget-timeline-variant-shimmer
More math icons from Material Design Icons
abacusangle-acuteangle-obtuseangle-rightapproximately-equalapproximately-equal-boxcalculatorcalculator-variantchart-arcchart-areasplinechart-areaspline-variantchart-barchart-bar-stackedchart-bell-curvechart-bell-curve-cumulativechart-boxchart-box-multiplechart-box-plus-outlinechart-bubblechart-donutchart-donut-variantchart-ganttchart-histogramchart-line
Use the chart timeline variant shimmer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 8c-1.5 0-2.3 1.4-1.9 2.5l-3.6 3.6c-.3-.1-.7-.1-1 0l-2.6-2.6c.4-1.1-.4-2.5-1.9-2.5c-1.4 0-2.3 1.4-1.9 2.5L3.5 16c-1.1-.3-2.5.5-2.5 2c0 1.1.9 2 2 2c1.4 0 2.3-1.4 1.9-2.5l4.5-4.6c.3.1.7.1 1 0l2.6 2.6c-.3 1 .5 2.5 2 2.5s2.3-1.4 1.9-2.5l3.6-3.6c1.1.3 2.5-.5 2.5-1.9c0-1.1-.9-2-2-2m-6 1l.9-2.1L18 6l-2.1-.9L15 3l-.9 2.1L12 6l2.1.9zM3.5 11L4 9l2-.5L4 8l-.5-2L3 8l-2 .5L3 9z"/></svg>
React
import type { SVGProps } from "react";
export function MdiChartTimelineVariantShimmer(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="M21 8c-1.5 0-2.3 1.4-1.9 2.5l-3.6 3.6c-.3-.1-.7-.1-1 0l-2.6-2.6c.4-1.1-.4-2.5-1.9-2.5c-1.4 0-2.3 1.4-1.9 2.5L3.5 16c-1.1-.3-2.5.5-2.5 2c0 1.1.9 2 2 2c1.4 0 2.3-1.4 1.9-2.5l4.5-4.6c.3.1.7.1 1 0l2.6 2.6c-.3 1 .5 2.5 2 2.5s2.3-1.4 1.9-2.5l3.6-3.6c1.1.3 2.5-.5 2.5-1.9c0-1.1-.9-2-2-2m-6 1l.9-2.1L18 6l-2.1-.9L15 3l-.9 2.1L12 6l2.1.9zM3.5 11L4 9l2-.5L4 8l-.5-2L3 8l-2 .5L3 9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 8c-1.5 0-2.3 1.4-1.9 2.5l-3.6 3.6c-.3-.1-.7-.1-1 0l-2.6-2.6c.4-1.1-.4-2.5-1.9-2.5c-1.4 0-2.3 1.4-1.9 2.5L3.5 16c-1.1-.3-2.5.5-2.5 2c0 1.1.9 2 2 2c1.4 0 2.3-1.4 1.9-2.5l4.5-4.6c.3.1.7.1 1 0l2.6 2.6c-.3 1 .5 2.5 2 2.5s2.3-1.4 1.9-2.5l3.6-3.6c1.1.3 2.5-.5 2.5-1.9c0-1.1-.9-2-2-2m-6 1l.9-2.1L18 6l-2.1-.9L15 3l-.9 2.1L12 6l2.1.9zM3.5 11L4 9l2-.5L4 8l-.5-2L3 8l-2 .5L3 9z"/></svg> </template>
CSS
.icon-chart-timeline-variant-shimmer {
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%22M21%208c-1.5%200-2.3%201.4-1.9%202.5l-3.6%203.6c-.3-.1-.7-.1-1%200l-2.6-2.6c.4-1.1-.4-2.5-1.9-2.5c-1.4%200-2.3%201.4-1.9%202.5L3.5%2016c-1.1-.3-2.5.5-2.5%202c0%201.1.9%202%202%202c1.4%200%202.3-1.4%201.9-2.5l4.5-4.6c.3.1.7.1%201%200l2.6%202.6c-.3%201%20.5%202.5%202%202.5s2.3-1.4%201.9-2.5l3.6-3.6c1.1.3%202.5-.5%202.5-1.9c0-1.1-.9-2-2-2m-6%201l.9-2.1L18%206l-2.1-.9L15%203l-.9%202.1L12%206l2.1.9zM3.5%2011L4%209l2-.5L4%208l-.5-2L3%208l-2%20.5L3%209z%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%22M21%208c-1.5%200-2.3%201.4-1.9%202.5l-3.6%203.6c-.3-.1-.7-.1-1%200l-2.6-2.6c.4-1.1-.4-2.5-1.9-2.5c-1.4%200-2.3%201.4-1.9%202.5L3.5%2016c-1.1-.3-2.5.5-2.5%202c0%201.1.9%202%202%202c1.4%200%202.3-1.4%201.9-2.5l4.5-4.6c.3.1.7.1%201%200l2.6%202.6c-.3%201%20.5%202.5%202%202.5s2.3-1.4%201.9-2.5l3.6-3.6c1.1.3%202.5-.5%202.5-1.9c0-1.1-.9-2-2-2m-6%201l.9-2.1L18%206l-2.1-.9L15%203l-.9%202.1L12%206l2.1.9zM3.5%2011L4%209l2-.5L4%208l-.5-2L3%208l-2%20.5L3%209z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/chart-timeline-variant-shimmer.svg?color=%231a73e8&size=48