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

Name
dry-eyes-outline
Set
Health Icons
Style
Outline
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" fill-rule="evenodd" clip-rule="evenodd"><path d="M27.237 19.084A5.9 5.9 0 0 0 24 18.125c-3.288 0-5.953 2.675-5.953 5.974s2.665 5.973 5.953 5.973s5.953-2.674 5.953-5.973q-.002-.807-.202-1.55c.13-.303.202-.636.202-.987a2.485 2.485 0 0 0-2.716-2.478M24 28.081A3.976 3.976 0 0 0 27.968 24a2.483 2.483 0 0 1-2.976-2.439c0-.445.116-.862.32-1.223a3.976 3.976 0 0 0-5.28 3.76A3.975 3.975 0 0 0 24 28.08m3.969-6.519a.497.497 0 1 1-.994.002a.497.497 0 0 1 .994-.002"/><path d="M30.534 34.575a23.53 23.53 0 0 1-13.068 0a23.4 23.4 0 0 1-9.97-5.853L4.73 25.98a2.47 2.47 0 0 1-.052-3.456l2.756-2.903a22.87 22.87 0 0 1 10.23-6.224a22.8 22.8 0 0 1 12.671 0a22.87 22.87 0 0 1 10.23 6.224l2.757 2.904c.924.973.9 2.51-.052 3.455l-2.765 2.74a23.4 23.4 0 0 1-9.97 5.854m-12.52-1.914q.927.269 1.869.451a9.96 9.96 0 0 1-5.806-9.061a9.96 9.96 0 0 1 6.17-9.219q-1.026.188-2.034.479a20.9 20.9 0 0 0-6.453 3.154l1.588.637l-1.12 1.686l.663.444c.456.305.58.923.275 1.38a.99.99 0 0 1-1.376.276L9.477 21.34l.865-1.3l-.35-.14q-.58.526-1.12 1.096l-1.956 2.06h1.51l1.737 1.162c.456.305.58.923.276 1.38a.99.99 0 0 1-1.376.277l-1.239-.828H6.611l2.279 2.258q.443.44.909.85l1.395-.764l.169-1.015a.993.993 0 1 1 1.957.328l-.327 1.971l-1.505.824a21.4 21.4 0 0 0 6.527 3.162m10.1.451a21.5 21.5 0 0 0 8.397-3.613l-1.505-.824l-.327-1.971a.993.993 0 1 1 1.957-.327l.169 1.014l1.395.764q.466-.41.909-.85l2.279-2.258h-1.213l-1.239.828a.99.99 0 0 1-1.376-.276a1 1 0 0 1 .276-1.38l1.738-1.164h1.51l-1.956-2.06q-.541-.57-1.122-1.095l-.349.14l.865 1.3l-2.314 1.548a.99.99 0 0 1-1.376-.276a1 1 0 0 1 .275-1.38l.663-.444l-1.12-1.686l1.588-.637a20.9 20.9 0 0 0-8.486-3.633a9.96 9.96 0 0 1 6.169 9.219a9.96 9.96 0 0 1-5.806 9.061m3.823-9.061c0 4.399-3.554 7.965-7.938 7.965s-7.938-3.566-7.938-7.965s3.554-7.965 7.938-7.965s7.938 3.566 7.938 7.965"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDryEyesOutline(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" fillRule="evenodd" clipRule="evenodd"><path d="M27.237 19.084A5.9 5.9 0 0 0 24 18.125c-3.288 0-5.953 2.675-5.953 5.974s2.665 5.973 5.953 5.973s5.953-2.674 5.953-5.973q-.002-.807-.202-1.55c.13-.303.202-.636.202-.987a2.485 2.485 0 0 0-2.716-2.478M24 28.081A3.976 3.976 0 0 0 27.968 24a2.483 2.483 0 0 1-2.976-2.439c0-.445.116-.862.32-1.223a3.976 3.976 0 0 0-5.28 3.76A3.975 3.975 0 0 0 24 28.08m3.969-6.519a.497.497 0 1 1-.994.002a.497.497 0 0 1 .994-.002"/><path d="M30.534 34.575a23.53 23.53 0 0 1-13.068 0a23.4 23.4 0 0 1-9.97-5.853L4.73 25.98a2.47 2.47 0 0 1-.052-3.456l2.756-2.903a22.87 22.87 0 0 1 10.23-6.224a22.8 22.8 0 0 1 12.671 0a22.87 22.87 0 0 1 10.23 6.224l2.757 2.904c.924.973.9 2.51-.052 3.455l-2.765 2.74a23.4 23.4 0 0 1-9.97 5.854m-12.52-1.914q.927.269 1.869.451a9.96 9.96 0 0 1-5.806-9.061a9.96 9.96 0 0 1 6.17-9.219q-1.026.188-2.034.479a20.9 20.9 0 0 0-6.453 3.154l1.588.637l-1.12 1.686l.663.444c.456.305.58.923.275 1.38a.99.99 0 0 1-1.376.276L9.477 21.34l.865-1.3l-.35-.14q-.58.526-1.12 1.096l-1.956 2.06h1.51l1.737 1.162c.456.305.58.923.276 1.38a.99.99 0 0 1-1.376.277l-1.239-.828H6.611l2.279 2.258q.443.44.909.85l1.395-.764l.169-1.015a.993.993 0 1 1 1.957.328l-.327 1.971l-1.505.824a21.4 21.4 0 0 0 6.527 3.162m10.1.451a21.5 21.5 0 0 0 8.397-3.613l-1.505-.824l-.327-1.971a.993.993 0 1 1 1.957-.327l.169 1.014l1.395.764q.466-.41.909-.85l2.279-2.258h-1.213l-1.239.828a.99.99 0 0 1-1.376-.276a1 1 0 0 1 .276-1.38l1.738-1.164h1.51l-1.956-2.06q-.541-.57-1.122-1.095l-.349.14l.865 1.3l-2.314 1.548a.99.99 0 0 1-1.376-.276a1 1 0 0 1 .275-1.38l.663-.444l-1.12-1.686l1.588-.637a20.9 20.9 0 0 0-8.486-3.633a9.96 9.96 0 0 1 6.169 9.219a9.96 9.96 0 0 1-5.806 9.061m3.823-9.061c0 4.399-3.554 7.965-7.938 7.965s-7.938-3.566-7.938-7.965s3.554-7.965 7.938-7.965s7.938 3.566 7.938 7.965"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M27.237 19.084A5.9 5.9 0 0 0 24 18.125c-3.288 0-5.953 2.675-5.953 5.974s2.665 5.973 5.953 5.973s5.953-2.674 5.953-5.973q-.002-.807-.202-1.55c.13-.303.202-.636.202-.987a2.485 2.485 0 0 0-2.716-2.478M24 28.081A3.976 3.976 0 0 0 27.968 24a2.483 2.483 0 0 1-2.976-2.439c0-.445.116-.862.32-1.223a3.976 3.976 0 0 0-5.28 3.76A3.975 3.975 0 0 0 24 28.08m3.969-6.519a.497.497 0 1 1-.994.002a.497.497 0 0 1 .994-.002"/><path d="M30.534 34.575a23.53 23.53 0 0 1-13.068 0a23.4 23.4 0 0 1-9.97-5.853L4.73 25.98a2.47 2.47 0 0 1-.052-3.456l2.756-2.903a22.87 22.87 0 0 1 10.23-6.224a22.8 22.8 0 0 1 12.671 0a22.87 22.87 0 0 1 10.23 6.224l2.757 2.904c.924.973.9 2.51-.052 3.455l-2.765 2.74a23.4 23.4 0 0 1-9.97 5.854m-12.52-1.914q.927.269 1.869.451a9.96 9.96 0 0 1-5.806-9.061a9.96 9.96 0 0 1 6.17-9.219q-1.026.188-2.034.479a20.9 20.9 0 0 0-6.453 3.154l1.588.637l-1.12 1.686l.663.444c.456.305.58.923.275 1.38a.99.99 0 0 1-1.376.276L9.477 21.34l.865-1.3l-.35-.14q-.58.526-1.12 1.096l-1.956 2.06h1.51l1.737 1.162c.456.305.58.923.276 1.38a.99.99 0 0 1-1.376.277l-1.239-.828H6.611l2.279 2.258q.443.44.909.85l1.395-.764l.169-1.015a.993.993 0 1 1 1.957.328l-.327 1.971l-1.505.824a21.4 21.4 0 0 0 6.527 3.162m10.1.451a21.5 21.5 0 0 0 8.397-3.613l-1.505-.824l-.327-1.971a.993.993 0 1 1 1.957-.327l.169 1.014l1.395.764q.466-.41.909-.85l2.279-2.258h-1.213l-1.239.828a.99.99 0 0 1-1.376-.276a1 1 0 0 1 .276-1.38l1.738-1.164h1.51l-1.956-2.06q-.541-.57-1.122-1.095l-.349.14l.865 1.3l-2.314 1.548a.99.99 0 0 1-1.376-.276a1 1 0 0 1 .275-1.38l.663-.444l-1.12-1.686l1.588-.637a20.9 20.9 0 0 0-8.486-3.633a9.96 9.96 0 0 1 6.169 9.219a9.96 9.96 0 0 1-5.806 9.061m3.823-9.061c0 4.399-3.554 7.965-7.938 7.965s-7.938-3.566-7.938-7.965s3.554-7.965 7.938-7.965s7.938 3.566 7.938 7.965"/></g></svg>
</template>

