hourglass check icon
hourglass-check-outline from Material Symbols Light by Google · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- hourglass-check-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- hourglass-check-outline-sharp
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 21v-1h1.808v-3q0-1.852 1.135-3.285T10.853 12q-1.774-.3-2.91-1.724T6.808 7V4H5V3h14v1h-1.808v3q0 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.479zm9.979-10.983Q16.192 8.765 16.192 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-.816l3.358-3.358l-.558-.558l-2.8 2.8l-1.4-1.4l-.558.558z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHourglassCheckOutline(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 21v-1h1.808v-3q0-1.852 1.135-3.285T10.853 12q-1.774-.3-2.91-1.724T6.808 7V4H5V3h14v1h-1.808v3q0 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.479zm9.979-10.983Q16.192 8.765 16.192 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-.816l3.358-3.358l-.558-.558l-2.8 2.8l-1.4-1.4l-.558.558z"/></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 21v-1h1.808v-3q0-1.852 1.135-3.285T10.853 12q-1.774-.3-2.91-1.724T6.808 7V4H5V3h14v1h-1.808v3q0 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.479zm9.979-10.983Q16.192 8.765 16.192 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-.816l3.358-3.358l-.558-.558l-2.8 2.8l-1.4-1.4l-.558.558z"/></svg> </template>
CSS
.icon-hourglass-check-outline {
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%2021v-1h1.808v-3q0-1.852%201.135-3.285T10.853%2012q-1.774-.3-2.91-1.724T6.808%207V4H5V3h14v1h-1.808v3q0%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.479zm9.979-10.983Q16.192%208.765%2016.192%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-.816l3.358-3.358l-.558-.558l-2.8%202.8l-1.4-1.4l-.558.558z%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%2021v-1h1.808v-3q0-1.852%201.135-3.285T10.853%2012q-1.774-.3-2.91-1.724T6.808%207V4H5V3h14v1h-1.808v3q0%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.479zm9.979-10.983Q16.192%208.765%2016.192%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-.816l3.358-3.358l-.558-.558l-2.8%202.8l-1.4-1.4l-.558.558z%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.svg?color=%231a73e8&size=48