low vision icon
low-vision from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- low-vision
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-low-vision
The same icon in other sets
Use the low vision icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4.998c-1.836 0-3.356.389-4.617.971L3.707 2.293L2.293 3.707l3.315 3.316c-2.613 1.952-3.543 4.618-3.557 4.66l-.105.316l.105.316C2.073 12.382 4.367 19 12 19c1.835 0 3.354-.389 4.615-.971l3.678 3.678l1.414-1.414l-3.317-3.317c2.614-1.952 3.545-4.618 3.559-4.66l.105-.316l-.105-.316c-.022-.068-2.316-6.686-9.949-6.686M4.074 12c.103-.236.274-.586.521-.989l5.867 5.867C6.249 16.23 4.523 13.035 4.074 12m9.247 4.907l-7.48-7.481a8 8 0 0 1 1.188-.982l8.055 8.054a9 9 0 0 1-1.763.409m3.648-1.352l-1.541-1.541c.354-.596.572-1.28.572-2.015c0-.474-.099-.924-.255-1.349A.98.98 0 0 1 15 11a1 1 0 0 1-1-1c0-.439.288-.802.682-.936A3.97 3.97 0 0 0 12 7.999c-.735 0-1.419.218-2.015.572l-1.07-1.07A9.3 9.3 0 0 1 12 6.998c5.351 0 7.425 3.847 7.926 5a8.57 8.57 0 0 1-2.957 3.557"/></svg>
React
import type { SVGProps } from "react";
export function BxLowVision(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4.998c-1.836 0-3.356.389-4.617.971L3.707 2.293L2.293 3.707l3.315 3.316c-2.613 1.952-3.543 4.618-3.557 4.66l-.105.316l.105.316C2.073 12.382 4.367 19 12 19c1.835 0 3.354-.389 4.615-.971l3.678 3.678l1.414-1.414l-3.317-3.317c2.614-1.952 3.545-4.618 3.559-4.66l.105-.316l-.105-.316c-.022-.068-2.316-6.686-9.949-6.686M4.074 12c.103-.236.274-.586.521-.989l5.867 5.867C6.249 16.23 4.523 13.035 4.074 12m9.247 4.907l-7.48-7.481a8 8 0 0 1 1.188-.982l8.055 8.054a9 9 0 0 1-1.763.409m3.648-1.352l-1.541-1.541c.354-.596.572-1.28.572-2.015c0-.474-.099-.924-.255-1.349A.98.98 0 0 1 15 11a1 1 0 0 1-1-1c0-.439.288-.802.682-.936A3.97 3.97 0 0 0 12 7.999c-.735 0-1.419.218-2.015.572l-1.07-1.07A9.3 9.3 0 0 1 12 6.998c5.351 0 7.425 3.847 7.926 5a8.57 8.57 0 0 1-2.957 3.557"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4.998c-1.836 0-3.356.389-4.617.971L3.707 2.293L2.293 3.707l3.315 3.316c-2.613 1.952-3.543 4.618-3.557 4.66l-.105.316l.105.316C2.073 12.382 4.367 19 12 19c1.835 0 3.354-.389 4.615-.971l3.678 3.678l1.414-1.414l-3.317-3.317c2.614-1.952 3.545-4.618 3.559-4.66l.105-.316l-.105-.316c-.022-.068-2.316-6.686-9.949-6.686M4.074 12c.103-.236.274-.586.521-.989l5.867 5.867C6.249 16.23 4.523 13.035 4.074 12m9.247 4.907l-7.48-7.481a8 8 0 0 1 1.188-.982l8.055 8.054a9 9 0 0 1-1.763.409m3.648-1.352l-1.541-1.541c.354-.596.572-1.28.572-2.015c0-.474-.099-.924-.255-1.349A.98.98 0 0 1 15 11a1 1 0 0 1-1-1c0-.439.288-.802.682-.936A3.97 3.97 0 0 0 12 7.999c-.735 0-1.419.218-2.015.572l-1.07-1.07A9.3 9.3 0 0 1 12 6.998c5.351 0 7.425 3.847 7.926 5a8.57 8.57 0 0 1-2.957 3.557"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204.998c-1.836%200-3.356.389-4.617.971L3.707%202.293L2.293%203.707l3.315%203.316c-2.613%201.952-3.543%204.618-3.557%204.66l-.105.316l.105.316C2.073%2012.382%204.367%2019%2012%2019c1.835%200%203.354-.389%204.615-.971l3.678%203.678l1.414-1.414l-3.317-3.317c2.614-1.952%203.545-4.618%203.559-4.66l.105-.316l-.105-.316c-.022-.068-2.316-6.686-9.949-6.686M4.074%2012c.103-.236.274-.586.521-.989l5.867%205.867C6.249%2016.23%204.523%2013.035%204.074%2012m9.247%204.907l-7.48-7.481a8%208%200%200%201%201.188-.982l8.055%208.054a9%209%200%200%201-1.763.409m3.648-1.352l-1.541-1.541c.354-.596.572-1.28.572-2.015c0-.474-.099-.924-.255-1.349A.98.98%200%200%201%2015%2011a1%201%200%200%201-1-1c0-.439.288-.802.682-.936A3.97%203.97%200%200%200%2012%207.999c-.735%200-1.419.218-2.015.572l-1.07-1.07A9.3%209.3%200%200%201%2012%206.998c5.351%200%207.425%203.847%207.926%205a8.57%208.57%200%200%201-2.957%203.557%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204.998c-1.836%200-3.356.389-4.617.971L3.707%202.293L2.293%203.707l3.315%203.316c-2.613%201.952-3.543%204.618-3.557%204.66l-.105.316l.105.316C2.073%2012.382%204.367%2019%2012%2019c1.835%200%203.354-.389%204.615-.971l3.678%203.678l1.414-1.414l-3.317-3.317c2.614-1.952%203.545-4.618%203.559-4.66l.105-.316l-.105-.316c-.022-.068-2.316-6.686-9.949-6.686M4.074%2012c.103-.236.274-.586.521-.989l5.867%205.867C6.249%2016.23%204.523%2013.035%204.074%2012m9.247%204.907l-7.48-7.481a8%208%200%200%201%201.188-.982l8.055%208.054a9%209%200%200%201-1.763.409m3.648-1.352l-1.541-1.541c.354-.596.572-1.28.572-2.015c0-.474-.099-.924-.255-1.349A.98.98%200%200%201%2015%2011a1%201%200%200%201-1-1c0-.439.288-.802.682-.936A3.97%203.97%200%200%200%2012%207.999c-.735%200-1.419.218-2.015.572l-1.07-1.07A9.3%209.3%200%200%201%2012%206.998c5.351%200%207.425%203.847%207.926%205a8.57%208.57%200%200%201-2.957%203.557%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/low-vision.svg?color=%231a73e8&size=48