status icon
status-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- status-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All status icons →More newicons icons from Reicon
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="M9 14.219H3.92c-.61 0-1.17.31-1.49.83c-.32.51-.35 1.12-.09 1.66a10.84 10.84 0 0 0 6.09 5.43c.18.06.38.1.57.1a1.764 1.764 0 0 0 1.75-1.76l.01-4.5c0-.47-.18-.91-.51-1.24a1.8 1.8 0 0 0-1.25-.52M22.48 9.6C21.36 4.68 17.05 1.25 12 1.25S2.64 4.68 1.52 9.6c-.12.52 0 1.05.34 1.47s.84.66 1.38.66h17.53a1.735 1.735 0 0 0 1.71-2.13m-2.42 4.672l-5.06-.01a1.74 1.74 0 0 0-1.75 1.75l.01 4.48a1.764 1.764 0 0 0 1.75 1.76c.19 0 .38-.03.56-.1c2.62-.92 4.84-2.89 6.07-5.38a1.7 1.7 0 0 0-.08-1.65c-.33-.54-.89-.85-1.5-.85"/></svg>
React
import type { SVGProps } from "react";
export function ReiconStatusFilled(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="M9 14.219H3.92c-.61 0-1.17.31-1.49.83c-.32.51-.35 1.12-.09 1.66a10.84 10.84 0 0 0 6.09 5.43c.18.06.38.1.57.1a1.764 1.764 0 0 0 1.75-1.76l.01-4.5c0-.47-.18-.91-.51-1.24a1.8 1.8 0 0 0-1.25-.52M22.48 9.6C21.36 4.68 17.05 1.25 12 1.25S2.64 4.68 1.52 9.6c-.12.52 0 1.05.34 1.47s.84.66 1.38.66h17.53a1.735 1.735 0 0 0 1.71-2.13m-2.42 4.672l-5.06-.01a1.74 1.74 0 0 0-1.75 1.75l.01 4.48a1.764 1.764 0 0 0 1.75 1.76c.19 0 .38-.03.56-.1c2.62-.92 4.84-2.89 6.07-5.38a1.7 1.7 0 0 0-.08-1.65c-.33-.54-.89-.85-1.5-.85"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 14.219H3.92c-.61 0-1.17.31-1.49.83c-.32.51-.35 1.12-.09 1.66a10.84 10.84 0 0 0 6.09 5.43c.18.06.38.1.57.1a1.764 1.764 0 0 0 1.75-1.76l.01-4.5c0-.47-.18-.91-.51-1.24a1.8 1.8 0 0 0-1.25-.52M22.48 9.6C21.36 4.68 17.05 1.25 12 1.25S2.64 4.68 1.52 9.6c-.12.52 0 1.05.34 1.47s.84.66 1.38.66h17.53a1.735 1.735 0 0 0 1.71-2.13m-2.42 4.672l-5.06-.01a1.74 1.74 0 0 0-1.75 1.75l.01 4.48a1.764 1.764 0 0 0 1.75 1.76c.19 0 .38-.03.56-.1c2.62-.92 4.84-2.89 6.07-5.38a1.7 1.7 0 0 0-.08-1.65c-.33-.54-.89-.85-1.5-.85"/></svg> </template>
CSS
.icon-status-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2014.219H3.92c-.61%200-1.17.31-1.49.83c-.32.51-.35%201.12-.09%201.66a10.84%2010.84%200%200%200%206.09%205.43c.18.06.38.1.57.1a1.764%201.764%200%200%200%201.75-1.76l.01-4.5c0-.47-.18-.91-.51-1.24a1.8%201.8%200%200%200-1.25-.52M22.48%209.6C21.36%204.68%2017.05%201.25%2012%201.25S2.64%204.68%201.52%209.6c-.12.52%200%201.05.34%201.47s.84.66%201.38.66h17.53a1.735%201.735%200%200%200%201.71-2.13m-2.42%204.672l-5.06-.01a1.74%201.74%200%200%200-1.75%201.75l.01%204.48a1.764%201.764%200%200%200%201.75%201.76c.19%200%20.38-.03.56-.1c2.62-.92%204.84-2.89%206.07-5.38a1.7%201.7%200%200%200-.08-1.65c-.33-.54-.89-.85-1.5-.85%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%22M9%2014.219H3.92c-.61%200-1.17.31-1.49.83c-.32.51-.35%201.12-.09%201.66a10.84%2010.84%200%200%200%206.09%205.43c.18.06.38.1.57.1a1.764%201.764%200%200%200%201.75-1.76l.01-4.5c0-.47-.18-.91-.51-1.24a1.8%201.8%200%200%200-1.25-.52M22.48%209.6C21.36%204.68%2017.05%201.25%2012%201.25S2.64%204.68%201.52%209.6c-.12.52%200%201.05.34%201.47s.84.66%201.38.66h17.53a1.735%201.735%200%200%200%201.71-2.13m-2.42%204.672l-5.06-.01a1.74%201.74%200%200%200-1.75%201.75l.01%204.48a1.764%201.764%200%200%200%201.75%201.76c.19%200%20.38-.03.56-.1c2.62-.92%204.84-2.89%206.07-5.38a1.7%201.7%200%200%200-.08-1.65c-.33-.54-.89-.85-1.5-.85%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/status-filled.svg?color=%231a73e8&size=48