hr resting icon
hr-resting from Material Symbols Light by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- hr-resting
- Set
- Material Symbols Light
- Style
- Regular
- 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.683 16.7q-.14.14-.317.21t-.366.07t-.366-.07t-.317-.21z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHrResting(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.683 16.7q-.14.14-.317.21t-.366.07t-.366-.07t-.317-.21z"/></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.683 16.7q-.14.14-.317.21t-.366.07t-.366-.07t-.317-.21z"/></svg> </template>
CSS
.icon-hr-resting {
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.683%2016.7q-.14.14-.317.21t-.366.07t-.366-.07t-.317-.21z%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.683%2016.7q-.14.14-.317.21t-.366.07t-.366-.07t-.317-.21z%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.svg?color=%231a73e8&size=48