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

Name
hourglass-pause-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 pause icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.058 16.366q-.154 0-.27.115q-.115.115-.115.269v2.616q0 .153.116.269q.115.115.269.115q.153 0 .269-.115q.115-.116.115-.27V16.75q0-.154-.115-.27q-.115-.114-.27-.114m-2.115 3.384q.154 0 .27-.115q.115-.116.115-.27V16.75q0-.154-.115-.27q-.116-.114-.27-.114q-.153 0-.269.115q-.115.115-.115.269v2.616q0 .153.115.269q.116.115.27.115M5.5 21q-.213 0-.356-.144T5 20.499t.144-.356T5.5 20h1.308v-3q0-1.852 1.135-3.285T10.853 12q-1.774-.3-2.91-1.724T6.808 7V4H5.5q-.213 0-.356-.144T5 3.499t.144-.356T5.5 3h13q.213 0 .356.144t.144.357t-.144.356T18.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 .777.19 1.518T12.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.165"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHourglassPauseRounded(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="M19.058 16.366q-.154 0-.27.115q-.115.115-.115.269v2.616q0 .153.116.269q.115.115.269.115q.153 0 .269-.115q.115-.116.115-.27V16.75q0-.154-.115-.27q-.115-.114-.27-.114m-2.115 3.384q.154 0 .27-.115q.115-.116.115-.27V16.75q0-.154-.115-.27q-.116-.114-.27-.114q-.153 0-.269.115q-.115.115-.115.269v2.616q0 .153.115.269q.116.115.27.115M5.5 21q-.213 0-.356-.144T5 20.499t.144-.356T5.5 20h1.308v-3q0-1.852 1.135-3.285T10.853 12q-1.774-.3-2.91-1.724T6.808 7V4H5.5q-.213 0-.356-.144T5 3.499t.144-.356T5.5 3h13q.213 0 .356.144t.144.357t-.144.356T18.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 .777.19 1.518T12.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.165"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.058 16.366q-.154 0-.27.115q-.115.115-.115.269v2.616q0 .153.116.269q.115.115.269.115q.153 0 .269-.115q.115-.116.115-.27V16.75q0-.154-.115-.27q-.115-.114-.27-.114m-2.115 3.384q.154 0 .27-.115q.115-.116.115-.27V16.75q0-.154-.115-.27q-.116-.114-.27-.114q-.153 0-.269.115q-.115.115-.115.269v2.616q0 .153.115.269q.116.115.27.115M5.5 21q-.213 0-.356-.144T5 20.499t.144-.356T5.5 20h1.308v-3q0-1.852 1.135-3.285T10.853 12q-1.774-.3-2.91-1.724T6.808 7V4H5.5q-.213 0-.356-.144T5 3.499t.144-.356T5.5 3h13q.213 0 .356.144t.144.357t-.144.356T18.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 .777.19 1.518T12.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.165"/></svg>
</template>

CSS

.icon-hourglass-pause-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%22M19.058%2016.366q-.154%200-.27.115q-.115.115-.115.269v2.616q0%20.153.116.269q.115.115.269.115q.153%200%20.269-.115q.115-.116.115-.27V16.75q0-.154-.115-.27q-.115-.114-.27-.114m-2.115%203.384q.154%200%20.27-.115q.115-.116.115-.27V16.75q0-.154-.115-.27q-.116-.114-.27-.114q-.153%200-.269.115q-.115.115-.115.269v2.616q0%20.153.115.269q.116.115.27.115M5.5%2021q-.213%200-.356-.144T5%2020.499t.144-.356T5.5%2020h1.308v-3q0-1.852%201.135-3.285T10.853%2012q-1.774-.3-2.91-1.724T6.808%207V4H5.5q-.213%200-.356-.144T5%203.499t.144-.356T5.5%203h13q.213%200%20.356.144t.144.357t-.144.356T18.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.777.19%201.518T12.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.165%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%22M19.058%2016.366q-.154%200-.27.115q-.115.115-.115.269v2.616q0%20.153.116.269q.115.115.269.115q.153%200%20.269-.115q.115-.116.115-.27V16.75q0-.154-.115-.27q-.115-.114-.27-.114m-2.115%203.384q.154%200%20.27-.115q.115-.116.115-.27V16.75q0-.154-.115-.27q-.116-.114-.27-.114q-.153%200-.269.115q-.115.115-.115.269v2.616q0%20.153.115.269q.116.115.27.115M5.5%2021q-.213%200-.356-.144T5%2020.499t.144-.356T5.5%2020h1.308v-3q0-1.852%201.135-3.285T10.853%2012q-1.774-.3-2.91-1.724T6.808%207V4H5.5q-.213%200-.356-.144T5%203.499t.144-.356T5.5%203h13q.213%200%20.356.144t.144.357t-.144.356T18.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.777.19%201.518T12.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.165%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-pause-rounded.svg?color=%231a73e8&size=48