meter from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
meter
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the meter logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M20.02 11.028q.057.477.058.972c0 4.473-3.616 8.1-8.078 8.1a8.08 8.08 0 0 1-7.333-4.696l1.293-.652A6.63 6.63 0 0 0 12 18.65c3.662 0 6.632-2.977 6.632-6.65l-.003-.204zM12 3.9c3.402 0 6.314 2.11 7.504 5.096l-1.382.441a6.63 6.63 0 0 0-6.123-4.087c-3.662 0-6.632 2.977-6.632 6.65l.002.136l-1.353 1.11A8 8 0 0 1 3.92 12c0-4.474 3.617-8.1 8.078-8.1"/><path d="m3 15.239l7.901-6.48l-.328 2.694l4.612-2.62l-.234 2.559L21 9.46l-8.204 4.53l.613-2.577l-4.74 2.785l.313-1.978z"/></g></svg>

React

import type { SVGProps } from "react";

export function TokenMeter(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" fillRule="evenodd" clipRule="evenodd"><path d="M20.02 11.028q.057.477.058.972c0 4.473-3.616 8.1-8.078 8.1a8.08 8.08 0 0 1-7.333-4.696l1.293-.652A6.63 6.63 0 0 0 12 18.65c3.662 0 6.632-2.977 6.632-6.65l-.003-.204zM12 3.9c3.402 0 6.314 2.11 7.504 5.096l-1.382.441a6.63 6.63 0 0 0-6.123-4.087c-3.662 0-6.632 2.977-6.632 6.65l.002.136l-1.353 1.11A8 8 0 0 1 3.92 12c0-4.474 3.617-8.1 8.078-8.1"/><path d="m3 15.239l7.901-6.48l-.328 2.694l4.612-2.62l-.234 2.559L21 9.46l-8.204 4.53l.613-2.577l-4.74 2.785l.313-1.978z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M20.02 11.028q.057.477.058.972c0 4.473-3.616 8.1-8.078 8.1a8.08 8.08 0 0 1-7.333-4.696l1.293-.652A6.63 6.63 0 0 0 12 18.65c3.662 0 6.632-2.977 6.632-6.65l-.003-.204zM12 3.9c3.402 0 6.314 2.11 7.504 5.096l-1.382.441a6.63 6.63 0 0 0-6.123-4.087c-3.662 0-6.632 2.977-6.632 6.65l.002.136l-1.353 1.11A8 8 0 0 1 3.92 12c0-4.474 3.617-8.1 8.078-8.1"/><path d="m3 15.239l7.901-6.48l-.328 2.694l4.612-2.62l-.234 2.559L21 9.46l-8.204 4.53l.613-2.577l-4.74 2.785l.313-1.978z"/></g></svg>
</template>

CSS

.icon-meter {
  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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M20.02%2011.028q.057.477.058.972c0%204.473-3.616%208.1-8.078%208.1a8.08%208.08%200%200%201-7.333-4.696l1.293-.652A6.63%206.63%200%200%200%2012%2018.65c3.662%200%206.632-2.977%206.632-6.65l-.003-.204zM12%203.9c3.402%200%206.314%202.11%207.504%205.096l-1.382.441a6.63%206.63%200%200%200-6.123-4.087c-3.662%200-6.632%202.977-6.632%206.65l.002.136l-1.353%201.11A8%208%200%200%201%203.92%2012c0-4.474%203.617-8.1%208.078-8.1%22%2F%3E%3Cpath%20d%3D%22m3%2015.239l7.901-6.48l-.328%202.694l4.612-2.62l-.234%202.559L21%209.46l-8.204%204.53l.613-2.577l-4.74%202.785l.313-1.978z%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M20.02%2011.028q.057.477.058.972c0%204.473-3.616%208.1-8.078%208.1a8.08%208.08%200%200%201-7.333-4.696l1.293-.652A6.63%206.63%200%200%200%2012%2018.65c3.662%200%206.632-2.977%206.632-6.65l-.003-.204zM12%203.9c3.402%200%206.314%202.11%207.504%205.096l-1.382.441a6.63%206.63%200%200%200-6.123-4.087c-3.662%200-6.632%202.977-6.632%206.65l.002.136l-1.353%201.11A8%208%200%200%201%203.92%2012c0-4.474%203.617-8.1%208.078-8.1%22%2F%3E%3Cpath%20d%3D%22m3%2015.239l7.901-6.48l-.328%202.694l4.612-2.62l-.234%202.559L21%209.46l-8.204%204.53l.613-2.577l-4.74%202.785l.313-1.978z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/meter.svg?color=%231a73e8&size=48