bxs low vision icon
bxs-low-vision from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxs-low-vision
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
bxs-add-to-queuebxs-adjustbxs-adjust-altbxs-alarmbxs-alarm-addbxs-alarm-exclamationbxs-alarm-offbxs-alarm-snoozebxs-albumbxs-ambulancebxs-analysebxs-angrybxs-archbxs-archivebxs-archive-inbxs-archive-outbxs-areabxs-arrow-from-bottombxs-arrow-from-leftbxs-arrow-from-rightbxs-arrow-from-topbxs-arrow-to-bottombxs-arrow-to-leftbxs-arrow-to-right
Use the bxs low vision icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 4.998c-1.836 0-3.356.389-4.617.971L3.707 2.293L2.293 3.707l3.315 3.315c-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.686zM12.043 7H12a5 5 0 0 1 5 5a4.894 4.894 0 0 1-.852 2.734l-.721-.721A3.919 3.919 0 0 0 16 11.999c0-.474-.099-.925-.255-1.349A.985.985 0 0 1 15 11a1 1 0 0 1-1-1c0-.439.288-.802.682-.936A3.965 3.965 0 0 0 12 7.999c-.735 0-1.419.218-2.015.572l-.72-.72C10.053 7.326 10.982 7 12 7h-.043L12 6.998l.043.002zm-7.969 4.999c.103-.235.274-.586.521-.989l5.867 5.867c-4.213-.647-5.939-3.842-6.388-4.878zm9.247 4.908l-7.48-7.48a8.146 8.146 0 0 1 1.188-.984l8.055 8.055a8.835 8.835 0 0 1-1.763.409z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxsLowVision(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 4.998c-1.836 0-3.356.389-4.617.971L3.707 2.293L2.293 3.707l3.315 3.315c-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.686zM12.043 7H12a5 5 0 0 1 5 5a4.894 4.894 0 0 1-.852 2.734l-.721-.721A3.919 3.919 0 0 0 16 11.999c0-.474-.099-.925-.255-1.349A.985.985 0 0 1 15 11a1 1 0 0 1-1-1c0-.439.288-.802.682-.936A3.965 3.965 0 0 0 12 7.999c-.735 0-1.419.218-2.015.572l-.72-.72C10.053 7.326 10.982 7 12 7h-.043L12 6.998l.043.002zm-7.969 4.999c.103-.235.274-.586.521-.989l5.867 5.867c-4.213-.647-5.939-3.842-6.388-4.878zm9.247 4.908l-7.48-7.48a8.146 8.146 0 0 1 1.188-.984l8.055 8.055a8.835 8.835 0 0 1-1.763.409z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 4.998c-1.836 0-3.356.389-4.617.971L3.707 2.293L2.293 3.707l3.315 3.315c-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.686zM12.043 7H12a5 5 0 0 1 5 5a4.894 4.894 0 0 1-.852 2.734l-.721-.721A3.919 3.919 0 0 0 16 11.999c0-.474-.099-.925-.255-1.349A.985.985 0 0 1 15 11a1 1 0 0 1-1-1c0-.439.288-.802.682-.936A3.965 3.965 0 0 0 12 7.999c-.735 0-1.419.218-2.015.572l-.72-.72C10.053 7.326 10.982 7 12 7h-.043L12 6.998l.043.002zm-7.969 4.999c.103-.235.274-.586.521-.989l5.867 5.867c-4.213-.647-5.939-3.842-6.388-4.878zm9.247 4.908l-7.48-7.48a8.146 8.146 0 0 1 1.188-.984l8.055 8.055a8.835 8.835 0 0 1-1.763.409z" fill="currentColor"/></svg> </template>
CSS
.icon-bxs-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%20d%3D%22M12%204.998c-1.836%200-3.356.389-4.617.971L3.707%202.293L2.293%203.707l3.315%203.315c-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.686zM12.043%207H12a5%205%200%200%201%205%205a4.894%204.894%200%200%201-.852%202.734l-.721-.721A3.919%203.919%200%200%200%2016%2011.999c0-.474-.099-.925-.255-1.349A.985.985%200%200%201%2015%2011a1%201%200%200%201-1-1c0-.439.288-.802.682-.936A3.965%203.965%200%200%200%2012%207.999c-.735%200-1.419.218-2.015.572l-.72-.72C10.053%207.326%2010.982%207%2012%207h-.043L12%206.998l.043.002zm-7.969%204.999c.103-.235.274-.586.521-.989l5.867%205.867c-4.213-.647-5.939-3.842-6.388-4.878zm9.247%204.908l-7.48-7.48a8.146%208.146%200%200%201%201.188-.984l8.055%208.055a8.835%208.835%200%200%201-1.763.409z%22%20fill%3D%22currentColor%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%20d%3D%22M12%204.998c-1.836%200-3.356.389-4.617.971L3.707%202.293L2.293%203.707l3.315%203.315c-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.686zM12.043%207H12a5%205%200%200%201%205%205a4.894%204.894%200%200%201-.852%202.734l-.721-.721A3.919%203.919%200%200%200%2016%2011.999c0-.474-.099-.925-.255-1.349A.985.985%200%200%201%2015%2011a1%201%200%200%201-1-1c0-.439.288-.802.682-.936A3.965%203.965%200%200%200%2012%207.999c-.735%200-1.419.218-2.015.572l-.72-.72C10.053%207.326%2010.982%207%2012%207h-.043L12%206.998l.043.002zm-7.969%204.999c.103-.235.274-.586.521-.989l5.867%205.867c-4.213-.647-5.939-3.842-6.388-4.878zm9.247%204.908l-7.48-7.48a8.146%208.146%200%200%201%201.188-.984l8.055%208.055a8.835%208.835%200%200%201-1.763.409z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxs-low-vision.svg?color=%231a73e8&size=48