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

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

5 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

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.866 20q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h14.23q.213 0 .357.144t.143.357t-.143.356t-.357.143zm1.27-8.311q-.575-.542-.843-1.283t-.268-1.523q0-1.623 1.09-2.763Q7.204 4.98 8.8 4.98q.737 0 1.413.287t1.21.816L12 6.66l.577-.558q.535-.529 1.21-.825q.676-.296 1.413-.296q1.603 0 2.702 1.155T19 8.906q0 .779-.288 1.489t-.823 1.269L12.683 16.7q-.14.14-.317.21t-.366.07t-.366-.07t-.317-.21zm.689-.708l5.175 5l5.2-5.025q.425-.4.625-.938t.2-1.112q0-1.2-.803-2.05t-1.99-.85q-.557 0-1.06.212q-.503.213-.897.613l-.723.723q-.112.111-.251.167t-.304.056t-.307-.075t-.275-.206l-.665-.665q-.4-.4-.888-.625T8.8 5.98q-1.194 0-1.997.85T6 8.88q0 .575.2 1.125t.625.975m5.194 0"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHrRestingOutlineRounded(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.866 20q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h14.23q.213 0 .357.144t.143.357t-.143.356t-.357.143zm1.27-8.311q-.575-.542-.843-1.283t-.268-1.523q0-1.623 1.09-2.763Q7.204 4.98 8.8 4.98q.737 0 1.413.287t1.21.816L12 6.66l.577-.558q.535-.529 1.21-.825q.676-.296 1.413-.296q1.603 0 2.702 1.155T19 8.906q0 .779-.288 1.489t-.823 1.269L12.683 16.7q-.14.14-.317.21t-.366.07t-.366-.07t-.317-.21zm.689-.708l5.175 5l5.2-5.025q.425-.4.625-.938t.2-1.112q0-1.2-.803-2.05t-1.99-.85q-.557 0-1.06.212q-.503.213-.897.613l-.723.723q-.112.111-.251.167t-.304.056t-.307-.075t-.275-.206l-.665-.665q-.4-.4-.888-.625T8.8 5.98q-1.194 0-1.997.85T6 8.88q0 .575.2 1.125t.625.975m5.194 0"/></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.866 20q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h14.23q.213 0 .357.144t.143.357t-.143.356t-.357.143zm1.27-8.311q-.575-.542-.843-1.283t-.268-1.523q0-1.623 1.09-2.763Q7.204 4.98 8.8 4.98q.737 0 1.413.287t1.21.816L12 6.66l.577-.558q.535-.529 1.21-.825q.676-.296 1.413-.296q1.603 0 2.702 1.155T19 8.906q0 .779-.288 1.489t-.823 1.269L12.683 16.7q-.14.14-.317.21t-.366.07t-.366-.07t-.317-.21zm.689-.708l5.175 5l5.2-5.025q.425-.4.625-.938t.2-1.112q0-1.2-.803-2.05t-1.99-.85q-.557 0-1.06.212q-.503.213-.897.613l-.723.723q-.112.111-.251.167t-.304.056t-.307-.075t-.275-.206l-.665-.665q-.4-.4-.888-.625T8.8 5.98q-1.194 0-1.997.85T6 8.88q0 .575.2 1.125t.625.975m5.194 0"/></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.866%2020q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h14.23q.213%200%20.357.144t.143.357t-.143.356t-.357.143zm1.27-8.311q-.575-.542-.843-1.283t-.268-1.523q0-1.623%201.09-2.763Q7.204%204.98%208.8%204.98q.737%200%201.413.287t1.21.816L12%206.66l.577-.558q.535-.529%201.21-.825q.676-.296%201.413-.296q1.603%200%202.702%201.155T19%208.906q0%20.779-.288%201.489t-.823%201.269L12.683%2016.7q-.14.14-.317.21t-.366.07t-.366-.07t-.317-.21zm.689-.708l5.175%205l5.2-5.025q.425-.4.625-.938t.2-1.112q0-1.2-.803-2.05t-1.99-.85q-.557%200-1.06.212q-.503.213-.897.613l-.723.723q-.112.111-.251.167t-.304.056t-.307-.075t-.275-.206l-.665-.665q-.4-.4-.888-.625T8.8%205.98q-1.194%200-1.997.85T6%208.88q0%20.575.2%201.125t.625.975m5.194%200%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.866%2020q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h14.23q.213%200%20.357.144t.143.357t-.143.356t-.357.143zm1.27-8.311q-.575-.542-.843-1.283t-.268-1.523q0-1.623%201.09-2.763Q7.204%204.98%208.8%204.98q.737%200%201.413.287t1.21.816L12%206.66l.577-.558q.535-.529%201.21-.825q.676-.296%201.413-.296q1.603%200%202.702%201.155T19%208.906q0%20.779-.288%201.489t-.823%201.269L12.683%2016.7q-.14.14-.317.21t-.366.07t-.366-.07t-.317-.21zm.689-.708l5.175%205l5.2-5.025q.425-.4.625-.938t.2-1.112q0-1.2-.803-2.05t-1.99-.85q-.557%200-1.06.212q-.503.213-.897.613l-.723.723q-.112.111-.251.167t-.304.056t-.307-.075t-.275-.206l-.665-.665q-.4-.4-.888-.625T8.8%205.98q-1.194%200-1.997.85T6%208.88q0%20.575.2%201.125t.625.975m5.194%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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