query-stats from Material Symbols Light by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.

Name
query-stats
Set
Material Symbols Light
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
query-stats-outline, query-stats-outline-sharp, query-stats-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the query stats icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.817 13.256L2 12.677L6.25 5.85l2.885 3.385l3.807-6.212l2.885 4.346L19.183 2l.778.598l-4.123 6.6l-2.86-4.321l-3.703 6.04l-2.89-3.39zM14.116 18q1.203 0 2.034-.831t.83-2.035t-.83-2.034t-2.035-.83t-2.034.83t-.831 2.035t.831 2.034t2.035.831m5.157 3l-2.815-2.815q-.487.388-1.08.602T14.115 19q-1.61 0-2.737-1.126q-1.128-1.127-1.128-2.736t1.127-2.739t2.735-1.13t2.739 1.128t1.13 2.737q0 .67-.214 1.273q-.213.602-.601 1.09l2.796 2.815z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightQueryStats(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="M2.817 13.256L2 12.677L6.25 5.85l2.885 3.385l3.807-6.212l2.885 4.346L19.183 2l.778.598l-4.123 6.6l-2.86-4.321l-3.703 6.04l-2.89-3.39zM14.116 18q1.203 0 2.034-.831t.83-2.035t-.83-2.034t-2.035-.83t-2.034.83t-.831 2.035t.831 2.034t2.035.831m5.157 3l-2.815-2.815q-.487.388-1.08.602T14.115 19q-1.61 0-2.737-1.126q-1.128-1.127-1.128-2.736t1.127-2.739t2.735-1.13t2.739 1.128t1.13 2.737q0 .67-.214 1.273q-.213.602-.601 1.09l2.796 2.815z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.817 13.256L2 12.677L6.25 5.85l2.885 3.385l3.807-6.212l2.885 4.346L19.183 2l.778.598l-4.123 6.6l-2.86-4.321l-3.703 6.04l-2.89-3.39zM14.116 18q1.203 0 2.034-.831t.83-2.035t-.83-2.034t-2.035-.83t-2.034.83t-.831 2.035t.831 2.034t2.035.831m5.157 3l-2.815-2.815q-.487.388-1.08.602T14.115 19q-1.61 0-2.737-1.126q-1.128-1.127-1.128-2.736t1.127-2.739t2.735-1.13t2.739 1.128t1.13 2.737q0 .67-.214 1.273q-.213.602-.601 1.09l2.796 2.815z"/></svg>
</template>

CSS

.icon-query-stats {
  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%22M2.817%2013.256L2%2012.677L6.25%205.85l2.885%203.385l3.807-6.212l2.885%204.346L19.183%202l.778.598l-4.123%206.6l-2.86-4.321l-3.703%206.04l-2.89-3.39zM14.116%2018q1.203%200%202.034-.831t.83-2.035t-.83-2.034t-2.035-.83t-2.034.83t-.831%202.035t.831%202.034t2.035.831m5.157%203l-2.815-2.815q-.487.388-1.08.602T14.115%2019q-1.61%200-2.737-1.126q-1.128-1.127-1.128-2.736t1.127-2.739t2.735-1.13t2.739%201.128t1.13%202.737q0%20.67-.214%201.273q-.213.602-.601%201.09l2.796%202.815z%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%22M2.817%2013.256L2%2012.677L6.25%205.85l2.885%203.385l3.807-6.212l2.885%204.346L19.183%202l.778.598l-4.123%206.6l-2.86-4.321l-3.703%206.04l-2.89-3.39zM14.116%2018q1.203%200%202.034-.831t.83-2.035t-.83-2.034t-2.035-.83t-2.034.83t-.831%202.035t.831%202.034t2.035.831m5.157%203l-2.815-2.815q-.487.388-1.08.602T14.115%2019q-1.61%200-2.737-1.126q-1.128-1.127-1.128-2.736t1.127-2.739t2.735-1.13t2.739%201.128t1.13%202.737q0%20.67-.214%201.273q-.213.602-.601%201.09l2.796%202.815z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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