hourglass2 icon
hourglass2-filled from Reicon by REICON · Filled · Time · MIT Free for personal and commercial use.
- Name
- hourglass2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Time
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More time icons from Reicon
Use the hourglass2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.198 3.3C5.8 2 7.867 2 12 2s6.2 0 6.802 1.3q.078.166.13.346c.41 1.387-1.052 2.995-3.974 6.21L13 12l1.958 2.143c2.922 3.216 4.383 4.824 3.974 6.21a2.5 2.5 0 0 1-.13.348C18.2 22 16.133 22 12 22s-6.2 0-6.802-1.3a2.5 2.5 0 0 1-.13-.346c-.41-1.387 1.052-2.995 3.974-6.21L11 12L9.042 9.857C6.12 6.64 4.66 5.033 5.068 3.647q.052-.18.13-.348M10 17.75a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5zM9.25 5.5a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconHourglass2Filled(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" fillRule="evenodd" d="M5.198 3.3C5.8 2 7.867 2 12 2s6.2 0 6.802 1.3q.078.166.13.346c.41 1.387-1.052 2.995-3.974 6.21L13 12l1.958 2.143c2.922 3.216 4.383 4.824 3.974 6.21a2.5 2.5 0 0 1-.13.348C18.2 22 16.133 22 12 22s-6.2 0-6.802-1.3a2.5 2.5 0 0 1-.13-.346c-.41-1.387 1.052-2.995 3.974-6.21L11 12L9.042 9.857C6.12 6.64 4.66 5.033 5.068 3.647q.052-.18.13-.348M10 17.75a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5zM9.25 5.5a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.198 3.3C5.8 2 7.867 2 12 2s6.2 0 6.802 1.3q.078.166.13.346c.41 1.387-1.052 2.995-3.974 6.21L13 12l1.958 2.143c2.922 3.216 4.383 4.824 3.974 6.21a2.5 2.5 0 0 1-.13.348C18.2 22 16.133 22 12 22s-6.2 0-6.802-1.3a2.5 2.5 0 0 1-.13-.346c-.41-1.387 1.052-2.995 3.974-6.21L11 12L9.042 9.857C6.12 6.64 4.66 5.033 5.068 3.647q.052-.18.13-.348M10 17.75a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5zM9.25 5.5a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg> </template>
CSS
.icon-hourglass2-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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.198%203.3C5.8%202%207.867%202%2012%202s6.2%200%206.802%201.3q.078.166.13.346c.41%201.387-1.052%202.995-3.974%206.21L13%2012l1.958%202.143c2.922%203.216%204.383%204.824%203.974%206.21a2.5%202.5%200%200%201-.13.348C18.2%2022%2016.133%2022%2012%2022s-6.2%200-6.802-1.3a2.5%202.5%200%200%201-.13-.346c-.41-1.387%201.052-2.995%203.974-6.21L11%2012L9.042%209.857C6.12%206.64%204.66%205.033%205.068%203.647q.052-.18.13-.348M10%2017.75a.75.75%200%200%200%200%201.5h4a.75.75%200%200%200%200-1.5zM9.25%205.5a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.198%203.3C5.8%202%207.867%202%2012%202s6.2%200%206.802%201.3q.078.166.13.346c.41%201.387-1.052%202.995-3.974%206.21L13%2012l1.958%202.143c2.922%203.216%204.383%204.824%203.974%206.21a2.5%202.5%200%200%201-.13.348C18.2%2022%2016.133%2022%2012%2022s-6.2%200-6.802-1.3a2.5%202.5%200%200%201-.13-.346c-.41-1.387%201.052-2.995%203.974-6.21L11%2012L9.042%209.857C6.12%206.64%204.66%205.033%205.068%203.647q.052-.18.13-.348M10%2017.75a.75.75%200%200%200%200%201.5h4a.75.75%200%200%200%200-1.5zM9.25%205.5a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/hourglass2-filled.svg?color=%231a73e8&size=48