sleep icon
sleep-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- sleep-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
The same icon in other sets
Use the sleep icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.378 3.026A9.004 9.004 0 1 1 5.475 17.13a.675.675 0 0 1 .329-1.019c3.391-1.214 5.208-2.62 6.262-4.633c1.11-2.118 1.396-4.438.62-7.619a.675.675 0 0 1 .692-.834m1.011 1.637l.065.39c.417 2.705.065 4.976-1.06 7.122c-1.141 2.18-3 3.704-6.015 4.94a7.504 7.504 0 1 0 7.677-12.283l-.332-.092zm-3.395-1.01L11 3.75V9a2 2 0 1 1-1.499-1.937l-.001-2.3L6 5.829V10a2 2 0 1 1-1.499-1.937L4.5 5.273a.75.75 0 0 1 .43-.679l.102-.039l5-1.521a.75.75 0 0 1 .943.525z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSleep24Regular(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="M13.378 3.026A9.004 9.004 0 1 1 5.475 17.13a.675.675 0 0 1 .329-1.019c3.391-1.214 5.208-2.62 6.262-4.633c1.11-2.118 1.396-4.438.62-7.619a.675.675 0 0 1 .692-.834m1.011 1.637l.065.39c.417 2.705.065 4.976-1.06 7.122c-1.141 2.18-3 3.704-6.015 4.94a7.504 7.504 0 1 0 7.677-12.283l-.332-.092zm-3.395-1.01L11 3.75V9a2 2 0 1 1-1.499-1.937l-.001-2.3L6 5.829V10a2 2 0 1 1-1.499-1.937L4.5 5.273a.75.75 0 0 1 .43-.679l.102-.039l5-1.521a.75.75 0 0 1 .943.525z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.378 3.026A9.004 9.004 0 1 1 5.475 17.13a.675.675 0 0 1 .329-1.019c3.391-1.214 5.208-2.62 6.262-4.633c1.11-2.118 1.396-4.438.62-7.619a.675.675 0 0 1 .692-.834m1.011 1.637l.065.39c.417 2.705.065 4.976-1.06 7.122c-1.141 2.18-3 3.704-6.015 4.94a7.504 7.504 0 1 0 7.677-12.283l-.332-.092zm-3.395-1.01L11 3.75V9a2 2 0 1 1-1.499-1.937l-.001-2.3L6 5.829V10a2 2 0 1 1-1.499-1.937L4.5 5.273a.75.75 0 0 1 .43-.679l.102-.039l5-1.521a.75.75 0 0 1 .943.525z"/></svg> </template>
CSS
.icon-sleep-24-regular {
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%22M13.378%203.026A9.004%209.004%200%201%201%205.475%2017.13a.675.675%200%200%201%20.329-1.019c3.391-1.214%205.208-2.62%206.262-4.633c1.11-2.118%201.396-4.438.62-7.619a.675.675%200%200%201%20.692-.834m1.011%201.637l.065.39c.417%202.705.065%204.976-1.06%207.122c-1.141%202.18-3%203.704-6.015%204.94a7.504%207.504%200%201%200%207.677-12.283l-.332-.092zm-3.395-1.01L11%203.75V9a2%202%200%201%201-1.499-1.937l-.001-2.3L6%205.829V10a2%202%200%201%201-1.499-1.937L4.5%205.273a.75.75%200%200%201%20.43-.679l.102-.039l5-1.521a.75.75%200%200%201%20.943.525z%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%22M13.378%203.026A9.004%209.004%200%201%201%205.475%2017.13a.675.675%200%200%201%20.329-1.019c3.391-1.214%205.208-2.62%206.262-4.633c1.11-2.118%201.396-4.438.62-7.619a.675.675%200%200%201%20.692-.834m1.011%201.637l.065.39c.417%202.705.065%204.976-1.06%207.122c-1.141%202.18-3%203.704-6.015%204.94a7.504%207.504%200%201%200%207.677-12.283l-.332-.092zm-3.395-1.01L11%203.75V9a2%202%200%201%201-1.499-1.937l-.001-2.3L6%205.829V10a2%202%200%201%201-1.499-1.937L4.5%205.273a.75.75%200%200%201%20.43-.679l.102-.039l5-1.521a.75.75%200%200%201%20.943.525z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sleep-24-regular.svg?color=%231a73e8&size=48