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

Name
query-stats-rounded
Set
Material Symbols Light
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
query-stats-outline-rounded

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.385 12.958q-.171-.11-.205-.305t.07-.372l2.839-4.554q.434-.702 1.245-.755q.81-.053 1.345.568l.898 1.04q.212.25.529.222q.317-.029.471-.298l2.048-3.331q.46-.758 1.345-.78q.886-.022 1.37.73l.949 1.458q.192.269.528.269t.51-.288l2.57-4.104q.109-.183.325-.222t.394.1q.151.11.185.286t-.07.353l-2.57 4.104q-.459.752-1.345.752t-1.37-.727l-.929-1.42q-.192-.288-.529-.278q-.336.01-.51.298l-2.047 3.311q-.429.702-1.25.768q-.82.065-1.354-.556l-.904-1.065q-.212-.25-.52-.222q-.307.03-.46.298l-2.84 4.58q-.109.182-.325.231t-.393-.091M14.115 18q1.204 0 2.035-.83t.83-2.036q0-1.203-.83-2.034t-2.034-.83t-2.035.83t-.831 2.035t.83 2.034t2.036.831m0 1q-1.606 0-2.736-1.13t-1.13-2.735t1.13-2.736t2.735-1.13t2.736 1.13t1.13 2.736q0 .669-.214 1.272q-.213.603-.601 1.09l2.461 2.48q.14.14.14.335t-.14.334t-.344.14t-.344-.14l-2.481-2.461q-.487.388-1.08.602T14.116 19"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightQueryStatsRounded(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.385 12.958q-.171-.11-.205-.305t.07-.372l2.839-4.554q.434-.702 1.245-.755q.81-.053 1.345.568l.898 1.04q.212.25.529.222q.317-.029.471-.298l2.048-3.331q.46-.758 1.345-.78q.886-.022 1.37.73l.949 1.458q.192.269.528.269t.51-.288l2.57-4.104q.109-.183.325-.222t.394.1q.151.11.185.286t-.07.353l-2.57 4.104q-.459.752-1.345.752t-1.37-.727l-.929-1.42q-.192-.288-.529-.278q-.336.01-.51.298l-2.047 3.311q-.429.702-1.25.768q-.82.065-1.354-.556l-.904-1.065q-.212-.25-.52-.222q-.307.03-.46.298l-2.84 4.58q-.109.182-.325.231t-.393-.091M14.115 18q1.204 0 2.035-.83t.83-2.036q0-1.203-.83-2.034t-2.034-.83t-2.035.83t-.831 2.035t.83 2.034t2.036.831m0 1q-1.606 0-2.736-1.13t-1.13-2.735t1.13-2.736t2.735-1.13t2.736 1.13t1.13 2.736q0 .669-.214 1.272q-.213.603-.601 1.09l2.461 2.48q.14.14.14.335t-.14.334t-.344.14t-.344-.14l-2.481-2.461q-.487.388-1.08.602T14.116 19"/></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.385 12.958q-.171-.11-.205-.305t.07-.372l2.839-4.554q.434-.702 1.245-.755q.81-.053 1.345.568l.898 1.04q.212.25.529.222q.317-.029.471-.298l2.048-3.331q.46-.758 1.345-.78q.886-.022 1.37.73l.949 1.458q.192.269.528.269t.51-.288l2.57-4.104q.109-.183.325-.222t.394.1q.151.11.185.286t-.07.353l-2.57 4.104q-.459.752-1.345.752t-1.37-.727l-.929-1.42q-.192-.288-.529-.278q-.336.01-.51.298l-2.047 3.311q-.429.702-1.25.768q-.82.065-1.354-.556l-.904-1.065q-.212-.25-.52-.222q-.307.03-.46.298l-2.84 4.58q-.109.182-.325.231t-.393-.091M14.115 18q1.204 0 2.035-.83t.83-2.036q0-1.203-.83-2.034t-2.034-.83t-2.035.83t-.831 2.035t.83 2.034t2.036.831m0 1q-1.606 0-2.736-1.13t-1.13-2.735t1.13-2.736t2.735-1.13t2.736 1.13t1.13 2.736q0 .669-.214 1.272q-.213.603-.601 1.09l2.461 2.48q.14.14.14.335t-.14.334t-.344.14t-.344-.14l-2.481-2.461q-.487.388-1.08.602T14.116 19"/></svg>
</template>

CSS

.icon-query-stats-rounded {
  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.385%2012.958q-.171-.11-.205-.305t.07-.372l2.839-4.554q.434-.702%201.245-.755q.81-.053%201.345.568l.898%201.04q.212.25.529.222q.317-.029.471-.298l2.048-3.331q.46-.758%201.345-.78q.886-.022%201.37.73l.949%201.458q.192.269.528.269t.51-.288l2.57-4.104q.109-.183.325-.222t.394.1q.151.11.185.286t-.07.353l-2.57%204.104q-.459.752-1.345.752t-1.37-.727l-.929-1.42q-.192-.288-.529-.278q-.336.01-.51.298l-2.047%203.311q-.429.702-1.25.768q-.82.065-1.354-.556l-.904-1.065q-.212-.25-.52-.222q-.307.03-.46.298l-2.84%204.58q-.109.182-.325.231t-.393-.091M14.115%2018q1.204%200%202.035-.83t.83-2.036q0-1.203-.83-2.034t-2.034-.83t-2.035.83t-.831%202.035t.83%202.034t2.036.831m0%201q-1.606%200-2.736-1.13t-1.13-2.735t1.13-2.736t2.735-1.13t2.736%201.13t1.13%202.736q0%20.669-.214%201.272q-.213.603-.601%201.09l2.461%202.48q.14.14.14.335t-.14.334t-.344.14t-.344-.14l-2.481-2.461q-.487.388-1.08.602T14.116%2019%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.385%2012.958q-.171-.11-.205-.305t.07-.372l2.839-4.554q.434-.702%201.245-.755q.81-.053%201.345.568l.898%201.04q.212.25.529.222q.317-.029.471-.298l2.048-3.331q.46-.758%201.345-.78q.886-.022%201.37.73l.949%201.458q.192.269.528.269t.51-.288l2.57-4.104q.109-.183.325-.222t.394.1q.151.11.185.286t-.07.353l-2.57%204.104q-.459.752-1.345.752t-1.37-.727l-.929-1.42q-.192-.288-.529-.278q-.336.01-.51.298l-2.047%203.311q-.429.702-1.25.768q-.82.065-1.354-.556l-.904-1.065q-.212-.25-.52-.222q-.307.03-.46.298l-2.84%204.58q-.109.182-.325.231t-.393-.091M14.115%2018q1.204%200%202.035-.83t.83-2.036q0-1.203-.83-2.034t-2.034-.83t-2.035.83t-.831%202.035t.83%202.034t2.036.831m0%201q-1.606%200-2.736-1.13t-1.13-2.735t1.13-2.736t2.735-1.13t2.736%201.13t1.13%202.736q0%20.669-.214%201.272q-.213.603-.601%201.09l2.461%202.48q.14.14.14.335t-.14.334t-.344.14t-.344-.14l-2.481-2.461q-.487.388-1.08.602T14.116%2019%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-rounded.svg?color=%231a73e8&size=48