round query stats icon

round-query-stats from Google Material Icons by Material Design Authors · Baseline · Editor · Apache-2.0 Free for personal and commercial use.

Name
round-query-stats
Set
Google Material Icons
Style
Baseline
Category
Editor
Viewbox
24×24
License
Apache 2.0

More editor icons from Google Material Icons

Use the round 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="M19.88 18.47c.48-.77.75-1.67.69-2.66c-.13-2.15-1.84-3.97-3.97-4.2a4.5 4.5 0 0 0-5.02 4.47c0 2.49 2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7l2.41 2.41c.39.39 1.03.39 1.42 0s.39-1.03 0-1.42zm-3.8.11a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5m-.36-8.5c-.74.02-1.45.18-2.1.45l-.55-.83l-3.08 5.01a1 1 0 0 1-1.61.13l-2.12-2.47l-3.06 4.9c-.31.49-.97.62-1.44.28c-.42-.31-.54-.89-.26-1.34l3.78-6.05c.36-.57 1.17-.63 1.61-.12L9 12.5l3.18-5.17a.996.996 0 0 1 1.68-.03zm2.59.5c-.64-.28-1.33-.45-2.05-.49L20.8 2.9c.31-.49.97-.61 1.43-.27c.43.31.54.9.26 1.34z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundQueryStats(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="M19.88 18.47c.48-.77.75-1.67.69-2.66c-.13-2.15-1.84-3.97-3.97-4.2a4.5 4.5 0 0 0-5.02 4.47c0 2.49 2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7l2.41 2.41c.39.39 1.03.39 1.42 0s.39-1.03 0-1.42zm-3.8.11a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5m-.36-8.5c-.74.02-1.45.18-2.1.45l-.55-.83l-3.08 5.01a1 1 0 0 1-1.61.13l-2.12-2.47l-3.06 4.9c-.31.49-.97.62-1.44.28c-.42-.31-.54-.89-.26-1.34l3.78-6.05c.36-.57 1.17-.63 1.61-.12L9 12.5l3.18-5.17a.996.996 0 0 1 1.68-.03zm2.59.5c-.64-.28-1.33-.45-2.05-.49L20.8 2.9c.31-.49.97-.61 1.43-.27c.43.31.54.9.26 1.34z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.88 18.47c.48-.77.75-1.67.69-2.66c-.13-2.15-1.84-3.97-3.97-4.2a4.5 4.5 0 0 0-5.02 4.47c0 2.49 2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7l2.41 2.41c.39.39 1.03.39 1.42 0s.39-1.03 0-1.42zm-3.8.11a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5m-.36-8.5c-.74.02-1.45.18-2.1.45l-.55-.83l-3.08 5.01a1 1 0 0 1-1.61.13l-2.12-2.47l-3.06 4.9c-.31.49-.97.62-1.44.28c-.42-.31-.54-.89-.26-1.34l3.78-6.05c.36-.57 1.17-.63 1.61-.12L9 12.5l3.18-5.17a.996.996 0 0 1 1.68-.03zm2.59.5c-.64-.28-1.33-.45-2.05-.49L20.8 2.9c.31-.49.97-.61 1.43-.27c.43.31.54.9.26 1.34z"/></svg>
</template>

CSS

.icon-round-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%22M19.88%2018.47c.48-.77.75-1.67.69-2.66c-.13-2.15-1.84-3.97-3.97-4.2a4.5%204.5%200%200%200-5.02%204.47c0%202.49%202.01%204.5%204.49%204.5c.88%200%201.7-.26%202.39-.7l2.41%202.41c.39.39%201.03.39%201.42%200s.39-1.03%200-1.42zm-3.8.11a2.5%202.5%200%200%201%200-5a2.5%202.5%200%200%201%200%205m-.36-8.5c-.74.02-1.45.18-2.1.45l-.55-.83l-3.08%205.01a1%201%200%200%201-1.61.13l-2.12-2.47l-3.06%204.9c-.31.49-.97.62-1.44.28c-.42-.31-.54-.89-.26-1.34l3.78-6.05c.36-.57%201.17-.63%201.61-.12L9%2012.5l3.18-5.17a.996.996%200%200%201%201.68-.03zm2.59.5c-.64-.28-1.33-.45-2.05-.49L20.8%202.9c.31-.49.97-.61%201.43-.27c.43.31.54.9.26%201.34z%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%22M19.88%2018.47c.48-.77.75-1.67.69-2.66c-.13-2.15-1.84-3.97-3.97-4.2a4.5%204.5%200%200%200-5.02%204.47c0%202.49%202.01%204.5%204.49%204.5c.88%200%201.7-.26%202.39-.7l2.41%202.41c.39.39%201.03.39%201.42%200s.39-1.03%200-1.42zm-3.8.11a2.5%202.5%200%200%201%200-5a2.5%202.5%200%200%201%200%205m-.36-8.5c-.74.02-1.45.18-2.1.45l-.55-.83l-3.08%205.01a1%201%200%200%201-1.61.13l-2.12-2.47l-3.06%204.9c-.31.49-.97.62-1.44.28c-.42-.31-.54-.89-.26-1.34l3.78-6.05c.36-.57%201.17-.63%201.61-.12L9%2012.5l3.18-5.17a.996.996%200%200%201%201.68-.03zm2.59.5c-.64-.28-1.33-.45-2.05-.49L20.8%202.9c.31-.49.97-.61%201.43-.27c.43.31.54.9.26%201.34z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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