hr-resting-outline-rounded from Material Symbols by Google · Outline Rounded · Activities · Apache-2.0 Free for personal and commercial use.

Name
hr-resting-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Activities
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

Use the hr resting icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 21q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21zm1.425-9.6q-.725-.675-1.062-1.6t-.338-1.9q0-2.025 1.388-3.463T8.8 3q.9 0 1.725.325t1.475.95q.65-.625 1.475-.95T15.2 3q2.025 0 3.413 1.45T20 7.925q0 .975-.363 1.863T18.6 11.375l-5.225 5.075q-.275.275-.625.413T12 17t-.75-.137t-.625-.413zm1.4-1.4L12 15l5.2-5.025q.425-.4.625-.938t.2-1.112q0-1.2-.812-2.05t-1.988-.85q-.55 0-1.062.213t-.888.612l-.55.55q-.15.15-.337.225T12 6.7t-.375-.075T11.3 6.4l-.55-.55q-.4-.4-.888-.625T8.8 5q-1.175 0-1.987.85T6 7.9q0 .575.2 1.125t.625.975M12 10"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHrRestingOutlineRounded(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="M4 21q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21zm1.425-9.6q-.725-.675-1.062-1.6t-.338-1.9q0-2.025 1.388-3.463T8.8 3q.9 0 1.725.325t1.475.95q.65-.625 1.475-.95T15.2 3q2.025 0 3.413 1.45T20 7.925q0 .975-.363 1.863T18.6 11.375l-5.225 5.075q-.275.275-.625.413T12 17t-.75-.137t-.625-.413zm1.4-1.4L12 15l5.2-5.025q.425-.4.625-.938t.2-1.112q0-1.2-.812-2.05t-1.988-.85q-.55 0-1.062.213t-.888.612l-.55.55q-.15.15-.337.225T12 6.7t-.375-.075T11.3 6.4l-.55-.55q-.4-.4-.888-.625T8.8 5q-1.175 0-1.987.85T6 7.9q0 .575.2 1.125t.625.975M12 10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 21q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21zm1.425-9.6q-.725-.675-1.062-1.6t-.338-1.9q0-2.025 1.388-3.463T8.8 3q.9 0 1.725.325t1.475.95q.65-.625 1.475-.95T15.2 3q2.025 0 3.413 1.45T20 7.925q0 .975-.363 1.863T18.6 11.375l-5.225 5.075q-.275.275-.625.413T12 17t-.75-.137t-.625-.413zm1.4-1.4L12 15l5.2-5.025q.425-.4.625-.938t.2-1.112q0-1.2-.812-2.05t-1.988-.85q-.55 0-1.062.213t-.888.612l-.55.55q-.15.15-.337.225T12 6.7t-.375-.075T11.3 6.4l-.55-.55q-.4-.4-.888-.625T8.8 5q-1.175 0-1.987.85T6 7.9q0 .575.2 1.125t.625.975M12 10"/></svg>
</template>

CSS

.icon-hr-resting-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%22M4%2021q-.425%200-.712-.288T3%2020t.288-.712T4%2019h16q.425%200%20.713.288T21%2020t-.288.713T20%2021zm1.425-9.6q-.725-.675-1.062-1.6t-.338-1.9q0-2.025%201.388-3.463T8.8%203q.9%200%201.725.325t1.475.95q.65-.625%201.475-.95T15.2%203q2.025%200%203.413%201.45T20%207.925q0%20.975-.363%201.863T18.6%2011.375l-5.225%205.075q-.275.275-.625.413T12%2017t-.75-.137t-.625-.413zm1.4-1.4L12%2015l5.2-5.025q.425-.4.625-.938t.2-1.112q0-1.2-.812-2.05t-1.988-.85q-.55%200-1.062.213t-.888.612l-.55.55q-.15.15-.337.225T12%206.7t-.375-.075T11.3%206.4l-.55-.55q-.4-.4-.888-.625T8.8%205q-1.175%200-1.987.85T6%207.9q0%20.575.2%201.125t.625.975M12%2010%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%22M4%2021q-.425%200-.712-.288T3%2020t.288-.712T4%2019h16q.425%200%20.713.288T21%2020t-.288.713T20%2021zm1.425-9.6q-.725-.675-1.062-1.6t-.338-1.9q0-2.025%201.388-3.463T8.8%203q.9%200%201.725.325t1.475.95q.65-.625%201.475-.95T15.2%203q2.025%200%203.413%201.45T20%207.925q0%20.975-.363%201.863T18.6%2011.375l-5.225%205.075q-.275.275-.625.413T12%2017t-.75-.137t-.625-.413zm1.4-1.4L12%2015l5.2-5.025q.425-.4.625-.938t.2-1.112q0-1.2-.812-2.05t-1.988-.85q-.55%200-1.062.213t-.888.612l-.55.55q-.15.15-.337.225T12%206.7t-.375-.075T11.3%206.4l-.55-.55q-.4-.4-.888-.625T8.8%205q-1.175%200-1.987.85T6%207.9q0%20.575.2%201.125t.625.975M12%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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