gauges from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
gauges
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

Use the gauges logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16.802 16.849l-1.5-.073c-1.26-.042-1.599-.109-1.599-.578c0-.182.135-.427.406-.563c.219.047.448.073.677.073c3.219 0 4.839-1.563 4.839-3.974c0-.401-.099-.76-.302-.979h1.281V8.073h-3.802c-.63-.151-1.193-.266-1.953-.266c-3.391 0-5.073 1.964-5.073 4.24c0 1.427.672 2.453 1.677 2.99c-.776.313-1.359 1.161-1.359 2.052c0 .781.427 1.406 1.078 1.719c-.854.448-1.62 1.536-1.62 2.583c0 2.214 1.802 3.302 4.854 3.302c3.828 0 6.26-2.141 6.26-4.547h-.026c0-2.229-1.438-3.214-3.839-3.297zm-1.953-6.375c1.193 0 1.792.641 1.792 1.589s-.667 1.521-1.766 1.521c-1.193 0-1.792-.594-1.792-1.563c0-.906.646-1.547 1.766-1.547m2.677 10.073c0 .839-.813 1.484-2.427 1.484c-1.255 0-2-.542-2-1.339c0-.469.302-.943.802-1.328c.12.021.302 0 .443.021l1.797.042c1.063.042 1.443.516 1.443 1.12zm5.99-6.073c-1.318 0-2.432 1.115-2.432 2.458a2.445 2.445 0 0 0 2.432 2.432c1.349 0 2.464-1.083 2.464-2.432c0-1.344-1.12-2.458-2.464-2.458M16 0C7.161 0 0 7.161 0 16s7.161 16 16 16s16-7.161 16-16S24.839 0 16 0m0 29.781C8.391 29.781 2.219 23.609 2.219 16S8.391 2.219 16 2.219S29.781 8.391 29.781 16S23.609 29.781 16 29.781"/></svg>

React

import type { SVGProps } from "react";

