hourglass check icon
hourglass-check-outline-rounded from Material Symbols Light by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- hourglass-check-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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="M6.808 20v-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.289.02.76.145t.99.451q-.373.154-.679.34t-.576.445q-.404-.223-.882-.347T12 12.73q-1.765 0-2.979 1.252Q7.808 15.235 7.808 17v3h4.108q.078.28.19.521q.113.24.246.479H5.5q-.213 0-.357-.143T5 20.5t.143-.357T5.5 20zm8.17-9.983Q16.193 8.765 16.193 7V4H7.808v3q0 1.766 1.213 3.017Q10.234 11.27 12 11.27t2.979-1.252m.186 10.876Q14 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 MaterialSymbolsLightHourglassCheckOutlineRounded(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="M6.808 20v-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.289.02.76.145t.99.451q-.373.154-.679.34t-.576.445q-.404-.223-.882-.347T12 12.73q-1.765 0-2.979 1.252Q7.808 15.235 7.808 17v3h4.108q.078.28.19.521q.113.24.246.479H5.5q-.213 0-.357-.143T5 20.5t.143-.357T5.5 20zm8.17-9.983Q16.193 8.765 16.193 7V4H7.808v3q0 1.766 1.213 3.017Q10.234 11.27 12 11.27t2.979-1.252m.186 10.876Q14 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="M6.808 20v-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.289.02.76.145t.99.451q-.373.154-.679.34t-.576.445q-.404-.223-.882-.347T12 12.73q-1.765 0-2.979 1.252Q7.808 15.235 7.808 17v3h4.108q.078.28.19.521q.113.24.246.479H5.5q-.213 0-.357-.143T5 20.5t.143-.357T5.5 20zm8.17-9.983Q16.193 8.765 16.193 7V4H7.808v3q0 1.766 1.213 3.017Q10.234 11.27 12 11.27t2.979-1.252m.186 10.876Q14 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-outline-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%22M6.808%2020v-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.289.02.76.145t.99.451q-.373.154-.679.34t-.576.445q-.404-.223-.882-.347T12%2012.73q-1.765%200-2.979%201.252Q7.808%2015.235%207.808%2017v3h4.108q.078.28.19.521q.113.24.246.479H5.5q-.213%200-.357-.143T5%2020.5t.143-.357T5.5%2020zm8.17-9.983Q16.193%208.765%2016.193%207V4H7.808v3q0%201.766%201.213%203.017Q10.234%2011.27%2012%2011.27t2.979-1.252m.186%2010.876Q14%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%22M6.808%2020v-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.289.02.76.145t.99.451q-.373.154-.679.34t-.576.445q-.404-.223-.882-.347T12%2012.73q-1.765%200-2.979%201.252Q7.808%2015.235%207.808%2017v3h4.108q.078.28.19.521q.113.24.246.479H5.5q-.213%200-.357-.143T5%2020.5t.143-.357T5.5%2020zm8.17-9.983Q16.193%208.765%2016.193%207V4H7.808v3q0%201.766%201.213%203.017Q10.234%2011.27%2012%2011.27t2.979-1.252m.186%2010.876Q14%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-outline-rounded.svg?color=%231a73e8&size=48