hourglass tophalf icon

hourglass-tophalf-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
hourglass-tophalf-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

Related icons in Framework7 Icons

Use the hourglass tophalf icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M16.516 49.574h22.757c2.391 0 3.82-1.312 3.82-3.843v-.61c.024-6.469-6.866-11.719-9.89-14.578c-.844-.797-1.289-1.523-1.289-2.578s.445-1.758 1.29-2.578c3-2.907 9.89-7.828 9.89-14.555v-.562c0-2.532-1.43-3.844-3.82-3.844H16.515c-2.344 0-3.633 1.312-3.633 3.633v.773c0 6.727 6.89 11.648 9.914 14.555c.844.82 1.289 1.523 1.289 2.578s-.445 1.781-1.29 2.578c-3.023 2.86-9.913 8.11-9.913 14.578v.82c0 2.32 1.289 3.633 3.633 3.633M28 35.324c.492 0 .89.282 1.36.75l8.437 8.274c.867.867.445 2.015-.727 2.015H18.906c-1.172 0-1.593-1.172-.726-2.015l8.437-8.274c.469-.445.89-.75 1.383-.75"/></svg>

React

import type { SVGProps } from "react";

export function F7HourglassTophalfFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M16.516 49.574h22.757c2.391 0 3.82-1.312 3.82-3.843v-.61c.024-6.469-6.866-11.719-9.89-14.578c-.844-.797-1.289-1.523-1.289-2.578s.445-1.758 1.29-2.578c3-2.907 9.89-7.828 9.89-14.555v-.562c0-2.532-1.43-3.844-3.82-3.844H16.515c-2.344 0-3.633 1.312-3.633 3.633v.773c0 6.727 6.89 11.648 9.914 14.555c.844.82 1.289 1.523 1.289 2.578s-.445 1.781-1.29 2.578c-3.023 2.86-9.913 8.11-9.913 14.578v.82c0 2.32 1.289 3.633 3.633 3.633M28 35.324c.492 0 .89.282 1.36.75l8.437 8.274c.867.867.445 2.015-.727 2.015H18.906c-1.172 0-1.593-1.172-.726-2.015l8.437-8.274c.469-.445.89-.75 1.383-.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M16.516 49.574h22.757c2.391 0 3.82-1.312 3.82-3.843v-.61c.024-6.469-6.866-11.719-9.89-14.578c-.844-.797-1.289-1.523-1.289-2.578s.445-1.758 1.29-2.578c3-2.907 9.89-7.828 9.89-14.555v-.562c0-2.532-1.43-3.844-3.82-3.844H16.515c-2.344 0-3.633 1.312-3.633 3.633v.773c0 6.727 6.89 11.648 9.914 14.555c.844.82 1.289 1.523 1.289 2.578s-.445 1.781-1.29 2.578c-3.023 2.86-9.913 8.11-9.913 14.578v.82c0 2.32 1.289 3.633 3.633 3.633M28 35.324c.492 0 .89.282 1.36.75l8.437 8.274c.867.867.445 2.015-.727 2.015H18.906c-1.172 0-1.593-1.172-.726-2.015l8.437-8.274c.469-.445.89-.75 1.383-.75"/></svg>
</template>

CSS

.icon-hourglass-tophalf-fill {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.516%2049.574h22.757c2.391%200%203.82-1.312%203.82-3.843v-.61c.024-6.469-6.866-11.719-9.89-14.578c-.844-.797-1.289-1.523-1.289-2.578s.445-1.758%201.29-2.578c3-2.907%209.89-7.828%209.89-14.555v-.562c0-2.532-1.43-3.844-3.82-3.844H16.515c-2.344%200-3.633%201.312-3.633%203.633v.773c0%206.727%206.89%2011.648%209.914%2014.555c.844.82%201.289%201.523%201.289%202.578s-.445%201.781-1.29%202.578c-3.023%202.86-9.913%208.11-9.913%2014.578v.82c0%202.32%201.289%203.633%203.633%203.633M28%2035.324c.492%200%20.89.282%201.36.75l8.437%208.274c.867.867.445%202.015-.727%202.015H18.906c-1.172%200-1.593-1.172-.726-2.015l8.437-8.274c.469-.445.89-.75%201.383-.75%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.516%2049.574h22.757c2.391%200%203.82-1.312%203.82-3.843v-.61c.024-6.469-6.866-11.719-9.89-14.578c-.844-.797-1.289-1.523-1.289-2.578s.445-1.758%201.29-2.578c3-2.907%209.89-7.828%209.89-14.555v-.562c0-2.532-1.43-3.844-3.82-3.844H16.515c-2.344%200-3.633%201.312-3.633%203.633v.773c0%206.727%206.89%2011.648%209.914%2014.555c.844.82%201.289%201.523%201.289%202.578s-.445%201.781-1.29%202.578c-3.023%202.86-9.913%208.11-9.913%2014.578v.82c0%202.32%201.289%203.633%203.633%203.633M28%2035.324c.492%200%20.89.282%201.36.75l8.437%208.274c.867.867.445%202.015-.727%202.015H18.906c-1.172%200-1.593-1.172-.726-2.015l8.437-8.274c.469-.445.89-.75%201.383-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/hourglass-tophalf-fill.svg?color=%231a73e8&size=48