gauge-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
gauge-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All gauge icons →

More ui icons from Reicon

Use the gauge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.564 5.822c-.01-.01-.012-.022-.021-.032s-.022-.012-.032-.02A10.63 10.63 0 0 0 12 2.666c-1.29 0-2.55.228-3.749.677a1 1 0 0 0 .703 1.873c.659-.247 1.347-.381 2.046-.461v1.577a1 1 0 0 0 2 0V4.73c1.64.19 3.141.84 4.373 1.817l-1.131 1.131a1 1 0 1 0 1.414 1.414l1.131-1.13a8.6 8.6 0 0 1 1.817 4.372H19a1 1 0 0 0 0 2h1.583c-.184 1.606-.782 3.118-1.788 4.382l-1.138-1.138a1 1 0 1 0-1.414 1.414l1.886 1.885a.996.996 0 0 0 1.414 0a10.6 10.6 0 0 0 3.124-7.543a10.63 10.63 0 0 0-3.103-7.51M6.344 17.575l-1.138 1.138C4.2 17.45 3.6 15.938 3.416 14.333H5a1 1 0 0 0 0-2H3.422c.08-.698.214-1.386.46-2.046a1 1 0 0 0-1.872-.702c-.449 1.2-.677 2.46-.677 3.747v.001c0 2.85 1.11 5.528 3.125 7.542a.995.995 0 0 0 1.414 0l1.886-1.886a1 1 0 1 0-1.414-1.414"/><path d="M12 10.667c-.37 0-.72.075-1.04.212L5.87 5.79a1 1 0 1 0-1.414 1.414l5.088 5.089A2.67 2.67 0 0 0 12 16a2.67 2.67 0 0 0 2.667-2.667A2.67 2.67 0 0 0 12 10.667"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconGaugeFilled(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"><path d="M19.564 5.822c-.01-.01-.012-.022-.021-.032s-.022-.012-.032-.02A10.63 10.63 0 0 0 12 2.666c-1.29 0-2.55.228-3.749.677a1 1 0 0 0 .703 1.873c.659-.247 1.347-.381 2.046-.461v1.577a1 1 0 0 0 2 0V4.73c1.64.19 3.141.84 4.373 1.817l-1.131 1.131a1 1 0 1 0 1.414 1.414l1.131-1.13a8.6 8.6 0 0 1 1.817 4.372H19a1 1 0 0 0 0 2h1.583c-.184 1.606-.782 3.118-1.788 4.382l-1.138-1.138a1 1 0 1 0-1.414 1.414l1.886 1.885a.996.996 0 0 0 1.414 0a10.6 10.6 0 0 0 3.124-7.543a10.63 10.63 0 0 0-3.103-7.51M6.344 17.575l-1.138 1.138C4.2 17.45 3.6 15.938 3.416 14.333H5a1 1 0 0 0 0-2H3.422c.08-.698.214-1.386.46-2.046a1 1 0 0 0-1.872-.702c-.449 1.2-.677 2.46-.677 3.747v.001c0 2.85 1.11 5.528 3.125 7.542a.995.995 0 0 0 1.414 0l1.886-1.886a1 1 0 1 0-1.414-1.414"/><path d="M12 10.667c-.37 0-.72.075-1.04.212L5.87 5.79a1 1 0 1 0-1.414 1.414l5.088 5.089A2.67 2.67 0 0 0 12 16a2.67 2.67 0 0 0 2.667-2.667A2.67 2.67 0 0 0 12 10.667"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.564 5.822c-.01-.01-.012-.022-.021-.032s-.022-.012-.032-.02A10.63 10.63 0 0 0 12 2.666c-1.29 0-2.55.228-3.749.677a1 1 0 0 0 .703 1.873c.659-.247 1.347-.381 2.046-.461v1.577a1 1 0 0 0 2 0V4.73c1.64.19 3.141.84 4.373 1.817l-1.131 1.131a1 1 0 1 0 1.414 1.414l1.131-1.13a8.6 8.6 0 0 1 1.817 4.372H19a1 1 0 0 0 0 2h1.583c-.184 1.606-.782 3.118-1.788 4.382l-1.138-1.138a1 1 0 1 0-1.414 1.414l1.886 1.885a.996.996 0 0 0 1.414 0a10.6 10.6 0 0 0 3.124-7.543a10.63 10.63 0 0 0-3.103-7.51M6.344 17.575l-1.138 1.138C4.2 17.45 3.6 15.938 3.416 14.333H5a1 1 0 0 0 0-2H3.422c.08-.698.214-1.386.46-2.046a1 1 0 0 0-1.872-.702c-.449 1.2-.677 2.46-.677 3.747v.001c0 2.85 1.11 5.528 3.125 7.542a.995.995 0 0 0 1.414 0l1.886-1.886a1 1 0 1 0-1.414-1.414"/><path d="M12 10.667c-.37 0-.72.075-1.04.212L5.87 5.79a1 1 0 1 0-1.414 1.414l5.088 5.089A2.67 2.67 0 0 0 12 16a2.67 2.67 0 0 0 2.667-2.667A2.67 2.67 0 0 0 12 10.667"/></g></svg>
</template>

