sleepy from Health Icons by Resolve to Save Lives · Filled · Emotions · MIT Free for personal and commercial use.

Name
sleepy
Set
Health Icons
Style
Filled
Category
Emotions
Viewbox
48×48
License
MIT

3 other variants in Health Icons

The same icon in other sets

More emotions icons from Health Icons

Use the sleepy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M6 24c0-9.941 8.059-18 18-18v2C15.163 8 8 15.163 8 24s7.163 16 16 16s16-7.163 16-16c0-1.599-.234-3.142-.67-4.599l1.915-.575A18 18 0 0 1 42 24c0 9.941-8.059 18-18 18S6 33.941 6 24"/><path d="M18.53 13.952a1 1 0 0 0 1 1.732l.936-.541l-.451 3.75a1 1 0 0 0 1.492.986l3.002-1.733a1 1 0 1 0-1-1.732l-1.27.733l.452-3.75a1 1 0 0 0-1.492-.986zm7.287-4.658a1 1 0 0 1 .707-1.225l3.864-1.035a1 1 0 0 1 1.187 1.338l-2.049 5.105l2.415-.647a1 1 0 0 1 .518 1.931l-4.347 1.165a1 1 0 0 1-1.187-1.338l2.049-5.104l-1.932.517a1 1 0 0 1-1.225-.707M36.556 6a1 1 0 1 0 0 2h2.64l-4.044 6.47A1 1 0 0 0 36 16h5a1 1 0 1 0 0-2h-3.196l4.044-6.47A1 1 0 0 0 41 6zM12.888 27.106c.076.743.743 1.297 1.516 1.543c.808.256 1.855.235 2.967-.247a3.8 3.8 0 0 0 2.132-2.295c.29-.868.25-1.82-.152-2.425a.5.5 0 0 0-.843.016c-1.294 2.111-3.144 3.04-5.075 2.86a.5.5 0 0 0-.545.548M32.28 21.91c.306.681.006 1.494-.54 2.094c-.572.626-1.49 1.13-2.693 1.27a3.8 3.8 0 0 1-2.995-.922c-.684-.607-1.125-1.45-1.08-2.176a.5.5 0 0 1 .738-.408c2.176 1.182 4.243 1.061 5.825-.061a.5.5 0 0 1 .745.203m.168 9.945c-2.251-3.084-5.587-4.715-8.707-3.879c-3.12.837-5.194 3.916-5.601 7.713c-.115 1.069.923 1.823 1.961 1.545l11.42-3.06c1.039-.279 1.56-1.45.927-2.319"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsSleepy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M6 24c0-9.941 8.059-18 18-18v2C15.163 8 8 15.163 8 24s7.163 16 16 16s16-7.163 16-16c0-1.599-.234-3.142-.67-4.599l1.915-.575A18 18 0 0 1 42 24c0 9.941-8.059 18-18 18S6 33.941 6 24"/><path d="M18.53 13.952a1 1 0 0 0 1 1.732l.936-.541l-.451 3.75a1 1 0 0 0 1.492.986l3.002-1.733a1 1 0 1 0-1-1.732l-1.27.733l.452-3.75a1 1 0 0 0-1.492-.986zm7.287-4.658a1 1 0 0 1 .707-1.225l3.864-1.035a1 1 0 0 1 1.187 1.338l-2.049 5.105l2.415-.647a1 1 0 0 1 .518 1.931l-4.347 1.165a1 1 0 0 1-1.187-1.338l2.049-5.104l-1.932.517a1 1 0 0 1-1.225-.707M36.556 6a1 1 0 1 0 0 2h2.64l-4.044 6.47A1 1 0 0 0 36 16h5a1 1 0 1 0 0-2h-3.196l4.044-6.47A1 1 0 0 0 41 6zM12.888 27.106c.076.743.743 1.297 1.516 1.543c.808.256 1.855.235 2.967-.247a3.8 3.8 0 0 0 2.132-2.295c.29-.868.25-1.82-.152-2.425a.5.5 0 0 0-.843.016c-1.294 2.111-3.144 3.04-5.075 2.86a.5.5 0 0 0-.545.548M32.28 21.91c.306.681.006 1.494-.54 2.094c-.572.626-1.49 1.13-2.693 1.27a3.8 3.8 0 0 1-2.995-.922c-.684-.607-1.125-1.45-1.08-2.176a.5.5 0 0 1 .738-.408c2.176 1.182 4.243 1.061 5.825-.061a.5.5 0 0 1 .745.203m.168 9.945c-2.251-3.084-5.587-4.715-8.707-3.879c-3.12.837-5.194 3.916-5.601 7.713c-.115 1.069.923 1.823 1.961 1.545l11.42-3.06c1.039-.279 1.56-1.45.927-2.319"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M6 24c0-9.941 8.059-18 18-18v2C15.163 8 8 15.163 8 24s7.163 16 16 16s16-7.163 16-16c0-1.599-.234-3.142-.67-4.599l1.915-.575A18 18 0 0 1 42 24c0 9.941-8.059 18-18 18S6 33.941 6 24"/><path d="M18.53 13.952a1 1 0 0 0 1 1.732l.936-.541l-.451 3.75a1 1 0 0 0 1.492.986l3.002-1.733a1 1 0 1 0-1-1.732l-1.27.733l.452-3.75a1 1 0 0 0-1.492-.986zm7.287-4.658a1 1 0 0 1 .707-1.225l3.864-1.035a1 1 0 0 1 1.187 1.338l-2.049 5.105l2.415-.647a1 1 0 0 1 .518 1.931l-4.347 1.165a1 1 0 0 1-1.187-1.338l2.049-5.104l-1.932.517a1 1 0 0 1-1.225-.707M36.556 6a1 1 0 1 0 0 2h2.64l-4.044 6.47A1 1 0 0 0 36 16h5a1 1 0 1 0 0-2h-3.196l4.044-6.47A1 1 0 0 0 41 6zM12.888 27.106c.076.743.743 1.297 1.516 1.543c.808.256 1.855.235 2.967-.247a3.8 3.8 0 0 0 2.132-2.295c.29-.868.25-1.82-.152-2.425a.5.5 0 0 0-.843.016c-1.294 2.111-3.144 3.04-5.075 2.86a.5.5 0 0 0-.545.548M32.28 21.91c.306.681.006 1.494-.54 2.094c-.572.626-1.49 1.13-2.693 1.27a3.8 3.8 0 0 1-2.995-.922c-.684-.607-1.125-1.45-1.08-2.176a.5.5 0 0 1 .738-.408c2.176 1.182 4.243 1.061 5.825-.061a.5.5 0 0 1 .745.203m.168 9.945c-2.251-3.084-5.587-4.715-8.707-3.879c-3.12.837-5.194 3.916-5.601 7.713c-.115 1.069.923 1.823 1.961 1.545l11.42-3.06c1.039-.279 1.56-1.45.927-2.319"/></g></svg>
</template>

