sleep score icon
sleep-score-rounded from Material Symbols Light by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- sleep-score-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More activities icons from Material Symbols Light
Use the sleep score icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.616 9.366q-.214 0-.357-.153t-.186-.386q-.087-.95-.47-1.761q-.382-.812-.991-1.466l-.625 1.075q-.25.4-.528.885q-.278.484-.603.834q-.235.24-.558.24t-.563-.234t-.24-.558t.24-.563q.33-.35.828-.616q.497-.265.897-.515l1.075-.644q-.68-.693-1.56-1.123t-1.92-.498q-.201-.012-.32-.161q-.12-.149-.12-.357q0-.213.16-.366t.362-.122q2.357.184 4.026 1.826q1.67 1.641 1.91 3.999q.037.252-.094.457t-.363.206M12.075 21q-1.888 0-3.543-.713T5.64 18.336t-1.951-2.893t-.714-3.543q0-2.639 1.395-4.846t3.77-3.345q.177-.067.35-.058q.174.008.308.093q.123.079.197.238t.074.39q.108 2.09.925 3.963t2.295 3.351t3.353 2.295t3.968.925q.236 0 .386.068t.229.192q.085.134.099.313t-.053.35q-1.13 2.375-3.344 3.773T12.075 21"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSleepScoreRounded(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="M20.616 9.366q-.214 0-.357-.153t-.186-.386q-.087-.95-.47-1.761q-.382-.812-.991-1.466l-.625 1.075q-.25.4-.528.885q-.278.484-.603.834q-.235.24-.558.24t-.563-.234t-.24-.558t.24-.563q.33-.35.828-.616q.497-.265.897-.515l1.075-.644q-.68-.693-1.56-1.123t-1.92-.498q-.201-.012-.32-.161q-.12-.149-.12-.357q0-.213.16-.366t.362-.122q2.357.184 4.026 1.826q1.67 1.641 1.91 3.999q.037.252-.094.457t-.363.206M12.075 21q-1.888 0-3.543-.713T5.64 18.336t-1.951-2.893t-.714-3.543q0-2.639 1.395-4.846t3.77-3.345q.177-.067.35-.058q.174.008.308.093q.123.079.197.238t.074.39q.108 2.09.925 3.963t2.295 3.351t3.353 2.295t3.968.925q.236 0 .386.068t.229.192q.085.134.099.313t-.053.35q-1.13 2.375-3.344 3.773T12.075 21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.616 9.366q-.214 0-.357-.153t-.186-.386q-.087-.95-.47-1.761q-.382-.812-.991-1.466l-.625 1.075q-.25.4-.528.885q-.278.484-.603.834q-.235.24-.558.24t-.563-.234t-.24-.558t.24-.563q.33-.35.828-.616q.497-.265.897-.515l1.075-.644q-.68-.693-1.56-1.123t-1.92-.498q-.201-.012-.32-.161q-.12-.149-.12-.357q0-.213.16-.366t.362-.122q2.357.184 4.026 1.826q1.67 1.641 1.91 3.999q.037.252-.094.457t-.363.206M12.075 21q-1.888 0-3.543-.713T5.64 18.336t-1.951-2.893t-.714-3.543q0-2.639 1.395-4.846t3.77-3.345q.177-.067.35-.058q.174.008.308.093q.123.079.197.238t.074.39q.108 2.09.925 3.963t2.295 3.351t3.353 2.295t3.968.925q.236 0 .386.068t.229.192q.085.134.099.313t-.053.35q-1.13 2.375-3.344 3.773T12.075 21"/></svg> </template>
CSS
.icon-sleep-score-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%22M20.616%209.366q-.214%200-.357-.153t-.186-.386q-.087-.95-.47-1.761q-.382-.812-.991-1.466l-.625%201.075q-.25.4-.528.885q-.278.484-.603.834q-.235.24-.558.24t-.563-.234t-.24-.558t.24-.563q.33-.35.828-.616q.497-.265.897-.515l1.075-.644q-.68-.693-1.56-1.123t-1.92-.498q-.201-.012-.32-.161q-.12-.149-.12-.357q0-.213.16-.366t.362-.122q2.357.184%204.026%201.826q1.67%201.641%201.91%203.999q.037.252-.094.457t-.363.206M12.075%2021q-1.888%200-3.543-.713T5.64%2018.336t-1.951-2.893t-.714-3.543q0-2.639%201.395-4.846t3.77-3.345q.177-.067.35-.058q.174.008.308.093q.123.079.197.238t.074.39q.108%202.09.925%203.963t2.295%203.351t3.353%202.295t3.968.925q.236%200%20.386.068t.229.192q.085.134.099.313t-.053.35q-1.13%202.375-3.344%203.773T12.075%2021%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%22M20.616%209.366q-.214%200-.357-.153t-.186-.386q-.087-.95-.47-1.761q-.382-.812-.991-1.466l-.625%201.075q-.25.4-.528.885q-.278.484-.603.834q-.235.24-.558.24t-.563-.234t-.24-.558t.24-.563q.33-.35.828-.616q.497-.265.897-.515l1.075-.644q-.68-.693-1.56-1.123t-1.92-.498q-.201-.012-.32-.161q-.12-.149-.12-.357q0-.213.16-.366t.362-.122q2.357.184%204.026%201.826q1.67%201.641%201.91%203.999q.037.252-.094.457t-.363.206M12.075%2021q-1.888%200-3.543-.713T5.64%2018.336t-1.951-2.893t-.714-3.543q0-2.639%201.395-4.846t3.77-3.345q.177-.067.35-.058q.174.008.308.093q.123.079.197.238t.074.39q.108%202.09.925%203.963t2.295%203.351t3.353%202.295t3.968.925q.236%200%20.386.068t.229.192q.085.134.099.313t-.053.35q-1.13%202.375-3.344%203.773T12.075%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/sleep-score-rounded.svg?color=%231a73e8&size=48