gauge-rotate-0-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
gauge-rotate-0-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the gauge rotate 0 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4c11.046 0 20 8.954 20 20s-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4m0 3C14.611 7 7 14.611 7 24s7.611 17 17 17s17-7.611 17-17S33.389 7 24 7m-1.656 4.197c.506-1.599 2.805-1.599 3.312 0l.044.166c.866 3.904 1.765 7.806 2.475 11.743c.182 1.009.325 1.917.325 2.394a4.5 4.5 0 1 1-9 0c0-.477.143-1.385.325-2.395c.576-3.194 1.796-8.717 2.475-11.742z"/></svg>

React

import type { SVGProps } from "react";

export function FluentGaugeRotate048Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4c11.046 0 20 8.954 20 20s-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4m0 3C14.611 7 7 14.611 7 24s7.611 17 17 17s17-7.611 17-17S33.389 7 24 7m-1.656 4.197c.506-1.599 2.805-1.599 3.312 0l.044.166c.866 3.904 1.765 7.806 2.475 11.743c.182 1.009.325 1.917.325 2.394a4.5 4.5 0 1 1-9 0c0-.477.143-1.385.325-2.395c.576-3.194 1.796-8.717 2.475-11.742z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4c11.046 0 20 8.954 20 20s-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4m0 3C14.611 7 7 14.611 7 24s7.611 17 17 17s17-7.611 17-17S33.389 7 24 7m-1.656 4.197c.506-1.599 2.805-1.599 3.312 0l.044.166c.866 3.904 1.765 7.806 2.475 11.743c.182 1.009.325 1.917.325 2.394a4.5 4.5 0 1 1-9 0c0-.477.143-1.385.325-2.395c.576-3.194 1.796-8.717 2.475-11.742z"/></svg>
</template>

CSS

.icon-gauge-rotate-0-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%204c11.046%200%2020%208.954%2020%2020s-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204m0%203C14.611%207%207%2014.611%207%2024s7.611%2017%2017%2017s17-7.611%2017-17S33.389%207%2024%207m-1.656%204.197c.506-1.599%202.805-1.599%203.312%200l.044.166c.866%203.904%201.765%207.806%202.475%2011.743c.182%201.009.325%201.917.325%202.394a4.5%204.5%200%201%201-9%200c0-.477.143-1.385.325-2.395c.576-3.194%201.796-8.717%202.475-11.742z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%204c11.046%200%2020%208.954%2020%2020s-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204m0%203C14.611%207%207%2014.611%207%2024s7.611%2017%2017%2017s17-7.611%2017-17S33.389%207%2024%207m-1.656%204.197c.506-1.599%202.805-1.599%203.312%200l.044.166c.866%203.904%201.765%207.806%202.475%2011.743c.182%201.009.325%201.917.325%202.394a4.5%204.5%200%201%201-9%200c0-.477.143-1.385.325-2.395c.576-3.194%201.796-8.717%202.475-11.742z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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