low vision negative icon
low-vision-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- low-vision-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the low vision negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsLowVisionNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM10.777 9.293a1 1 0 0 0-1.414 1.414l3.91 3.91a27.6 27.6 0 0 0-8.077 6.247a4.71 4.71 0 0 0 0 6.272C8.636 31.03 15.204 36 24.07 36c3.279 0 6.243-.68 8.852-1.734l4.44 4.441a1 1 0 0 0 1.415-1.414l-3.91-3.91a27.6 27.6 0 0 0 8.076-6.247a4.71 4.71 0 0 0 0-6.272C39.503 16.97 32.936 12 24.07 12c-3.28 0-6.244.68-8.853 1.734zM13.067 17a25 25 0 0 0-2.972 2h7.56l-2-2h-2.587m-6.372 5.188q.526-.596 1.15-1.213q.108.024.225.025h11.585l2 2H6.193a2.8 2.8 0 0 1 .502-.812M6.193 25c.115.289.283.564.502.812q.526.596 1.15 1.213q.108-.024.225-.025h17.585l-2-2zm6.875 6a25 25 0 0 1-2.973-2h17.56l2 2zm4.537 2a21.4 21.4 0 0 0 12.929 0zm14.208-2.67l-2.853-2.853A5.97 5.97 0 0 0 30.07 24c0-.926-.21-1.803-.585-2.587a2 2 0 1 1-2.828-2.828A6 6 0 0 0 24.07 18c-1.296 0-2.496.41-3.477 1.11l-2.852-2.853c3.917-3.21 9.707-2.998 13.378.65c3.685 3.663 3.92 9.484.694 13.422m1.558 1.557l-.138-.138c3.881-4.579 3.777-11.376-.297-15.836c3.717 1.66 6.61 4.126 8.508 6.275a2.71 2.71 0 0 1 0 3.624c-1.824 2.065-4.565 4.422-8.073 6.075" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsLowVisionNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsLowVisionNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsLowVisionNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM10.777 9.293a1 1 0 0 0-1.414 1.414l3.91 3.91a27.6 27.6 0 0 0-8.077 6.247a4.71 4.71 0 0 0 0 6.272C8.636 31.03 15.204 36 24.07 36c3.279 0 6.243-.68 8.852-1.734l4.44 4.441a1 1 0 0 0 1.415-1.414l-3.91-3.91a27.6 27.6 0 0 0 8.076-6.247a4.71 4.71 0 0 0 0-6.272C39.503 16.97 32.936 12 24.07 12c-3.28 0-6.244.68-8.853 1.734zM13.067 17a25 25 0 0 0-2.972 2h7.56l-2-2h-2.587m-6.372 5.188q.526-.596 1.15-1.213q.108.024.225.025h11.585l2 2H6.193a2.8 2.8 0 0 1 .502-.812M6.193 25c.115.289.283.564.502.812q.526.596 1.15 1.213q.108-.024.225-.025h17.585l-2-2zm6.875 6a25 25 0 0 1-2.973-2h17.56l2 2zm4.537 2a21.4 21.4 0 0 0 12.929 0zm14.208-2.67l-2.853-2.853A5.97 5.97 0 0 0 30.07 24c0-.926-.21-1.803-.585-2.587a2 2 0 1 1-2.828-2.828A6 6 0 0 0 24.07 18c-1.296 0-2.496.41-3.477 1.11l-2.852-2.853c3.917-3.21 9.707-2.998 13.378.65c3.685 3.663 3.92 9.484.694 13.422m1.558 1.557l-.138-.138c3.881-4.579 3.777-11.376-.297-15.836c3.717 1.66 6.61 4.126 8.508 6.275a2.71 2.71 0 0 1 0 3.624c-1.824 2.065-4.565 4.422-8.073 6.075" clipRule="evenodd"/></g><defs><clipPath id="healthiconsLowVisionNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsLowVisionNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM10.777 9.293a1 1 0 0 0-1.414 1.414l3.91 3.91a27.6 27.6 0 0 0-8.077 6.247a4.71 4.71 0 0 0 0 6.272C8.636 31.03 15.204 36 24.07 36c3.279 0 6.243-.68 8.852-1.734l4.44 4.441a1 1 0 0 0 1.415-1.414l-3.91-3.91a27.6 27.6 0 0 0 8.076-6.247a4.71 4.71 0 0 0 0-6.272C39.503 16.97 32.936 12 24.07 12c-3.28 0-6.244.68-8.853 1.734zM13.067 17a25 25 0 0 0-2.972 2h7.56l-2-2h-2.587m-6.372 5.188q.526-.596 1.15-1.213q.108.024.225.025h11.585l2 2H6.193a2.8 2.8 0 0 1 .502-.812M6.193 25c.115.289.283.564.502.812q.526.596 1.15 1.213q.108-.024.225-.025h17.585l-2-2zm6.875 6a25 25 0 0 1-2.973-2h17.56l2 2zm4.537 2a21.4 21.4 0 0 0 12.929 0zm14.208-2.67l-2.853-2.853A5.97 5.97 0 0 0 30.07 24c0-.926-.21-1.803-.585-2.587a2 2 0 1 1-2.828-2.828A6 6 0 0 0 24.07 18c-1.296 0-2.496.41-3.477 1.11l-2.852-2.853c3.917-3.21 9.707-2.998 13.378.65c3.685 3.663 3.92 9.484.694 13.422m1.558 1.557l-.138-.138c3.881-4.579 3.777-11.376-.297-15.836c3.717 1.66 6.61 4.126 8.508 6.275a2.71 2.71 0 0 1 0 3.624c-1.824 2.065-4.565 4.422-8.073 6.075" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsLowVisionNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-low-vision-negative {
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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsLowVisionNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM10.777%209.293a1%201%200%200%200-1.414%201.414l3.91%203.91a27.6%2027.6%200%200%200-8.077%206.247a4.71%204.71%200%200%200%200%206.272C8.636%2031.03%2015.204%2036%2024.07%2036c3.279%200%206.243-.68%208.852-1.734l4.44%204.441a1%201%200%200%200%201.415-1.414l-3.91-3.91a27.6%2027.6%200%200%200%208.076-6.247a4.71%204.71%200%200%200%200-6.272C39.503%2016.97%2032.936%2012%2024.07%2012c-3.28%200-6.244.68-8.853%201.734zM13.067%2017a25%2025%200%200%200-2.972%202h7.56l-2-2h-2.587m-6.372%205.188q.526-.596%201.15-1.213q.108.024.225.025h11.585l2%202H6.193a2.8%202.8%200%200%201%20.502-.812M6.193%2025c.115.289.283.564.502.812q.526.596%201.15%201.213q.108-.024.225-.025h17.585l-2-2zm6.875%206a25%2025%200%200%201-2.973-2h17.56l2%202zm4.537%202a21.4%2021.4%200%200%200%2012.929%200zm14.208-2.67l-2.853-2.853A5.97%205.97%200%200%200%2030.07%2024c0-.926-.21-1.803-.585-2.587a2%202%200%201%201-2.828-2.828A6%206%200%200%200%2024.07%2018c-1.296%200-2.496.41-3.477%201.11l-2.852-2.853c3.917-3.21%209.707-2.998%2013.378.65c3.685%203.663%203.92%209.484.694%2013.422m1.558%201.557l-.138-.138c3.881-4.579%203.777-11.376-.297-15.836c3.717%201.66%206.61%204.126%208.508%206.275a2.71%202.71%200%200%201%200%203.624c-1.824%202.065-4.565%204.422-8.073%206.075%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsLowVisionNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsLowVisionNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM10.777%209.293a1%201%200%200%200-1.414%201.414l3.91%203.91a27.6%2027.6%200%200%200-8.077%206.247a4.71%204.71%200%200%200%200%206.272C8.636%2031.03%2015.204%2036%2024.07%2036c3.279%200%206.243-.68%208.852-1.734l4.44%204.441a1%201%200%200%200%201.415-1.414l-3.91-3.91a27.6%2027.6%200%200%200%208.076-6.247a4.71%204.71%200%200%200%200-6.272C39.503%2016.97%2032.936%2012%2024.07%2012c-3.28%200-6.244.68-8.853%201.734zM13.067%2017a25%2025%200%200%200-2.972%202h7.56l-2-2h-2.587m-6.372%205.188q.526-.596%201.15-1.213q.108.024.225.025h11.585l2%202H6.193a2.8%202.8%200%200%201%20.502-.812M6.193%2025c.115.289.283.564.502.812q.526.596%201.15%201.213q.108-.024.225-.025h17.585l-2-2zm6.875%206a25%2025%200%200%201-2.973-2h17.56l2%202zm4.537%202a21.4%2021.4%200%200%200%2012.929%200zm14.208-2.67l-2.853-2.853A5.97%205.97%200%200%200%2030.07%2024c0-.926-.21-1.803-.585-2.587a2%202%200%201%201-2.828-2.828A6%206%200%200%200%2024.07%2018c-1.296%200-2.496.41-3.477%201.11l-2.852-2.853c3.917-3.21%209.707-2.998%2013.378.65c3.685%203.663%203.92%209.484.694%2013.422m1.558%201.557l-.138-.138c3.881-4.579%203.777-11.376-.297-15.836c3.717%201.66%206.61%204.126%208.508%206.275a2.71%202.71%200%200%201%200%203.624c-1.824%202.065-4.565%204.422-8.073%206.075%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsLowVisionNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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-negative.svg?color=%231a73e8&size=48