low vision icon

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

Name
low-vision
Set
Health Icons
Style
Filled
Category
Conditions
Viewbox
48×48
License
MIT

3 other variants in Health Icons

The same icon in other sets

More conditions icons from Health Icons

Use the low vision icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M9.293 9.293a1 1 0 0 1 1.414 0l4.44 4.44A23.5 23.5 0 0 1 24 12c8.866 0 15.434 4.97 18.874 8.864a4.71 4.71 0 0 1 0 6.272a27.6 27.6 0 0 1-8.077 6.247l3.91 3.91a1 1 0 0 1-1.414 1.414l-4.44-4.44A23.5 23.5 0 0 1 24 36c-8.866 0-15.434-4.97-18.874-8.864a4.71 4.71 0 0 1 0-6.272a27.6 27.6 0 0 1 8.077-6.247l-3.91-3.91a1 1 0 0 1 0-1.414M10.026 19a25 25 0 0 1 2.972-2h2.588l2 2zm-2.25 1.975c-.417.41-.8.817-1.15 1.213a2.8 2.8 0 0 0-.503.812h15.463l-2-2H8q-.116 0-.225-.025m-1.15 4.837A2.8 2.8 0 0 1 6.122 25h17.463l2 2H8q-.116 0-.225.025c-.416-.41-.8-.817-1.15-1.213m3.4 3.188c.899.702 1.892 1.38 2.972 2h16.588l-2-2zM24 34c-2.33 0-4.49-.377-6.464-1h12.928A21.4 21.4 0 0 1 24 34m4.89-6.523l2.853 2.852c3.227-3.938 2.991-9.76-.694-13.422c-3.67-3.648-9.46-3.86-13.378-.65l2.852 2.852A5.97 5.97 0 0 1 24 18c.926 0 1.803.21 2.587.585a2 2 0 1 0 2.828 2.828c.375.784.585 1.66.585 2.587c0 1.296-.41 2.496-1.11 3.477m4.273 4.272l.138.138c3.508-1.653 6.25-4.01 8.074-6.075a2.71 2.71 0 0 0 0-3.624c-1.9-2.15-4.792-4.615-8.509-6.275c4.075 4.46 4.178 11.257.297 15.836" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsLowVision(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M9.293 9.293a1 1 0 0 1 1.414 0l4.44 4.44A23.5 23.5 0 0 1 24 12c8.866 0 15.434 4.97 18.874 8.864a4.71 4.71 0 0 1 0 6.272a27.6 27.6 0 0 1-8.077 6.247l3.91 3.91a1 1 0 0 1-1.414 1.414l-4.44-4.44A23.5 23.5 0 0 1 24 36c-8.866 0-15.434-4.97-18.874-8.864a4.71 4.71 0 0 1 0-6.272a27.6 27.6 0 0 1 8.077-6.247l-3.91-3.91a1 1 0 0 1 0-1.414M10.026 19a25 25 0 0 1 2.972-2h2.588l2 2zm-2.25 1.975c-.417.41-.8.817-1.15 1.213a2.8 2.8 0 0 0-.503.812h15.463l-2-2H8q-.116 0-.225-.025m-1.15 4.837A2.8 2.8 0 0 1 6.122 25h17.463l2 2H8q-.116 0-.225.025c-.416-.41-.8-.817-1.15-1.213m3.4 3.188c.899.702 1.892 1.38 2.972 2h16.588l-2-2zM24 34c-2.33 0-4.49-.377-6.464-1h12.928A21.4 21.4 0 0 1 24 34m4.89-6.523l2.853 2.852c3.227-3.938 2.991-9.76-.694-13.422c-3.67-3.648-9.46-3.86-13.378-.65l2.852 2.852A5.97 5.97 0 0 1 24 18c.926 0 1.803.21 2.587.585a2 2 0 1 0 2.828 2.828c.375.784.585 1.66.585 2.587c0 1.296-.41 2.496-1.11 3.477m4.273 4.272l.138.138c3.508-1.653 6.25-4.01 8.074-6.075a2.71 2.71 0 0 0 0-3.624c-1.9-2.15-4.792-4.615-8.509-6.275c4.075 4.46 4.178 11.257.297 15.836" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M9.293 9.293a1 1 0 0 1 1.414 0l4.44 4.44A23.5 23.5 0 0 1 24 12c8.866 0 15.434 4.97 18.874 8.864a4.71 4.71 0 0 1 0 6.272a27.6 27.6 0 0 1-8.077 6.247l3.91 3.91a1 1 0 0 1-1.414 1.414l-4.44-4.44A23.5 23.5 0 0 1 24 36c-8.866 0-15.434-4.97-18.874-8.864a4.71 4.71 0 0 1 0-6.272a27.6 27.6 0 0 1 8.077-6.247l-3.91-3.91a1 1 0 0 1 0-1.414M10.026 19a25 25 0 0 1 2.972-2h2.588l2 2zm-2.25 1.975c-.417.41-.8.817-1.15 1.213a2.8 2.8 0 0 0-.503.812h15.463l-2-2H8q-.116 0-.225-.025m-1.15 4.837A2.8 2.8 0 0 1 6.122 25h17.463l2 2H8q-.116 0-.225.025c-.416-.41-.8-.817-1.15-1.213m3.4 3.188c.899.702 1.892 1.38 2.972 2h16.588l-2-2zM24 34c-2.33 0-4.49-.377-6.464-1h12.928A21.4 21.4 0 0 1 24 34m4.89-6.523l2.853 2.852c3.227-3.938 2.991-9.76-.694-13.422c-3.67-3.648-9.46-3.86-13.378-.65l2.852 2.852A5.97 5.97 0 0 1 24 18c.926 0 1.803.21 2.587.585a2 2 0 1 0 2.828 2.828c.375.784.585 1.66.585 2.587c0 1.296-.41 2.496-1.11 3.477m4.273 4.272l.138.138c3.508-1.653 6.25-4.01 8.074-6.075a2.71 2.71 0 0 0 0-3.624c-1.9-2.15-4.792-4.615-8.509-6.275c4.075 4.46 4.178 11.257.297 15.836" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-low-vision {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.293%209.293a1%201%200%200%201%201.414%200l4.44%204.44A23.5%2023.5%200%200%201%2024%2012c8.866%200%2015.434%204.97%2018.874%208.864a4.71%204.71%200%200%201%200%206.272a27.6%2027.6%200%200%201-8.077%206.247l3.91%203.91a1%201%200%200%201-1.414%201.414l-4.44-4.44A23.5%2023.5%200%200%201%2024%2036c-8.866%200-15.434-4.97-18.874-8.864a4.71%204.71%200%200%201%200-6.272a27.6%2027.6%200%200%201%208.077-6.247l-3.91-3.91a1%201%200%200%201%200-1.414M10.026%2019a25%2025%200%200%201%202.972-2h2.588l2%202zm-2.25%201.975c-.417.41-.8.817-1.15%201.213a2.8%202.8%200%200%200-.503.812h15.463l-2-2H8q-.116%200-.225-.025m-1.15%204.837A2.8%202.8%200%200%201%206.122%2025h17.463l2%202H8q-.116%200-.225.025c-.416-.41-.8-.817-1.15-1.213m3.4%203.188c.899.702%201.892%201.38%202.972%202h16.588l-2-2zM24%2034c-2.33%200-4.49-.377-6.464-1h12.928A21.4%2021.4%200%200%201%2024%2034m4.89-6.523l2.853%202.852c3.227-3.938%202.991-9.76-.694-13.422c-3.67-3.648-9.46-3.86-13.378-.65l2.852%202.852A5.97%205.97%200%200%201%2024%2018c.926%200%201.803.21%202.587.585a2%202%200%201%200%202.828%202.828c.375.784.585%201.66.585%202.587c0%201.296-.41%202.496-1.11%203.477m4.273%204.272l.138.138c3.508-1.653%206.25-4.01%208.074-6.075a2.71%202.71%200%200%200%200-3.624c-1.9-2.15-4.792-4.615-8.509-6.275c4.075%204.46%204.178%2011.257.297%2015.836%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.293%209.293a1%201%200%200%201%201.414%200l4.44%204.44A23.5%2023.5%200%200%201%2024%2012c8.866%200%2015.434%204.97%2018.874%208.864a4.71%204.71%200%200%201%200%206.272a27.6%2027.6%200%200%201-8.077%206.247l3.91%203.91a1%201%200%200%201-1.414%201.414l-4.44-4.44A23.5%2023.5%200%200%201%2024%2036c-8.866%200-15.434-4.97-18.874-8.864a4.71%204.71%200%200%201%200-6.272a27.6%2027.6%200%200%201%208.077-6.247l-3.91-3.91a1%201%200%200%201%200-1.414M10.026%2019a25%2025%200%200%201%202.972-2h2.588l2%202zm-2.25%201.975c-.417.41-.8.817-1.15%201.213a2.8%202.8%200%200%200-.503.812h15.463l-2-2H8q-.116%200-.225-.025m-1.15%204.837A2.8%202.8%200%200%201%206.122%2025h17.463l2%202H8q-.116%200-.225.025c-.416-.41-.8-.817-1.15-1.213m3.4%203.188c.899.702%201.892%201.38%202.972%202h16.588l-2-2zM24%2034c-2.33%200-4.49-.377-6.464-1h12.928A21.4%2021.4%200%200%201%2024%2034m4.89-6.523l2.853%202.852c3.227-3.938%202.991-9.76-.694-13.422c-3.67-3.648-9.46-3.86-13.378-.65l2.852%202.852A5.97%205.97%200%200%201%2024%2018c.926%200%201.803.21%202.587.585a2%202%200%201%200%202.828%202.828c.375.784.585%201.66.585%202.587c0%201.296-.41%202.496-1.11%203.477m4.273%204.272l.138.138c3.508-1.653%206.25-4.01%208.074-6.075a2.71%202.71%200%200%200%200-3.624c-1.9-2.15-4.792-4.615-8.509-6.275c4.075%204.46%204.178%2011.257.297%2015.836%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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