meter alt icon

meter-alt from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.

Name
meter-alt
Set
Carbon
Style
Outline
Category
Tools
Viewbox
32×32
License
Apache 2.0

More tools icons from Carbon

Use the meter alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 20a13.85 13.85 0 0 0-2.23-7.529l-1.444 1.445A11.9 11.9 0 0 1 28 20ZM28 9.414L26.586 8l-8.567 8.567A3.95 3.95 0 0 0 16 16a4 4 0 1 0 4 4a3.95 3.95 0 0 0-.567-2.02ZM16 22a2 2 0 1 1 2-2a2 2 0 0 1-2 2m0-14a11.9 11.9 0 0 1 6.083 1.674l1.454-1.453A13.977 13.977 0 0 0 2 20h2A12.014 12.014 0 0 1 16 8"/></svg>

React

import type { SVGProps } from "react";

export function CarbonMeterAlt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 20a13.85 13.85 0 0 0-2.23-7.529l-1.444 1.445A11.9 11.9 0 0 1 28 20ZM28 9.414L26.586 8l-8.567 8.567A3.95 3.95 0 0 0 16 16a4 4 0 1 0 4 4a3.95 3.95 0 0 0-.567-2.02ZM16 22a2 2 0 1 1 2-2a2 2 0 0 1-2 2m0-14a11.9 11.9 0 0 1 6.083 1.674l1.454-1.453A13.977 13.977 0 0 0 2 20h2A12.014 12.014 0 0 1 16 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 20a13.85 13.85 0 0 0-2.23-7.529l-1.444 1.445A11.9 11.9 0 0 1 28 20ZM28 9.414L26.586 8l-8.567 8.567A3.95 3.95 0 0 0 16 16a4 4 0 1 0 4 4a3.95 3.95 0 0 0-.567-2.02ZM16 22a2 2 0 1 1 2-2a2 2 0 0 1-2 2m0-14a11.9 11.9 0 0 1 6.083 1.674l1.454-1.453A13.977 13.977 0 0 0 2 20h2A12.014 12.014 0 0 1 16 8"/></svg>
</template>

CSS

.icon-meter-alt {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2020a13.85%2013.85%200%200%200-2.23-7.529l-1.444%201.445A11.9%2011.9%200%200%201%2028%2020ZM28%209.414L26.586%208l-8.567%208.567A3.95%203.95%200%200%200%2016%2016a4%204%200%201%200%204%204a3.95%203.95%200%200%200-.567-2.02ZM16%2022a2%202%200%201%201%202-2a2%202%200%200%201-2%202m0-14a11.9%2011.9%200%200%201%206.083%201.674l1.454-1.453A13.977%2013.977%200%200%200%202%2020h2A12.014%2012.014%200%200%201%2016%208%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2020a13.85%2013.85%200%200%200-2.23-7.529l-1.444%201.445A11.9%2011.9%200%200%201%2028%2020ZM28%209.414L26.586%208l-8.567%208.567A3.95%203.95%200%200%200%2016%2016a4%204%200%201%200%204%204a3.95%203.95%200%200%200-.567-2.02ZM16%2022a2%202%200%201%201%202-2a2%202%200%200%201-2%202m0-14a11.9%2011.9%200%200%201%206.083%201.674l1.454-1.453A13.977%2013.977%200%200%200%202%2020h2A12.014%2012.014%200%200%201%2016%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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