low vision icon
low-vision-outline from Health Icons by Resolve to Save Lives · Outline · Conditions · MIT Free for personal and commercial use.
- Name
- low-vision-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Conditions
- Viewbox
- 48×48
- License
- MIT
- Aliases
- low-vision2x-outline
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"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M24 14c-8.093 0-14.159 4.548-17.375 8.188a2.71 2.71 0 0 0 0 3.624C9.841 29.452 15.907 34 24 34s14.159-4.548 17.375-8.188a2.71 2.71 0 0 0 0-3.624C38.159 18.548 32.093 14 24 14M5.126 20.864C8.566 16.97 15.134 12 24 12s15.434 4.97 18.874 8.864a4.71 4.71 0 0 1 0 6.272C39.434 31.03 32.866 36 24 36S8.566 31.03 5.126 27.136a4.71 4.71 0 0 1 0-6.272"/><path d="M31.05 16.907c-3.918-3.893-10.25-3.873-14.143.044l-1.419-1.41c4.672-4.7 12.27-4.724 16.97-.053c4.702 4.672 4.725 12.27.054 16.97l-1.419-1.409c3.893-3.917 3.873-10.249-.044-14.142"/><path d="M9.293 9.293a1 1 0 0 1 1.414 0l28 28a1 1 0 0 1-1.414 1.414l-28-28a1 1 0 0 1 0-1.414"/><path d="M29.415 21.413a1.99 1.99 0 0 1-2.002.5a4 4 0 0 1-.606 4.937l1.403 1.425a6 6 0 0 0 1.205-6.862m-2.828-2.829a6 6 0 0 0-6.797 1.141l1.403 1.425a4 4 0 0 1 4.894-.563a2 2 0 0 1 .5-2.003"/><path d="M28 19a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-3 1a3 3 0 1 1 6 0a3 3 0 0 1-6 0m-13-4a1 1 0 0 1 1-1h3a1 1 0 0 1 0 2h-3a1 1 0 0 1-1-1M7 28a1 1 0 0 1 1-1h20a1 1 0 0 1 0 2H8a1 1 0 0 1-1-1m5 4a1 1 0 0 1 1-1h19a1 1 0 0 1 0 2H13a1 1 0 0 1-1-1M7 20a1 1 0 0 1 1-1h12a1 1 0 0 1 0 2H8a1 1 0 0 1-1-1m-2 4a1 1 0 0 1 1-1h18a1 1 0 0 1 0 2H6a1 1 0 0 1-1-1"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsLowVisionOutline(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="M24 14c-8.093 0-14.159 4.548-17.375 8.188a2.71 2.71 0 0 0 0 3.624C9.841 29.452 15.907 34 24 34s14.159-4.548 17.375-8.188a2.71 2.71 0 0 0 0-3.624C38.159 18.548 32.093 14 24 14M5.126 20.864C8.566 16.97 15.134 12 24 12s15.434 4.97 18.874 8.864a4.71 4.71 0 0 1 0 6.272C39.434 31.03 32.866 36 24 36S8.566 31.03 5.126 27.136a4.71 4.71 0 0 1 0-6.272"/><path d="M31.05 16.907c-3.918-3.893-10.25-3.873-14.143.044l-1.419-1.41c4.672-4.7 12.27-4.724 16.97-.053c4.702 4.672 4.725 12.27.054 16.97l-1.419-1.409c3.893-3.917 3.873-10.249-.044-14.142"/><path d="M9.293 9.293a1 1 0 0 1 1.414 0l28 28a1 1 0 0 1-1.414 1.414l-28-28a1 1 0 0 1 0-1.414"/><path d="M29.415 21.413a1.99 1.99 0 0 1-2.002.5a4 4 0 0 1-.606 4.937l1.403 1.425a6 6 0 0 0 1.205-6.862m-2.828-2.829a6 6 0 0 0-6.797 1.141l1.403 1.425a4 4 0 0 1 4.894-.563a2 2 0 0 1 .5-2.003"/><path d="M28 19a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-3 1a3 3 0 1 1 6 0a3 3 0 0 1-6 0m-13-4a1 1 0 0 1 1-1h3a1 1 0 0 1 0 2h-3a1 1 0 0 1-1-1M7 28a1 1 0 0 1 1-1h20a1 1 0 0 1 0 2H8a1 1 0 0 1-1-1m5 4a1 1 0 0 1 1-1h19a1 1 0 0 1 0 2H13a1 1 0 0 1-1-1M7 20a1 1 0 0 1 1-1h12a1 1 0 0 1 0 2H8a1 1 0 0 1-1-1m-2 4a1 1 0 0 1 1-1h18a1 1 0 0 1 0 2H6a1 1 0 0 1-1-1"/></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="M24 14c-8.093 0-14.159 4.548-17.375 8.188a2.71 2.71 0 0 0 0 3.624C9.841 29.452 15.907 34 24 34s14.159-4.548 17.375-8.188a2.71 2.71 0 0 0 0-3.624C38.159 18.548 32.093 14 24 14M5.126 20.864C8.566 16.97 15.134 12 24 12s15.434 4.97 18.874 8.864a4.71 4.71 0 0 1 0 6.272C39.434 31.03 32.866 36 24 36S8.566 31.03 5.126 27.136a4.71 4.71 0 0 1 0-6.272"/><path d="M31.05 16.907c-3.918-3.893-10.25-3.873-14.143.044l-1.419-1.41c4.672-4.7 12.27-4.724 16.97-.053c4.702 4.672 4.725 12.27.054 16.97l-1.419-1.409c3.893-3.917 3.873-10.249-.044-14.142"/><path d="M9.293 9.293a1 1 0 0 1 1.414 0l28 28a1 1 0 0 1-1.414 1.414l-28-28a1 1 0 0 1 0-1.414"/><path d="M29.415 21.413a1.99 1.99 0 0 1-2.002.5a4 4 0 0 1-.606 4.937l1.403 1.425a6 6 0 0 0 1.205-6.862m-2.828-2.829a6 6 0 0 0-6.797 1.141l1.403 1.425a4 4 0 0 1 4.894-.563a2 2 0 0 1 .5-2.003"/><path d="M28 19a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-3 1a3 3 0 1 1 6 0a3 3 0 0 1-6 0m-13-4a1 1 0 0 1 1-1h3a1 1 0 0 1 0 2h-3a1 1 0 0 1-1-1M7 28a1 1 0 0 1 1-1h20a1 1 0 0 1 0 2H8a1 1 0 0 1-1-1m5 4a1 1 0 0 1 1-1h19a1 1 0 0 1 0 2H13a1 1 0 0 1-1-1M7 20a1 1 0 0 1 1-1h12a1 1 0 0 1 0 2H8a1 1 0 0 1-1-1m-2 4a1 1 0 0 1 1-1h18a1 1 0 0 1 0 2H6a1 1 0 0 1-1-1"/></g></svg> </template>
CSS
.icon-low-vision-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%22M24%2014c-8.093%200-14.159%204.548-17.375%208.188a2.71%202.71%200%200%200%200%203.624C9.841%2029.452%2015.907%2034%2024%2034s14.159-4.548%2017.375-8.188a2.71%202.71%200%200%200%200-3.624C38.159%2018.548%2032.093%2014%2024%2014M5.126%2020.864C8.566%2016.97%2015.134%2012%2024%2012s15.434%204.97%2018.874%208.864a4.71%204.71%200%200%201%200%206.272C39.434%2031.03%2032.866%2036%2024%2036S8.566%2031.03%205.126%2027.136a4.71%204.71%200%200%201%200-6.272%22%2F%3E%3Cpath%20d%3D%22M31.05%2016.907c-3.918-3.893-10.25-3.873-14.143.044l-1.419-1.41c4.672-4.7%2012.27-4.724%2016.97-.053c4.702%204.672%204.725%2012.27.054%2016.97l-1.419-1.409c3.893-3.917%203.873-10.249-.044-14.142%22%2F%3E%3Cpath%20d%3D%22M9.293%209.293a1%201%200%200%201%201.414%200l28%2028a1%201%200%200%201-1.414%201.414l-28-28a1%201%200%200%201%200-1.414%22%2F%3E%3Cpath%20d%3D%22M29.415%2021.413a1.99%201.99%200%200%201-2.002.5a4%204%200%200%201-.606%204.937l1.403%201.425a6%206%200%200%200%201.205-6.862m-2.828-2.829a6%206%200%200%200-6.797%201.141l1.403%201.425a4%204%200%200%201%204.894-.563a2%202%200%200%201%20.5-2.003%22%2F%3E%3Cpath%20d%3D%22M28%2019a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-3%201a3%203%200%201%201%206%200a3%203%200%200%201-6%200m-13-4a1%201%200%200%201%201-1h3a1%201%200%200%201%200%202h-3a1%201%200%200%201-1-1M7%2028a1%201%200%200%201%201-1h20a1%201%200%200%201%200%202H8a1%201%200%200%201-1-1m5%204a1%201%200%200%201%201-1h19a1%201%200%200%201%200%202H13a1%201%200%200%201-1-1M7%2020a1%201%200%200%201%201-1h12a1%201%200%200%201%200%202H8a1%201%200%200%201-1-1m-2%204a1%201%200%200%201%201-1h18a1%201%200%200%201%200%202H6a1%201%200%200%201-1-1%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%22M24%2014c-8.093%200-14.159%204.548-17.375%208.188a2.71%202.71%200%200%200%200%203.624C9.841%2029.452%2015.907%2034%2024%2034s14.159-4.548%2017.375-8.188a2.71%202.71%200%200%200%200-3.624C38.159%2018.548%2032.093%2014%2024%2014M5.126%2020.864C8.566%2016.97%2015.134%2012%2024%2012s15.434%204.97%2018.874%208.864a4.71%204.71%200%200%201%200%206.272C39.434%2031.03%2032.866%2036%2024%2036S8.566%2031.03%205.126%2027.136a4.71%204.71%200%200%201%200-6.272%22%2F%3E%3Cpath%20d%3D%22M31.05%2016.907c-3.918-3.893-10.25-3.873-14.143.044l-1.419-1.41c4.672-4.7%2012.27-4.724%2016.97-.053c4.702%204.672%204.725%2012.27.054%2016.97l-1.419-1.409c3.893-3.917%203.873-10.249-.044-14.142%22%2F%3E%3Cpath%20d%3D%22M9.293%209.293a1%201%200%200%201%201.414%200l28%2028a1%201%200%200%201-1.414%201.414l-28-28a1%201%200%200%201%200-1.414%22%2F%3E%3Cpath%20d%3D%22M29.415%2021.413a1.99%201.99%200%200%201-2.002.5a4%204%200%200%201-.606%204.937l1.403%201.425a6%206%200%200%200%201.205-6.862m-2.828-2.829a6%206%200%200%200-6.797%201.141l1.403%201.425a4%204%200%200%201%204.894-.563a2%202%200%200%201%20.5-2.003%22%2F%3E%3Cpath%20d%3D%22M28%2019a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-3%201a3%203%200%201%201%206%200a3%203%200%200%201-6%200m-13-4a1%201%200%200%201%201-1h3a1%201%200%200%201%200%202h-3a1%201%200%200%201-1-1M7%2028a1%201%200%200%201%201-1h20a1%201%200%200%201%200%202H8a1%201%200%200%201-1-1m5%204a1%201%200%200%201%201-1h19a1%201%200%200%201%200%202H13a1%201%200%200%201-1-1M7%2020a1%201%200%200%201%201-1h12a1%201%200%200%201%200%202H8a1%201%200%200%201-1-1m-2%204a1%201%200%200%201%201-1h18a1%201%200%200%201%200%202H6a1%201%200%200%201-1-1%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/low-vision-outline.svg?color=%231a73e8&size=48