hourglass top icon
hourglass-top from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- hourglass-top
- Set
- BoxIcons v2 Solid
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in BoxIcons v2 Solid
Use the hourglass top icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.566 11.021A7.02 7.02 0 0 0 19 5V4h1V2H4v2h1v1a7.02 7.02 0 0 0 3.434 6.021c.354.208.566.545.566.9v.158c0 .354-.212.69-.566.9A7.02 7.02 0 0 0 5 19v1H4v2h16v-2h-1v-1a7.01 7.01 0 0 0-3.433-6.02c-.355-.21-.567-.547-.567-.901v-.158c0-.355.212-.692.566-.9M17 19v1H7v-1a5.01 5.01 0 0 1 2.45-4.299A3.1 3.1 0 0 0 10.834 13h2.332c.23.691.704 1.3 1.385 1.702A5.01 5.01 0 0 1 17 19"/></svg>
React
import type { SVGProps } from "react";
export function BxsHourglassTop(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="M15.566 11.021A7.02 7.02 0 0 0 19 5V4h1V2H4v2h1v1a7.02 7.02 0 0 0 3.434 6.021c.354.208.566.545.566.9v.158c0 .354-.212.69-.566.9A7.02 7.02 0 0 0 5 19v1H4v2h16v-2h-1v-1a7.01 7.01 0 0 0-3.433-6.02c-.355-.21-.567-.547-.567-.901v-.158c0-.355.212-.692.566-.9M17 19v1H7v-1a5.01 5.01 0 0 1 2.45-4.299A3.1 3.1 0 0 0 10.834 13h2.332c.23.691.704 1.3 1.385 1.702A5.01 5.01 0 0 1 17 19"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.566 11.021A7.02 7.02 0 0 0 19 5V4h1V2H4v2h1v1a7.02 7.02 0 0 0 3.434 6.021c.354.208.566.545.566.9v.158c0 .354-.212.69-.566.9A7.02 7.02 0 0 0 5 19v1H4v2h16v-2h-1v-1a7.01 7.01 0 0 0-3.433-6.02c-.355-.21-.567-.547-.567-.901v-.158c0-.355.212-.692.566-.9M17 19v1H7v-1a5.01 5.01 0 0 1 2.45-4.299A3.1 3.1 0 0 0 10.834 13h2.332c.23.691.704 1.3 1.385 1.702A5.01 5.01 0 0 1 17 19"/></svg> </template>
CSS
.icon-hourglass-top {
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%22M15.566%2011.021A7.02%207.02%200%200%200%2019%205V4h1V2H4v2h1v1a7.02%207.02%200%200%200%203.434%206.021c.354.208.566.545.566.9v.158c0%20.354-.212.69-.566.9A7.02%207.02%200%200%200%205%2019v1H4v2h16v-2h-1v-1a7.01%207.01%200%200%200-3.433-6.02c-.355-.21-.567-.547-.567-.901v-.158c0-.355.212-.692.566-.9M17%2019v1H7v-1a5.01%205.01%200%200%201%202.45-4.299A3.1%203.1%200%200%200%2010.834%2013h2.332c.23.691.704%201.3%201.385%201.702A5.01%205.01%200%200%201%2017%2019%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%22M15.566%2011.021A7.02%207.02%200%200%200%2019%205V4h1V2H4v2h1v1a7.02%207.02%200%200%200%203.434%206.021c.354.208.566.545.566.9v.158c0%20.354-.212.69-.566.9A7.02%207.02%200%200%200%205%2019v1H4v2h16v-2h-1v-1a7.01%207.01%200%200%200-3.433-6.02c-.355-.21-.567-.547-.567-.901v-.158c0-.355.212-.692.566-.9M17%2019v1H7v-1a5.01%205.01%200%200%201%202.45-4.299A3.1%203.1%200%200%200%2010.834%2013h2.332c.23.691.704%201.3%201.385%201.702A5.01%205.01%200%200%201%2017%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/hourglass-top.svg?color=%231a73e8&size=48