export function CibGauges(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="m16.802 16.849l-1.5-.073c-1.26-.042-1.599-.109-1.599-.578c0-.182.135-.427.406-.563c.219.047.448.073.677.073c3.219 0 4.839-1.563 4.839-3.974c0-.401-.099-.76-.302-.979h1.281V8.073h-3.802c-.63-.151-1.193-.266-1.953-.266c-3.391 0-5.073 1.964-5.073 4.24c0 1.427.672 2.453 1.677 2.99c-.776.313-1.359 1.161-1.359 2.052c0 .781.427 1.406 1.078 1.719c-.854.448-1.62 1.536-1.62 2.583c0 2.214 1.802 3.302 4.854 3.302c3.828 0 6.26-2.141 6.26-4.547h-.026c0-2.229-1.438-3.214-3.839-3.297zm-1.953-6.375c1.193 0 1.792.641 1.792 1.589s-.667 1.521-1.766 1.521c-1.193 0-1.792-.594-1.792-1.563c0-.906.646-1.547 1.766-1.547m2.677 10.073c0 .839-.813 1.484-2.427 1.484c-1.255 0-2-.542-2-1.339c0-.469.302-.943.802-1.328c.12.021.302 0 .443.021l1.797.042c1.063.042 1.443.516 1.443 1.12zm5.99-6.073c-1.318 0-2.432 1.115-2.432 2.458a2.445 2.445 0 0 0 2.432 2.432c1.349 0 2.464-1.083 2.464-2.432c0-1.344-1.12-2.458-2.464-2.458M16 0C7.161 0 0 7.161 0 16s7.161 16 16 16s16-7.161 16-16S24.839 0 16 0m0 29.781C8.391 29.781 2.219 23.609 2.219 16S8.391 2.219 16 2.219S29.781 8.391 29.781 16S23.609 29.781 16 29.781"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16.802 16.849l-1.5-.073c-1.26-.042-1.599-.109-1.599-.578c0-.182.135-.427.406-.563c.219.047.448.073.677.073c3.219 0 4.839-1.563 4.839-3.974c0-.401-.099-.76-.302-.979h1.281V8.073h-3.802c-.63-.151-1.193-.266-1.953-.266c-3.391 0-5.073 1.964-5.073 4.24c0 1.427.672 2.453 1.677 2.99c-.776.313-1.359 1.161-1.359 2.052c0 .781.427 1.406 1.078 1.719c-.854.448-1.62 1.536-1.62 2.583c0 2.214 1.802 3.302 4.854 3.302c3.828 0 6.26-2.141 6.26-4.547h-.026c0-2.229-1.438-3.214-3.839-3.297zm-1.953-6.375c1.193 0 1.792.641 1.792 1.589s-.667 1.521-1.766 1.521c-1.193 0-1.792-.594-1.792-1.563c0-.906.646-1.547 1.766-1.547m2.677 10.073c0 .839-.813 1.484-2.427 1.484c-1.255 0-2-.542-2-1.339c0-.469.302-.943.802-1.328c.12.021.302 0 .443.021l1.797.042c1.063.042 1.443.516 1.443 1.12zm5.99-6.073c-1.318 0-2.432 1.115-2.432 2.458a2.445 2.445 0 0 0 2.432 2.432c1.349 0 2.464-1.083 2.464-2.432c0-1.344-1.12-2.458-2.464-2.458M16 0C7.161 0 0 7.161 0 16s7.161 16 16 16s16-7.161 16-16S24.839 0 16 0m0 29.781C8.391 29.781 2.219 23.609 2.219 16S8.391 2.219 16 2.219S29.781 8.391 29.781 16S23.609 29.781 16 29.781"/></svg>
</template>

CSS

.icon-gauges {
  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%22m16.802%2016.849l-1.5-.073c-1.26-.042-1.599-.109-1.599-.578c0-.182.135-.427.406-.563c.219.047.448.073.677.073c3.219%200%204.839-1.563%204.839-3.974c0-.401-.099-.76-.302-.979h1.281V8.073h-3.802c-.63-.151-1.193-.266-1.953-.266c-3.391%200-5.073%201.964-5.073%204.24c0%201.427.672%202.453%201.677%202.99c-.776.313-1.359%201.161-1.359%202.052c0%20.781.427%201.406%201.078%201.719c-.854.448-1.62%201.536-1.62%202.583c0%202.214%201.802%203.302%204.854%203.302c3.828%200%206.26-2.141%206.26-4.547h-.026c0-2.229-1.438-3.214-3.839-3.297zm-1.953-6.375c1.193%200%201.792.641%201.792%201.589s-.667%201.521-1.766%201.521c-1.193%200-1.792-.594-1.792-1.563c0-.906.646-1.547%201.766-1.547m2.677%2010.073c0%20.839-.813%201.484-2.427%201.484c-1.255%200-2-.542-2-1.339c0-.469.302-.943.802-1.328c.12.021.302%200%20.443.021l1.797.042c1.063.042%201.443.516%201.443%201.12zm5.99-6.073c-1.318%200-2.432%201.115-2.432%202.458a2.445%202.445%200%200%200%202.432%202.432c1.349%200%202.464-1.083%202.464-2.432c0-1.344-1.12-2.458-2.464-2.458M16%200C7.161%200%200%207.161%200%2016s7.161%2016%2016%2016s16-7.161%2016-16S24.839%200%2016%200m0%2029.781C8.391%2029.781%202.219%2023.609%202.219%2016S8.391%202.219%2016%202.219S29.781%208.391%2029.781%2016S23.609%2029.781%2016%2029.781%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%22m16.802%2016.849l-1.5-.073c-1.26-.042-1.599-.109-1.599-.578c0-.182.135-.427.406-.563c.219.047.448.073.677.073c3.219%200%204.839-1.563%204.839-3.974c0-.401-.099-.76-.302-.979h1.281V8.073h-3.802c-.63-.151-1.193-.266-1.953-.266c-3.391%200-5.073%201.964-5.073%204.24c0%201.427.672%202.453%201.677%202.99c-.776.313-1.359%201.161-1.359%202.052c0%20.781.427%201.406%201.078%201.719c-.854.448-1.62%201.536-1.62%202.583c0%202.214%201.802%203.302%204.854%203.302c3.828%200%206.26-2.141%206.26-4.547h-.026c0-2.229-1.438-3.214-3.839-3.297zm-1.953-6.375c1.193%200%201.792.641%201.792%201.589s-.667%201.521-1.766%201.521c-1.193%200-1.792-.594-1.792-1.563c0-.906.646-1.547%201.766-1.547m2.677%2010.073c0%20.839-.813%201.484-2.427%201.484c-1.255%200-2-.542-2-1.339c0-.469.302-.943.802-1.328c.12.021.302%200%20.443.021l1.797.042c1.063.042%201.443.516%201.443%201.12zm5.99-6.073c-1.318%200-2.432%201.115-2.432%202.458a2.445%202.445%200%200%200%202.432%202.432c1.349%200%202.464-1.083%202.464-2.432c0-1.344-1.12-2.458-2.464-2.458M16%200C7.161%200%200%207.161%200%2016s7.161%2016%2016%2016s16-7.161%2016-16S24.839%200%2016%200m0%2029.781C8.391%2029.781%202.219%2023.609%202.219%2016S8.391%202.219%2016%202.219S29.781%208.391%2029.781%2016S23.609%2029.781%2016%2029.781%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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