hourglass-check-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
hourglass-check-rounded
Set
Material Symbols Light
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the hourglass check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 21q-.213 0-.357-.143T5 20.5t.143-.357T5.5 20h1.308v-3q0-1.852 1.135-3.285T10.853 12q-1.774-.3-2.91-1.724T6.808 7V4H5.5q-.213 0-.357-.143T5 3.5t.143-.357T5.5 3h13q.214 0 .357.143T19 3.5t-.143.357T18.5 4h-1.308v3q0 1.777-1.075 3.146t-2.746 1.675q.018.089.267.36q.249.273.606.808q-1.238.842-1.933 2.182t-.695 2.887q0 .786.19 1.523T12.352 21zm9.665-.107Q14 19.73 14 18.058t1.165-2.836T18 14.058t2.836 1.164T22 18.058q0 1.67-1.164 2.835Q19.67 22.058 18 22.058t-2.835-1.165m2.135-1.931l-1.121-1.121q-.112-.112-.27-.122q-.157-.01-.288.122q-.13.13-.13.278t.13.279l1.114 1.114q.242.242.565.242t.566-.243l2.513-2.513q.111-.112.121-.27q.01-.157-.121-.288t-.279-.13t-.279.13z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHourglassCheckRounded(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="M5.5 21q-.213 0-.357-.143T5 20.5t.143-.357T5.5 20h1.308v-3q0-1.852 1.135-3.285T10.853 12q-1.774-.3-2.91-1.724T6.808 7V4H5.5q-.213 0-.357-.143T5 3.5t.143-.357T5.5 3h13q.214 0 .357.143T19 3.5t-.143.357T18.5 4h-1.308v3q0 1.777-1.075 3.146t-2.746 1.675q.018.089.267.36q.249.273.606.808q-1.238.842-1.933 2.182t-.695 2.887q0 .786.19 1.523T12.352 21zm9.665-.107Q14 19.73 14 18.058t1.165-2.836T18 14.058t2.836 1.164T22 18.058q0 1.67-1.164 2.835Q19.67 22.058 18 22.058t-2.835-1.165m2.135-1.931l-1.121-1.121q-.112-.112-.27-.122q-.157-.01-.288.122q-.13.13-.13.278t.13.279l1.114 1.114q.242.242.565.242t.566-.243l2.513-2.513q.111-.112.121-.27q.01-.157-.121-.288t-.279-.13t-.279.13z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 21q-.213 0-.357-.143T5 20.5t.143-.357T5.5 20h1.308v-3q0-1.852 1.135-3.285T10.853 12q-1.774-.3-2.91-1.724T6.808 7V4H5.5q-.213 0-.357-.143T5 3.5t.143-.357T5.5 3h13q.214 0 .357.143T19 3.5t-.143.357T18.5 4h-1.308v3q0 1.777-1.075 3.146t-2.746 1.675q.018.089.267.36q.249.273.606.808q-1.238.842-1.933 2.182t-.695 2.887q0 .786.19 1.523T12.352 21zm9.665-.107Q14 19.73 14 18.058t1.165-2.836T18 14.058t2.836 1.164T22 18.058q0 1.67-1.164 2.835Q19.67 22.058 18 22.058t-2.835-1.165m2.135-1.931l-1.121-1.121q-.112-.112-.27-.122q-.157-.01-.288.122q-.13.13-.13.278t.13.279l1.114 1.114q.242.242.565.242t.566-.243l2.513-2.513q.111-.112.121-.27q.01-.157-.121-.288t-.279-.13t-.279.13z"/></svg>
</template>

CSS

.icon-hourglass-check-rounded {
  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%22M5.5%2021q-.213%200-.357-.143T5%2020.5t.143-.357T5.5%2020h1.308v-3q0-1.852%201.135-3.285T10.853%2012q-1.774-.3-2.91-1.724T6.808%207V4H5.5q-.213%200-.357-.143T5%203.5t.143-.357T5.5%203h13q.214%200%20.357.143T19%203.5t-.143.357T18.5%204h-1.308v3q0%201.777-1.075%203.146t-2.746%201.675q.018.089.267.36q.249.273.606.808q-1.238.842-1.933%202.182t-.695%202.887q0%20.786.19%201.523T12.352%2021zm9.665-.107Q14%2019.73%2014%2018.058t1.165-2.836T18%2014.058t2.836%201.164T22%2018.058q0%201.67-1.164%202.835Q19.67%2022.058%2018%2022.058t-2.835-1.165m2.135-1.931l-1.121-1.121q-.112-.112-.27-.122q-.157-.01-.288.122q-.13.13-.13.278t.13.279l1.114%201.114q.242.242.565.242t.566-.243l2.513-2.513q.111-.112.121-.27q.01-.157-.121-.288t-.279-.13t-.279.13z%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%22M5.5%2021q-.213%200-.357-.143T5%2020.5t.143-.357T5.5%2020h1.308v-3q0-1.852%201.135-3.285T10.853%2012q-1.774-.3-2.91-1.724T6.808%207V4H5.5q-.213%200-.357-.143T5%203.5t.143-.357T5.5%203h13q.214%200%20.357.143T19%203.5t-.143.357T18.5%204h-1.308v3q0%201.777-1.075%203.146t-2.746%201.675q.018.089.267.36q.249.273.606.808q-1.238.842-1.933%202.182t-.695%202.887q0%20.786.19%201.523T12.352%2021zm9.665-.107Q14%2019.73%2014%2018.058t1.165-2.836T18%2014.058t2.836%201.164T22%2018.058q0%201.67-1.164%202.835Q19.67%2022.058%2018%2022.058t-2.835-1.165m2.135-1.931l-1.121-1.121q-.112-.112-.27-.122q-.157-.01-.288.122q-.13.13-.13.278t.13.279l1.114%201.114q.242.242.565.242t.566-.243l2.513-2.513q.111-.112.121-.27q.01-.157-.121-.288t-.279-.13t-.279.13z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/hourglass-check-rounded.svg?color=%231a73e8&size=48