CSS

.icon-sleepy {
  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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6%2024c0-9.941%208.059-18%2018-18v2C15.163%208%208%2015.163%208%2024s7.163%2016%2016%2016s16-7.163%2016-16c0-1.599-.234-3.142-.67-4.599l1.915-.575A18%2018%200%200%201%2042%2024c0%209.941-8.059%2018-18%2018S6%2033.941%206%2024%22%2F%3E%3Cpath%20d%3D%22M18.53%2013.952a1%201%200%200%200%201%201.732l.936-.541l-.451%203.75a1%201%200%200%200%201.492.986l3.002-1.733a1%201%200%201%200-1-1.732l-1.27.733l.452-3.75a1%201%200%200%200-1.492-.986zm7.287-4.658a1%201%200%200%201%20.707-1.225l3.864-1.035a1%201%200%200%201%201.187%201.338l-2.049%205.105l2.415-.647a1%201%200%200%201%20.518%201.931l-4.347%201.165a1%201%200%200%201-1.187-1.338l2.049-5.104l-1.932.517a1%201%200%200%201-1.225-.707M36.556%206a1%201%200%201%200%200%202h2.64l-4.044%206.47A1%201%200%200%200%2036%2016h5a1%201%200%201%200%200-2h-3.196l4.044-6.47A1%201%200%200%200%2041%206zM12.888%2027.106c.076.743.743%201.297%201.516%201.543c.808.256%201.855.235%202.967-.247a3.8%203.8%200%200%200%202.132-2.295c.29-.868.25-1.82-.152-2.425a.5.5%200%200%200-.843.016c-1.294%202.111-3.144%203.04-5.075%202.86a.5.5%200%200%200-.545.548M32.28%2021.91c.306.681.006%201.494-.54%202.094c-.572.626-1.49%201.13-2.693%201.27a3.8%203.8%200%200%201-2.995-.922c-.684-.607-1.125-1.45-1.08-2.176a.5.5%200%200%201%20.738-.408c2.176%201.182%204.243%201.061%205.825-.061a.5.5%200%200%201%20.745.203m.168%209.945c-2.251-3.084-5.587-4.715-8.707-3.879c-3.12.837-5.194%203.916-5.601%207.713c-.115%201.069.923%201.823%201.961%201.545l11.42-3.06c1.039-.279%201.56-1.45.927-2.319%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6%2024c0-9.941%208.059-18%2018-18v2C15.163%208%208%2015.163%208%2024s7.163%2016%2016%2016s16-7.163%2016-16c0-1.599-.234-3.142-.67-4.599l1.915-.575A18%2018%200%200%201%2042%2024c0%209.941-8.059%2018-18%2018S6%2033.941%206%2024%22%2F%3E%3Cpath%20d%3D%22M18.53%2013.952a1%201%200%200%200%201%201.732l.936-.541l-.451%203.75a1%201%200%200%200%201.492.986l3.002-1.733a1%201%200%201%200-1-1.732l-1.27.733l.452-3.75a1%201%200%200%200-1.492-.986zm7.287-4.658a1%201%200%200%201%20.707-1.225l3.864-1.035a1%201%200%200%201%201.187%201.338l-2.049%205.105l2.415-.647a1%201%200%200%201%20.518%201.931l-4.347%201.165a1%201%200%200%201-1.187-1.338l2.049-5.104l-1.932.517a1%201%200%200%201-1.225-.707M36.556%206a1%201%200%201%200%200%202h2.64l-4.044%206.47A1%201%200%200%200%2036%2016h5a1%201%200%201%200%200-2h-3.196l4.044-6.47A1%201%200%200%200%2041%206zM12.888%2027.106c.076.743.743%201.297%201.516%201.543c.808.256%201.855.235%202.967-.247a3.8%203.8%200%200%200%202.132-2.295c.29-.868.25-1.82-.152-2.425a.5.5%200%200%200-.843.016c-1.294%202.111-3.144%203.04-5.075%202.86a.5.5%200%200%200-.545.548M32.28%2021.91c.306.681.006%201.494-.54%202.094c-.572.626-1.49%201.13-2.693%201.27a3.8%203.8%200%200%201-2.995-.922c-.684-.607-1.125-1.45-1.08-2.176a.5.5%200%200%201%20.738-.408c2.176%201.182%204.243%201.061%205.825-.061a.5.5%200%200%201%20.745.203m.168%209.945c-2.251-3.084-5.587-4.715-8.707-3.879c-3.12.837-5.194%203.916-5.601%207.713c-.115%201.069.923%201.823%201.961%201.545l11.42-3.06c1.039-.279%201.56-1.45.927-2.319%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/sleepy.svg?color=%231a73e8&size=48