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

Name
status-12-regular
Set
Fluent UI System Icons
Style
12 Regular
Viewbox
12×12
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 12 12"><path fill="currentColor" d="M6 1q.417 0 .816.066l-.936.936a4 4 0 1 0 4.118 4.124l.937-.936Q11 5.585 11 6a5 5 0 1 1-5-5m4.441.562a1.914 1.914 0 0 0-2.707 0L5.15 4.146a.5.5 0 0 0-.12.194l-.984 2.92a.55.55 0 0 0 .696.697l2.92-.982a.5.5 0 0 0 .195-.12l2.584-2.585a1.914 1.914 0 0 0 0-2.707m-2 .707a.914.914 0 0 1 1.293 1.293l-2.502 2.5l-1.949.656l.656-1.948z"/></svg>

React

import type { SVGProps } from "react";

export function FluentStatus12Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6 1q.417 0 .816.066l-.936.936a4 4 0 1 0 4.118 4.124l.937-.936Q11 5.585 11 6a5 5 0 1 1-5-5m4.441.562a1.914 1.914 0 0 0-2.707 0L5.15 4.146a.5.5 0 0 0-.12.194l-.984 2.92a.55.55 0 0 0 .696.697l2.92-.982a.5.5 0 0 0 .195-.12l2.584-2.585a1.914 1.914 0 0 0 0-2.707m-2 .707a.914.914 0 0 1 1.293 1.293l-2.502 2.5l-1.949.656l.656-1.948z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6 1q.417 0 .816.066l-.936.936a4 4 0 1 0 4.118 4.124l.937-.936Q11 5.585 11 6a5 5 0 1 1-5-5m4.441.562a1.914 1.914 0 0 0-2.707 0L5.15 4.146a.5.5 0 0 0-.12.194l-.984 2.92a.55.55 0 0 0 .696.697l2.92-.982a.5.5 0 0 0 .195-.12l2.584-2.585a1.914 1.914 0 0 0 0-2.707m-2 .707a.914.914 0 0 1 1.293 1.293l-2.502 2.5l-1.949.656l.656-1.948z"/></svg>
</template>

CSS

.icon-status-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%201q.417%200%20.816.066l-.936.936a4%204%200%201%200%204.118%204.124l.937-.936Q11%205.585%2011%206a5%205%200%201%201-5-5m4.441.562a1.914%201.914%200%200%200-2.707%200L5.15%204.146a.5.5%200%200%200-.12.194l-.984%202.92a.55.55%200%200%200%20.696.697l2.92-.982a.5.5%200%200%200%20.195-.12l2.584-2.585a1.914%201.914%200%200%200%200-2.707m-2%20.707a.914.914%200%200%201%201.293%201.293l-2.502%202.5l-1.949.656l.656-1.948z%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%201q.417%200%20.816.066l-.936.936a4%204%200%201%200%204.118%204.124l.937-.936Q11%205.585%2011%206a5%205%200%201%201-5-5m4.441.562a1.914%201.914%200%200%200-2.707%200L5.15%204.146a.5.5%200%200%200-.12.194l-.984%202.92a.55.55%200%200%200%20.696.697l2.92-.982a.5.5%200%200%200%20.195-.12l2.584-2.585a1.914%201.914%200%200%200%200-2.707m-2%20.707a.914.914%200%200%201%201.293%201.293l-2.502%202.5l-1.949.656l.656-1.948z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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