chart dots icon

chart-dots-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
chart-dots-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

Related icons in Tabler Icons

Use the chart dots icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3 2a1 1 0 0 1 1 1v17h17a1 1 0 0 1 .993.883L22 21a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1"/><path d="M19 4a3 3 0 1 1-.651 5.93l-2.002 3.202a3 3 0 1 1-4.927.337l-1.378-1.655a3 3 0 1 1 1.538-1.282l1.378 1.654a3 3 0 0 1 1.693-.115l2.002-3.203A3 3 0 0 1 19 4"/></g></svg>

React

import type { SVGProps } from "react";

export function TablerChartDotsFilled(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 d="M3 2a1 1 0 0 1 1 1v17h17a1 1 0 0 1 .993.883L22 21a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1"/><path d="M19 4a3 3 0 1 1-.651 5.93l-2.002 3.202a3 3 0 1 1-4.927.337l-1.378-1.655a3 3 0 1 1 1.538-1.282l1.378 1.654a3 3 0 0 1 1.693-.115l2.002-3.203A3 3 0 0 1 19 4"/></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 d="M3 2a1 1 0 0 1 1 1v17h17a1 1 0 0 1 .993.883L22 21a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1"/><path d="M19 4a3 3 0 1 1-.651 5.93l-2.002 3.202a3 3 0 1 1-4.927.337l-1.378-1.655a3 3 0 1 1 1.538-1.282l1.378 1.654a3 3 0 0 1 1.693-.115l2.002-3.203A3 3 0 0 1 19 4"/></g></svg>
</template>

CSS

.icon-chart-dots-filled {
  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%20d%3D%22M3%202a1%201%200%200%201%201%201v17h17a1%201%200%200%201%20.993.883L22%2021a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1V3a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20d%3D%22M19%204a3%203%200%201%201-.651%205.93l-2.002%203.202a3%203%200%201%201-4.927.337l-1.378-1.655a3%203%200%201%201%201.538-1.282l1.378%201.654a3%203%200%200%201%201.693-.115l2.002-3.203A3%203%200%200%201%2019%204%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%20d%3D%22M3%202a1%201%200%200%201%201%201v17h17a1%201%200%200%201%20.993.883L22%2021a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1V3a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20d%3D%22M19%204a3%203%200%201%201-.651%205.93l-2.002%203.202a3%203%200%201%201-4.927.337l-1.378-1.655a3%203%200%201%201%201.538-1.282l1.378%201.654a3%203%200%200%201%201.693-.115l2.002-3.203A3%203%200%200%201%2019%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/chart-dots-filled.svg?color=%231a73e8&size=48