dry-eyes from Health Icons by Resolve to Save Lives · Filled · Conditions · MIT Free for personal and commercial use.

Name
dry-eyes
Set
Health Icons
Style
Filled
Category
Conditions
Viewbox
48×48
License
MIT

1 other variant in Health Icons

More conditions icons from Health Icons

Use the dry eyes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M29.953 24.051c0 3.299-2.665 5.973-5.953 5.973s-5.953-2.674-5.953-5.973s2.665-5.973 5.953-5.973c1.215 0 2.345.365 3.287.992a1.79 1.79 0 0 0-.626 1.362c0 .99.8 1.792 1.786 1.792c.41 0 .788-.139 1.09-.372c.268.68.416 1.422.416 2.199"/><path fill-rule="evenodd" d="M17.466 34.575a23.53 23.53 0 0 0 13.068 0a23.4 23.4 0 0 0 9.97-5.853l2.766-2.741a2.47 2.47 0 0 0 .052-3.456l-2.757-2.903a22.87 22.87 0 0 0-10.23-6.224a22.8 22.8 0 0 0-12.67 0a22.87 22.87 0 0 0-10.23 6.224l-2.757 2.904a2.47 2.47 0 0 0 .052 3.455l2.765 2.74a23.4 23.4 0 0 0 9.97 5.854m2.418-1.463a21.5 21.5 0 0 1-8.396-3.613l1.505-.824l.327-1.971a.993.993 0 1 0-1.957-.327l-.169 1.014l-1.395.764a21 21 0 0 1-.909-.85L6.61 25.047h1.213l1.239.828a.99.99 0 0 0 1.376-.276a1 1 0 0 0-.276-1.38l-1.738-1.164h-1.51l1.956-2.06q.542-.57 1.122-1.095l.349.14l-.865 1.3l2.314 1.548a.99.99 0 0 0 1.376-.276a1 1 0 0 0-.275-1.38l-.663-.444l1.12-1.686l-1.588-.637a20.9 20.9 0 0 1 8.486-3.633a9.96 9.96 0 0 0-6.169 9.219a9.96 9.96 0 0 0 5.806 9.061m10.1-.45q-.926.267-1.868.45a9.96 9.96 0 0 0 5.806-9.061a9.96 9.96 0 0 0-6.17-9.219a20.84 20.84 0 0 1 8.487 3.633l-1.588.637l1.12 1.686l-.663.444a1 1 0 0 0-.275 1.38a.99.99 0 0 0 1.376.276l2.314-1.548l-.865-1.3l.35-.14q.58.526 1.12 1.096l1.956 2.06h-1.51l-1.737 1.162a1 1 0 0 0-.276 1.38a.99.99 0 0 0 1.376.277l1.239-.828h1.212l-2.278 2.258q-.442.44-.909.85l-1.395-.764l-.169-1.015a.993.993 0 1 0-1.957.328l.327 1.971l1.505.824a21.4 21.4 0 0 1-6.527 3.162M24 32.015c4.384 0 7.938-3.566 7.938-7.965S28.384 16.086 24 16.086s-7.938 3.566-7.938 7.965s3.554 7.965 7.938 7.965" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDryEyes(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="M29.953 24.051c0 3.299-2.665 5.973-5.953 5.973s-5.953-2.674-5.953-5.973s2.665-5.973 5.953-5.973c1.215 0 2.345.365 3.287.992a1.79 1.79 0 0 0-.626 1.362c0 .99.8 1.792 1.786 1.792c.41 0 .788-.139 1.09-.372c.268.68.416 1.422.416 2.199"/><path fillRule="evenodd" d="M17.466 34.575a23.53 23.53 0 0 0 13.068 0a23.4 23.4 0 0 0 9.97-5.853l2.766-2.741a2.47 2.47 0 0 0 .052-3.456l-2.757-2.903a22.87 22.87 0 0 0-10.23-6.224a22.8 22.8 0 0 0-12.67 0a22.87 22.87 0 0 0-10.23 6.224l-2.757 2.904a2.47 2.47 0 0 0 .052 3.455l2.765 2.74a23.4 23.4 0 0 0 9.97 5.854m2.418-1.463a21.5 21.5 0 0 1-8.396-3.613l1.505-.824l.327-1.971a.993.993 0 1 0-1.957-.327l-.169 1.014l-1.395.764a21 21 0 0 1-.909-.85L6.61 25.047h1.213l1.239.828a.99.99 0 0 0 1.376-.276a1 1 0 0 0-.276-1.38l-1.738-1.164h-1.51l1.956-2.06q.542-.57 1.122-1.095l.349.14l-.865 1.3l2.314 1.548a.99.99 0 0 0 1.376-.276a1 1 0 0 0-.275-1.38l-.663-.444l1.12-1.686l-1.588-.637a20.9 20.9 0 0 1 8.486-3.633a9.96 9.96 0 0 0-6.169 9.219a9.96 9.96 0 0 0 5.806 9.061m10.1-.45q-.926.267-1.868.45a9.96 9.96 0 0 0 5.806-9.061a9.96 9.96 0 0 0-6.17-9.219a20.84 20.84 0 0 1 8.487 3.633l-1.588.637l1.12 1.686l-.663.444a1 1 0 0 0-.275 1.38a.99.99 0 0 0 1.376.276l2.314-1.548l-.865-1.3l.35-.14q.58.526 1.12 1.096l1.956 2.06h-1.51l-1.737 1.162a1 1 0 0 0-.276 1.38a.99.99 0 0 0 1.376.277l1.239-.828h1.212l-2.278 2.258q-.442.44-.909.85l-1.395-.764l-.169-1.015a.993.993 0 1 0-1.957.328l.327 1.971l1.505.824a21.4 21.4 0 0 1-6.527 3.162M24 32.015c4.384 0 7.938-3.566 7.938-7.965S28.384 16.086 24 16.086s-7.938 3.566-7.938 7.965s3.554 7.965 7.938 7.965" clipRule="evenodd"/></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="M29.953 24.051c0 3.299-2.665 5.973-5.953 5.973s-5.953-2.674-5.953-5.973s2.665-5.973 5.953-5.973c1.215 0 2.345.365 3.287.992a1.79 1.79 0 0 0-.626 1.362c0 .99.8 1.792 1.786 1.792c.41 0 .788-.139 1.09-.372c.268.68.416 1.422.416 2.199"/><path fill-rule="evenodd" d="M17.466 34.575a23.53 23.53 0 0 0 13.068 0a23.4 23.4 0 0 0 9.97-5.853l2.766-2.741a2.47 2.47 0 0 0 .052-3.456l-2.757-2.903a22.87 22.87 0 0 0-10.23-6.224a22.8 22.8 0 0 0-12.67 0a22.87 22.87 0 0 0-10.23 6.224l-2.757 2.904a2.47 2.47 0 0 0 .052 3.455l2.765 2.74a23.4 23.4 0 0 0 9.97 5.854m2.418-1.463a21.5 21.5 0 0 1-8.396-3.613l1.505-.824l.327-1.971a.993.993 0 1 0-1.957-.327l-.169 1.014l-1.395.764a21 21 0 0 1-.909-.85L6.61 25.047h1.213l1.239.828a.99.99 0 0 0 1.376-.276a1 1 0 0 0-.276-1.38l-1.738-1.164h-1.51l1.956-2.06q.542-.57 1.122-1.095l.349.14l-.865 1.3l2.314 1.548a.99.99 0 0 0 1.376-.276a1 1 0 0 0-.275-1.38l-.663-.444l1.12-1.686l-1.588-.637a20.9 20.9 0 0 1 8.486-3.633a9.96 9.96 0 0 0-6.169 9.219a9.96 9.96 0 0 0 5.806 9.061m10.1-.45q-.926.267-1.868.45a9.96 9.96 0 0 0 5.806-9.061a9.96 9.96 0 0 0-6.17-9.219a20.84 20.84 0 0 1 8.487 3.633l-1.588.637l1.12 1.686l-.663.444a1 1 0 0 0-.275 1.38a.99.99 0 0 0 1.376.276l2.314-1.548l-.865-1.3l.35-.14q.58.526 1.12 1.096l1.956 2.06h-1.51l-1.737 1.162a1 1 0 0 0-.276 1.38a.99.99 0 0 0 1.376.277l1.239-.828h1.212l-2.278 2.258q-.442.44-.909.85l-1.395-.764l-.169-1.015a.993.993 0 1 0-1.957.328l.327 1.971l1.505.824a21.4 21.4 0 0 1-6.527 3.162M24 32.015c4.384 0 7.938-3.566 7.938-7.965S28.384 16.086 24 16.086s-7.938 3.566-7.938 7.965s3.554 7.965 7.938 7.965" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-dry-eyes {
  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%22M29.953%2024.051c0%203.299-2.665%205.973-5.953%205.973s-5.953-2.674-5.953-5.973s2.665-5.973%205.953-5.973c1.215%200%202.345.365%203.287.992a1.79%201.79%200%200%200-.626%201.362c0%20.99.8%201.792%201.786%201.792c.41%200%20.788-.139%201.09-.372c.268.68.416%201.422.416%202.199%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.466%2034.575a23.53%2023.53%200%200%200%2013.068%200a23.4%2023.4%200%200%200%209.97-5.853l2.766-2.741a2.47%202.47%200%200%200%20.052-3.456l-2.757-2.903a22.87%2022.87%200%200%200-10.23-6.224a22.8%2022.8%200%200%200-12.67%200a22.87%2022.87%200%200%200-10.23%206.224l-2.757%202.904a2.47%202.47%200%200%200%20.052%203.455l2.765%202.74a23.4%2023.4%200%200%200%209.97%205.854m2.418-1.463a21.5%2021.5%200%200%201-8.396-3.613l1.505-.824l.327-1.971a.993.993%200%201%200-1.957-.327l-.169%201.014l-1.395.764a21%2021%200%200%201-.909-.85L6.61%2025.047h1.213l1.239.828a.99.99%200%200%200%201.376-.276a1%201%200%200%200-.276-1.38l-1.738-1.164h-1.51l1.956-2.06q.542-.57%201.122-1.095l.349.14l-.865%201.3l2.314%201.548a.99.99%200%200%200%201.376-.276a1%201%200%200%200-.275-1.38l-.663-.444l1.12-1.686l-1.588-.637a20.9%2020.9%200%200%201%208.486-3.633a9.96%209.96%200%200%200-6.169%209.219a9.96%209.96%200%200%200%205.806%209.061m10.1-.45q-.926.267-1.868.45a9.96%209.96%200%200%200%205.806-9.061a9.96%209.96%200%200%200-6.17-9.219a20.84%2020.84%200%200%201%208.487%203.633l-1.588.637l1.12%201.686l-.663.444a1%201%200%200%200-.275%201.38a.99.99%200%200%200%201.376.276l2.314-1.548l-.865-1.3l.35-.14q.58.526%201.12%201.096l1.956%202.06h-1.51l-1.737%201.162a1%201%200%200%200-.276%201.38a.99.99%200%200%200%201.376.277l1.239-.828h1.212l-2.278%202.258q-.442.44-.909.85l-1.395-.764l-.169-1.015a.993.993%200%201%200-1.957.328l.327%201.971l1.505.824a21.4%2021.4%200%200%201-6.527%203.162M24%2032.015c4.384%200%207.938-3.566%207.938-7.965S28.384%2016.086%2024%2016.086s-7.938%203.566-7.938%207.965s3.554%207.965%207.938%207.965%22%20clip-rule%3D%22evenodd%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%22M29.953%2024.051c0%203.299-2.665%205.973-5.953%205.973s-5.953-2.674-5.953-5.973s2.665-5.973%205.953-5.973c1.215%200%202.345.365%203.287.992a1.79%201.79%200%200%200-.626%201.362c0%20.99.8%201.792%201.786%201.792c.41%200%20.788-.139%201.09-.372c.268.68.416%201.422.416%202.199%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.466%2034.575a23.53%2023.53%200%200%200%2013.068%200a23.4%2023.4%200%200%200%209.97-5.853l2.766-2.741a2.47%202.47%200%200%200%20.052-3.456l-2.757-2.903a22.87%2022.87%200%200%200-10.23-6.224a22.8%2022.8%200%200%200-12.67%200a22.87%2022.87%200%200%200-10.23%206.224l-2.757%202.904a2.47%202.47%200%200%200%20.052%203.455l2.765%202.74a23.4%2023.4%200%200%200%209.97%205.854m2.418-1.463a21.5%2021.5%200%200%201-8.396-3.613l1.505-.824l.327-1.971a.993.993%200%201%200-1.957-.327l-.169%201.014l-1.395.764a21%2021%200%200%201-.909-.85L6.61%2025.047h1.213l1.239.828a.99.99%200%200%200%201.376-.276a1%201%200%200%200-.276-1.38l-1.738-1.164h-1.51l1.956-2.06q.542-.57%201.122-1.095l.349.14l-.865%201.3l2.314%201.548a.99.99%200%200%200%201.376-.276a1%201%200%200%200-.275-1.38l-.663-.444l1.12-1.686l-1.588-.637a20.9%2020.9%200%200%201%208.486-3.633a9.96%209.96%200%200%200-6.169%209.219a9.96%209.96%200%200%200%205.806%209.061m10.1-.45q-.926.267-1.868.45a9.96%209.96%200%200%200%205.806-9.061a9.96%209.96%200%200%200-6.17-9.219a20.84%2020.84%200%200%201%208.487%203.633l-1.588.637l1.12%201.686l-.663.444a1%201%200%200%200-.275%201.38a.99.99%200%200%200%201.376.276l2.314-1.548l-.865-1.3l.35-.14q.58.526%201.12%201.096l1.956%202.06h-1.51l-1.737%201.162a1%201%200%200%200-.276%201.38a.99.99%200%200%200%201.376.277l1.239-.828h1.212l-2.278%202.258q-.442.44-.909.85l-1.395-.764l-.169-1.015a.993.993%200%201%200-1.957.328l.327%201.971l1.505.824a21.4%2021.4%200%200%201-6.527%203.162M24%2032.015c4.384%200%207.938-3.566%207.938-7.965S28.384%2016.086%2024%2016.086s-7.938%203.566-7.938%207.965s3.554%207.965%207.938%207.965%22%20clip-rule%3D%22evenodd%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/dry-eyes.svg?color=%231a73e8&size=48