status-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
status-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

13 other variants in Fluent UI System Icons

The same icon in other sets

Use the status icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M18.745 3.245a4.25 4.25 0 1 1 6.01 6.01l-7.391 7.392a2.75 2.75 0 0 1-1.25.716L9.94 18.976a.75.75 0 0 1-.916-.916l1.613-6.174a2.75 2.75 0 0 1 .716-1.25zM14 4.5a9.6 9.6 0 0 1 1.888.188l1.237-1.238C16.135 3.157 15.085 3 14 3C7.925 3 3 7.925 3 14s4.925 11 11 11s11-4.925 11-11c0-1.086-.157-2.134-.45-3.125l-1.238 1.237A9.5 9.5 0 1 1 14 4.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentStatus28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M18.745 3.245a4.25 4.25 0 1 1 6.01 6.01l-7.391 7.392a2.75 2.75 0 0 1-1.25.716L9.94 18.976a.75.75 0 0 1-.916-.916l1.613-6.174a2.75 2.75 0 0 1 .716-1.25zM14 4.5a9.6 9.6 0 0 1 1.888.188l1.237-1.238C16.135 3.157 15.085 3 14 3C7.925 3 3 7.925 3 14s4.925 11 11 11s11-4.925 11-11c0-1.086-.157-2.134-.45-3.125l-1.238 1.237A9.5 9.5 0 1 1 14 4.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M18.745 3.245a4.25 4.25 0 1 1 6.01 6.01l-7.391 7.392a2.75 2.75 0 0 1-1.25.716L9.94 18.976a.75.75 0 0 1-.916-.916l1.613-6.174a2.75 2.75 0 0 1 .716-1.25zM14 4.5a9.6 9.6 0 0 1 1.888.188l1.237-1.238C16.135 3.157 15.085 3 14 3C7.925 3 3 7.925 3 14s4.925 11 11 11s11-4.925 11-11c0-1.086-.157-2.134-.45-3.125l-1.238 1.237A9.5 9.5 0 1 1 14 4.5"/></svg>
</template>

CSS

.icon-status-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.745%203.245a4.25%204.25%200%201%201%206.01%206.01l-7.391%207.392a2.75%202.75%200%200%201-1.25.716L9.94%2018.976a.75.75%200%200%201-.916-.916l1.613-6.174a2.75%202.75%200%200%201%20.716-1.25zM14%204.5a9.6%209.6%200%200%201%201.888.188l1.237-1.238C16.135%203.157%2015.085%203%2014%203C7.925%203%203%207.925%203%2014s4.925%2011%2011%2011s11-4.925%2011-11c0-1.086-.157-2.134-.45-3.125l-1.238%201.237A9.5%209.5%200%201%201%2014%204.5%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.745%203.245a4.25%204.25%200%201%201%206.01%206.01l-7.391%207.392a2.75%202.75%200%200%201-1.25.716L9.94%2018.976a.75.75%200%200%201-.916-.916l1.613-6.174a2.75%202.75%200%200%201%20.716-1.25zM14%204.5a9.6%209.6%200%200%201%201.888.188l1.237-1.238C16.135%203.157%2015.085%203%2014%203C7.925%203%203%207.925%203%2014s4.925%2011%2011%2011s11-4.925%2011-11c0-1.086-.157-2.134-.45-3.125l-1.238%201.237A9.5%209.5%200%201%201%2014%204.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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