status icon
status-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- status-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M32.05 6.05a7 7 0 1 1 9.9 9.9L29.6 28.3a4.25 4.25 0 0 1-1.964 1.114l-10.08 2.548a1.25 1.25 0 0 1-1.518-1.518l2.547-10.08a4.25 4.25 0 0 1 1.116-1.964zM24 8.5q1.31.002 2.561.21l2.101-2.1A18 18 0 0 0 24 6C14.059 6 6 14.059 6 24s8.059 18 18 18s18-8.059 18-18c0-1.613-.212-3.175-.61-4.663l-2.1 2.102q.208 1.25.21 2.561c0 8.56-6.94 15.5-15.5 15.5S8.5 32.56 8.5 24S15.44 8.5 24 8.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentStatus48Filled(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="M32.05 6.05a7 7 0 1 1 9.9 9.9L29.6 28.3a4.25 4.25 0 0 1-1.964 1.114l-10.08 2.548a1.25 1.25 0 0 1-1.518-1.518l2.547-10.08a4.25 4.25 0 0 1 1.116-1.964zM24 8.5q1.31.002 2.561.21l2.101-2.1A18 18 0 0 0 24 6C14.059 6 6 14.059 6 24s8.059 18 18 18s18-8.059 18-18c0-1.613-.212-3.175-.61-4.663l-2.1 2.102q.208 1.25.21 2.561c0 8.56-6.94 15.5-15.5 15.5S8.5 32.56 8.5 24S15.44 8.5 24 8.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M32.05 6.05a7 7 0 1 1 9.9 9.9L29.6 28.3a4.25 4.25 0 0 1-1.964 1.114l-10.08 2.548a1.25 1.25 0 0 1-1.518-1.518l2.547-10.08a4.25 4.25 0 0 1 1.116-1.964zM24 8.5q1.31.002 2.561.21l2.101-2.1A18 18 0 0 0 24 6C14.059 6 6 14.059 6 24s8.059 18 18 18s18-8.059 18-18c0-1.613-.212-3.175-.61-4.663l-2.1 2.102q.208 1.25.21 2.561c0 8.56-6.94 15.5-15.5 15.5S8.5 32.56 8.5 24S15.44 8.5 24 8.5"/></svg> </template>
CSS
.icon-status-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%22M32.05%206.05a7%207%200%201%201%209.9%209.9L29.6%2028.3a4.25%204.25%200%200%201-1.964%201.114l-10.08%202.548a1.25%201.25%200%200%201-1.518-1.518l2.547-10.08a4.25%204.25%200%200%201%201.116-1.964zM24%208.5q1.31.002%202.561.21l2.101-2.1A18%2018%200%200%200%2024%206C14.059%206%206%2014.059%206%2024s8.059%2018%2018%2018s18-8.059%2018-18c0-1.613-.212-3.175-.61-4.663l-2.1%202.102q.208%201.25.21%202.561c0%208.56-6.94%2015.5-15.5%2015.5S8.5%2032.56%208.5%2024S15.44%208.5%2024%208.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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32.05%206.05a7%207%200%201%201%209.9%209.9L29.6%2028.3a4.25%204.25%200%200%201-1.964%201.114l-10.08%202.548a1.25%201.25%200%200%201-1.518-1.518l2.547-10.08a4.25%204.25%200%200%201%201.116-1.964zM24%208.5q1.31.002%202.561.21l2.101-2.1A18%2018%200%200%200%2024%206C14.059%206%206%2014.059%206%2024s8.059%2018%2018%2018s18-8.059%2018-18c0-1.613-.212-3.175-.61-4.663l-2.1%202.102q.208%201.25.21%202.561c0%208.56-6.94%2015.5-15.5%2015.5S8.5%2032.56%208.5%2024S15.44%208.5%2024%208.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/status-48-filled.svg?color=%231a73e8&size=48