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

Name
status-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M23.732 4.732a2.5 2.5 0 0 1 3.536 3.536l-8.66 8.66c-.12.12-.268.207-.43.254l-4.717 1.357l1.357-4.716a1 1 0 0 1 .254-.43zm4.95-1.414a4.5 4.5 0 0 0-6.364 0l-8.66 8.66a3 3 0 0 0-.762 1.292l-1.857 6.454a1 1 0 0 0 1.238 1.237l6.453-1.857a3 3 0 0 0 1.292-.762l8.66-8.66a4.5 4.5 0 0 0 0-6.364M17.415 6.1Q16.722 6.001 16 6C10.477 6 6 10.477 6 16s4.477 10 10 10s10-4.477 10-10q0-.721-.1-1.415l1.694-1.693c.265.991.406 2.033.406 3.108c0 6.627-5.373 12-12 12S4 22.627 4 16S9.373 4 16 4c1.075 0 2.117.141 3.108.406z"/></svg>

React

import type { SVGProps } from "react";

export function FluentStatus32Regular(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="M23.732 4.732a2.5 2.5 0 0 1 3.536 3.536l-8.66 8.66c-.12.12-.268.207-.43.254l-4.717 1.357l1.357-4.716a1 1 0 0 1 .254-.43zm4.95-1.414a4.5 4.5 0 0 0-6.364 0l-8.66 8.66a3 3 0 0 0-.762 1.292l-1.857 6.454a1 1 0 0 0 1.238 1.237l6.453-1.857a3 3 0 0 0 1.292-.762l8.66-8.66a4.5 4.5 0 0 0 0-6.364M17.415 6.1Q16.722 6.001 16 6C10.477 6 6 10.477 6 16s4.477 10 10 10s10-4.477 10-10q0-.721-.1-1.415l1.694-1.693c.265.991.406 2.033.406 3.108c0 6.627-5.373 12-12 12S4 22.627 4 16S9.373 4 16 4c1.075 0 2.117.141 3.108.406z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.732 4.732a2.5 2.5 0 0 1 3.536 3.536l-8.66 8.66c-.12.12-.268.207-.43.254l-4.717 1.357l1.357-4.716a1 1 0 0 1 .254-.43zm4.95-1.414a4.5 4.5 0 0 0-6.364 0l-8.66 8.66a3 3 0 0 0-.762 1.292l-1.857 6.454a1 1 0 0 0 1.238 1.237l6.453-1.857a3 3 0 0 0 1.292-.762l8.66-8.66a4.5 4.5 0 0 0 0-6.364M17.415 6.1Q16.722 6.001 16 6C10.477 6 6 10.477 6 16s4.477 10 10 10s10-4.477 10-10q0-.721-.1-1.415l1.694-1.693c.265.991.406 2.033.406 3.108c0 6.627-5.373 12-12 12S4 22.627 4 16S9.373 4 16 4c1.075 0 2.117.141 3.108.406z"/></svg>
</template>

CSS

.icon-status-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.732%204.732a2.5%202.5%200%200%201%203.536%203.536l-8.66%208.66c-.12.12-.268.207-.43.254l-4.717%201.357l1.357-4.716a1%201%200%200%201%20.254-.43zm4.95-1.414a4.5%204.5%200%200%200-6.364%200l-8.66%208.66a3%203%200%200%200-.762%201.292l-1.857%206.454a1%201%200%200%200%201.238%201.237l6.453-1.857a3%203%200%200%200%201.292-.762l8.66-8.66a4.5%204.5%200%200%200%200-6.364M17.415%206.1Q16.722%206.001%2016%206C10.477%206%206%2010.477%206%2016s4.477%2010%2010%2010s10-4.477%2010-10q0-.721-.1-1.415l1.694-1.693c.265.991.406%202.033.406%203.108c0%206.627-5.373%2012-12%2012S4%2022.627%204%2016S9.373%204%2016%204c1.075%200%202.117.141%203.108.406z%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%22M23.732%204.732a2.5%202.5%200%200%201%203.536%203.536l-8.66%208.66c-.12.12-.268.207-.43.254l-4.717%201.357l1.357-4.716a1%201%200%200%201%20.254-.43zm4.95-1.414a4.5%204.5%200%200%200-6.364%200l-8.66%208.66a3%203%200%200%200-.762%201.292l-1.857%206.454a1%201%200%200%200%201.238%201.237l6.453-1.857a3%203%200%200%200%201.292-.762l8.66-8.66a4.5%204.5%200%200%200%200-6.364M17.415%206.1Q16.722%206.001%2016%206C10.477%206%206%2010.477%206%2016s4.477%2010%2010%2010s10-4.477%2010-10q0-.721-.1-1.415l1.694-1.693c.265.991.406%202.033.406%203.108c0%206.627-5.373%2012-12%2012S4%2022.627%204%2016S9.373%204%2016%204c1.075%200%202.117.141%203.108.406z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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