CSS

.icon-dry-eyes-outline {
  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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M27.237%2019.084A5.9%205.9%200%200%200%2024%2018.125c-3.288%200-5.953%202.675-5.953%205.974s2.665%205.973%205.953%205.973s5.953-2.674%205.953-5.973q-.002-.807-.202-1.55c.13-.303.202-.636.202-.987a2.485%202.485%200%200%200-2.716-2.478M24%2028.081A3.976%203.976%200%200%200%2027.968%2024a2.483%202.483%200%200%201-2.976-2.439c0-.445.116-.862.32-1.223a3.976%203.976%200%200%200-5.28%203.76A3.975%203.975%200%200%200%2024%2028.08m3.969-6.519a.497.497%200%201%201-.994.002a.497.497%200%200%201%20.994-.002%22%2F%3E%3Cpath%20d%3D%22M30.534%2034.575a23.53%2023.53%200%200%201-13.068%200a23.4%2023.4%200%200%201-9.97-5.853L4.73%2025.98a2.47%202.47%200%200%201-.052-3.456l2.756-2.903a22.87%2022.87%200%200%201%2010.23-6.224a22.8%2022.8%200%200%201%2012.671%200a22.87%2022.87%200%200%201%2010.23%206.224l2.757%202.904c.924.973.9%202.51-.052%203.455l-2.765%202.74a23.4%2023.4%200%200%201-9.97%205.854m-12.52-1.914q.927.269%201.869.451a9.96%209.96%200%200%201-5.806-9.061a9.96%209.96%200%200%201%206.17-9.219q-1.026.188-2.034.479a20.9%2020.9%200%200%200-6.453%203.154l1.588.637l-1.12%201.686l.663.444c.456.305.58.923.275%201.38a.99.99%200%200%201-1.376.276L9.477%2021.34l.865-1.3l-.35-.14q-.58.526-1.12%201.096l-1.956%202.06h1.51l1.737%201.162c.456.305.58.923.276%201.38a.99.99%200%200%201-1.376.277l-1.239-.828H6.611l2.279%202.258q.443.44.909.85l1.395-.764l.169-1.015a.993.993%200%201%201%201.957.328l-.327%201.971l-1.505.824a21.4%2021.4%200%200%200%206.527%203.162m10.1.451a21.5%2021.5%200%200%200%208.397-3.613l-1.505-.824l-.327-1.971a.993.993%200%201%201%201.957-.327l.169%201.014l1.395.764q.466-.41.909-.85l2.279-2.258h-1.213l-1.239.828a.99.99%200%200%201-1.376-.276a1%201%200%200%201%20.276-1.38l1.738-1.164h1.51l-1.956-2.06q-.541-.57-1.122-1.095l-.349.14l.865%201.3l-2.314%201.548a.99.99%200%200%201-1.376-.276a1%201%200%200%201%20.275-1.38l.663-.444l-1.12-1.686l1.588-.637a20.9%2020.9%200%200%200-8.486-3.633a9.96%209.96%200%200%201%206.169%209.219a9.96%209.96%200%200%201-5.806%209.061m3.823-9.061c0%204.399-3.554%207.965-7.938%207.965s-7.938-3.566-7.938-7.965s3.554-7.965%207.938-7.965s7.938%203.566%207.938%207.965%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M27.237%2019.084A5.9%205.9%200%200%200%2024%2018.125c-3.288%200-5.953%202.675-5.953%205.974s2.665%205.973%205.953%205.973s5.953-2.674%205.953-5.973q-.002-.807-.202-1.55c.13-.303.202-.636.202-.987a2.485%202.485%200%200%200-2.716-2.478M24%2028.081A3.976%203.976%200%200%200%2027.968%2024a2.483%202.483%200%200%201-2.976-2.439c0-.445.116-.862.32-1.223a3.976%203.976%200%200%200-5.28%203.76A3.975%203.975%200%200%200%2024%2028.08m3.969-6.519a.497.497%200%201%201-.994.002a.497.497%200%200%201%20.994-.002%22%2F%3E%3Cpath%20d%3D%22M30.534%2034.575a23.53%2023.53%200%200%201-13.068%200a23.4%2023.4%200%200%201-9.97-5.853L4.73%2025.98a2.47%202.47%200%200%201-.052-3.456l2.756-2.903a22.87%2022.87%200%200%201%2010.23-6.224a22.8%2022.8%200%200%201%2012.671%200a22.87%2022.87%200%200%201%2010.23%206.224l2.757%202.904c.924.973.9%202.51-.052%203.455l-2.765%202.74a23.4%2023.4%200%200%201-9.97%205.854m-12.52-1.914q.927.269%201.869.451a9.96%209.96%200%200%201-5.806-9.061a9.96%209.96%200%200%201%206.17-9.219q-1.026.188-2.034.479a20.9%2020.9%200%200%200-6.453%203.154l1.588.637l-1.12%201.686l.663.444c.456.305.58.923.275%201.38a.99.99%200%200%201-1.376.276L9.477%2021.34l.865-1.3l-.35-.14q-.58.526-1.12%201.096l-1.956%202.06h1.51l1.737%201.162c.456.305.58.923.276%201.38a.99.99%200%200%201-1.376.277l-1.239-.828H6.611l2.279%202.258q.443.44.909.85l1.395-.764l.169-1.015a.993.993%200%201%201%201.957.328l-.327%201.971l-1.505.824a21.4%2021.4%200%200%200%206.527%203.162m10.1.451a21.5%2021.5%200%200%200%208.397-3.613l-1.505-.824l-.327-1.971a.993.993%200%201%201%201.957-.327l.169%201.014l1.395.764q.466-.41.909-.85l2.279-2.258h-1.213l-1.239.828a.99.99%200%200%201-1.376-.276a1%201%200%200%201%20.276-1.38l1.738-1.164h1.51l-1.956-2.06q-.541-.57-1.122-1.095l-.349.14l.865%201.3l-2.314%201.548a.99.99%200%200%201-1.376-.276a1%201%200%200%201%20.275-1.38l.663-.444l-1.12-1.686l1.588-.637a20.9%2020.9%200%200%200-8.486-3.633a9.96%209.96%200%200%201%206.169%209.219a9.96%209.96%200%200%201-5.806%209.061m3.823-9.061c0%204.399-3.554%207.965-7.938%207.965s-7.938-3.566-7.938-7.965s3.554-7.965%207.938-7.965s7.938%203.566%207.938%207.965%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-outline.svg?color=%231a73e8&size=48