hr resting icon
hr-resting-outline-sharp from Material Symbols Light by Google · Outline Sharp · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- hr-resting-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- 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.366 20v-1h15.23v1zm1.77-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 17.352zm.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-1.256 1.261l-1.269-1.261q-.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 MaterialSymbolsLightHrRestingOutlineSharp(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.366 20v-1h15.23v1zm1.77-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 17.352zm.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-1.256 1.261l-1.269-1.261q-.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.366 20v-1h15.23v1zm1.77-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 17.352zm.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-1.256 1.261l-1.269-1.261q-.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-sharp {
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.366%2020v-1h15.23v1zm1.77-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%2017.352zm.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-1.256%201.261l-1.269-1.261q-.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.366%2020v-1h15.23v1zm1.77-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%2017.352zm.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-1.256%201.261l-1.269-1.261q-.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-sharp.svg?color=%231a73e8&size=48