CSS

.icon-gauge-filled {
  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%3E%3Cpath%20d%3D%22M19.564%205.822c-.01-.01-.012-.022-.021-.032s-.022-.012-.032-.02A10.63%2010.63%200%200%200%2012%202.666c-1.29%200-2.55.228-3.749.677a1%201%200%200%200%20.703%201.873c.659-.247%201.347-.381%202.046-.461v1.577a1%201%200%200%200%202%200V4.73c1.64.19%203.141.84%204.373%201.817l-1.131%201.131a1%201%200%201%200%201.414%201.414l1.131-1.13a8.6%208.6%200%200%201%201.817%204.372H19a1%201%200%200%200%200%202h1.583c-.184%201.606-.782%203.118-1.788%204.382l-1.138-1.138a1%201%200%201%200-1.414%201.414l1.886%201.885a.996.996%200%200%200%201.414%200a10.6%2010.6%200%200%200%203.124-7.543a10.63%2010.63%200%200%200-3.103-7.51M6.344%2017.575l-1.138%201.138C4.2%2017.45%203.6%2015.938%203.416%2014.333H5a1%201%200%200%200%200-2H3.422c.08-.698.214-1.386.46-2.046a1%201%200%200%200-1.872-.702c-.449%201.2-.677%202.46-.677%203.747v.001c0%202.85%201.11%205.528%203.125%207.542a.995.995%200%200%200%201.414%200l1.886-1.886a1%201%200%201%200-1.414-1.414%22%2F%3E%3Cpath%20d%3D%22M12%2010.667c-.37%200-.72.075-1.04.212L5.87%205.79a1%201%200%201%200-1.414%201.414l5.088%205.089A2.67%202.67%200%200%200%2012%2016a2.67%202.67%200%200%200%202.667-2.667A2.67%202.67%200%200%200%2012%2010.667%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%3E%3Cpath%20d%3D%22M19.564%205.822c-.01-.01-.012-.022-.021-.032s-.022-.012-.032-.02A10.63%2010.63%200%200%200%2012%202.666c-1.29%200-2.55.228-3.749.677a1%201%200%200%200%20.703%201.873c.659-.247%201.347-.381%202.046-.461v1.577a1%201%200%200%200%202%200V4.73c1.64.19%203.141.84%204.373%201.817l-1.131%201.131a1%201%200%201%200%201.414%201.414l1.131-1.13a8.6%208.6%200%200%201%201.817%204.372H19a1%201%200%200%200%200%202h1.583c-.184%201.606-.782%203.118-1.788%204.382l-1.138-1.138a1%201%200%201%200-1.414%201.414l1.886%201.885a.996.996%200%200%200%201.414%200a10.6%2010.6%200%200%200%203.124-7.543a10.63%2010.63%200%200%200-3.103-7.51M6.344%2017.575l-1.138%201.138C4.2%2017.45%203.6%2015.938%203.416%2014.333H5a1%201%200%200%200%200-2H3.422c.08-.698.214-1.386.46-2.046a1%201%200%200%200-1.872-.702c-.449%201.2-.677%202.46-.677%203.747v.001c0%202.85%201.11%205.528%203.125%207.542a.995.995%200%200%200%201.414%200l1.886-1.886a1%201%200%201%200-1.414-1.414%22%2F%3E%3Cpath%20d%3D%22M12%2010.667c-.37%200-.72.075-1.04.212L5.87%205.79a1%201%200%201%200-1.414%201.414l5.088%205.089A2.67%202.67%200%200%200%2012%2016a2.67%202.67%200%200%200%202.667-2.667A2.67%202.67%200%200%200%2012%2010.667%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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