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

Name
query-stats
Set
Material Symbols
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

The same icon in other sets

More business icons from Material Symbols

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.625 14.025L1 12.85l5-8l3 3.5l4-6.5l3 4.5L19.375 1L21 2.175l-4.95 7.85l-2.975-4.475l-3.8 6.175L6.25 8.2zM14.5 18q1.05 0 1.775-.725T17 15.5t-.725-1.775T14.5 13t-1.775.725T12 15.5t.725 1.775T14.5 18m5.1 4l-2.7-2.7q-.525.35-1.137.525T14.5 20q-1.875 0-3.187-1.312T10 15.5t1.313-3.187T14.5 11t3.188 1.313T19 15.5q0 .65-.175 1.263T18.3 17.9l2.7 2.7z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsQueryStats(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.625 14.025L1 12.85l5-8l3 3.5l4-6.5l3 4.5L19.375 1L21 2.175l-4.95 7.85l-2.975-4.475l-3.8 6.175L6.25 8.2zM14.5 18q1.05 0 1.775-.725T17 15.5t-.725-1.775T14.5 13t-1.775.725T12 15.5t.725 1.775T14.5 18m5.1 4l-2.7-2.7q-.525.35-1.137.525T14.5 20q-1.875 0-3.187-1.312T10 15.5t1.313-3.187T14.5 11t3.188 1.313T19 15.5q0 .65-.175 1.263T18.3 17.9l2.7 2.7z"/></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.625 14.025L1 12.85l5-8l3 3.5l4-6.5l3 4.5L19.375 1L21 2.175l-4.95 7.85l-2.975-4.475l-3.8 6.175L6.25 8.2zM14.5 18q1.05 0 1.775-.725T17 15.5t-.725-1.775T14.5 13t-1.775.725T12 15.5t.725 1.775T14.5 18m5.1 4l-2.7-2.7q-.525.35-1.137.525T14.5 20q-1.875 0-3.187-1.312T10 15.5t1.313-3.187T14.5 11t3.188 1.313T19 15.5q0 .65-.175 1.263T18.3 17.9l2.7 2.7z"/></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.625%2014.025L1%2012.85l5-8l3%203.5l4-6.5l3%204.5L19.375%201L21%202.175l-4.95%207.85l-2.975-4.475l-3.8%206.175L6.25%208.2zM14.5%2018q1.05%200%201.775-.725T17%2015.5t-.725-1.775T14.5%2013t-1.775.725T12%2015.5t.725%201.775T14.5%2018m5.1%204l-2.7-2.7q-.525.35-1.137.525T14.5%2020q-1.875%200-3.187-1.312T10%2015.5t1.313-3.187T14.5%2011t3.188%201.313T19%2015.5q0%20.65-.175%201.263T18.3%2017.9l2.7%202.7z%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.625%2014.025L1%2012.85l5-8l3%203.5l4-6.5l3%204.5L19.375%201L21%202.175l-4.95%207.85l-2.975-4.475l-3.8%206.175L6.25%208.2zM14.5%2018q1.05%200%201.775-.725T17%2015.5t-.725-1.775T14.5%2013t-1.775.725T12%2015.5t.725%201.775T14.5%2018m5.1%204l-2.7-2.7q-.525.35-1.137.525T14.5%2020q-1.875%200-3.187-1.312T10%2015.5t1.313-3.187T14.5%2011t3.188%201.313T19%2015.5q0%20.65-.175%201.263T18.3%2017.9l2.7%202.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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