status-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
status-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M17.086 4.086a2 2 0 1 1 2.828 2.828l-6.06 6.06a1.25 1.25 0 0 1-.57.326l-3.488.904l.904-3.489a1.25 1.25 0 0 1 .326-.57zm3.889-1.061a3.5 3.5 0 0 0-4.95 0l-6.06 6.06a2.75 2.75 0 0 0-.717 1.254l-1.224 4.723a.75.75 0 0 0 .914.914l4.723-1.224a2.75 2.75 0 0 0 1.254-.718l6.06-6.06a3.5 3.5 0 0 0 0-4.949M12 3c.806 0 1.588.106 2.331.305l-1.27 1.27a7.5 7.5 0 1 0 6.364 6.364l1.27-1.27A9 9 0 1 1 12 3"/></svg>

React

import type { SVGProps } from "react";

export function FluentStatus24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.086 4.086a2 2 0 1 1 2.828 2.828l-6.06 6.06a1.25 1.25 0 0 1-.57.326l-3.488.904l.904-3.489a1.25 1.25 0 0 1 .326-.57zm3.889-1.061a3.5 3.5 0 0 0-4.95 0l-6.06 6.06a2.75 2.75 0 0 0-.717 1.254l-1.224 4.723a.75.75 0 0 0 .914.914l4.723-1.224a2.75 2.75 0 0 0 1.254-.718l6.06-6.06a3.5 3.5 0 0 0 0-4.949M12 3c.806 0 1.588.106 2.331.305l-1.27 1.27a7.5 7.5 0 1 0 6.364 6.364l1.27-1.27A9 9 0 1 1 12 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.086 4.086a2 2 0 1 1 2.828 2.828l-6.06 6.06a1.25 1.25 0 0 1-.57.326l-3.488.904l.904-3.489a1.25 1.25 0 0 1 .326-.57zm3.889-1.061a3.5 3.5 0 0 0-4.95 0l-6.06 6.06a2.75 2.75 0 0 0-.717 1.254l-1.224 4.723a.75.75 0 0 0 .914.914l4.723-1.224a2.75 2.75 0 0 0 1.254-.718l6.06-6.06a3.5 3.5 0 0 0 0-4.949M12 3c.806 0 1.588.106 2.331.305l-1.27 1.27a7.5 7.5 0 1 0 6.364 6.364l1.27-1.27A9 9 0 1 1 12 3"/></svg>
</template>

CSS

.icon-status-24-regular {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.086%204.086a2%202%200%201%201%202.828%202.828l-6.06%206.06a1.25%201.25%200%200%201-.57.326l-3.488.904l.904-3.489a1.25%201.25%200%200%201%20.326-.57zm3.889-1.061a3.5%203.5%200%200%200-4.95%200l-6.06%206.06a2.75%202.75%200%200%200-.717%201.254l-1.224%204.723a.75.75%200%200%200%20.914.914l4.723-1.224a2.75%202.75%200%200%200%201.254-.718l6.06-6.06a3.5%203.5%200%200%200%200-4.949M12%203c.806%200%201.588.106%202.331.305l-1.27%201.27a7.5%207.5%200%201%200%206.364%206.364l1.27-1.27A9%209%200%201%201%2012%203%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.086%204.086a2%202%200%201%201%202.828%202.828l-6.06%206.06a1.25%201.25%200%200%201-.57.326l-3.488.904l.904-3.489a1.25%201.25%200%200%201%20.326-.57zm3.889-1.061a3.5%203.5%200%200%200-4.95%200l-6.06%206.06a2.75%202.75%200%200%200-.717%201.254l-1.224%204.723a.75.75%200%200%200%20.914.914l4.723-1.224a2.75%202.75%200%200%200%201.254-.718l6.06-6.06a3.5%203.5%200%200%200%200-4.949M12%203c.806%200%201.588.106%202.331.305l-1.27%201.27a7.5%207.5%200%201%200%206.364%206.364l1.27-1.27A9%209%200%201%201%2012%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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